payment-code.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. @charset "UTF-8";
  2. .text-center.data-v-558f37e8 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-558f37e8 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-558f37e8 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-558f37e8 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-558f37e8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-558f37e8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-558f37e8 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-558f37e8 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-558f37e8 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .back-o.data-v-558f37e8 {
  39. background: #fb8a36;
  40. height: 100vh;
  41. padding-top: 32rpx;
  42. }
  43. .back-t.data-v-558f37e8 {
  44. width: 100%;
  45. height: 100%;
  46. padding-top: 32rpx;
  47. }
  48. .code-box.data-v-558f37e8 {
  49. text-align: center;
  50. background: #fff;
  51. margin: 0 auto;
  52. width: 686rpx;
  53. border-radius: 16rpx;
  54. }
  55. .code-box.set.data-v-558f37e8 {
  56. padding: 48rpx;
  57. color: #353535;
  58. }
  59. .set .receipt.data-v-558f37e8 {
  60. font-size: 68rpx;
  61. }
  62. .code-box .btn.data-v-558f37e8 {
  63. color: #fff;
  64. height: 88rpx;
  65. background: #ff4544;
  66. font-size: 32rpx;
  67. margin-top: 48rpx;
  68. border-radius: 44rpx;
  69. }
  70. .code-box image.data-v-558f37e8 {
  71. width: 360rpx;
  72. height: 360rpx;
  73. }
  74. .code-box .code-title.data-v-558f37e8 {
  75. color: #353535;
  76. font-size: 36rpx;
  77. margin-top: 120rpx;
  78. margin-bottom: 64rpx;
  79. }
  80. .code-box .end.data-v-558f37e8 {
  81. color: #418bfb;
  82. font-size: 32rpx;
  83. margin-top: 80rpx;
  84. margin-bottom: 100rpx;
  85. }
  86. .code-box .line.data-v-558f37e8 {
  87. height: 32rpx;
  88. background: #418bfb;
  89. width: 1px;
  90. margin: 0 60rpx;
  91. }
  92. .code-box .set-line.data-v-558f37e8 {
  93. width: 100%;
  94. height: 1px;
  95. background: #e2e2e2;
  96. margin-top: 40rpx;
  97. }
  98. .code-box .price.data-v-558f37e8 {
  99. font-size: 56rpx;
  100. color: #353535;
  101. margin-bottom: 40rpx;
  102. }
  103. .code-input.data-v-558f37e8 {
  104. font-size: 68rpx;
  105. margin-top: 40rpx;
  106. }
  107. .code-input > view.data-v-558f37e8 {
  108. padding-right: 22rpx;
  109. }
  110. .code-input input.data-v-558f37e8 {
  111. height: 100rpx;
  112. text-align: left;
  113. }