This commit is contained in:
kbing1981 2024-08-07 11:24:38 +08:00
parent cd431b9e88
commit 5699daab7c
5 changed files with 4 additions and 6 deletions

View File

@ -110,6 +110,8 @@
<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>
<view class="my-serve-view">
<view class="my-serve-list" @click="tuangou()"> <view class="my-serve-list" @click="tuangou()">
<image src="../../static/my-liaocheng2.png" mode=""></image> <image src="../../static/my-liaocheng2.png" mode=""></image>
<span class="my-serve-list-text">拼团</span> <span class="my-serve-list-text">拼团</span>
@ -119,7 +121,7 @@
<span class="my-serve-list-text">限时秒杀</span> <span class="my-serve-list-text">限时秒杀</span>
</view> </view>
<view class="my-serve-list" @click="qiye()"> <view class="my-serve-list" @click="qiye()">
<image src="../../static/my-liaocheng3.png" mode=""></image> <image src="../../static/my-liaocheng1.png" mode=""></image>
<span class="my-serve-list-text">企业预约</span> <span class="my-serve-list-text">企业预约</span>
</view> </view>
</view> </view>
@ -1024,7 +1026,7 @@
} }
.my-serve-view { .my-serve-view {
width: 98%; width:86%;
margin: 10px auto; margin: 10px auto;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -1067,13 +1069,10 @@
margin-left: 8px; margin-left: 8px;
margin-top: 5px; margin-top: 5px;
} }
.width { .width {
width: 94%; width: 94%;
} }
.my-serve { .my-serve {
height: 626rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
padding: 10px; padding: 10px;
@ -1084,7 +1083,6 @@
.my-serve, .my-serve,
.my-serve { .my-serve {
height: 240rpx;
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx; border-radius: 21rpx;
padding: 12px 14px; padding: 12px 14px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB