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