This commit is contained in:
parent
867c0d2ba7
commit
28db3571dc
|
@ -18,7 +18,7 @@
|
|||
:show-action="true" :animation="true" bg-color="#fff" color="#019c88" @search="onSearch()"
|
||||
action-text="搜索" @custom="onSearch()">
|
||||
</u-search>
|
||||
<span @click="toggle">筛选</span>
|
||||
<span @click="toggle" class="screen-button">筛选</span>
|
||||
<!-- <z-tabs class="z-tabs-fenlei" :list="tabList" @change="tabChange" @changeClick="changeClick"/> -->
|
||||
</view>
|
||||
|
||||
|
@ -228,11 +228,11 @@
|
|||
<view style="background-color: #fff;">
|
||||
<view style="padding: 0 20upx;margin-top: 60rpx;margin-bottom: 20rpx;">
|
||||
<view class="popup-top">
|
||||
<view class="popup-top-one">技师等级</view>
|
||||
<view class="popup-top-one flex"><image style="width:30rpx; height:30rpx; margin-top:4rpx;margin-right: 4rpx;" src="../../static/shezhi9.png"></image><span>技师等级</span></view>
|
||||
<z-tabs class="z-tabs-fenlei" :list="tabList" @change="tabChange" @changeClick="changeClick"/>
|
||||
</view>
|
||||
<view class="popup-top">
|
||||
<view class="popup-top-one">技师类型</view>
|
||||
<view class="popup-top-one flex"><image style="width:30rpx; height:30rpx; margin-top:4rpx; margin-right: 4rpx;" src="../../static/shezhi10.png"></image><span>技师类型</span></view>
|
||||
<uni-data-checkbox selectedColor="#019c88" multiple v-model="selectedValues" :localdata="tabListSon" @change="changeClickSon"></uni-data-checkbox>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -1297,6 +1297,7 @@
|
|||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
padding-left:40rpx;
|
||||
}
|
||||
.popup-top{
|
||||
display: flex;
|
||||
|
@ -1313,7 +1314,7 @@
|
|||
/* #ifndef MP-WEIXIN */
|
||||
/* height: 130px; */
|
||||
/* #endif */
|
||||
|
||||
border-radius: 30rpx;
|
||||
}
|
||||
|
||||
.pay_btn {
|
||||
|
@ -1373,6 +1374,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
/deep/.margin-bottom-sm{
|
||||
margin-bottom: 70px;
|
||||
|
@ -1708,7 +1710,7 @@
|
|||
border-radius: 30px !important;
|
||||
}
|
||||
.flex-sub{
|
||||
width: 260rpx !important;
|
||||
width:220rpx !important;
|
||||
height:60rpx !important;
|
||||
border: 1px solid #e5e5e5;
|
||||
border-radius: 30rpx;
|
||||
|
@ -2061,4 +2063,11 @@
|
|||
font-size: 22rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
.screen-button{
|
||||
// border: 1px solid #019c88;
|
||||
color: #019c88;
|
||||
padding:5rpx 10rpx;
|
||||
margin:0 18rpx;
|
||||
border-radius:6rpx;
|
||||
}
|
||||
</style>
|
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue