diff --git a/pages/common/feedback.vue b/pages/common/feedback.vue index 177e775..5cc6250 100644 --- a/pages/common/feedback.vue +++ b/pages/common/feedback.vue @@ -4,19 +4,25 @@ - + + + - + 上传图片 - + + + + + 提交 @@ -117,58 +123,65 @@ export default { .main_section{ min-height: 100vh; background: #292929 100%; - padding: 0 24rpx; + padding: 0 0rpx; padding-top: 32rpx; padding-bottom: 150rpx; font-size: 28rpx; color: #fff; + display: flex; + flex-direction: column; + gap: 20rpx; + .section{ - border: 1px solid red; - .input_box{ - margin-bottom: 20rpx; - border-bottom: 1rpx solid #f3f3f3; - padding: 10rpx; - display: flex; - justify-content: space-between; - align-items: center; - //border: 1px solid red; - view{ - .required { - color: red; - margin-left: 5px; /* 可选:调整 * 的位置 */ - } - } - .input{ - padding-bottom: 15rpx; - width: 70%; - height: 40rpx; - font-size: 28rpx; + background-color: #434544; + padding: 40rpx 40rpx; + .text_input{ + border: 1px solid #434544; + background-color: #434544 !important; + ::v-deep .fui-textarea__wrap{ + border: 1px solid #797979; + background-color: #434544 !important; } - .button{ - border: 1px solid #E87375; - color: #E87375; - padding: 2rpx 6rpx; - font-size: 28rpx; - border-radius: 8rpx; + ::v-deep .fui-textarea__background{ + border: 0; + background-color: #434544 !important; } - .invoice_type_box{ - width: 100%; - display: flex; - align-items: center; - gap: 20rpx; + } + .upload_box{ + display: flex; + flex-direction: column; + gap: 20rpx; + } + .input_box{ + padding: 0; + color: #fff; + ::v-deep .fui-input__wrap{ + background: #434544 !important; + padding-left: 0 !important; } - .edit-sex-list{ - width: 70%; - display: flex; - justify-content: space-between; - align-items: center; - .label_box{ - display: flex; - align-items: center; + ::v-deep .fui-input__label{ + span{ + color: #fff !important; } } + ::v-deep .uni-input-input{ + color: #fff; + } + ::v-deep .fui-input__background{ + background: #434544 !important; + } } } + .btn{ + margin: 0 auto; + margin-top: 40rpx; + border: 1px solid #25a18b; + color: #25a18b; + width: 80%; + height: 80rpx; + line-height: 80rpx; + text-align: center; + } }