C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

371 rivejä
5.4 KiB

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