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.

376 Zeilen
5.6 KiB

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