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