|
|
|
@ -11,8 +11,10 @@ |
|
|
|
</div> |
|
|
|
</transition> |
|
|
|
<div class="btn" @click="go"> |
|
|
|
<span class="text">导航至</span> |
|
|
|
<span class="textC">服务台</span> |
|
|
|
<div class="text-container"> |
|
|
|
<div class="text">导航至</div> |
|
|
|
<div class="textC">服务台</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
|
@ -93,6 +95,9 @@ function go() { |
|
|
|
height: 98px; |
|
|
|
background: #d6bd86; |
|
|
|
border-radius: 16px; |
|
|
|
.text-container { |
|
|
|
@include fl(center, flex-end); |
|
|
|
} |
|
|
|
.text { |
|
|
|
margin-right: 8px; |
|
|
|
font-size: 28px; |
|
|
|
@ -103,6 +108,7 @@ function go() { |
|
|
|
line-height: 36px; |
|
|
|
} |
|
|
|
.textC { |
|
|
|
margin-bottom: 1px; |
|
|
|
font-size: 16px; |
|
|
|
font-family: 'font_regular'; |
|
|
|
color: #fff; |
|
|
|
|