This commit is contained in:
parent
6c3d3143af
commit
6fe94b56b2
|
@ -100,6 +100,14 @@
|
|||
<image src="../../static/my-liaocheng.png" mode=""></image>
|
||||
<span class="my-serve-list-text">服务疗程</span>
|
||||
</view>
|
||||
<view class="my-serve-list" @click="meServe('企业预约')">
|
||||
<image src="../../static/my-liaocheng1.png" mode=""></image>
|
||||
<span class="my-serve-list-text">企业预约</span>
|
||||
</view>
|
||||
<view class="my-serve-list" @click="meServe('约到店')">
|
||||
<image src="../../static/my-liaocheng2.png" mode=""></image>
|
||||
<span class="my-serve-list-text">约到店</span>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="my-use width">
|
||||
|
@ -613,7 +621,7 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
.my-serve-view{
|
||||
width: 86%;
|
||||
width: 98%;
|
||||
margin: 16px auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -640,7 +648,7 @@
|
|||
.my-serve-list-text{
|
||||
color: #6C6C6C;
|
||||
margin-top: 5px;
|
||||
font-size: 26rpx;;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.my-serve-title,.my-use-title{
|
||||
|
@ -655,7 +663,7 @@
|
|||
width: 94%;
|
||||
}
|
||||
.my-serve{
|
||||
height: 597rpx;
|
||||
height: 626rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
padding: 10px;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in New Issue