Files

161 lines
2.3 KiB
Plaintext

.u-form {
margin-top: 8rpx;
.u-form-item__body {
padding: 0 !important;
}
}
.u-cell-group {
margin-bottom: 16rpx;
padding: 40rpx 0;
background: #FFFFFF;
.u-cell-group__title {
padding-top: 0;
.u-cell-group__title__text {
font-weight: bold;
font-size: 40rpx;
line-height: 58rpx;
color: #333333;
}
}
}
.u-cell {
.u-cell__body__content {
flex: 0 !important;
}
.u-cell__title {
width: 216rpx !important;
.u-cell__title-text {
color: #666666;
}
}
.u-text__value {
width: 398rpx !important;
}
}
.required {
color: #EF1C1C;
font-size: 28rpx;
}
.content-section {
.line {
width: 690rpx;
}
.u-textarea {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.area-item {
.uni-input {
color: #c0c4cc;
}
}
.btn-submit {
position: fixed;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
width: 750rpx;
height: 80rpx;
background: #FF564A;
color: #FFFFFF;
font-size: 36rpx;
z-index: 10;
}
.btn-disabled {
background: #DDDDDD;
}
.btn-remove{
background: #FF9696;
}
.btn-upload {
display: flex;
justify-content: center;
align-items: center;
width: 176rpx;
height: 64rpx;
border: 2rpx solid #1F77EE;
border-radius: 32rpx;
background: rgba(245, 245, 245, 0.39);
color: #1F77EE;
font-size: 32rpx;
}
.box-upload {
//margin-top: 12rpx;
.img-preview {
width: 160rpx;
height: 160rpx;
border-radius: 8rpx;
margin: 0 20rpx 20rpx 0;
}
.pics-box {
width: 690rpx;
}
}
.u-upload__wrap{
width: 690rpx;
}
.popup-body {
width: 80vw;
height: 80vh;
padding: 30rpx;
overflow: hidden;
.content {
height: 52vh;
overflow-y: auto;
margin: 30rpx 0;
// 小程序rich-text内块级标签无默认段间距,补充与后台富文本编辑器一致的段落格式
rich-text {
display: block;
width: 100%;
p, div, ul, ol {
display: block;
margin: 0 0 16rpx;
&:last-child {
margin-bottom: 0;
}
}
li {
margin: 0 0 8rpx;
}
}
}
.agree-box {
margin: 60rpx 0;
font-size: 28rpx;
color: #666;
}
}
.box-state {
padding: 16rpx 32rpx 0;
background: #FFFFFF;
}