172 lines
2.2 KiB
CSS
172 lines
2.2 KiB
CSS
.container {
|
|
background: #F9F9F9;
|
|
}
|
|
|
|
.title {
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
margin-bottom: 4rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.item {
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 0 48rpx 0 52rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.item_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.item_pic {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
|
|
.label {
|
|
font-weight: normal;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.item_right {
|
|
display: flex;
|
|
flex: 1;
|
|
text-align: right;
|
|
justify-content: flex-end;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.input {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.upload_item {
|
|
margin: 30rpx 48rpx 30rpx 52rpx;
|
|
display: flex;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.upload_left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.left_top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.footer {
|
|
flex: 1;
|
|
}
|
|
|
|
.item_end {
|
|
margin-left: 52rpx;
|
|
margin-right: 48rpx;
|
|
}
|
|
|
|
.text_area {
|
|
margin-top: 20rpx;
|
|
min-height: 200rpx;
|
|
}
|
|
|
|
.text_count {
|
|
margin-right: 48rpx;
|
|
text-align: right;
|
|
font-weight: normal;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.radio_group {
|
|
display: flex;
|
|
}
|
|
.radio {
|
|
margin-right: 40rpx;
|
|
}
|
|
.radio:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.radio text {
|
|
font-weight: normal;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.btn {
|
|
margin: 60rpx 50rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: #FF512A;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.swiper {
|
|
display: block;
|
|
}
|
|
|
|
.swiper_item {
|
|
margin-top: 30rpx;
|
|
}
|
|
.van-uploader__preview {
|
|
margin-right: 50rpx !important;
|
|
margin-bottom: 30rpx !important;
|
|
}
|
|
.community_text {
|
|
margin-left: 20rpx;
|
|
color: #999999;
|
|
margin-right: 20rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
flex: 1;
|
|
}
|
|
.color_black {
|
|
color: #000000;
|
|
}
|
|
|
|
|
|
|
|
|
|
.white {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.no_border {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.margin2 {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.no_margin_left {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.popup_title {
|
|
display: flex;
|
|
margin: 20rpx 30rpx 0;
|
|
justify-content: space-between;
|
|
}
|
|
.popup_label {
|
|
color: #999;
|
|
}
|
|
.color_blue {
|
|
color: #576b95;
|
|
}
|
|
.u-upload {
|
|
flex: none !important;
|
|
} |