C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

131 行
1.8 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,.zhuangtai image{
  36. width: 510rpx;
  37. height: 581rpx;
  38. border-radius: 10rpx;
  39. background-color: #fff;
  40. margin: 22rpx auto 0;
  41. padding: 30rpx 0;
  42. position: relative;
  43. z-index: 10000000000;
  44. }
  45. .pane2 {
  46. background: #fff;
  47. opacity: 0.6;
  48. }
  49. .pane2 image {
  50. width: 500rpx;
  51. display: block;
  52. margin: 40rpx auto 0;
  53. }
  54. .barcode {
  55. height: 100rpx;
  56. width: 500rpx;
  57. margin: 0 auto;
  58. }
  59. .barnum {
  60. height: 46rpx;
  61. line-height: 46rpx;
  62. font-size: 24rpx;
  63. text-align: center;
  64. letter-spacing: 2rpx;
  65. white-space: nowrap;
  66. color: #7f7f7f;
  67. }
  68. .barnum text {
  69. color: #767676;
  70. }
  71. .barcode > canvas {
  72. width: 500rpx;
  73. height: 100rpx;
  74. }
  75. .qrcode {
  76. position: relative;
  77. height: 360rpx;
  78. display: flex;
  79. flex-direction: column;
  80. justify-content: flex-end;
  81. align-items: center;
  82. }
  83. .qrcode > canvas {
  84. width: 350rpx;
  85. height: 350rpx;
  86. }
  87. .jine {
  88. color: #f96563 !important;
  89. font-size: 36rpx !important;
  90. }
  91. .buy-view {
  92. background: #fff;
  93. position: fixed;
  94. padding-top: 10rpx;
  95. height: 98rpx;
  96. bottom: 0rpx;
  97. left: 0;
  98. right: 0;
  99. }
  100. .buy {
  101. background: #fff;
  102. height: 88rpx;
  103. width: 98%;
  104. margin: 0 auto;
  105. color: #7e7e7e;
  106. line-height: 88rpx;
  107. border-radius: 16rpx;
  108. border: 1px solid #eee;
  109. }
  110. .gou{
  111. width: 87%;
  112. margin: 0 auto;
  113. color: #878d95;
  114. font-size: 26rpx;
  115. padding-bottom:74rpx;
  116. }
  117. .mai{
  118. color: #333;
  119. }
  120. .remark{
  121. padding-top: 17rpx;
  122. }