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.
30 lines
432 B
30 lines
432 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;
|
|
}
|