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

73 lines
1.3 KiB
Plaintext

/* pages/setFastrReply/setFastrReply.wxss */
.ul{
padding: 76rpx 32rpx;
}
.li{
margin-bottom: 40rpx;
position: relative
}
.li .del{
display: block;
position: absolute;
right: 0;
bottom: 0;
width: 32rpx;
height: 34rpx;
}
.li textarea{
width: calc(100% - 80rpx);
border:1px solid #e8e8e8;
border-radius: 5px;
padding: 28rpx 16rpx;
line-height: 40rpx;
}
.add_btn{
display: block;
margin: 24rpx auto;
border:1px solid #e8e8e8;
border-radius: 50%;
width: 68rpx;
height: 68rpx;
line-height: 68rpx;
text-align: center;
margin-bottom: 100px;
}
.add_btn image{
width: 32rpx;
height: 32rpx;
position: relative;
top: 4rpx;
}
.button-box{
padding: 36rpx 0 ;
text-align: center;
position: fixed;
bottom: 60rpx;
width: 100%;
padding: 0;
left: 0;
}
.button-box view{
display: inline-block;
vertical-align: middle;
width: 240rpx;
height: 72rpx;
text-align: center;
line-height: 72rpx;
box-sizing: border-box;
font-size: 32rpx;
border-radius: 10rpx;
}
.button-box .cle{
color: #333;
margin-right: 84rpx;
border:1px solid #e8e8e8;
}
.questions-box .button-box .cle{
background: #fff;
}
.button-box .submit{
background: #bc312e;
color: #fff;
border-color: #bc312e
}