SelfRidicule 9e63e27468 1
2024-08-15 14:07:00 +08:00

44 lines
747 B
Plaintext

.containerView.public {
background: none;
}
.regionView {
margin-top: 2rpx;
padding: 30rpx 40rpx 40rpx;
background: white;
}
.regionView .topTitle {
font-size: 30rpx;
font-weight: bold;
margin-bottom: 30rpx;
}
.regionView .itemView {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 20rpx;
}
.regionView .itemView .label {
margin: 0 60rpx 0 20rpx;
font-size: 28rpx;
color: gray;
}
.regionView .itemView .star {
margin-right: 10rpx;
}
.selfTextarea{
min-height: 200rpx !important;
max-height: 200rpx !important;
}
.uploadImgView {
border: 1rpx dashed #c9c9c9;
margin-top: 10rpx;
padding: 10rpx 40rpx;
background-color: #ffffff;
}