You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
/* components/region/region.wxss */
|
|
.content-province-title {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
border-bottom: 3rpx solid #f2f2f2;
|
|
position: relative;
|
|
}
|
|
|
|
.content-province-title-left {
|
|
position: absolute;
|
|
left: 0;
|
|
margin-left: 30rpx;
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
}
|
|
|
|
.content-province-sc {
|
|
width: 100%;
|
|
height: calc(100% - 300rpx);
|
|
}
|
|
|
|
.content-province {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-bottom: 3rpx solid #f2f2f2;
|
|
}
|
|
.tab-box{ display: flex; align-items: center; justify-content: space-between; height: 70rpx; border-bottom: 1px solid #f0f0f0;}
|
|
.tab-box>view{flex: 1; width: 50%; text-align: center; font-size: 24rpx; height: 70rpx; line-height: 70rpx; border-left: 1px solid #f0f0f0; font-weight: 800; }
|
|
.tab-box .picker view{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
|
|
.picker-box{position: relative;}
|
|
.picker-box .close{position: absolute; right: 0rpx; top: 0; color: #999; padding: 0 30rpx;} |