135 lines
2.4 KiB
Plaintext
135 lines
2.4 KiB
Plaintext
.text-box-container{
|
|
background: #eeeff3;
|
|
min-height: 100vh;
|
|
padding:20rpx 0;
|
|
}
|
|
.text-box{
|
|
position: relative;
|
|
}
|
|
textarea{
|
|
width: 100vw;
|
|
height: 460rpx;
|
|
background: #fff;
|
|
padding: 48rpx 32rpx;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
}
|
|
.restletter{
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 20rpx;
|
|
color: #ccc;
|
|
}
|
|
.button-box{
|
|
padding: 36rpx 0 ;
|
|
text-align: center
|
|
}
|
|
.button-box view{
|
|
display: inline-flex;
|
|
width: 240rpx;
|
|
height: 72rpx;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.button-box .cle{
|
|
color: #333;
|
|
margin-right: 28rpx;
|
|
border:1px solid #e8e8e8;
|
|
background: #fff;
|
|
}
|
|
.questions-box .button-box .cle{
|
|
background: #fff;
|
|
}
|
|
.button-box .submit{
|
|
background: #62b1fe;
|
|
border:1px solid #62b1fe;
|
|
color: #fff;
|
|
}
|
|
.questions-box .button-box .submit{
|
|
background: #bc312e;
|
|
border-color: #bc312e
|
|
}
|
|
.questions-box{
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.questions-box .button-box{
|
|
position: fixed;
|
|
bottom: 30rpx;
|
|
width: 100%;
|
|
padding: 0;
|
|
}
|
|
.question-list{
|
|
padding:0rpx 36rpx 30rpx;
|
|
}
|
|
.question-list .li{
|
|
margin: 30rpx 0;
|
|
border:1px solid #e8e8e8;
|
|
border-radius: 5px;
|
|
}
|
|
.question-list .header{
|
|
font-size: 0;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
|
|
}
|
|
.question-list .title{
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
height: 100rpx;
|
|
vertical-align: top;
|
|
}
|
|
.question-list .title:before{
|
|
content:'';
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
background: #ffd14f;
|
|
display: inline-block;
|
|
margin:0 20rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.question-list .btn{
|
|
width: 120rpx;
|
|
float: right;
|
|
border-left: 1px solid #e8e8e8;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
}
|
|
.question-list .btn .del{
|
|
width: 32rpx;
|
|
height: 34rpx;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
top: 14rpx;
|
|
}
|
|
.question-list .content-box{
|
|
padding: 24rpx 20rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.question-list textarea{
|
|
width: 100%;
|
|
height: 180rpx;
|
|
padding: 0
|
|
|
|
}
|
|
.add-question{
|
|
margin: 0 36rpx;
|
|
border:1px solid #e8e8e8;
|
|
border-radius: 5px;
|
|
line-height: 32rpx;
|
|
text-align: center;
|
|
padding: 34rpx 0;
|
|
margin-bottom: 100px;
|
|
}
|
|
.add-question .plus{
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
vertical-align: top;
|
|
margin-right: 10rpx;
|
|
}
|