155 lines
2.4 KiB
Plaintext
155 lines
2.4 KiB
Plaintext
|
.new-help {
|
||
|
background-color: #fff;
|
||
|
margin-bottom: 100rpx;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
.new-title {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
.new-textarea,.new-title {
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
|
||
|
.new-textarea input {
|
||
|
height: 60rpx;
|
||
|
}
|
||
|
|
||
|
.new-textarea input,.new-textarea textarea {
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
font-size: 32rpx;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.new-textarea textarea {
|
||
|
height: 400rpx;
|
||
|
}
|
||
|
|
||
|
.new-textarea picker {
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
font-size: 32rpx;
|
||
|
line-height: 60rpx;
|
||
|
}
|
||
|
|
||
|
.submit {
|
||
|
margin: 20rpx auto;
|
||
|
width: 710rpx;
|
||
|
}
|
||
|
|
||
|
.submit-btn {
|
||
|
background-color: rgba(36,40,46,.8);
|
||
|
border-radius: 16rpx;
|
||
|
height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
margin-top: 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.upload-title {
|
||
|
font-size: 32rpx;
|
||
|
font-weight: 700;
|
||
|
line-height: 80rpx;
|
||
|
}
|
||
|
|
||
|
.add {
|
||
|
align-items: center;
|
||
|
background-color: rgba(0,0,0,.05);
|
||
|
border: 1px solid hsla(0,0%,73%,.1);
|
||
|
box-sizing: border-box;
|
||
|
color: rgba(36,40,46,.5);
|
||
|
display: inline-flex;
|
||
|
flex-direction: column;
|
||
|
font-size: 30rpx;
|
||
|
height: 150rpx;
|
||
|
justify-content: center;
|
||
|
margin-bottom: 20rpx;
|
||
|
padding: 10rpx;
|
||
|
vertical-align: top;
|
||
|
width: 150rpx;
|
||
|
}
|
||
|
|
||
|
.add-icon {
|
||
|
font-size: 40rpx;
|
||
|
}
|
||
|
|
||
|
.image {
|
||
|
background-color: #fff;
|
||
|
display: inline-block;
|
||
|
height: 150rpx;
|
||
|
margin-bottom: 20rpx;
|
||
|
margin-right: 2%;
|
||
|
position: relative;
|
||
|
text-align: center;
|
||
|
vertical-align: top;
|
||
|
width: 32%;
|
||
|
}
|
||
|
|
||
|
.image:nth-child(3n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.image image {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.add.video {
|
||
|
background-color: #000;
|
||
|
height: auto;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.add:nth-child(3n) {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
|
||
|
.add image {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.delete {
|
||
|
height: 30rpx!important;
|
||
|
position: absolute;
|
||
|
right: -15rpx;
|
||
|
top: -15rpx;
|
||
|
width: 30rpx;
|
||
|
}
|
||
|
|
||
|
.help-row {
|
||
|
background-color: #fff;
|
||
|
color: rgba(36,40,46,.5);
|
||
|
display: flex;
|
||
|
font-size: 32rpx;
|
||
|
height: 80rpx;
|
||
|
justify-content: space-between;
|
||
|
line-height: 80rpx;
|
||
|
margin: 20rpx 0;
|
||
|
padding: 0 20rpx;
|
||
|
}
|
||
|
|
||
|
.help-row picker {
|
||
|
color: #24282e;
|
||
|
}
|
||
|
|
||
|
.help-desc {
|
||
|
background-color: #fff;
|
||
|
padding: 20rpx;
|
||
|
}
|
||
|
|
||
|
.desc-title {
|
||
|
color: rgba(36,40,46,.5);
|
||
|
font-size: 32rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
}
|
||
|
|
||
|
.help-desc textarea {
|
||
|
font-size: 30rpx;
|
||
|
height: 300rpx;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.upload-file {
|
||
|
margin-top: 20rpx;
|
||
|
}
|