index.wxss 3.8 KB

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