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