index.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .header-title{
  2. background-color: #ffffff;
  3. justify-content: space-between;
  4. // padding:0 34rpx;
  5. padding:0 26rpx;
  6. width: 100%;
  7. .titlename{
  8. font-size: 17px;
  9. }
  10. .righttext{
  11. width: 16px;
  12. }
  13. .gohome{
  14. margin-left: 24rpx;
  15. image{
  16. width: 80rpx;
  17. height: 80rpx;
  18. }
  19. }
  20. }
  21. page{
  22. background-color: #fafbfb;
  23. }
  24. .feedback_content{
  25. margin: 0 32rpx;
  26. .item_title{
  27. font-size: 16px;
  28. margin: 32rpx 0 24rpx;
  29. overflow: hidden;
  30. color: #2B3036;
  31. text{
  32. color: #8D9399;
  33. }
  34. }
  35. .contact{
  36. .contact_card{
  37. position: relative;
  38. z-index: 2;
  39. // background-image:url("../static/images/service.png") no-repeat 0 0;
  40. background-color: #ffffff;
  41. height: 380rpx;
  42. &>image{
  43. width: 100%;
  44. height: 380rpx;
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. z-index:-1;
  49. }
  50. .card_left{
  51. margin-right: 20rpx;
  52. &>text{
  53. font-size: 32rpx;
  54. color: #2B3036;
  55. }
  56. .opentime{
  57. font-size:26rpx;
  58. color: #8D9399;
  59. }
  60. .phone{
  61. font-size: 48rpx;
  62. font-weight: bold;
  63. color: #04B49C;
  64. margin: 40rpx 0 30rpx;
  65. justify-content: flex-start;
  66. image{
  67. width: 36rpx;
  68. height: 36rpx;
  69. margin-right: 12rpx;
  70. }
  71. }
  72. }
  73. .card_right{
  74. &>view{
  75. width: 240rpx;
  76. height: 240rpx;
  77. image{
  78. width: 240rpx;
  79. height: 240rpx;
  80. }
  81. }
  82. }
  83. }
  84. }
  85. .debunk{
  86. background-color: #ffffff;
  87. box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
  88. border-radius: 4px;
  89. padding: 32rpx 24rpx 64rpx;
  90. .selectspace{
  91. justify-content: space-between;
  92. text{
  93. font-size: 17px;
  94. color: rgba(0, 0, 0, 0.9);
  95. }
  96. &>view{
  97. font-size: 32rpx;
  98. color: #8D9399;
  99. line-height: 28px;
  100. }
  101. }
  102. .debunk_card{
  103. background: #F8F9FA;
  104. padding: 36rpx 24rpx 0;
  105. margin-top: 32rpx;
  106. .custom-rodio{
  107. width:295rpx;
  108. margin-bottom: 32rpx;
  109. .van-radio__label{
  110. font-size: 15px;
  111. color: #8D9399;
  112. }
  113. }
  114. .rodio_box{
  115. flex-wrap: wrap;
  116. justify-content: flex-start;
  117. .custom-rodio:nth-child(2n){
  118. width:200rpx;
  119. }
  120. }
  121. }
  122. .addpicture{
  123. overflow: hidden;
  124. &>.item_title{
  125. font-size: 17px;
  126. color: rgba(0, 0, 0, 0.9);
  127. }
  128. .uploader_cell{
  129. .uploader_item{
  130. position: relative;
  131. display: inline-block;
  132. .prelook{
  133. width: 200rpx;
  134. height: 200rpx;
  135. }
  136. .deleteimg{
  137. position: absolute;
  138. top: 0;
  139. right: 0;
  140. z-index: 10;
  141. width: 34rpx;
  142. height: 34rpx;
  143. }
  144. }
  145. .uploader{
  146. width: 200rpx;
  147. height: 200rpx;
  148. background: #F8F9FA;
  149. border-radius: 2px;
  150. border: 1px solid #E4E6E7;
  151. image{
  152. width: 32rpx;
  153. height: 32rpx;
  154. }
  155. }
  156. }
  157. .txtarea{
  158. width: 100%;
  159. height: 240rpx;
  160. padding: 24rpx;
  161. border-radius: 4px;
  162. font-size: 28rpx;
  163. box-sizing: border-box;
  164. border: 1px solid #EFF0F1;
  165. }
  166. }
  167. .submit{
  168. height: 80rpx;
  169. font-size:32rpx;
  170. margin-top: 40rpx;
  171. width: auto!important;
  172. color:#FFFFFF;
  173. background: #04B49C;
  174. border-radius: 20px;
  175. }
  176. }
  177. }