100 lines
1.9 KiB
Plaintext
Raw Normal View History

2025-10-29 13:53:24 +08:00
page {
background-color: #f8f8f8;
}
.feedback_page {
margin: 30rpx;
background-color: #fff;
border-radius: 20rpx;
padding: 0 30rpx;
}
.feedback_page_hader {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
border-bottom: 1rpx solid #eee;
}
.feedback_page_hader_info {
flex: 1;
}
.feedback_page_hader_info .name {
color: #3d3d3d;
font-size: 32rpx;
font-weight: 500;
}
.feedback_page_hader_info .des {
color: #999999;
font-size: 28rpx;
padding-top: 5rpx;
}
.feedback_page_hader_btn {
background-color: #f7f8fc;
color: #3d3d3d;
font-size: 26rpx;
padding: 12rpx 30rpx;
border-radius: 100rpx;
}
.feedback_page_function {
color: #999999;
font-size: 28rpx;
font-weight: 500;
padding: 25rpx 0;
}
.feedback_page_type {
display: flex;
align-items: center;
justify-content: space-between;
text-align: center;
}
.feedback_page_type .feedback_page_type_item_btn {
background-color: #f7f8fc;
width: 300rpx;
height: 80rpx;
border-radius: 12rpx;
color: #666;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #f7f8fc;
}
.feedback_page_type .active {
border: 1px solid #2a7efb;
color: #2a7efb;
background-color: #fff;
}
.feedback_page_textarea {
background-color: #f7f8fc;
padding: 20rpx;
border-radius: 20rpx;
margin: 30rpx 0 0 0;
}
.feedback_page_textarea textarea {
height: 200rpx;
width: 100%;
}
.feedback_page_textarea .textarea_placeholder {
font-size: 28rpx;
color: #999;
}
.feedback_page_file_tip {
color: #999999;
font-size: 28rpx;
font-weight: 400;
padding: 0 0 30rpx 0;
display: flex;
align-items: center;
}
.feedback_page_file_tip button {
color: #2a7efb;
padding: 0;
margin: 0;
font-size: 28rpx;
font-weight: 400;
background-color: #fff;
}
button::after {
border: none;
padding: 0;
margin: 0;
}