申请技师城市

This commit is contained in:
曹磊 2024-09-12 10:35:02 +08:00
parent e3aad9bbad
commit eeb950c47a
1 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,9 @@
<view class="text_view">
<view class="item_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>
<view class="item_view">
@ -520,7 +522,6 @@
margin-top: 4px;
font-size: 34rpx;
}
.margin-top-view{
width: 150upx;
height: 150upx;
@ -532,6 +533,17 @@
margin-top: 60rpx;
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{
width: 80px;
height: 6px;