refundMoney.vue 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. <template>
  2. <view class="page flex-col">
  3. <view class="mod1 flex-col">
  4. <view class="outer1 flex-col">
  5. <view class="layer1 flex-row">
  6. <view class="layer2 flex-col"></view>
  7. <view class="layer3 flex-col"></view>
  8. <text class="txt1">1:20&nbsp;PM</text>
  9. <view class="layer4 flex-col"></view>
  10. <text class="info1">77%</text>
  11. <view class="layer5 flex-col"></view>
  12. </view>
  13. <view class="layer6 flex-row">
  14. <view class="section1 flex-col"></view>
  15. <text class="info2">申请退款</text>
  16. <view class="section2 flex-col"></view>
  17. </view>
  18. </view>
  19. <view class="outer2 flex-col">
  20. <view class="section3 flex-col">
  21. <view class="outer3 flex-row">
  22. <view class="wrap1">
  23. <text class="word1">*</text>
  24. <text class="word2">退款原因</text>
  25. </view>
  26. <text class="word3">请选择</text>
  27. <view class="wrap2 flex-col"></view>
  28. </view>
  29. <view class="outer4 flex-col"></view>
  30. <view class="outer5 flex-row">
  31. <view class="group1">
  32. <text class="info3">*</text>
  33. <text class="txt2">退款金额</text>
  34. </view>
  35. <text class="txt3">最多可退&nbsp;¥978.80</text>
  36. </view>
  37. <text class="info4">如全额退款,优惠券会退回到您的账户</text>
  38. <view class="outer6 flex-col"></view>
  39. <view class="outer7 flex-row">
  40. <text class="word4">补充描述</text>
  41. <text class="txt4">选填,请输入补充描述~</text>
  42. </view>
  43. </view>
  44. </view>
  45. <view class="outer8 flex-col">
  46. <button class="box1 flex-col" @click="onClick_1">
  47. <text class="word5">提交</text>
  48. </button>
  49. </view>
  50. </view>
  51. </view>
  52. </template>
  53. <script>
  54. export default {
  55. data() {
  56. return {
  57. constants: {}
  58. };
  59. },
  60. methods: {
  61. onClick_1() {
  62. alert(1);
  63. }
  64. }
  65. };
  66. </script>
  67. <style>
  68. .page {
  69. z-index: 1;
  70. position: relative;
  71. width: 750px;
  72. height: 1334px;
  73. background-color: rgba(244, 245, 247, 1);
  74. overflow: hidden;
  75. }
  76. .mod1 {
  77. z-index: auto;
  78. width: 750px;
  79. height: 1334px;
  80. }
  81. .outer1 {
  82. z-index: 9;
  83. height: 128px;
  84. background-color: rgba(255, 255, 255, 1);
  85. width: 750px;
  86. }
  87. .layer1 {
  88. z-index: auto;
  89. width: 729px;
  90. height: 29px;
  91. margin: 8px 0 0 13px;
  92. }
  93. .layer2 {
  94. z-index: 25;
  95. width: 68px;
  96. height: 12px;
  97. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng452ce3ab103ee8dfb2f30acdb3456b4ef84746428cf073291168a9e4d8d6a793) 0px -1px no-repeat;
  98. margin-top: 9px;
  99. }
  100. .layer3 {
  101. z-index: 35;
  102. width: 24px;
  103. height: 19px;
  104. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf764088946be219f0e1e20ecb17f9d76a5752d81662e8f0bbd6f42156a4b2e8e) 100% no-repeat;
  105. margin: 5px 0 0 8px;
  106. }
  107. .txt1 {
  108. z-index: 39;
  109. width: 90px;
  110. display: block;
  111. overflow-wrap: break-word;
  112. color: rgba(7, 7, 7, 1);
  113. font-size: 24px;
  114. letter-spacing: -0.00042765619582496583px;
  115. white-space: nowrap;
  116. line-height: 24px;
  117. text-align: right;
  118. margin-left: 217px;
  119. }
  120. .layer4 {
  121. z-index: 47;
  122. width: 17px;
  123. height: 28px;
  124. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng4abf04e6cd04acf8ccbb73524bb6a84abab5a57dc750e108da46635b9c571d86) 100% no-repeat;
  125. margin: 1px 0 0 189px;
  126. }
  127. .info1 {
  128. z-index: 51;
  129. width: 50px;
  130. display: block;
  131. overflow-wrap: break-word;
  132. color: rgba(7, 7, 7, 1);
  133. font-size: 24px;
  134. letter-spacing: -0.00042765619582496583px;
  135. white-space: nowrap;
  136. line-height: 24px;
  137. text-align: right;
  138. margin-left: 12px;
  139. }
  140. .layer5 {
  141. z-index: 40;
  142. width: 50px;
  143. height: 20px;
  144. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngd98302c6d0c38d4aaec7f692e3cb2f5eb025d9cb76975ad7055bc28f99c6973e) 0px -1px no-repeat;
  145. margin: 5px 0 0 4px;
  146. }
  147. .layer6 {
  148. z-index: auto;
  149. width: 713px;
  150. height: 58px;
  151. margin: 20px 0 0 24px;
  152. }
  153. .section1 {
  154. z-index: 10;
  155. width: 22px;
  156. height: 40px;
  157. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng01778e16fd11b94344cd231c28721a04e2d9ce4b2957421c6e59f879a48c2b20) -1px 0px no-repeat;
  158. margin-top: 9px;
  159. }
  160. .info2 {
  161. z-index: 12;
  162. width: 147px;
  163. height: 50px;
  164. display: block;
  165. overflow-wrap: break-word;
  166. color: rgba(51, 51, 51, 1);
  167. font-size: 36px;
  168. letter-spacing: 0.5799999833106995px;
  169. font-family: PingFangSC-Medium;
  170. white-space: nowrap;
  171. line-height: 50px;
  172. text-align: center;
  173. margin: 4px 0 0 256px;
  174. }
  175. .section2 {
  176. z-index: 13;
  177. width: 157px;
  178. height: 58px;
  179. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngf8e59685a588a58b7c62a13e209a524a3aa770a898077d5fad993f74b2ac0178) -1px -1px no-repeat;
  180. margin-left: 131px;
  181. }
  182. .outer2 {
  183. z-index: 52;
  184. height: 315px;
  185. border-radius: 10px;
  186. background-color: rgba(255, 255, 255, 1);
  187. align-self: center;
  188. margin-top: 20px;
  189. width: 702px;
  190. justify-content: center;
  191. align-items: center;
  192. }
  193. .section3 {
  194. z-index: auto;
  195. width: 663px;
  196. height: 255px;
  197. }
  198. .outer3 {
  199. z-index: auto;
  200. width: 662px;
  201. height: 40px;
  202. }
  203. .wrap1 {
  204. z-index: 60;
  205. width: 129px;
  206. height: 40px;
  207. overflow-wrap: break-word;
  208. text-align: left;
  209. white-space: nowrap;
  210. font-size: 0;
  211. }
  212. .word1 {
  213. font-size: 28px;
  214. color: rgba(255, 36, 0, 1);
  215. line-height: 40px;
  216. overflow: hidden;
  217. text-overflow: ellipsis;
  218. }
  219. .word2 {
  220. font-size: 28px;
  221. color: rgba(51, 51, 51, 1);
  222. line-height: 40px;
  223. overflow: hidden;
  224. text-overflow: ellipsis;
  225. }
  226. .word3 {
  227. z-index: 61;
  228. width: 86px;
  229. height: 40px;
  230. display: block;
  231. overflow-wrap: break-word;
  232. color: rgba(153, 153, 153, 1);
  233. font-size: 28px;
  234. letter-spacing: 0.4511111080646515px;
  235. white-space: nowrap;
  236. line-height: 40px;
  237. text-align: left;
  238. margin-left: 48px;
  239. }
  240. .wrap2 {
  241. z-index: 57;
  242. width: 14px;
  243. height: 24px;
  244. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng49474bcaa6e359b706e1b1c97bab4cbfa7286bcbf1f19cefba6df3f1e5267f1e) -1px 0px no-repeat;
  245. margin: 8px 0 0 385px;
  246. }
  247. .outer4 {
  248. z-index: 62;
  249. width: 663px;
  250. height: 1px;
  251. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngc5f00242238dd5d5fd7ec0841a64364334c0942567ae8990dae6583e879df9da) 100% no-repeat;
  252. margin-top: 23px;
  253. }
  254. .outer5 {
  255. z-index: auto;
  256. width: 411px;
  257. height: 40px;
  258. margin-top: 24px;
  259. justify-content: space-between;
  260. }
  261. .group1 {
  262. z-index: 63;
  263. width: 129px;
  264. height: 40px;
  265. overflow-wrap: break-word;
  266. text-align: left;
  267. white-space: nowrap;
  268. font-size: 0;
  269. }
  270. .info3 {
  271. font-size: 28px;
  272. color: rgba(255, 36, 0, 1);
  273. line-height: 40px;
  274. overflow: hidden;
  275. text-overflow: ellipsis;
  276. }
  277. .txt2 {
  278. font-size: 28px;
  279. color: rgba(51, 51, 51, 1);
  280. line-height: 40px;
  281. overflow: hidden;
  282. text-overflow: ellipsis;
  283. }
  284. .txt3 {
  285. z-index: 64;
  286. width: 234px;
  287. height: 40px;
  288. display: block;
  289. overflow-wrap: break-word;
  290. color: rgba(153, 153, 153, 1);
  291. font-size: 28px;
  292. letter-spacing: 0.4511111080646515px;
  293. white-space: nowrap;
  294. line-height: 40px;
  295. text-align: left;
  296. }
  297. .info4 {
  298. z-index: 65;
  299. width: 381px;
  300. height: 30px;
  301. display: block;
  302. overflow-wrap: break-word;
  303. color: rgba(153, 153, 153, 1);
  304. font-size: 22px;
  305. letter-spacing: 0.3544444441795349px;
  306. white-space: nowrap;
  307. line-height: 30px;
  308. text-align: left;
  309. align-self: flex-start;
  310. margin-top: 10px;
  311. }
  312. .outer6 {
  313. z-index: 66;
  314. width: 663px;
  315. height: 1px;
  316. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPngc5f00242238dd5d5fd7ec0841a64364334c0942567ae8990dae6583e879df9da) 100% no-repeat;
  317. margin-top: 23px;
  318. }
  319. .outer7 {
  320. z-index: auto;
  321. width: 476px;
  322. height: 40px;
  323. margin-top: 23px;
  324. justify-content: space-between;
  325. }
  326. .word4 {
  327. z-index: 54;
  328. width: 114px;
  329. height: 40px;
  330. display: block;
  331. overflow-wrap: break-word;
  332. color: rgba(51, 51, 51, 1);
  333. font-size: 28px;
  334. letter-spacing: 0.4511111080646515px;
  335. white-space: nowrap;
  336. line-height: 40px;
  337. text-align: left;
  338. }
  339. .txt4 {
  340. z-index: 55;
  341. width: 299px;
  342. height: 40px;
  343. display: block;
  344. overflow-wrap: break-word;
  345. color: rgba(153, 153, 153, 1);
  346. font-size: 28px;
  347. letter-spacing: 0.4511111080646515px;
  348. white-space: nowrap;
  349. line-height: 40px;
  350. text-align: left;
  351. }
  352. .outer8 {
  353. z-index: 3;
  354. height: 120px;
  355. background-color: rgba(255, 255, 255, 1);
  356. box-shadow: 0px -2px 20px 0px rgba(153, 153, 153, 0.2);
  357. margin-top: 751px;
  358. width: 750px;
  359. justify-content: center;
  360. align-items: center;
  361. }
  362. .box1 {
  363. z-index: 5;
  364. height: 74px;
  365. border-radius: 37px;
  366. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng297690d0623a896815dc437b47e69e43b43fa10e8fadc8b02a4bf5245c86c9f8) 100% no-repeat;
  367. width: 690px;
  368. justify-content: center;
  369. align-items: center;
  370. }
  371. .word5 {
  372. z-index: 6;
  373. width: 60px;
  374. height: 42px;
  375. display: block;
  376. overflow-wrap: break-word;
  377. color: rgba(255, 255, 255, 1);
  378. font-size: 30px;
  379. font-family: PingFangSC-Medium;
  380. white-space: nowrap;
  381. line-height: 42px;
  382. text-align: center;
  383. }
  384. </style>