packageOtherPayment.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .u-status-bar[data-v-eb8e0cdd] {
  27. width: 100%;
  28. }
  29. /**
  30. * 这里是uni-app内置的常用样式变量
  31. *
  32. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  33. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  34. *
  35. */
  36. /**
  37. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  38. *
  39. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  40. */
  41. /* 颜色变量 */
  42. /* 行为相关颜色 */
  43. /* 文字基本颜色 */
  44. /* 背景颜色 */
  45. /* 边框颜色 */
  46. /* 尺寸变量 */
  47. /* 文字尺寸 */
  48. /* 图片尺寸 */
  49. /* Border Radius */
  50. /* 水平间距 */
  51. /* 垂直间距 */
  52. /* 透明度 */
  53. /* 文章场景相关 */
  54. uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
  55. display: flex;
  56. flex-direction: column;
  57. flex-shrink: 0;
  58. flex-grow: 0;
  59. flex-basis: auto;
  60. align-items: stretch;
  61. align-content: flex-start;
  62. }
  63. @font-face {
  64. font-family: "uicon-iconfont";
  65. src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
  66. }
  67. .u-icon[data-v-ac70166d] {
  68. display: flex;
  69. align-items: center;
  70. }
  71. .u-icon--left[data-v-ac70166d] {
  72. flex-direction: row-reverse;
  73. align-items: center;
  74. }
  75. .u-icon--right[data-v-ac70166d] {
  76. flex-direction: row;
  77. align-items: center;
  78. }
  79. .u-icon--top[data-v-ac70166d] {
  80. flex-direction: column-reverse;
  81. justify-content: center;
  82. }
  83. .u-icon--bottom[data-v-ac70166d] {
  84. flex-direction: column;
  85. justify-content: center;
  86. }
  87. .u-icon__icon[data-v-ac70166d] {
  88. font-family: uicon-iconfont;
  89. position: relative;
  90. display: flex;
  91. flex-direction: row;
  92. align-items: center;
  93. }
  94. .u-icon__icon--primary[data-v-ac70166d] {
  95. color: #3c9cff;
  96. }
  97. .u-icon__icon--success[data-v-ac70166d] {
  98. color: #5ac725;
  99. }
  100. .u-icon__icon--error[data-v-ac70166d] {
  101. color: #f56c6c;
  102. }
  103. .u-icon__icon--warning[data-v-ac70166d] {
  104. color: #f9ae3d;
  105. }
  106. .u-icon__icon--info[data-v-ac70166d] {
  107. color: #909399;
  108. }
  109. .u-icon__img[data-v-ac70166d] {
  110. height: auto;
  111. will-change: transform;
  112. }
  113. .u-icon__label[data-v-ac70166d] {
  114. line-height: 1;
  115. }
  116. /**
  117. * 这里是uni-app内置的常用样式变量
  118. *
  119. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  120. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  121. *
  122. */
  123. /**
  124. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  125. *
  126. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  127. */
  128. /* 颜色变量 */
  129. /* 行为相关颜色 */
  130. /* 文字基本颜色 */
  131. /* 背景颜色 */
  132. /* 边框颜色 */
  133. /* 尺寸变量 */
  134. /* 文字尺寸 */
  135. /* 图片尺寸 */
  136. /* Border Radius */
  137. /* 水平间距 */
  138. /* 垂直间距 */
  139. /* 透明度 */
  140. /* 文章场景相关 */
  141. uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[data-v-f631659b] {
  142. display: flex;
  143. flex-direction: column;
  144. flex-shrink: 0;
  145. flex-grow: 0;
  146. flex-basis: auto;
  147. align-items: stretch;
  148. align-content: flex-start;
  149. }
  150. .u-navbar--fixed[data-v-f631659b] {
  151. position: fixed;
  152. left: 0;
  153. right: 0;
  154. top: 0;
  155. z-index: 11;
  156. }
  157. .u-navbar__content[data-v-f631659b] {
  158. display: flex;
  159. flex-direction: row;
  160. align-items: center;
  161. height: 44px;
  162. background-color: #9acafc;
  163. position: relative;
  164. justify-content: center;
  165. }
  166. .u-navbar__content__left[data-v-f631659b], .u-navbar__content__right[data-v-f631659b] {
  167. padding: 0 13px;
  168. position: absolute;
  169. top: 0;
  170. bottom: 0;
  171. display: flex;
  172. flex-direction: row;
  173. align-items: center;
  174. }
  175. .u-navbar__content__left[data-v-f631659b] {
  176. left: 0;
  177. }
  178. .u-navbar__content__left--hover[data-v-f631659b] {
  179. opacity: 0.7;
  180. }
  181. .u-navbar__content__left__text[data-v-f631659b] {
  182. font-size: 15px;
  183. margin-left: 3px;
  184. }
  185. .u-navbar__content__title[data-v-f631659b] {
  186. text-align: center;
  187. font-size: 16px;
  188. color: #303133;
  189. }
  190. .u-navbar__content__right[data-v-f631659b] {
  191. right: 0;
  192. }
  193. .u-navbar__content__right__text[data-v-f631659b] {
  194. font-size: 15px;
  195. margin-left: 3px;
  196. }
  197. /**
  198. * 这里是uni-app内置的常用样式变量
  199. *
  200. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  201. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  202. *
  203. */
  204. /**
  205. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  206. *
  207. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  208. */
  209. /* 颜色变量 */
  210. /* 行为相关颜色 */
  211. /* 文字基本颜色 */
  212. /* 背景颜色 */
  213. /* 边框颜色 */
  214. /* 尺寸变量 */
  215. /* 文字尺寸 */
  216. /* 图片尺寸 */
  217. /* Border Radius */
  218. /* 水平间距 */
  219. /* 垂直间距 */
  220. /* 透明度 */
  221. /* 文章场景相关 */
  222. body {
  223. height: 100%;
  224. }
  225. .content {
  226. margin-top: 44px;
  227. height: 100%;
  228. }
  229. .content .inner {
  230. padding: 0.625rem;
  231. }
  232. .content .inner .time-price {
  233. box-sizing: border-box;
  234. padding: 1.5625rem 0;
  235. background: #FFFFFF;
  236. border-radius: 0.5rem;
  237. display: flex;
  238. flex-direction: column;
  239. align-items: center;
  240. }
  241. .content .inner .time-price .time {
  242. font-size: 1rem;
  243. font-family: PingFang SC;
  244. font-weight: 500;
  245. color: #222222;
  246. line-height: 1;
  247. text-align: center;
  248. }
  249. .content .inner .time-price .desc {
  250. margin: 0.9375rem 0 0.46875rem;
  251. font-size: 0.8125rem;
  252. font-family: PingFang SC;
  253. color: #999999;
  254. line-height: 1;
  255. text-align: center;
  256. }
  257. .content .inner .time-price .price-box {
  258. display: flex;
  259. align-items: flex-end;
  260. margin-top: 0.875rem;
  261. }
  262. .content .inner .time-price .price-box .unit {
  263. font-size: 1rem;
  264. font-family: PingFang SC;
  265. font-weight: bold;
  266. color: #FF6633;
  267. line-height: 1.3;
  268. margin-right: 0.3125rem;
  269. }
  270. .content .inner .time-price .price-box .num {
  271. font-size: 1.75rem;
  272. font-family: PingFang SC;
  273. font-weight: bold;
  274. color: #FF6633;
  275. line-height: 1;
  276. }
  277. .content .inner .order-info {
  278. margin-top: 0.625rem;
  279. background: #FFFFFF;
  280. border-radius: 0.5rem;
  281. padding: 1.25rem 0.9375rem;
  282. }
  283. .content .inner .order-info .title {
  284. font-size: 0.9375rem;
  285. font-family: PingFang SC;
  286. font-weight: bold;
  287. color: #222222;
  288. line-height: 1;
  289. }
  290. .content .inner .order-info .item {
  291. margin-top: 1.25rem;
  292. display: flex;
  293. align-items: center;
  294. justify-content: space-between;
  295. }
  296. .content .inner .order-info .item .label {
  297. font-size: 0.8125rem;
  298. font-family: PingFang SC;
  299. font-weight: 500;
  300. color: #666666;
  301. line-height: 1;
  302. }
  303. .content .inner .order-info .item .text {
  304. font-size: 0.8125rem;
  305. font-family: PingFang SC;
  306. font-weight: 500;
  307. color: #222222;
  308. line-height: 1rem;
  309. }
  310. .content .inner .order-info .item .cont-text {
  311. font-size: 0.8125rem;
  312. font-family: PingFang SC;
  313. font-weight: 500;
  314. color: #666666;
  315. }
  316. .content .inner .order-info .item .cont-text .bold {
  317. color: #111111;
  318. }
  319. .content .inner .order-info .item .sn-box {
  320. display: flex;
  321. align-items: center;
  322. }
  323. .content .inner .order-info .item .sn-box .copy-btn {
  324. width: 1.8125rem;
  325. height: 1rem;
  326. line-height: 1rem;
  327. text-align: center;
  328. font-size: 0.6875rem;
  329. font-family: PingFang SC;
  330. font-weight: 500;
  331. color: #222222;
  332. background: #F5F5F5;
  333. border-radius: 0.125rem;
  334. margin-left: 0.75rem;
  335. }
  336. .content .inner .order-info .line {
  337. width: 100%;
  338. height: 1px;
  339. background: #F0F0F0;
  340. margin-top: 0.9375rem;
  341. }
  342. .content .btn-box {
  343. width: 100%;
  344. height: 3.78125rem;
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. flex-direction: column;
  349. }
  350. .content .btn-box .btn {
  351. width: 91.73%;
  352. height: 2.75rem;
  353. line-height: 2.75rem;
  354. font-size: 0.9375rem;
  355. font-family: PingFang SC;
  356. font-weight: bold;
  357. color: #FFFFFF;
  358. text-align: center;
  359. background: #C39A58;
  360. border-radius: 1.375rem;
  361. margin-bottom: 0.3125rem;
  362. }