applyRefund.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. page {
  2. /* height: 100%; */
  3. width: 100%;
  4. background: #f4f4f4;
  5. padding:0 0 80rpx;
  6. }
  7. .container{
  8. padding:0 30rpx;
  9. }
  10. .order-goods {
  11. margin-top: 30rpx;
  12. background: #fff;
  13. border-radius:10rpx;
  14. width:690rpx;
  15. padding:30rpx 20rpx;
  16. }
  17. .order-goods .h {
  18. height: 30rpx;
  19. line-height: 30rpx;
  20. margin-bottom:30rpx;
  21. font-size: 30rpx;
  22. color:#333;
  23. }
  24. .order-goods .h .label {
  25. float: left;
  26. font-size: 30rpx;
  27. color: #333;
  28. }
  29. .order-goods .h .status {
  30. float: right;
  31. font-size: 30rpx;
  32. color: #b4282d;
  33. }
  34. .order-goods .item {
  35. display: flex;
  36. align-items: center;
  37. height: 190rpx;
  38. }
  39. .order-goods .item:last-child {
  40. border-bottom: none;
  41. }
  42. .order-goods .item .img {
  43. height: 190rpx;
  44. width: 190rpx;
  45. background: #f4f4f4;
  46. margin-right:20rpx;
  47. border-radius:10rpx;
  48. }
  49. .order-goods .item .img image {
  50. height: 190rpx;
  51. border-radius:10rpx;
  52. width: 190rpx;
  53. }
  54. .order-goods .item .info {
  55. flex: 1;
  56. height: 190rpx;
  57. }
  58. .order-goods .item .t {
  59. margin-top: 10rpx;
  60. /* height: 33rpx; */
  61. line-height: 34rpx;
  62. margin-bottom: 30rpx;
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .order-goods .item .t .name {
  67. max-height: 68rpx;
  68. line-height: 34rpx;
  69. color: #333;
  70. font-size: 30rpx;
  71. width:360rpx;
  72. margin-right:40rpx;
  73. /* text-overflow: ellipsis;
  74. white-space: nowrap;*/
  75. overflow: hidden;
  76. }
  77. .order-goods .item .t .number {
  78. line-height: 36rpx;
  79. color: #666;
  80. font-size: 26rpx;
  81. }
  82. .order-goods .item .attr {
  83. height: 26rpx;
  84. line-height: 26rpx;
  85. color: #666;
  86. font-size: 26rpx;
  87. }
  88. .order-goods .item .price {
  89. height: 26rpx;
  90. line-height: 26rpx;
  91. color: #666;
  92. font-size: 26rpx;
  93. margin-top:16rpx;
  94. }
  95. .module-title{
  96. height: 80rpx;
  97. padding:0 8rpx;
  98. line-height: 80rpx;
  99. font-size: 30rpx;
  100. color:#333;
  101. border-bottom:1rpx solid #EFEFEF;
  102. }
  103. .tt-cell{
  104. display: flex;
  105. /* padding:0 4rpx 0 8rpx; */
  106. align-items: flex-end;
  107. justify-content: space-between;
  108. background: #fff;
  109. height: 78rpx;
  110. padding-bottom:12rpx;
  111. /* border-bottom:2rpx solid #ebedf0; */
  112. }
  113. .tt-cell view{
  114. font-size: 26rpx;
  115. color: #191919;
  116. font-weight: bold;
  117. }
  118. .tt-cell view.cell-right{
  119. font-family: normal;
  120. flex:1;
  121. border-bottom: 2rpx solid #E0E0E0;
  122. padding-bottom:8rpx;
  123. }
  124. .arrow-wrapper{
  125. border-bottom: 2rpx solid #E0E0E0;
  126. height: 40rpx;
  127. }
  128. .arrow-img{
  129. width:28rpx;
  130. height: 28rpx;
  131. }
  132. .tt-cell view.cell-right.default{
  133. color: #ACADB1;
  134. font-size: 24rpx;
  135. font-weight: normal;
  136. }
  137. .tt-cell input{
  138. flex:1;
  139. border-bottom: 2rpx solid #E0E0E0;
  140. }
  141. .need{
  142. color:red;
  143. }
  144. .tt-cell.comment-cell{
  145. border:none;
  146. }
  147. .tt-cell.comment-cell view{
  148. padding-left:14rpx;
  149. }
  150. .comment-tips{
  151. /* padding-left:22rpx; */
  152. height: 50rpx;
  153. line-height: 30rpx;
  154. color: #777;
  155. font-size: 20rpx;
  156. background: #fff;
  157. }
  158. .submit-btn{
  159. text-align: center;
  160. color: #fff;
  161. margin:120rpx 26rpx 60rpx;
  162. width: 650rpx;
  163. height: 90rpx;
  164. line-height: 90rpx;
  165. background: #FF8219;
  166. border-radius: 90rpx;
  167. font-size: 34rpx;
  168. }
  169. .upload-text{
  170. height: 88rpx;
  171. line-height: 88rpx;
  172. /* padding-left:22rpx; */
  173. background: #fff;
  174. font-size: 26rpx;
  175. color: #191919;
  176. font-weight: bold;
  177. }
  178. .upload-wrapper{
  179. /* margin:18rpx -20rpx 56rpx 0; */
  180. display: flex;
  181. flex-wrap: wrap;
  182. background: #fff;
  183. padding:0 24rpx 40rpx 0;
  184. }
  185. .upload{
  186. width: 160rpx;
  187. height: 160rpx;
  188. background: #FAFAFA;
  189. border-radius: 4rpx;
  190. border: 1rpx solid #D9D9D9;
  191. display:flex;
  192. align-items: center;
  193. flex-direction: column;
  194. justify-content: center;
  195. margin-right:16rpx;
  196. box-sizing: border-box;
  197. }
  198. .upload image{
  199. width:38rpx;
  200. height: 38rpx;
  201. margin-bottom:22rpx;
  202. }
  203. .upload view{
  204. font-weight: 400;
  205. color: #C5C3C3;
  206. line-height: 48rpx;
  207. font-size: 26rpx;
  208. }
  209. .img-item{
  210. width: 160rpx;
  211. height: 160rpx;
  212. background: #fff;
  213. border-radius: 2rpx;
  214. border: 1rpx solid #D9D9D9;
  215. margin:0 20rpx 24rpx 0;
  216. padding:8rpx;
  217. position: relative;
  218. box-sizing: border-box;
  219. }
  220. .img-item .user-upload{
  221. width:144rpx;
  222. height:144rpx;
  223. }
  224. .img-item .close-img{
  225. width:28rpx;
  226. height:28rpx;
  227. position:absolute;
  228. top:0;
  229. right:0;
  230. }
  231. .refund-tips{
  232. color:#ee0a24;
  233. font-size: 22rpx;
  234. line-height: 40rpx;
  235. padding-left:8rpx;
  236. margin:4rpx 0 8rpx;
  237. }
  238. .card{
  239. background: #fff;
  240. border-radius:24rpx;
  241. padding:30rpx 24rpx;
  242. }
  243. .tt-cell input{
  244. flex:1;
  245. font-size: 26rpx;
  246. color:#666;
  247. }
  248. /* 产品订单信息 */
  249. .product-block {
  250. background: #FFFFFF;
  251. border-radius: 24rpx;
  252. padding: 24rpx;
  253. margin: 28rpx 0 30rpx;
  254. }
  255. .product-block .title {
  256. height: 88rpx;
  257. line-height: 78rpx;
  258. }
  259. .profuct-info {
  260. height: 190rpx;
  261. display: flex;
  262. align-items: flex-start;
  263. }
  264. .product-img {
  265. width: 190rpx;
  266. height: 190rpx;
  267. border-radius: 10rpx;
  268. margin-right:20rpx;
  269. }
  270. .info-right {
  271. /* padding-top: 10rpx; */
  272. flex:1;
  273. }
  274. .info-main{
  275. display: flex;
  276. height: 40rpx;
  277. align-items: center;
  278. justify-content: space-between;
  279. margin-bottom: 58rpx;
  280. }
  281. .product-name {
  282. line-height: 40rpx;
  283. font-size: 28rpx;
  284. /* padding-left: 20rpx;
  285. text-indent: -16rpx; */
  286. overflow: hidden;
  287. text-overflow: ellipsis;
  288. white-space: nowrap;
  289. width: 328rpx;
  290. font-weight: bold;
  291. color: rgba(0,0,0,0.9);
  292. }
  293. .info-main .price{
  294. color: rgba(0,0,0,0.9);
  295. font-size: 18rpx;
  296. font-weight: bold;
  297. }
  298. .info-right .other-info {
  299. font-size: 24rpx;
  300. color: rgba(0,0,0,0.9);
  301. line-height: 34rpx;
  302. }
  303. .refund-title{
  304. color: #191919;
  305. font-size: 30rpx;
  306. font-weight: bold;
  307. margin-bottom:28rpx;
  308. height: 30rpx;
  309. line-height: 30rpx;
  310. }
  311. .real-price{
  312. display: flex;
  313. align-items: center;
  314. height: 36rpx;
  315. justify-content: flex-end;
  316. font-size: 26rpx;
  317. font-weight: bold;
  318. margin:20rpx 0 12rpx;
  319. }
  320. .real-price text{
  321. color:#FF004E;
  322. font-size: 26rpx;
  323. }
  324. .tt-cell view.refund-price{
  325. color: #FF004E;
  326. }
  327. /* 选择备注 */
  328. .appoint-overlay-wrapper{
  329. position: fixed;
  330. top: 0;
  331. left: 0;
  332. width: 100%;
  333. height: 100%;
  334. background-color: rgba(0,0,0,.7);
  335. z-index:999;
  336. }
  337. .appoint-overlay-wrapper.remark-overlay{
  338. display: flex;
  339. align-items: flex-end;
  340. justify-content: center;
  341. }
  342. .remark-select{
  343. width:750rpx;
  344. padding:0 24rpx 56rpx;
  345. background: #FFFFFF;
  346. border-radius: 24rpx 24rpx 0 0;
  347. }
  348. .remark-select .title{
  349. font-weight: 600;
  350. color: #191919;
  351. font-size: 30rpx;
  352. height: 90rpx;
  353. line-height: 90rpx;
  354. text-align: center;
  355. border-bottom: 2rpx solid #E0E0E0;
  356. }
  357. .remark-list{
  358. height: 340rpx;
  359. overflow-y: scroll;
  360. }
  361. .remark-item .remark-value{
  362. color: #191919;
  363. font-size: 26rpx;
  364. font-weight: bold;
  365. flex:1;
  366. text-align: left;
  367. }
  368. .remark-list .remark-item{
  369. height: 84rpx;
  370. display: flex;
  371. border-bottom: 2rpx solid #E0E0E0;
  372. align-items: center;
  373. }
  374. .remark-item .radio-img{
  375. width:26rpx;
  376. height: 26rpx;
  377. }
  378. .remark-conf-btn{
  379. width: 652rpx;
  380. height: 90rpx;
  381. line-height: 90rpx;
  382. border-radius: 90rpx;
  383. border: 4rpx solid #FF8219;
  384. text-align: center;
  385. font-size: 36rpx;
  386. color: #FF8219;
  387. margin:0 auto;
  388. margin-top:54rpx;
  389. }