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.

40 lines
702 B

page{
font-family: PingFang-SC-Bold;
background: #F3F3F3;
box-sizing:border-box;
}
view{
font-family: PingFang-SC-Bold;
border: 0;
font-size: 28rpx;
font: inherit;
vertical-align: baseline;
box-sizing:border-box;
}
textarea{
font-family: PingFang-SC-Bold;
}
.title{
color:#666;
font-size:30rpx;
padding-left: 20rpx;
margin: 40rpx 0;
display: inline-block;
}
textarea{
background: #fff;
padding: 20rpx;
width: 100%;
margin: 0 auto 60rpx;
color: #333;
font-size:34rpx;
border:thin solid #eee;
}
.subBtn{
width: 90%;
margin: 0 auto;
text-align: center;
color: #fff;
background: #1eba84;
border-radius:10rpx;
}