feedback.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /* pages/welfareMall/feedback/feedback.wxss */
  2. page{
  3. background: #F7F7F7;
  4. }
  5. .feedback{
  6. width: 750rpx;
  7. height: auto;
  8. }
  9. /* 垂直方向布局,水平居中 **/
  10. .flex-column{
  11. display: flex;
  12. flex-flow: column nowrap;
  13. align-items: center;
  14. justify-content: left;
  15. }
  16. /* 水平方向布局,垂直居中 **/
  17. .flex-row{
  18. display: flex;
  19. flex-flow: row nowrap;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .feedback-titles{
  24. width: 659rpx;
  25. height: 80rpx;
  26. justify-content: flex-start;
  27. }
  28. .feedback-title{
  29. font-size: 24rpx;
  30. font-weight: 600;
  31. color: #444444;
  32. }
  33. .feedback-text{
  34. background: #FFFFFF;
  35. border: 1px solid #EFEFEF;
  36. border-radius: 10rpx;
  37. }
  38. textarea{
  39. width: 660rpx;
  40. height: 280rpx;
  41. border-bottom: 0;
  42. padding-left: 33rpx;
  43. padding-top: 42rpx;
  44. }
  45. .suggest_text-count{
  46. width: 660rpx;
  47. justify-content: flex-end;
  48. padding-right: 28rpx;
  49. }
  50. .suggest_text-num{
  51. z-index: 2;
  52. font-size: 26rpx;
  53. /* margin-bottom: 86rpx; */
  54. }
  55. .feedback-exp{
  56. width: 659rpx;
  57. height: 100rpx;
  58. justify-content: space-between;
  59. }
  60. .feedback-explain{
  61. width: 350rpx;
  62. height: 40rpx;
  63. font-size: 24rpx;
  64. font-weight: 600;
  65. color: #444444;
  66. }
  67. .explain-img{
  68. width: 662rpx;
  69. height: 180rpx;
  70. justify-content: flex-start;
  71. }
  72. .explain-img-style{
  73. width: 160rpx;
  74. height: 180rpx;
  75. margin-right: 8rpx;
  76. }
  77. .explain-img-preview{
  78. width: 154rpx;
  79. height: 154rpx;
  80. border: 1px solid #e0dada;
  81. border-radius: 10rpx;
  82. z-index: 1;
  83. justify-content: center;
  84. }
  85. .close-img-style{
  86. width: 154rpx;
  87. height: 22rpx;
  88. justify-content: flex-end;
  89. z-index: 2;
  90. }
  91. .close-img{
  92. width: 22rpx;
  93. height: 22rpx;
  94. margin-top: 30rpx;
  95. margin-right: -5rpx;
  96. }
  97. .chooseImv{
  98. width: 65rpx;
  99. height: 64rpx;
  100. }
  101. .lower-submit{
  102. width: 659rpx;
  103. height: 100rpx;
  104. margin-top: 50rpx;
  105. }
  106. .order-refund{
  107. width: 631rpx;
  108. height: 90rpx;
  109. /* background: #B01717; */
  110. border-radius: 50rpx;
  111. }
  112. .lower-order-text{
  113. font-size: 36rpx;
  114. font-weight: 500;
  115. color: #FFFFFF;
  116. }
  117. .sug_p{
  118. width: 194rpx;
  119. height: 30rpx;
  120. font-size: 28rpx;
  121. font-weight: 600;
  122. color: #e0dada;
  123. }
  124. .bg-zindex{
  125. position: fixed;
  126. width: 100%;
  127. height: 100%;
  128. top: 0;
  129. background: rgba(0, 0, 0, 0.8);
  130. display: flex;
  131. justify-content: center;
  132. align-items: center;
  133. flex-direction: column;
  134. z-index: 999;
  135. }
  136. .success_window{
  137. width: 328px;
  138. height: 227px;
  139. background: #FFFFFF;
  140. border-radius: 20rpx;
  141. position: relative;
  142. z-index: 9999;
  143. align-items: center;
  144. }
  145. .w_title{
  146. font-size: 36rpx;
  147. font-weight: 600;
  148. color: #444444;
  149. margin-top: 27px;
  150. }
  151. .w_text{
  152. margin-top: 32px;
  153. text-align: center;
  154. }
  155. .hsay_text{
  156. margin-top: 8px;
  157. font-size: 12px;
  158. font-weight: 500;
  159. color: #444444;
  160. }
  161. .w_border{
  162. width: 300px;
  163. height: 1px;
  164. background: #A0A0A0;
  165. margin-top: 36px;
  166. }
  167. .w_go_order{
  168. font-size: 18px;
  169. font-weight: 500;
  170. color: #444444;
  171. margin-top: 32rpx;
  172. }
  173. .call{
  174. position: fixed;
  175. width: 62rpx!important;
  176. height: 62rpx!important;
  177. border-radius: 25px!important;
  178. right: 36rpx!important;
  179. bottom: 206rpx!important;
  180. font-size: 10px!important;
  181. background-color: none !important;
  182. border:none;
  183. color: none !important;
  184. display: flex;
  185. flex-flow: row nowrap;
  186. justify-content: center;
  187. align-items: center;
  188. padding: 0px!important;
  189. line-height: 50px!important;
  190. z-index: 999;
  191. }
  192. .service-style{
  193. width: 62rpx;
  194. height: 62rpx;
  195. }
  196. .info-title{
  197. width: 630rpx;
  198. height: 40rpx;
  199. font-size: 30rpx;
  200. font-weight: 800;
  201. text-align: LEFT;
  202. color: #444444;
  203. line-height: 40rpx;
  204. margin-top: 60rpx;
  205. }
  206. .info-view{
  207. width: 630rpx;
  208. height: 40rpx;
  209. margin-top: 30rpx;
  210. font-size: 26rpx;
  211. font-weight: 600;
  212. justify-content: left!important;
  213. }
  214. .zytx{
  215. width: 40rpx;
  216. height: 40rpx;
  217. }
  218. .refund-info{
  219. margin-left: 19rpx;
  220. text-decoration: underline;
  221. }