index.less 4.6 KB

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