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.
59 lines
1.2 KiB
59 lines
1.2 KiB
/* miniprogram/subpages/clerkOnline/pages/remarkOrReply/remarkOrReply.wxss */
|
|
page {
|
|
width:100%;
|
|
height:100vh;
|
|
}
|
|
.remark-or-reply {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f7f7f7;
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
}
|
|
.remark-or-reply .remark-content {
|
|
width: 100%;
|
|
border-radius: 16rpx;
|
|
background: #fff;
|
|
height: 930rpx;
|
|
box-sizing: border-box;
|
|
padding: 25rpx;
|
|
}
|
|
.remark-or-reply .remark-content textarea {
|
|
width: 100%;
|
|
height: calc(100% - 50rpx);
|
|
overflow-y: auto;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
line-height: 50rpx;
|
|
}
|
|
.remark-or-reply .remark-content .content-num {
|
|
width:100%;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
text-align: right;
|
|
}
|
|
.remark-or-reply .remark-content .textarea-placeholder {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.topic-button{
|
|
width: 100%;
|
|
margin-top: 40rpx;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #fff;
|
|
position: relative;
|
|
}
|
|
.topic-button-image{
|
|
width: 560rpx;
|
|
height: 84rpx;
|
|
}
|
|
.topic-text{
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|