comment.wxss 1.4 KB
/* pages/my/suggest/suggest.wxss */
page {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}
.content {
    width: 100%;
    height: 100%;
    position: relative;
}
.title {
    border-bottom: 1rpx solid #ebebeb;
    padding: 28rpx 32rpx 28rpx 32rpx;
    color:#292525;
    font-size: 30rpx;
    font-weight: bold;
}
.input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 68rpx 32rpx 32rpx 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
textarea {
    width:80%;
    border-radius: 16rpx;
    background-color: #ffffff;
    height: 360rpx;
    color: #666666;
    font-size: 28rpx;
    padding: 30rpx;
}
.placeholder {
    color: #999999;
    font-size: 28rpx;
}
.btn-box {
    width: 100%;
    padding: 0 32rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 102rpx;
}
.btn {
    height: 98rpx;
    color: #E1C8AF;
    font-size: 30rpx;
    background-color: #323232;
    border-radius: 16rpx;
    display: flex;
    align-items: center;
    justify-content: center;
}
.num {
    position: absolute;
    right:100rpx;
    bottom:50rpx;
    font-size: 24rpx;
    color: #999999;
    display: flex;
    align-items: center;
}
.icon-bianji {
    color: #999999;
    font-size: 46rpx;
    margin-right: 20rpx;
}