C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

155 Zeilen
2.1 KiB

  1. page {
  2. background: #02c0ff;
  3. }
  4. .couponbg {
  5. position: relative;
  6. width: 100%;
  7. }
  8. .couponbg image {
  9. display: block;
  10. position: absolute;
  11. width: 95%;
  12. height: 95%;
  13. top: 0;
  14. left: 0;
  15. bottom: 0;
  16. right: 0;
  17. margin: auto;
  18. z-index: -19999;
  19. border-radius: 16rpx;
  20. }
  21. .title {
  22. line-height: 36rpx;
  23. text-align: center;
  24. padding-top: 106rpx;
  25. font-size: 32rpx;
  26. color: #1f2d3d;
  27. letter-spacing: 0;
  28. }
  29. .subtitle {
  30. color: #7f8b9e;
  31. font-size: 26rpx;
  32. line-height: 30rpx;
  33. margin-top: 16rpx;
  34. text-align: center;
  35. }
  36. .panel, .zhuangtai image {
  37. width: 600rpx;
  38. background-color: #fff;
  39. margin: 22rpx auto 0;
  40. padding: 30rpx 0;
  41. position: relative;
  42. z-index: 10000000000;
  43. }
  44. .pane2 {
  45. background: #fff;
  46. opacity: 0.6;
  47. }
  48. .pane2 image {
  49. width: 500rpx;
  50. display: block;
  51. margin: 40rpx auto 0;
  52. }
  53. .barcode {
  54. height: 100rpx;
  55. width: 500rpx;
  56. margin: 0 auto;
  57. }
  58. .barnum {
  59. height: 46rpx;
  60. line-height: 46rpx;
  61. font-size: 24rpx;
  62. text-align: center;
  63. letter-spacing: 2rpx;
  64. white-space: nowrap;
  65. color: #7f7f7f;
  66. }
  67. .barnum text {
  68. display: inline-block;
  69. vertical-align: top;
  70. font-size: 24rpx;
  71. color: #999;
  72. letter-spacing: 0;
  73. margin-right:6rpx;
  74. }
  75. .barcode > canvas {
  76. width: 500rpx;
  77. height: 100rpx;
  78. }
  79. .qrcode {
  80. position: relative;
  81. height: 360rpx;
  82. display: flex;
  83. flex-direction: column;
  84. justify-content: flex-end;
  85. align-items: center;
  86. margin-top:30rpx;
  87. }
  88. .qrcode > canvas {
  89. width: 350rpx;
  90. height: 350rpx;
  91. }
  92. .jine {
  93. color: #f96563 !important;
  94. font-size: 36rpx !important;
  95. }
  96. .buy-view {
  97. background: #fff;
  98. position: fixed;
  99. padding-top: 10rpx;
  100. height: 98rpx;
  101. bottom: 0rpx;
  102. left: 0;
  103. right: 0;
  104. }
  105. .buy {
  106. background: #fff;
  107. height: 88rpx;
  108. width: 100%;
  109. margin: 60rpx auto 0;
  110. line-height: 88rpx;
  111. border: 2rpx solid #ccc;
  112. border-radius: 10px;
  113. font-size: 36rpx;
  114. color: #333;
  115. letter-spacing: 0;
  116. }
  117. .gou {
  118. width: 87%;
  119. margin: 0 auto;
  120. color: #878d95;
  121. font-size: 26rpx;
  122. padding-bottom: 74rpx;
  123. }
  124. .mai {
  125. font-size: 24rpx;
  126. color: #919191;
  127. letter-spacing: 0;
  128. }
  129. .remark {
  130. padding-top: 17rpx;
  131. font-size: 24rpx;
  132. color: #333;
  133. letter-spacing: 0;
  134. line-height: 42rpx;
  135. }