C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

142 rader
2.0 KiB

  1. page {
  2. background: #4e99f8;
  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: 26rpx;
  20. }
  21. .title {
  22. font-size: 33rpx;
  23. color: #0c1829;
  24. line-height: 36rpx;
  25. text-align: center;
  26. padding-top: 106rpx;
  27. }
  28. .subtitle {
  29. color: #7f8b9e;
  30. font-size: 26rpx;
  31. line-height: 30rpx;
  32. margin-top: 16rpx;
  33. text-align: center;
  34. }
  35. .panel {
  36. width: 600rpx;
  37. border-radius: 10rpx;
  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. color: #767676;
  69. }
  70. .barcode > canvas {
  71. width: 500rpx;
  72. height: 100rpx;
  73. }
  74. .qrcode {
  75. position: relative;
  76. height: 360rpx;
  77. display: flex;
  78. flex-direction: column;
  79. justify-content: flex-end;
  80. align-items: center;
  81. }
  82. .qrcode image{
  83. position: absolute;
  84. width: 160rpx;
  85. height: 160rpx;
  86. right:0;
  87. bottom: 0;
  88. top: 0;
  89. left: 0;
  90. margin: auto;
  91. z-index: 1000000000;
  92. border-radius:50%;
  93. }
  94. .qrcode > canvas {
  95. width: 350rpx;
  96. height: 350rpx;
  97. }
  98. .jine {
  99. color: #f96563 !important;
  100. font-size: 36rpx !important;
  101. }
  102. .buy-view {
  103. background: #fff;
  104. position: fixed;
  105. padding-top: 10rpx;
  106. height: 98rpx;
  107. bottom: 0rpx;
  108. left: 0;
  109. right: 0;
  110. }
  111. .buy {
  112. background: #fff;
  113. height: 88rpx;
  114. width: 98%;
  115. margin: 0 auto;
  116. color: #7e7e7e;
  117. line-height: 88rpx;
  118. border-radius: 16rpx;
  119. border: 1px solid #eee;
  120. margin-top:40rpx;
  121. }
  122. .gou{
  123. width: 87%;
  124. margin: 0 auto;
  125. color: #878d95;
  126. font-size: 26rpx;
  127. padding-bottom:74rpx;
  128. }
  129. .mai{
  130. color: #333;
  131. }
  132. .remark{
  133. padding-top: 17rpx;
  134. }