apply-for-refund.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. page {
  2. background-color: #F6F6F6;
  3. }
  4. .wrap {
  5. width: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. padding: 20rpx 24rpx 160rpx;
  9. box-sizing: border-box;
  10. }
  11. .item {
  12. width: 100%;
  13. display: flex;
  14. flex-direction: column;
  15. padding: 0 24rpx;
  16. box-sizing: border-box;
  17. background-color: #fff;
  18. border-radius: 16rpx;
  19. margin-bottom: 20rpx;
  20. }
  21. .item-top {
  22. width: 100%;
  23. height: 90rpx;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. }
  28. .item-top text:first-child {
  29. color: #111111;
  30. font-size: 30rpx;
  31. font-weight: bold;
  32. }
  33. .item-bottom {
  34. width: 100%;
  35. height: 120rpx;
  36. display: flex;
  37. justify-content: flex-end;
  38. align-items: center;
  39. margin-top: 20rpx;
  40. }
  41. .item-bottom button {
  42. width: 168rpx;
  43. height: 72rpx;
  44. line-height: 72rpx;
  45. border-radius: 100rpx;
  46. border: 1px solid #9D9D9D;
  47. background-color: #fff;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. box-sizing: border-box;
  52. color: #202020;
  53. font-size: 24rpx;
  54. margin-right: 14rpx;
  55. }
  56. .item-bottom button:last-child {
  57. margin-right: 0;
  58. }
  59. .border-red {
  60. border: 1px solid #E63D23 !important;
  61. color: #F2501A !important;
  62. }
  63. .border-gray {
  64. border: 1px solid #9D9D9D !important;
  65. color: #777777 !important;
  66. }
  67. .price-row {
  68. width: 100%;
  69. text-align: right;
  70. color: #A7A7A7;
  71. font-size: 24rpx;
  72. }
  73. .big-font {
  74. font-size: 38rpx;
  75. font-weight: bold;
  76. }
  77. .big-font-black {
  78. font-size: 38rpx;
  79. color: #202020;
  80. font-weight: bold;
  81. }
  82. .margin {
  83. margin-right: 10rpx;
  84. }
  85. .margin:last-child {
  86. margin: 0;
  87. }
  88. .item-content {
  89. width: 100%;
  90. display: flex;
  91. align-items: center;
  92. margin-bottom: 20rpx;
  93. }
  94. .product-img {
  95. width: 186rpx;
  96. height: 186rpx;
  97. border-radius: 12rpx;
  98. margin-right: 28rpx;
  99. }
  100. .item-content-sidebar {
  101. flex: 1;
  102. height: 180rpx;
  103. display: flex;
  104. flex-direction: column;
  105. }
  106. .product-item-row-between {
  107. width: 100%;
  108. display: flex;
  109. justify-content: space-between;
  110. align-items: center;
  111. margin-bottom: 25rpx;
  112. }
  113. .product-item-name {
  114. width: 71%;
  115. display: -webkit-box;
  116. -webkit-line-clamp: 2;
  117. overflow: hidden;
  118. text-overflow: ellipsis;
  119. -webkit-box-orient: vertical;
  120. color: #202020;
  121. font-size: 26rpx;
  122. }
  123. .row-end {
  124. display: flex;
  125. flex-direction: column;
  126. align-items: flex-end;
  127. }
  128. .product-item-price {
  129. color: #202020;
  130. font-size: 26rpx;
  131. }
  132. .product-item-num {
  133. color: #A7A7A7;
  134. font-size: 20rpx;
  135. }
  136. .product-item-num text {
  137. font-size: 24rpx;
  138. }
  139. .product-item-tag {
  140. width: 100%;
  141. display: flex;
  142. justify-content: space-between;
  143. align-items: center;
  144. color: #A7A7A7;
  145. font-size: 24rpx;
  146. }
  147. .product-item-msg {
  148. width: 100%;
  149. color: #F2501A;
  150. font-size: 20rpx;
  151. }
  152. .box {
  153. width: 100%;
  154. display: flex;
  155. flex-direction: column;
  156. background-color: #fff;
  157. border-radius: 8rpx;
  158. margin-bottom: 20rpx;
  159. }
  160. .box-label {
  161. width: 100%;
  162. height: 90rpx;
  163. line-height: 90rpx;
  164. display: flex;
  165. color: #111111;
  166. font-size: 30rpx;
  167. font-weight: bold;
  168. align-items: center;
  169. padding: 0 24rpx;
  170. box-sizing: border-box;
  171. }
  172. .refund-list {
  173. width: 100%;
  174. display: flex;
  175. flex-direction: column;
  176. }
  177. .refund-item {
  178. width: 100%;
  179. display: flex;
  180. flex-direction: column;
  181. padding: 30rpx 24rpx;
  182. box-sizing: border-box;
  183. border-bottom: 1px solid rgba(67, 63, 103, 0.2);
  184. box-sizing: border-box;
  185. }
  186. .refund-item:last-child {
  187. border: none;
  188. }
  189. .row-between {
  190. width: 100%;
  191. display: flex;
  192. justify-content: space-between;
  193. align-items: center;
  194. }
  195. .row-name {
  196. color: #212121;
  197. font-size: 30rpx;
  198. }
  199. .select-row {
  200. display: flex;
  201. align-items: center;
  202. color: #777777;
  203. font-size: 28rpx;
  204. }
  205. .back-icon {
  206. width: 15rpx;
  207. margin-left: 36rpx;
  208. }
  209. .refund-price {
  210. color: #FF0606;
  211. font-size: 32rpx;
  212. }
  213. .refund-msg {
  214. width: 100%;
  215. color: #777777;
  216. font-size: 24rpx;
  217. margin-top: 10rpx;
  218. }
  219. .img-container {
  220. width: 100%;
  221. background-color: #FFFFFF;
  222. padding: 44rpx 24rpx 15rpx;
  223. box-sizing: border-box;
  224. border-radius: 8rpx;
  225. }
  226. .note-image-box {
  227. width: 100%;
  228. display: flex;
  229. flex-wrap: wrap;
  230. }
  231. .add-img {
  232. width: 100%;
  233. height: 100%;
  234. border-radius: 8rpx;
  235. }
  236. .img {
  237. width: 100%;
  238. height: 100%;
  239. border-radius: 8rpx;
  240. }
  241. .note-image-item {
  242. width: 30.6666%;
  243. height: 200rpx;
  244. margin-right: 4%;
  245. margin-bottom: 4%;
  246. position: relative;
  247. }
  248. .note-image-item:nth-child(3n) {
  249. margin-right: 0;
  250. }
  251. .close-icon {
  252. position: absolute;
  253. right: 16rpx;
  254. top: 16rpx;
  255. z-index: 999;
  256. }
  257. .close-icon image {
  258. width: 22rpx;
  259. height: 22rpx;
  260. }
  261. .image-box {
  262. width: 100%;
  263. height: 100%;
  264. }
  265. .upload-box {
  266. width: 100%;
  267. display: flex;
  268. flex-direction: column;
  269. }
  270. .upload-box-label {
  271. color: #212121;
  272. font-size: 32rpx;
  273. font-weight: bold;
  274. margin-bottom: 30rpx;
  275. }
  276. .upload-box-label text {
  277. font-weight: normal;
  278. color: #696969;
  279. font-size: 28rpx;
  280. }
  281. .footer {
  282. width: 100%;
  283. height: 140rpx;
  284. display: flex;
  285. justify-content: center;
  286. align-items: center;
  287. position: fixed;
  288. bottom: 0;
  289. left: 0;
  290. z-index: 999;
  291. background-color: #fff;
  292. padding: 0 24rpx;
  293. box-sizing: border-box;
  294. }
  295. .footer button {
  296. width: 100%;
  297. height: 72rpx;
  298. line-height: 72rpx;
  299. display: flex;
  300. align-items: center;
  301. justify-content: center;
  302. background-color: #F2501A;
  303. color: #fff;
  304. font-size: 34rpx;
  305. border-radius: 100rpx;
  306. }
  307. .mask {
  308. position: fixed;
  309. left: 0;
  310. right: 0;
  311. top: 0;
  312. height: 100vh;
  313. background-color: rgba(0, 0, 0, 0.38);
  314. z-index: 9999999;
  315. }
  316. .window {
  317. position: fixed;
  318. width: 100%;
  319. height: 848rpx;
  320. bottom: 0;
  321. left: 0;
  322. overflow: hidden;
  323. background-color: #fff;
  324. z-index: 99999999;
  325. display: flex;
  326. flex-direction: column;
  327. align-items: center;
  328. border-radius: 40rpx 40rpx 0 0;
  329. padding: 0 24rpx;
  330. box-sizing: border-box;
  331. }
  332. .window-bottom {
  333. width: 100%;
  334. height: 180rpx;
  335. display: flex;
  336. justify-content: center;
  337. align-items: center;
  338. }
  339. .window-bottom button {
  340. color: #FFFFFF;
  341. font-size: 26rpx;
  342. width: 100%;
  343. height: 80rpx;
  344. line-height: 80rpx;
  345. border-radius: 100rpx;
  346. background-color: #F2501A;
  347. }
  348. .window-label {
  349. width: 100%;
  350. height: 115rpx;
  351. display: flex;
  352. justify-content: center;
  353. align-items: center;
  354. font-size: 32rpx;
  355. color: #202020;
  356. }
  357. .window-select-box {
  358. width: 100%;
  359. height: calc(100% - 295rpx);
  360. box-sizing: border-box;
  361. }
  362. .radio-wrap {
  363. width: 100%;
  364. }
  365. .radio-row {
  366. width: 100%;
  367. display: flex;
  368. justify-content: space-between;
  369. align-items: center;
  370. margin-bottom: 60rpx;
  371. }
  372. .radio-row:last-child {
  373. margin-bottom: 0;
  374. }
  375. .leftsidebar {
  376. display: flex;
  377. align-items: center;
  378. color: #202020;
  379. font-size: 26rpx;
  380. }
  381. .circle-img {
  382. width: 40rpx;
  383. height: 40rpx;
  384. }