This commit is contained in:
kbing1981 2024-07-10 14:40:57 +08:00
parent 6c3d3143af
commit 6fe94b56b2
3 changed files with 11 additions and 3 deletions

View File

@ -100,6 +100,14 @@
<image src="../../static/my-liaocheng.png" mode=""></image> <image src="../../static/my-liaocheng.png" mode=""></image>
<span class="my-serve-list-text">服务疗程</span> <span class="my-serve-list-text">服务疗程</span>
</view> </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> </view>
<view class="my-use width"> <view class="my-use width">
@ -613,7 +621,7 @@
flex-wrap: wrap; flex-wrap: wrap;
} }
.my-serve-view{ .my-serve-view{
width: 86%; width: 98%;
margin: 16px auto; margin: 16px auto;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -640,7 +648,7 @@
.my-serve-list-text{ .my-serve-list-text{
color: #6C6C6C; color: #6C6C6C;
margin-top: 5px; margin-top: 5px;
font-size: 26rpx;; font-size: 26rpx;
} }
.my-serve-title,.my-use-title{ .my-serve-title,.my-use-title{
@ -655,7 +663,7 @@
width: 94%; width: 94%;
} }
.my-serve{ .my-serve{
height: 597rpx; height: 626rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
padding: 10px; padding: 10px;

BIN
static/my-liaocheng1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/my-liaocheng2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB