申请技师城市
This commit is contained in:
parent
e3aad9bbad
commit
eeb950c47a
|
@ -6,7 +6,9 @@
|
||||||
<view class="text_view">
|
<view class="text_view">
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
<view class="item_title" @tap="Cityshow = true">服务城市</view>
|
<view class="item_title" @tap="Cityshow = true">服务城市</view>
|
||||||
<u-input type="text" v-model="city" placeholder="选择城市" @focus="Cityshow = true"/>
|
<view class="text text-city text-city-active" v-if="city" @tap="Cityshow = true">{{city}}</view>
|
||||||
|
<view class="text text-city text-city-disable" v-else @tap="Cityshow = true">选择城市</view>
|
||||||
|
<u-input type="text" v-show="false" disabled="true" v-model="city" placeholder="选择城市"/>
|
||||||
<view class="xian"></view>
|
<view class="xian"></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item_view">
|
<view class="item_view">
|
||||||
|
@ -520,7 +522,6 @@
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-top-view{
|
.margin-top-view{
|
||||||
width: 150upx;
|
width: 150upx;
|
||||||
height: 150upx;
|
height: 150upx;
|
||||||
|
@ -532,6 +533,17 @@
|
||||||
margin-top: 60rpx;
|
margin-top: 60rpx;
|
||||||
margin-left: 35rpx;
|
margin-left: 35rpx;
|
||||||
}
|
}
|
||||||
|
.text-city{
|
||||||
|
align-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
min-height: 40px;
|
||||||
|
}
|
||||||
|
.text-city-active{
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
.text-city-disable{
|
||||||
|
color: rgb(192, 196, 204);
|
||||||
|
}
|
||||||
.advantage-bor{
|
.advantage-bor{
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
|
|
Loading…
Reference in New Issue