Browse Source

feat: 🚀 服务

pull/2/head
liyongle 3 years ago
parent
commit
3ef0b9afab
  1. 10
      src/views/ServiceList/ServiceList.vue

10
src/views/ServiceList/ServiceList.vue

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

Loading…
Cancel
Save