2023-04-17 16:14:18 +08:00

84 lines
1.5 KiB
Plaintext

/* pages/reply/reply.wxss */
.header{
background: #eeeff3;
padding: 40rpx 28rpx;
}
.header .title{
font-size: 36rpx;
color: #333;
line-height: 54rpx;
text-align: justify;
}
.header .info{
font-size: 30rpx;
color: #999;
vertical-align: middle;
line-height: 30rpx;
margin-top: 30rpx;
}
.header .info .divide{
display: inline-block;
margin: 0 16rpx;
vertical-align: top;
color: #ccc;
font-size: 24rpx;
}
.tips{
font-size: 28rpx;
color: #62b1fe;
text-align: center;
padding: 52rpx 0 0;
}
.question-list{
padding: 0rpx 32rpx 280rpx 60rpx;
}
.question-list .li{
padding: 80rpx 0 0;
}
.question-list .title{
position: relative;
font-size: 30rpx;
color: #666;
line-height: 40rpx;
text-align: justify;
margin-bottom: 46rpx;
}
.question-list .title:before{
content:'';
display: block;
width: 8rpx;
height: 32rpx;
background: #ffd14f;
position: absolute;
left: -28rpx;
top: 4rpx;
}
.question-list textarea{
display: block;
border:1px solid #e8e8e8;
border-radius: 5px;
padding: 16rpx;
height: 200rpx;
width: 100%;
box-sizing: border-box;
font-size:28rpx;
}
.button{
background: #bc312e;
width: calc(100% - 64rpx);
text-align: center;
color: #fff;
font-size: 32rpx;
height: 96rpx;
line-height: 96rpx;
position: fixed;
left: 32rpx;
bottom: 64rpx;
border-radius: 96rpx;
z-index: 1000;
letter-spacing: 2rpx;
}
.button-grey{
background: #ccc
}