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.
35 lines
637 B
35 lines
637 B
/* 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% - 100rpx);
|
|
}
|
|
|
|
.content-province {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-bottom: 3rpx solid #f2f2f2;
|
|
} |