weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
884 B

.inputPop {
font-size: 0;
}
.replyViewPackage {
padding: 30rpx;
}
.coverView {
z-index: 2;
position: fixed;
top: 84rpx;
background: rgba(0, 0, 0, 0);
width: 750rpx;
}
.replyInput {
background: #f8f8f8;
width: 500rpx;
height: 200rpx;
vertical-align: middle;
margin: 20rpx auto 0 auto;
background: white;
font-size: 24rpx;
font-family: Source Han Sans CN;
color: #333333;
}
.replyInput > textarea {
background: #f8f8f8;
width: 500rpx !important;
height: 200rpx !important;
}
.sendButton {
text-align: center;
margin: 20rpx auto 0 auto;
width: 292rpx;
height: 74rpx;
background: #3388ff;
border-radius: 37rpx;
}
.sendButton > text {
line-height: 74rpx;
font-size: 24rpx;
color: #ffffff;
}
.replyView {
border: 1rpx solid rgba(0, 0, 0, 0);
width: 600rpx;
background: #ffffff;
border-radius: 20rpx;
background: #f8f8f8;
}