refund.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. #complaint_root {
  2. box-sizing: border-box;
  3. padding: 0 12px 50px;
  4. width: 100%;
  5. overflow: hidden;
  6. }
  7. #complaint_delivery_company, #complaint_delivery_sn, #complaint_desc,
  8. #complaint_desc_append, #complaint_money, #complaint_need_know,
  9. #complaint_reason, #complaint_type, #images_info, #mobile {
  10. border-top: 1px solid #eee;
  11. }
  12. #complaint_delivery_company_title, #complaint_delivery_sn_title,
  13. #complaint_desc_append_title, #complaint_desc_return_title,
  14. #complaint_desc_title, #complaint_money_title, #complaint_need_know_title,
  15. #complaint_reason_title, #complaint_type_title, #images_info_title,
  16. #mobile_title {
  17. line-height: 50px;
  18. color: #343434;
  19. font-size: 14px;
  20. font-weight: 700;
  21. }
  22. .price {
  23. display: inline;
  24. }
  25. .pddfnt_highlight, .price {
  26. color: #ff2742;
  27. }
  28. #complaint_type_input view {
  29. box-sizing: border-box;
  30. width: 100%;
  31. height: 40px;
  32. font-size: 14px;
  33. color: #999;
  34. background-color: #eee;
  35. border: none;
  36. padding: 0 15px;
  37. border-top: 1px solid #dcdcdc;
  38. line-height: 40px;
  39. }
  40. #complaint_type_input view image {
  41. float: right;
  42. color: #ff2742;
  43. display: inline-block;
  44. width: 16px;
  45. height: 11px;
  46. margin-top: 15px;
  47. }
  48. #complaint_type_input view image {
  49. display: none;
  50. }
  51. #complaint_type_input .complaint_type_input_selected img {
  52. display: block;
  53. }
  54. #complaint_delivery_company_title, #complaint_delivery_sn_title,
  55. #complaint_desc_append_title, #complaint_desc_return_title,
  56. #complaint_desc_title, #complaint_money_title, #complaint_need_know_title,
  57. #complaint_reason_title, #complaint_type_title, #images_info_title,
  58. #mobile_title {
  59. line-height: 50px;
  60. color: #343434;
  61. font-size: 14px;
  62. font-weight: 700;
  63. }
  64. #complaint_type_input .complaint_type_input_selected image {
  65. display: block;
  66. }
  67. #complaint_type_input .complaint_type_input_selected {
  68. color: #ff2742;
  69. }
  70. .input_number_hint {
  71. color: #999;
  72. font-weight: 400;
  73. }
  74. #complaint_delivery_company_input, #complaint_delivery_sn_input,
  75. #complaint_money_input {
  76. height: 60px;
  77. }
  78. .complaint_input_inputed {
  79. color: #000 !important;
  80. }
  81. #complaint_delivery_company_input input, #complaint_delivery_sn_input input,
  82. #complaint_money_input input {
  83. box-sizing: border-box;
  84. width: 100%;
  85. height: 40px;
  86. font-size: 14px;
  87. color: #999;
  88. background-color: #eee;
  89. border: none;
  90. padding-left: 15px;
  91. -webkit-appearance: none !important;
  92. }
  93. #complaint_reason_input select {
  94. width: 100%;
  95. height: 40px;
  96. font-size: 14px;
  97. color: #999;
  98. background-color: #eee;
  99. border: none;
  100. padding-left: 15px;
  101. }
  102. #complaint_desc_append_input, #complaint_desc_input,
  103. #complaint_desc_return_input {
  104. height: 120px;
  105. }
  106. #complaint_desc_append_input textarea, #complaint_desc_input textarea,
  107. #complaint_desc_return_input textarea {
  108. box-sizing: border-box;
  109. padding-top: 10px;
  110. padding-left: 10px;
  111. border: none;
  112. width: 100%;
  113. height: 100px;
  114. background-color: #eee;
  115. font-size: 14px;
  116. color: #999;
  117. resize: none;
  118. }
  119. #image_uploader_selector {
  120. width: 56px;
  121. height: 56px;
  122. border: 1px dashed #ccc;
  123. display: inline-block;
  124. }
  125. #image_uploader_indicate {
  126. position: absolute;
  127. font-size: 32px;
  128. color: #ccc;
  129. width: 56px;
  130. height: 56px;
  131. line-height: 56px;
  132. text-align: center;
  133. }
  134. #mobile {
  135. height: 110px;
  136. }
  137. #mobile_input {
  138. height: 60px;
  139. }
  140. #mobile_input input {
  141. box-sizing: border-box;
  142. width: 100%;
  143. height: 40px;
  144. font-size: 14px;
  145. color: #999;
  146. background-color: #eee;
  147. border: none;
  148. padding-left: 15px;
  149. }
  150. #complaint_need_know_desc {
  151. color: #343434;
  152. font-size: 13px;
  153. padding-left: 0;
  154. margin: 0;
  155. }
  156. #complaint_need_know_desc .li {
  157. list-style: none;
  158. margin-top: 22px;
  159. }
  160. #submit_button {
  161. height: 70rpx;
  162. line-height: 70rpx;
  163. top: 10px;
  164. position: relative;
  165. border-top: 1px solid #eee;
  166. text-align: center;
  167. margin-bottom: 16px;
  168. margin-top: 15px;
  169. }
  170. #submit_button .span {
  171. padding: 5px 20px;
  172. font-size: 15px;
  173. color: #fff;
  174. background-color: #F75451;
  175. position: relative;
  176. text-align: center;
  177. border-radius: 5px;
  178. }
  179. .image_uploader_image {
  180. position: relative;
  181. display: inline-block;
  182. width: 56px;
  183. height: 56px;
  184. border: 1px dashed #e6e6e6;
  185. padding: 1px;
  186. box-sizing: border-box;
  187. margin-right: 12px;
  188. }
  189. .image_uploader_image image {
  190. width: 52px;
  191. height: auto;
  192. max-width: 52px;
  193. max-height: 52px;
  194. overflow: hidden;
  195. margin: auto;
  196. position: absolute;
  197. top: 0;
  198. left: 0;
  199. bottom: 0;
  200. right: 0;
  201. }
  202. .image_uploader_image .image_uploader_image_img_portrait {
  203. width: auto !important;
  204. height: 52px !important;
  205. }
  206. .image_uploader_image .image_uploader_image_delete {
  207. border-radius: 50%;
  208. -webkit-border-radius: 50%;
  209. position: absolute;
  210. right: -8px;
  211. top: -8px;
  212. background-color: #ff2742;
  213. line-height: 20px;
  214. height: 20px;
  215. width: 20px;
  216. text-align: center;
  217. color: #fff;
  218. font-size: 14px;
  219. }