.header-title { background-color: #ffffff; justify-content: space-between; padding: 0 26rpx; width: 100%; } .header-title .titlename { font-size: 17px; } .header-title .righttext { width: 16px; } .header-title .gohome { margin-left: 24rpx; } .header-title .gohome image { width: 80rpx; height: 80rpx; } page { background-color: #fafbfb; } .feedback_content { margin: 0 32rpx; } .feedback_content .item_title { font-size: 16px; margin: 32rpx 0 24rpx; overflow: hidden; color: #2B3036; } .feedback_content .item_title text { color: #8D9399; } .feedback_content .contact .contact_card { position: relative; z-index: 2; background-color: #ffffff; height: 380rpx; } .feedback_content .contact .contact_card > image { width: 100%; height: 380rpx; position: absolute; top: 0; left: 0; z-index: -1; } .feedback_content .contact .contact_card .card_left { margin-right: 20rpx; } .feedback_content .contact .contact_card .card_left > text { font-size: 32rpx; color: #2B3036; } .feedback_content .contact .contact_card .card_left .opentime { font-size: 26rpx; color: #8D9399; } .feedback_content .contact .contact_card .card_left .phone { font-size: 48rpx; font-weight: bold; color: #04B49C; margin: 40rpx 0 30rpx; justify-content: flex-start; } .feedback_content .contact .contact_card .card_left .phone image { width: 36rpx; height: 36rpx; margin-right: 12rpx; } .feedback_content .contact .contact_card .card_right > view { width: 240rpx; height: 240rpx; } .feedback_content .contact .contact_card .card_right > view image { width: 240rpx; height: 240rpx; } .feedback_content .debunk { background-color: #ffffff; box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1); border-radius: 4px; padding: 32rpx 24rpx 64rpx; } .feedback_content .debunk .selectspace { justify-content: space-between; } .feedback_content .debunk .selectspace text { font-size: 17px; color: rgba(0, 0, 0, 0.9); } .feedback_content .debunk .selectspace > view { font-size: 32rpx; color: #8D9399; line-height: 28px; } .feedback_content .debunk .debunk_card { background: #F8F9FA; padding: 36rpx 24rpx 0; margin-top: 32rpx; } .feedback_content .debunk .debunk_card .custom-rodio { width: 295rpx; margin-bottom: 32rpx; } .feedback_content .debunk .debunk_card .custom-rodio .van-radio__label { font-size: 15px; color: #8D9399; } .feedback_content .debunk .debunk_card .rodio_box { flex-wrap: wrap; justify-content: flex-start; } .feedback_content .debunk .debunk_card .rodio_box .custom-rodio:nth-child(2n) { width: 200rpx; } .feedback_content .debunk .addpicture { overflow: hidden; } .feedback_content .debunk .addpicture > .item_title { font-size: 17px; color: rgba(0, 0, 0, 0.9); } .feedback_content .debunk .addpicture .uploader_cell .uploader_item { position: relative; display: inline-block; } .feedback_content .debunk .addpicture .uploader_cell .uploader_item .prelook { width: 200rpx; height: 200rpx; } .feedback_content .debunk .addpicture .uploader_cell .uploader_item .deleteimg { position: absolute; top: 0; right: 0; z-index: 10; width: 34rpx; height: 34rpx; } .feedback_content .debunk .addpicture .uploader_cell .uploader { width: 200rpx; height: 200rpx; background: #F8F9FA; border-radius: 2px; border: 1px solid #E4E6E7; } .feedback_content .debunk .addpicture .uploader_cell .uploader image { width: 32rpx; height: 32rpx; } .feedback_content .debunk .addpicture .txtarea { width: 100%; height: 240rpx; padding: 24rpx; border-radius: 4px; font-size: 28rpx; box-sizing: border-box; border: 1px solid #EFF0F1; } .feedback_content .debunk .submit { height: 80rpx; font-size: 32rpx; margin-top: 40rpx; width: auto!important; color: #FFFFFF; background: #04B49C; border-radius: 20px; }