123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- .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;
- }
|