默认提交
Showing
8 changed files
with
23 additions
and
4 deletions
-
Please register or sign in to post a comment
... | ... | @@ -39,7 +39,8 @@ button::after { |
} | ||
button { | ||
background-color: #fff; | ||
// background-color: #fff; | ||
background-color: transparent; | ||
border-radius: 0; | ||
} | ||
... | ... |
... | ... | @@ -28,4 +28,8 @@ |
.point{ | ||
background-color: rgba($color: #000000, $alpha: 0.6); | ||
} | ||
.contact{ | ||
color: #ffffff; | ||
} | ||
} | ||
... | ... |
... | ... | @@ -32,6 +32,7 @@ |
width: 100%; | ||
margin: 0 auto; | ||
// padding: 10px; | ||
max-height: 800px; | ||
.vid { | ||
text-align: center; | ||
... | ... |
... | ... | @@ -36,4 +36,4 @@ |
<van-popup show="{{ authorizeVisible }}"> | ||
<authorize-comp bind:evtcomp="evtcomp"></authorize-comp> | ||
</van-popup> | ||
<shortcut></shortcut> | ||
<!-- <shortcut></shortcut> --> | ||
... | ... |
... | ... | @@ -57,4 +57,4 @@ |
<van-popup show="{{ authorizeVisible }}"> | ||
<authorize-comp bind:evtcomp="evtcomp"></authorize-comp> | ||
</van-popup> | ||
<shortcut></shortcut> | ||
<!-- <shortcut></shortcut> --> | ||
... | ... |