mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
44 lines
747 B
Plaintext
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;
|
||
|
}
|