This commit is contained in:
parent
f492812f00
commit
747dcdf202
|
@ -93,7 +93,7 @@
|
|||
<span class="feng_word">逛商城</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="gangBtn(type)">
|
||||
<image src="../../static/index-fenglei9.png" mode="widthFix"></image>
|
||||
<image src="../../static/index-fenglei13.png" mode="widthFix"></image>
|
||||
<span class="feng_word">更多</span>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -234,21 +234,22 @@
|
|||
<!-- 提前结束 -->
|
||||
<uni-popup ref="popup" background-color="#fff">
|
||||
<view class="popup-content">
|
||||
<view class="popup-head">
|
||||
<view class="popup-close"><image @click="closePopup(type)" class="popup-close-img" src="../../static/close.png"></image></view>
|
||||
<!--<view class="popup-head">
|
||||
<span></span>
|
||||
<span @click="closePopup(type)">x</span>
|
||||
</view>
|
||||
</view>-->
|
||||
<view class="popup-mian">
|
||||
<view class="popup-mian-view">
|
||||
<view class="index-project-content">
|
||||
<image src="../../static/index-fenglei8.png" mode="widthFix"></image>
|
||||
<view class="index-project-content1">
|
||||
<image src="../../static/index-fenglei11.png" mode="widthFix"></image>
|
||||
<span class="feng_word">美甲师</span>
|
||||
</view>
|
||||
<view class="index-project-content">
|
||||
<image src="../../static/index-fenglei8.png" mode="widthFix"></image>
|
||||
<view class="index-project-content1">
|
||||
<image src="../../static/index-fenglei12.png" mode="widthFix"></image>
|
||||
<span class="feng_word">美容师</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="yuedao()">
|
||||
<view class="index-project-content1" @click="yuedao()">
|
||||
<image src="../../static/index-fenglei9.png" mode="widthFix"></image>
|
||||
<span class="feng_word">约到店</span>
|
||||
</view>
|
||||
|
@ -1050,6 +1051,7 @@
|
|||
.popup-mian-btn span:nth-child(2){
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
}
|
||||
|
||||
.popup-mian-btn span{
|
||||
width: 247rpx;
|
||||
height: 77rpx;
|
||||
|
@ -1105,13 +1107,22 @@
|
|||
}
|
||||
.popup-content{
|
||||
width: 613rpx;
|
||||
height: 479rpx;
|
||||
height: 320rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 36rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.popup-close{
|
||||
text-align: right;
|
||||
margin-top:15rpx;
|
||||
margin-right: 15rpx;
|
||||
|
||||
}
|
||||
.popup-close-img{
|
||||
width: 50rpx;
|
||||
height: 50rpx;
|
||||
}
|
||||
/deep/.item-descr{
|
||||
-webkit-line-clamp: 1;
|
||||
margin-top: 5px;
|
||||
|
@ -1642,6 +1653,18 @@
|
|||
margin-top: 15px;
|
||||
height: 58px;
|
||||
}
|
||||
.index-project-content1 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-basis: 33%;
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
height: 58px;
|
||||
}
|
||||
.index-project-content1 image{
|
||||
width: 68.75rpx;
|
||||
height: 72.22rpx;
|
||||
}
|
||||
.star-technician-name{
|
||||
font-weight: bold;
|
||||
font-size: 37rpx;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue