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.

46 lines
753 B

/* pages/opinion/opinion.wxss */
.container{
width: 100%;
margin: 0;
padding: 0;
}
.box{
width: 90%;
margin-left: 20rpx;
margin-top: 40rpx;
height: 480rpx;
border: 2rpx solid #f8f8f8;
border-radius: 40rpx;
box-shadow: 2rpx 10rpx 6rpx rgb(211, 210, 210)
}
.section{
width: 100%;
height: 300px;
}
.title{
font-size: 40rpx;
margin-top: 20rpx;
margin-left: 40rpx;
}
textarea{
width: 90%;
height: 320rpx;
margin-left: 32rpx;
margin-top: 20rpx;
font-size: 28rpx;
}
.count{
margin-left: 500rpx;
color: #9e9c9c;
}
.submit{
width:100%;
margin-left: 20rpx;
margin-top: 50rpx;
height: 104rpx;
line-height: 78rpx;
text-align: center;
border-radius: 30rpx;
font-size: 34rpx;
background-color: #e3f4ff;
}