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.

224 Zeilen
3.3 KiB

  1. @import "../../app.wxss";
  2. .couponBox{
  3. height: 100%;
  4. background:linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
  5. }
  6. page {
  7. background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
  8. height: auto !important;
  9. }
  10. .couponbg {
  11. position: relative;
  12. background: #fff;
  13. overflow: hidden;
  14. width: 92%;
  15. margin: 0 auto 6%;
  16. border-radius: 16rpx;
  17. padding-bottom: 20rpx;
  18. }
  19. .title {
  20. line-height: 36rpx;
  21. text-align: center;
  22. padding-top: 54rpx;
  23. font-size: 32rpx;
  24. color: #1f2d3d;
  25. letter-spacing: 0;
  26. }
  27. .subtitle {
  28. color: #7f8b9e;
  29. font-size: 26rpx;
  30. line-height: 30rpx;
  31. margin-top: 16rpx;
  32. text-align: center;
  33. }
  34. .line {
  35. height: 10rpx;
  36. display: block;
  37. width: 100%;
  38. margin-top: 20rpx;
  39. }
  40. .panel, .zhuangtai image {
  41. width:500rpx;
  42. display:block;
  43. border-radius:10rpx;
  44. margin:0 auto;
  45. padding:0;
  46. z-index:10000;
  47. }
  48. .pane2 {
  49. background: #fff;
  50. opacity: 0.6;
  51. }
  52. .pane2 image {
  53. width: 500rpx;
  54. display: block;
  55. margin: 40rpx auto 0;
  56. }
  57. .barcode {
  58. height: 100rpx;
  59. width: 500rpx;
  60. margin: 0 auto;
  61. }
  62. .barnum {
  63. height: 46rpx;
  64. line-height: 46rpx;
  65. font-size: 24rpx;
  66. text-align: center;
  67. letter-spacing: 2rpx;
  68. white-space: nowrap;
  69. color: #7f7f7f;
  70. }
  71. .barnum text {
  72. display: inline-block;
  73. vertical-align: top;
  74. font-size: 24rpx;
  75. color: #999;
  76. letter-spacing: 0;
  77. margin-right: 6rpx;
  78. }
  79. .barcode > canvas {
  80. width: 500rpx;
  81. height: 100rpx;
  82. }
  83. .qrcode {
  84. position: relative;
  85. height: 360rpx;
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: flex-end;
  89. align-items: center;
  90. }
  91. .qrcode > canvas {
  92. width: 350rpx;
  93. height: 350rpx;
  94. }
  95. .jine {
  96. color: #f96563 !important;
  97. font-size: 36rpx !important;
  98. }
  99. .buy-view {
  100. background: #fff;
  101. position: fixed;
  102. padding-top: 10rpx;
  103. height: 98rpx;
  104. bottom: 0rpx;
  105. left: 0;
  106. right: 0;
  107. }
  108. .buy {
  109. background: #fff;
  110. height: 88rpx;
  111. width: 100%;
  112. margin: 0 auto 40rpx;
  113. line-height: 88rpx;
  114. border: 2rpx solid #ccc;
  115. border-radius: 10px;
  116. font-size: 36rpx;
  117. color: #333;
  118. letter-spacing: 0;
  119. }
  120. .mai {
  121. font-size: 24rpx;
  122. color: #919191;
  123. letter-spacing: 0;
  124. }
  125. .remark {
  126. padding-top: 17rpx;
  127. font-size: 24rpx;
  128. color: #333;
  129. letter-spacing: 0;
  130. line-height: 42rpx;
  131. }
  132. /* 小游戏入口
  133. */
  134. .game-entry{
  135. width: 690rpx;
  136. height: 140rpx;
  137. margin: 0 auto;
  138. border-radius: 14rpx;
  139. box-shadow: 1px 4px 20px #C4C4C4;
  140. background: #fff;
  141. }
  142. .game {
  143. position: relative;
  144. width: 750rpx;
  145. height: 200rpx;
  146. margin: 0 auto;
  147. padding-top: 30rpx;
  148. box-sizing: border-box;
  149. }
  150. .gameimg{
  151. position: absolute;
  152. right: 25rpx;
  153. top: -14rpx;
  154. width: 250rpx;
  155. }
  156. .game text {
  157. display: block;
  158. position: relative;
  159. }
  160. .game text:nth-of-type(1) {
  161. display: inline-block;
  162. padding-top: 39rpx;
  163. padding-left: 70rpx;
  164. font-size: 32rpx;
  165. color: #333;
  166. line-height: 36rpx;
  167. }
  168. .game text:nth-of-type(2) {
  169. font-size: 24rpx;
  170. color: #999;
  171. line-height: 24rpx;
  172. padding-left: 70rpx;
  173. }
  174. .notes view:nth-child(1) {
  175. height: 87rpx;
  176. line-height: 87rpx;
  177. background: #fff;
  178. }
  179. .notes {
  180. width: 92%;
  181. margin: 0 auto;
  182. }
  183. .notes view:nth-child(1) text {
  184. color: #333;
  185. letter-spacing: 0;
  186. font-size: 30rpx;
  187. height: 70rpx;
  188. line-height: 70rpx;
  189. }
  190. .notes view:nth-child(2) {
  191. background: #fff;
  192. display: flex;
  193. flex-direction: column;
  194. }
  195. .notes view:nth-child(2)>text {
  196. font-size: 24rpx;
  197. color: #919191;
  198. letter-spacing: 0;
  199. line-height: 42rpx;
  200. }