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.
85 lines
1.3 KiB
85 lines
1.3 KiB
/* components/handleSubmit/handleSubmit.wxss */
|
|
@import "../../../../style/z.wxss";
|
|
|
|
/* 处理操作 */
|
|
.handle {
|
|
padding-top: 24rpx;
|
|
padding-bottom: 24rpx;
|
|
}
|
|
|
|
.handle-text {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.handle-more {
|
|
font-size: 34rpx;
|
|
color: #909da7;
|
|
}
|
|
|
|
.handle-more-text {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
padding-right: 5rpx;
|
|
}
|
|
|
|
/* 回复居民意见 */
|
|
.advice-title {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #e7eeee;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
textarea {
|
|
width: 100%;
|
|
height: 200rpx;
|
|
font-size:32rpx;
|
|
color:rgba(51,51,51,1);
|
|
}
|
|
.block{
|
|
display: block;
|
|
}
|
|
.none{
|
|
display: none;
|
|
}
|
|
.place-holder{
|
|
font-size:32rpx;
|
|
color:rgba(144,157,167,1);
|
|
}
|
|
.textarea-view{
|
|
width: 100%;
|
|
height: 200rpx;
|
|
font-size:32rpx;
|
|
color:rgba(144,157,167,1);
|
|
line-height:37rpx;
|
|
}
|
|
|
|
._textarea-view{
|
|
width: 100%;
|
|
min-height: 200rpx;
|
|
height: auto;
|
|
font-size:32rpx;
|
|
color:rgba(51,51,51,1);
|
|
line-height:37rpx;
|
|
overflow-wrap: break-word
|
|
}
|
|
|
|
.wux-upload--picture-card .wux-upload__button {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.submit {
|
|
width: 650rpx;
|
|
background: #3c6cfc;
|
|
box-shadow: 0rpx 5rpx 16rpx 0rpx rgba(60, 108, 252, 0.36);
|
|
border-radius: 43rpx;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
color: #ffffff;
|
|
margin: 88rpx auto;
|
|
padding: 24rpx;
|
|
}
|