Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user
This commit is contained in:
commit
af3a1ad9e5
|
@ -1083,13 +1083,21 @@
|
||||||
width: 60px;
|
width: 60px;
|
||||||
max-width: 60px;
|
max-width: 60px;
|
||||||
}
|
}
|
||||||
|
/deep/.uni-select__input-text{
|
||||||
|
width: 100%;
|
||||||
|
color: #019c88;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
-o-text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
/deep/.uni-select{
|
/deep/.uni-select{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #a1e0d4;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 4px;
|
border-radius: 30px;
|
||||||
padding: 0 5px;
|
padding: 0 4px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1099,8 +1107,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 35px;
|
height: 30px;
|
||||||
background-color: #fff;
|
background: linear-gradient(90deg, #a4e1d5, #e6f7f3);
|
||||||
|
color: #019c88;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__cancel{
|
/deep/.uni-searchbar__cancel{
|
||||||
display: none;
|
display: none;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -104,9 +104,9 @@
|
||||||
<image src="../../static/my-liaocheng1.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 class="my-serve-list" @click="meServe('约到店')">
|
<view class="my-serve-list" @click="meServe('新人拼团')">
|
||||||
<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>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -38,9 +38,9 @@
|
||||||
<view class="item-view-xiangmu">
|
<view class="item-view-xiangmu">
|
||||||
<span>已售</span><span>{{item.sales}}w+</span>
|
<span>已售</span><span>{{item.sales}}w+</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-view-bottom-btn">
|
<!--<view class="item-view-bottom-btn">
|
||||||
预约
|
预约
|
||||||
</view>
|
</view>-->
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="flex shop_category">
|
<!-- <view class="flex shop_category">
|
||||||
<view class="shop_category_a">中医理疗</view>
|
<view class="shop_category_a">中医理疗</view>
|
||||||
|
@ -79,9 +79,9 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="item-view-bottom">
|
<view class="item-view-bottom">
|
||||||
|
|
||||||
<view class="item-view-bottom-btn">
|
<!--<view class="item-view-bottom-btn">
|
||||||
预约
|
预约
|
||||||
</view>
|
</view>-->
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -1244,8 +1244,8 @@ import permision from "@/components/permission.js";
|
||||||
}
|
}
|
||||||
.touxiang-frame{
|
.touxiang-frame{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 98%;
|
width: 230.08rpx;
|
||||||
height: 270rpx;
|
height: 150px;
|
||||||
left: 8rpx;
|
left: 8rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1282,8 +1282,8 @@
|
||||||
}
|
}
|
||||||
.touxiang-frame{
|
.touxiang-frame{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 30%;
|
width: 230.08rpx;
|
||||||
height: 262rpx;
|
height: 146px;
|
||||||
}
|
}
|
||||||
.dituList{
|
.dituList{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue