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.
57 lines
782 B
57 lines
782 B
/* pages/article/feedback/index.wxss */
|
|
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.zt {
|
|
width: 100%;
|
|
padding: 0rpx 32rpx 0rpx 32rpx;
|
|
}
|
|
|
|
.view1 {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-top: 2rpx solid #f3f3f3;
|
|
}
|
|
|
|
.view2 {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-top: 2rpx solid #f3f3f3;
|
|
}
|
|
|
|
.view3 {
|
|
width: 100%;
|
|
height: 394rpx;
|
|
border-top: 2rpx solid #f3f3f3;
|
|
}
|
|
|
|
.textarea {
|
|
height: 306rpx;
|
|
|
|
}
|
|
|
|
.textareaView {
|
|
border: 1px solid;
|
|
}
|
|
|
|
.view4 {
|
|
width: 100%;
|
|
height: 96rpx;
|
|
margin-top: 400rpx;
|
|
}
|
|
|
|
.sbtn {
|
|
width: 686rpx;
|
|
height: 96rpx;
|
|
background: #007AFF;
|
|
border-radius: 8rpx;
|
|
border-radius: 8rpx;
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
line-height: 96rpx;
|
|
text-align: center;
|
|
}
|