refunddetail.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. #complaint_detail_root {
  2. max-width: 640px;
  3. }
  4. #ripInfo_root {
  5. padding: 0 12px;
  6. background-color: #fff;
  7. }
  8. #ripInfo_title {
  9. padding-top: 25px;
  10. padding-bottom: 20px;
  11. color: #333;
  12. font-size: 17px;
  13. font-weight: 700;
  14. }
  15. #ripInfo_logo {
  16. display: inline-block;
  17. height: 25px;
  18. width: 0;
  19. position: relative;
  20. top: 6px;
  21. }
  22. #ripInfo_comment view .li {
  23. padding-bottom: 10px;
  24. line-height: 18px;
  25. color: #787878;
  26. font-size: 14px;
  27. }
  28. #ripInfo_comment view .li:first-child {
  29. padding-top: 20px;
  30. }
  31. #ripInfo_comment view:last-child .li:first-child {
  32. border-top: none;
  33. }
  34. #ripInfo_comment .b {
  35. color: #333;
  36. font-weight: 700;
  37. }
  38. .span{display: inline;}
  39. #ripInfo_comment .time {
  40. color: #ff2742;
  41. display: inline;
  42. }
  43. #detailConversation_root {
  44. margin-top: 12px;
  45. padding: 20px 0;
  46. background-color: #fff;
  47. position: relative;
  48. border-bottom: 1px solid #e9e9e9;
  49. }
  50. #detailConversation_root #detailInfo_title {
  51. padding: 0 12px;
  52. padding-left: 12px;
  53. }
  54. #detailConversation_root #detailInfo_title .span {
  55. color: #343434;
  56. font-size: 15px;
  57. font-weight: 700;
  58. display: inline-block;
  59. }
  60. #detailConversation_root .detailInfo_info_all {
  61. padding: 0 12px;
  62. margin-top: 20px;
  63. }
  64. #detailConversation_root .detailFlow_item_root {
  65. background-color: #f8f8f8;
  66. border: 1px solid #dfdfdf;
  67. width: 100%;
  68. height: auto;
  69. padding-bottom: 12px;
  70. margin-top: 10px;
  71. }
  72. #detailConversation_root .detailFlow_item_root:first-child {
  73. margin-top: 0;
  74. }
  75. #detailConversation_root .detailFlow_item_root view {
  76. word-break: break-all;
  77. word-wrap: break-word;
  78. }
  79. #detailConversation_root .detailFlow_item_root .detailInfo_title {
  80. padding: 12px 10px;
  81. font-size: 14px;
  82. border-bottom: 1px solid #e9e9e9;
  83. }
  84. #detailConversation_root .detailFlow_item_root .detailInfo_title .detailInfo_operator_role {
  85. width: 28px;
  86. height: 28px;
  87. display: inline-block;
  88. }
  89. #detailConversation_root .detailFlow_item_root .detailInfo_title .detailInfo_title_text {
  90. color: #343434;
  91. line-height: 28px;
  92. height: 28px;
  93. margin-left: 12px;
  94. display: inline-block;
  95. position: absolute;
  96. }
  97. .detailInfo_text {
  98. margin-top: 12px;
  99. padding: 0 12px;
  100. background-color: #f8f8f8;
  101. color: #686868;
  102. font-size: 14px;
  103. }
  104. #detailConversation_root .detailFlow_item_root view {
  105. word-break: break-all;
  106. word-wrap: break-word;
  107. }
  108. #detailConversation_root .detailFlow_item_root .detailInfo_image_all {
  109. margin-top: 12px;
  110. padding-left: 10px;
  111. font-size: 0;
  112. }
  113. #detailConversation_root .detailFlow_item_root .detailInfo_image_all .detailInfo_image {
  114. position: relative;
  115. display: inline-block;
  116. width: 56px;
  117. height: 56px;
  118. border: 1px dashed #e6e6e6;
  119. padding: 1px;
  120. box-sizing: border-box;
  121. margin-right: 12px;
  122. }
  123. #detailConversation_root .detailFlow_item_root .detailInfo_image_all .detailInfo_image image {
  124. width: 52px;
  125. height: auto;
  126. max-width: 52px;
  127. max-height: 52px;
  128. overflow: hidden;
  129. margin: auto;
  130. position: absolute;
  131. top: 0;
  132. left: 0;
  133. bottom: 0;
  134. right: 0;
  135. }
  136. #detailConversation_root .detailFlow_item_root .detailInfo_createdTime {
  137. margin-top: 12px;
  138. font-size: 13px;
  139. padding-left: 10px;
  140. color: #999;
  141. }
  142. #detailInfo_root {
  143. margin-top: 12px;
  144. padding: 0 12px;
  145. background-color: #fff;
  146. color: #686868;
  147. font-size: 14px;
  148. }
  149. #detailInfo_root .li {
  150. line-height: 44px;
  151. border-bottom: 1px solid #eee;
  152. }
  153. #detailInfo_root li .span {
  154. display: inline-block;
  155. width: 168rpx;
  156. }
  157. #button_root {
  158. margin-top: 12px;
  159. padding: 12px 4%;
  160. background-color: #fff;
  161. position: fixed;
  162. bottom: 0;
  163. width: 100%;
  164. border-top: 1px solid #e6e6e6;
  165. }
  166. #button_append, #button_judgement, #button_modify, #button_reapply {
  167. color: #999;
  168. margin-right: 2%;
  169. border: 1px solid #999;
  170. color: #ff2742;
  171. border-color: #ff2742;
  172. }
  173. #button_root view {
  174. display: inline-block;
  175. height: 32px;
  176. font-size: 15px;
  177. border-radius: 2px;
  178. line-height: 32px;
  179. padding: 0 16rpx;
  180. }
  181. #button_root view, .button_root_center {
  182. text-align: center;
  183. }
  184. #button_cancel {
  185. color: #999;
  186. border: 1px solid #999;
  187. }
  188. #complaint_detail_cancel_mask {
  189. width: 100vw;
  190. height: 100vh;
  191. position: fixed;
  192. top: 0;
  193. left: 0;
  194. background-color: rgba(0,0,0,.7);
  195. z-index: 100001;
  196. }
  197. #complaint_detail_cancel_root {
  198. font-size: 14px;
  199. position: fixed;
  200. margin-left: 10%;
  201. width: 80%;
  202. padding:20rpx;
  203. overflow: hidden;
  204. max-width: 640px;
  205. top: 20%;
  206. background-color: #fff;
  207. z-index: 100002;
  208. border-radius: 5px;
  209. -webkit-border-radius: 5px;
  210. }
  211. #complaint_detail_cancel_text {
  212. line-height:72rpx;
  213. margin-top: 12px;
  214. font-size: 15px;
  215. color: #343434;
  216. width: 100%;
  217. }
  218. .price{
  219. display:inline;
  220. }
  221. .pddfnt_highlight, .price {
  222. color: #ff2742;
  223. }
  224. #complaint_detail_cancel_button {
  225. border-top: 1px solid #dedede;
  226. width: 100%;
  227. }
  228. #complaint_detail_cancel_button_cancel, #complaint_detail_cancel_button_ok {
  229. line-height: 60px;
  230. font-size: 15px;
  231. color: #797979;
  232. text-align: center;
  233. width: 50%;
  234. }
  235. #complaint_detail_cancel_button_cancel, #complaint_detail_cancel_button_ok {
  236. float:left;
  237. line-height: 60px;
  238. font-size: 15px;
  239. color: #797979;
  240. text-align: center;
  241. width: 50%;
  242. }
  243. #complaint_detail_cancel_button_cancel {
  244. display: inline-block;
  245. color: #ff2742;
  246. }
  247. #detailInfo_root .li .rigt {
  248. word-break: break-all;
  249. line-height: 28px;
  250. display: inline-block;
  251. word-wrap: break-word;
  252. margin-left: 90px;
  253. padding-top: 8px;
  254. }