C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.wxss 5.4 KiB

há 1 ano
há 1 ano
há 1 ano
há 6 anos
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 6 anos
há 1 ano
há 1 ano
há 1 ano
há 5 anos
há 6 anos
há 1 ano
há 1 ano
há 6 anos
há 6 anos
há 6 anos
há 1 ano
há 6 anos
há 6 anos
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 6 anos
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. .box {
  2. height: 100%;
  3. background: linear-gradient(180deg, rgba(253, 131, 45, 1) 0%, rgba(254, 74, 22, 1) 100%);
  4. }
  5. .container {
  6. background: #fff;
  7. width: 92%;
  8. margin: 8% auto 6%;
  9. border-radius: 16rpx;
  10. }
  11. .coedTiem {
  12. text-align: center;
  13. color: rgba(253, 131, 45, 1);
  14. margin-bottom: 10rpx;
  15. }
  16. page {
  17. background: linear-gradient(180deg, rgba(253, 131, 45, 1) 0%, rgba(254, 74, 22, 1) 100%);
  18. height: auto !important;
  19. }
  20. .zhuangtai {
  21. margin-bottom: 20rpx;
  22. }
  23. .panel,
  24. .zhuangtai image {
  25. position: relative;
  26. width: 600rpx;
  27. display: block;
  28. border-radius: 10rpx;
  29. margin: 0 auto;
  30. padding: 0;
  31. z-index: 10000;
  32. }
  33. .panel {
  34. position: relative;
  35. }
  36. .pane2 {
  37. background: #fff;
  38. opacity: 0.6;
  39. }
  40. .pane2 image {
  41. width: 500rpx;
  42. display: block;
  43. margin: 40rpx auto 0;
  44. }
  45. .buy {
  46. background: #fff;
  47. height: 88rpx;
  48. width: 98%;
  49. color: #7e7e7e;
  50. line-height: 88rpx;
  51. border-radius: 16rpx;
  52. border: 1px solid #eee;
  53. }
  54. .barcode {
  55. height: 100rpx;
  56. width: 510rpx;
  57. margin: 0 auto;
  58. }
  59. .barnum {
  60. background: #fff;
  61. height: 88rpx;
  62. width: 600rpx;
  63. margin: 0 auto;
  64. line-height: 88rpx;
  65. border: 2rpx solid #ccc;
  66. border-radius: 10px;
  67. font-size: 36rpx;
  68. color: #333;
  69. letter-spacing: 0;
  70. text-align: center;
  71. overflow: hidden;
  72. }
  73. .barnumtext {
  74. float: left;
  75. margin-left: 20rpx;
  76. font-size: 30rpx;
  77. }
  78. .barnumImg {
  79. float: left;
  80. height: 40rpx;
  81. width: 40rpx !important;
  82. margin: 24rpx 20rpx !important;
  83. z-index: 999;
  84. }
  85. .barnumtext::before {
  86. content: "优惠券码:";
  87. font-size: 24rpx;
  88. color: #999;
  89. }
  90. .barcode>canvas {
  91. width: 510rpx;
  92. height: 100rpx;
  93. }
  94. .qrcode {
  95. position: relative;
  96. height: 350rpx;
  97. width: 350rpx;
  98. display: flex;
  99. flex-direction: column;
  100. justify-content: flex-end;
  101. align-items: center;
  102. margin: 0 auto;
  103. }
  104. .qrcode>canvas {
  105. width: 350rpx;
  106. height: 350rpx;
  107. }
  108. .coupon_detail {
  109. position: relative;
  110. }
  111. .coupon_detail .wmfl {
  112. position: absolute;
  113. width: 120rpx;
  114. height: 120rpx;
  115. left: 0;
  116. right: 0;
  117. margin: auto;
  118. top: -50rpx;
  119. border-radius: 50%;
  120. overflow: hidden;
  121. }
  122. .coupon_detail image {
  123. display: block;
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .coupon_detail .fr {
  128. width: 100%;
  129. text-align: center;
  130. }
  131. .coupon_detail .title {
  132. font-size: 32rpx;
  133. color: #1f2d3d;
  134. letter-spacing: 0;
  135. text-align: center;
  136. display: block;
  137. padding-top: 92rpx;
  138. line-height: 45rpx;
  139. }
  140. .line {
  141. height: 10rpx;
  142. display: block;
  143. width: 100%;
  144. margin-top: 20rpx;
  145. }
  146. .time {
  147. font-size: 26rpx;
  148. color: #999;
  149. letter-spacing: 0;
  150. text-align: center;
  151. line-height: 37rpx;
  152. padding: 0 10rpx;
  153. }
  154. .time text {
  155. font-size: 26rpx;
  156. color: red;
  157. }
  158. .money text {
  159. color: red;
  160. }
  161. .money del {
  162. color: #999;
  163. font-size: 26rpx;
  164. text-decoration: line-through;
  165. margin-left: 20rpx;
  166. }
  167. .clearfix:after {
  168. content: ".";
  169. display: block;
  170. height: 0;
  171. clear: both;
  172. visibility: hidden;
  173. }
  174. .timevalidity {
  175. text-align: center;
  176. }
  177. .timevalidity text:nth-of-type(1) {
  178. font-size: 22rpx;
  179. color: #999;
  180. letter-spacing: 0;
  181. text-align: left;
  182. }
  183. .timevalidity text:nth-of-type(2) {
  184. font-size: 22rpx;
  185. color: #999;
  186. letter-spacing: 0;
  187. text-align: left;
  188. }
  189. .timevalidity text:nth-of-type(3) {
  190. font-size: 22rpx;
  191. color: #999;
  192. letter-spacing: 0;
  193. text-align: left;
  194. }
  195. .tit {
  196. padding: 53rpx 0 0;
  197. text-indent: 30rpx;
  198. font-size: 24rpx;
  199. color: #919191;
  200. letter-spacing: 0;
  201. }
  202. .notes view:nth-child(1) {
  203. width: 92%;
  204. height: 87rpx;
  205. padding: 0 4%;
  206. line-height: 87rpx;
  207. background: #fff;
  208. }
  209. .notes view:nth-child(1) text {
  210. font-size: 30rpx;
  211. color: #333;
  212. letter-spacing: 0;
  213. }
  214. .notes view:nth-child(2) {
  215. width: 92%;
  216. padding: 0 4%;
  217. background: #fff;
  218. display: flex;
  219. flex-direction: column;
  220. }
  221. .notes view:nth-child(2)>text {
  222. font-size: 24rpx;
  223. color: #333;
  224. letter-spacing: 0;
  225. line-height: 42rpx;
  226. }
  227. .notes {
  228. border-bottom-left-radius: 16rpx;
  229. border-bottom-right-radius: 16rpx;
  230. padding-bottom: 30rpx;
  231. }
  232. .note view {
  233. height: 48rpx;
  234. line-height: 48rpx;
  235. }
  236. .note view text {
  237. display: inline-block;
  238. }
  239. .note text:nth-of-type(1) {
  240. width: 22%;
  241. text-indent: 30rpx;
  242. text-align: left;
  243. font-size: 24rpx;
  244. color: #333;
  245. letter-spacing: 1.16rpx;
  246. }
  247. .note text:nth-of-type(2) {
  248. width: 67%;
  249. font-size: 24rpx;
  250. color: #333;
  251. letter-spacing: 1.16rpx;
  252. }
  253. .manjian {
  254. margin-left: 26rpx;
  255. color: #999 !important;
  256. font-size: 26rpx !important;
  257. text-align: center;
  258. }
  259. .moneys {
  260. font-size: 40rpx !important;
  261. color: #ff4949 !important;
  262. letter-spacing: 0;
  263. text-align: right;
  264. }
  265. .game-entry {
  266. width: 690rpx;
  267. height: 140rpx;
  268. margin: 10rpx auto 0;
  269. }
  270. .gameimg {
  271. display: block;
  272. width: 100%;
  273. height: 140rpx;
  274. }
  275. .refund {
  276. display: inline-block;
  277. font-size: 26rpx !important;
  278. color: red !important;
  279. border: 1px solid red;
  280. padding: 3rpx;
  281. }
  282. .closeRq {
  283. position: absolute;
  284. width: 420rpx;
  285. height: 420rpx;
  286. line-height: 420rpx;
  287. text-align: center;
  288. background-color: rgba(0, 0, 0, 0.8);
  289. left: 50%;
  290. top: 42%;
  291. transform: translate(-50%, -50%);
  292. /* 50%为自身尺寸的一半 */
  293. z-index: 10000000;
  294. color: #fff;
  295. font-size: 38rpx;
  296. }
  297. .updataRqCode {
  298. width: 80rpx !important;
  299. height: 80rpx;
  300. margin-top: calc(50%-80rpx) !important;
  301. margin-left: calc(50%-80rpx) !important;
  302. display: inline-block !important;
  303. }
  304. .upDataRq {
  305. position: absolute;
  306. width: 100%;
  307. text-align: center;
  308. height: 80rpx;
  309. color: #fff;
  310. top: 20%;
  311. left: 0;
  312. }
  313. /* .upDataRqImg{
  314. width: 40rpx !important;
  315. height: 40rpx;
  316. float: left;
  317. margin: 20rpx 0 0 20rpx !important;
  318. } */