order-payment.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. page {
  29. height: auto !important;
  30. background-color: #FFFFFF;
  31. }
  32. .container-cash {
  33. width: 100%;
  34. }
  35. .container-cash .pay-bring-title {
  36. box-sizing: border-box;
  37. width: 100%;
  38. min-height: 90rpx;
  39. padding: 0 24rpx;
  40. line-height: 90rpx;
  41. text-align: left;
  42. font-size: 24rpx;
  43. background: #fff3e2;
  44. color: #ff9723;
  45. padding-left: 84rpx;
  46. position: relative;
  47. }
  48. .container-cash .pay-bring-title .icon-tongzhi {
  49. width: 60rpx;
  50. line-height: 90rpx;
  51. text-align: center;
  52. display: block;
  53. position: absolute;
  54. left: 24rpx;
  55. top: 0;
  56. color: #ff9723;
  57. font-size: 36rpx;
  58. }
  59. .container-cash .container-wrapper {
  60. width: 100%;
  61. margin: 0 auto;
  62. }
  63. .container-cash .container-wrapper .pay-content {
  64. width: 100%;
  65. height: 280rpx;
  66. background: url(https://static.caimei365.com/app/mini-hehe/icon/icon-user-bg@2x.png) no-repeat;
  67. background-size: cover;
  68. float: left;
  69. box-sizing: border-box;
  70. padding: 40rpx 84rpx;
  71. border-bottom: 10px solid #F7F7F7;
  72. }
  73. .container-cash .container-wrapper .pay-content .pay-p {
  74. font-size: 26rpx;
  75. color: #FFFFFF;
  76. line-height: 66rpx;
  77. }
  78. .container-cash .container-wrapper .pay-content .pay-money {
  79. color: #FFFFFF;
  80. line-height: 100rpx;
  81. font-weight: bold;
  82. }
  83. .container-cash .container-wrapper .pay-content .pay-money .pay-sm {
  84. font-size: 42rpx;
  85. font-weight: normal;
  86. }
  87. .container-cash .container-wrapper .pay-content .pay-money .pay-bg {
  88. font-size: 64rpx;
  89. }
  90. .container-cash .container-wrapper .pay-check {
  91. width: 100%;
  92. height: auto;
  93. float: left;
  94. }
  95. .container-cash .container-wrapper .pay-check .check-title {
  96. width: 622rpx;
  97. height: 40rpx;
  98. line-height: 40rpx;
  99. padding: 0 20rpx;
  100. margin-top: 24rpx;
  101. }
  102. .container-cash .container-wrapper .pay-check .check-title .text {
  103. font-size: 28rpx;
  104. color: #333333;
  105. text-align: left;
  106. float: left;
  107. }
  108. .container-cash .container-wrapper .pay-check .check-title .icon {
  109. width: 40rpx;
  110. height: 40rpx;
  111. border-radius: 50%;
  112. line-height: 40rpx;
  113. text-align: center;
  114. color: #FFFFFF;
  115. font-size: 24rpx;
  116. background: radial-gradient(circle, #e15616 0%, #ffaa00 67%, #f9b99c 100%);
  117. float: right;
  118. }
  119. .container-cash .container-wrapper .pay-check .pay-checked {
  120. width: 100%;
  121. height: auto;
  122. box-sizing: border-box;
  123. padding: 0 24rpx;
  124. }
  125. .container-cash .container-wrapper .pay-check .pay-checked .pay-item {
  126. width: 100%;
  127. height: 120rpx;
  128. border: 1px solid #F5F5F5;
  129. border-radius: 8rpx;
  130. padding: 20rpx;
  131. margin: 24rpx 0;
  132. display: flex;
  133. background-color: #FFFFFF;
  134. box-sizing: border-box;
  135. }
  136. .container-cash .container-wrapper .pay-check .pay-checked .pay-item.current {
  137. border-color: #c4761f;
  138. }
  139. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l {
  140. flex: 8;
  141. }
  142. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon {
  143. width: 76rpx;
  144. height: 76rpx;
  145. float: left;
  146. text-align: center;
  147. line-height: 76rpx;
  148. margin-right: 20rpx;
  149. }
  150. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .iconfont {
  151. font-size: 66rpx;
  152. }
  153. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-weixinzhifu {
  154. color: #09BB07;
  155. }
  156. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-gerenwangyinzhifu {
  157. color: #034582;
  158. }
  159. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-icon .icon-qiyewangyinzhifu {
  160. color: #004889;
  161. }
  162. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-texts {
  163. line-height: 76rpx;
  164. font-size: 26rpx;
  165. color: #333333;
  166. }
  167. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text {
  168. line-height: 38rpx;
  169. font-size: 26rpx;
  170. }
  171. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text .txt-p {
  172. color: #333333;
  173. }
  174. .container-cash .container-wrapper .pay-check .pay-checked .pay-item .item-l .item-text .txt-t {
  175. color: #999999;
  176. }
  177. .container-cash .pay-button {
  178. width: 100%;
  179. float: left;
  180. margin-top: 30rpx;
  181. }
  182. .container-cash .pay-button .btn {
  183. width: 662rpx;
  184. height: 88rpx;
  185. border-radius: 44rpx;
  186. font-size: 28rpx;
  187. line-height: 88rpx;
  188. color: #FFFFFF;
  189. margin: 0 auto;
  190. text-align: center;
  191. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  192. }
  193. .container-cash .pay-statustext {
  194. width: 100%;
  195. height: 120rpx;
  196. float: left;
  197. margin-top: 40rpx;
  198. }
  199. .container-cash .pay-statustext .pay-statustext-inner {
  200. width: 662rpx;
  201. height: 100%;
  202. margin: 0 auto;
  203. }
  204. .container-cash .pay-statustext .pay-statustext-inner .pay-icon {
  205. width: 62rpx;
  206. height: 100%;
  207. float: left;
  208. text-align: center;
  209. }
  210. .container-cash .pay-statustext .pay-statustext-inner .pay-icon .iconfont {
  211. color: #FF2A2A;
  212. font-size: 36rpx;
  213. line-height: 20rpx;
  214. }
  215. .container-cash .pay-statustext .pay-statustext-inner .pay-text {
  216. width: 560rpx;
  217. height: 100%;
  218. float: left;
  219. line-height: 40rpx;
  220. font-size: 26rpx;
  221. color: #FF2A2A;
  222. text-align: justify;
  223. }
  224. .container-cash .pay-bring {
  225. width: 100%;
  226. min-height: 190rpx;
  227. padding: 24rpx 0;
  228. background-color: #FFFFFF;
  229. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  230. position: fixed;
  231. bottom: 0;
  232. left: 0;
  233. border-radius: 30rpx 30rpx 0 0;
  234. display: flex;
  235. align-items: center;
  236. flex-direction: column;
  237. }
  238. .container-cash .pay-bring .pay-bring-line {
  239. display: flex;
  240. align-items: center;
  241. }
  242. .container-cash .pay-bring .pay-bring-line .line {
  243. display: inline-block;
  244. width: 48rpx;
  245. height: 2px;
  246. background-color: #707070;
  247. }
  248. .container-cash .pay-bring .pay-bring-content {
  249. width: 654rpx;
  250. height: auto;
  251. padding: 0 24rpx;
  252. }
  253. .container-cash .pay-bring .pay-bring-content .text {
  254. font-size: 24rpx;
  255. color: #666;
  256. line-height: 44rpx;
  257. text-align: center;
  258. }
  259. .container-cash .pay-bring .pay-bring-content .text.bg-color {
  260. color: #ff2a2a;
  261. line-height: 88rpx;
  262. }
  263. .container-cash .pay-bring .pay-bring-content .text-v {
  264. font-size: 28rpx;
  265. color: #999;
  266. line-height: 70rpx;
  267. text-align: left;
  268. }
  269. .container-cash .pay-bring .pay-bring-content .text-v.title {
  270. padding-left: 10rpx;
  271. font-size: 26rpx;
  272. color: #666666;
  273. }
  274. .container-cash .pay-bring .pay-bring-content .text-v.bg-color {
  275. line-height: 44rpx;
  276. color: #ff2a2a;
  277. }
  278. .container-cash .pay-bring .pay-bring-content .text-v .clipboard {
  279. width: 84rpx;
  280. height: 36rpx;
  281. background: linear-gradient(34deg, #ff2929 0%, #ff6d1b 100%);
  282. text-align: center;
  283. font-size: 24rpx;
  284. color: #FFFFFF;
  285. border-radius: 4rpx;
  286. line-height: 36rpx;
  287. display: inline-block;
  288. margin-left: 10rpx;
  289. }
  290. .container-cash .pay-bring-wrapper {
  291. width: 100%;
  292. padding: 24rpx 0;
  293. background-color: #FFFFFF;
  294. display: flex;
  295. align-items: center;
  296. flex-direction: column;
  297. }
  298. .container-cash .pay-bring-wrapper .pay-bring-content {
  299. width: 654rpx;
  300. height: auto;
  301. padding: 0 24rpx;
  302. }
  303. .container-cash .pay-bring-wrapper .pay-bring-content .text {
  304. font-size: 24rpx;
  305. color: #666;
  306. line-height: 44rpx;
  307. text-align: center;
  308. }
  309. .container-cash .pay-bring-wrapper .pay-bring-content .text.bg-color {
  310. color: #ff2a2a;
  311. line-height: 88rpx;
  312. }
  313. .container-cash .pay-bring-wrapper .pay-bring-content .text-v {
  314. font-size: 28rpx;
  315. color: #999;
  316. line-height: 70rpx;
  317. text-align: left;
  318. }
  319. .container-cash .pay-bring-wrapper .pay-bring-content .text-v .span {
  320. color: #333333;
  321. }
  322. .container-cash .pay-bring-wrapper .pay-bring-content .text-v.title {
  323. font-size: 28rpx;
  324. color: #666666;
  325. position: relative;
  326. padding-left: 20rpx;
  327. font-weight: bold;
  328. }
  329. .container-cash .pay-bring-wrapper .pay-bring-content .text-v.title .line {
  330. display: block;
  331. width: 6rpx;
  332. height: 22rpx;
  333. background-color: #FF457B;
  334. border-radius: 3rpx;
  335. position: absolute;
  336. left: 0;
  337. top: 26rpx;
  338. }
  339. .container-cash .pay-bring-wrapper .pay-bring-content .text-v.bg-color {
  340. line-height: 44rpx;
  341. color: #ff2a2a;
  342. }
  343. .container-cash .pay-bring-wrapper .pay-bring-content .text-v .clipboard {
  344. width: 84rpx;
  345. height: 36rpx;
  346. background: linear-gradient(34deg, #ff2929 0%, #ff6d1b 100%);
  347. text-align: center;
  348. font-size: 24rpx;
  349. color: #FFFFFF;
  350. border-radius: 4rpx;
  351. line-height: 36rpx;
  352. display: inline-block;
  353. margin-left: 10rpx;
  354. }
  355. .freight-alert {
  356. width: 100%;
  357. height: 100%;
  358. background: rgba(0, 0, 0, 0.5);
  359. position: fixed;
  360. top: 0;
  361. left: 0;
  362. z-index: 8888;
  363. transition: all 0.4s;
  364. }
  365. .freight-alert.none {
  366. display: none;
  367. }
  368. .freight-alert.show {
  369. display: block;
  370. }
  371. .freight-alert .content {
  372. width: 422rpx;
  373. height: 434rpx;
  374. position: absolute;
  375. background: #ffffff;
  376. left: 0;
  377. right: 0;
  378. bottom: 0;
  379. top: 0;
  380. margin: auto;
  381. padding: 20rpx 32rpx;
  382. border-radius: 12rpx;
  383. }
  384. .freight-alert .content .title {
  385. width: 100%;
  386. height: 68rpx;
  387. line-height: 68rpx;
  388. font-size: 28rpx;
  389. color: #333333;
  390. text-align: center;
  391. position: relative;
  392. }
  393. .freight-alert .content .title .icon-iconfontguanbi {
  394. width: 68rpx;
  395. height: 68rpx;
  396. text-align: center;
  397. line-height: 68rpx;
  398. position: absolute;
  399. right: 0;
  400. top: 0;
  401. font-size: 36rpx;
  402. color: #999999;
  403. }
  404. .freight-alert .content .text-content {
  405. width: 100%;
  406. height: auto;
  407. }
  408. .freight-alert .content .text-content .text {
  409. padding: 20rpx 0 0 0;
  410. line-height: 44rpx;
  411. font-size: 26rpx;
  412. color: #666666;
  413. text-align: justify;
  414. }
  415. .freight-alert .content .text-content .text-p {
  416. width: 100%;
  417. line-height: 44rpx;
  418. font-size: 26rpx;
  419. color: #FF457B;
  420. text-align: left;
  421. text-overflow: ellipsis;
  422. display: -webkit-box;
  423. word-break: break-all;
  424. -webkit-box-orient: vertical;
  425. -webkit-line-clamp: 1;
  426. overflow: hidden;
  427. }
  428. .freight-alert .content .text-content .text-b {
  429. line-height: 44rpx;
  430. font-size: 24rpx;
  431. color: #999999;
  432. text-align: left;
  433. }
  434. .freight-alert .content .text-button {
  435. width: 100%;
  436. height: 88rpx;
  437. line-height: 88rpx;
  438. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  439. font-size: 28rpx;
  440. border-radius: 44rpx;
  441. color: #FFFFFF;
  442. text-align: center;
  443. margin-top: 20rpx;
  444. }