index.wxss 3.6 KB

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