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.

357 rivejä
5.1 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: 38rpx auto 0;
  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. font-size: 36rpx;
  136. }
  137. .money del {
  138. color: #999;
  139. font-size: 26rpx;
  140. text-decoration: line-through;
  141. margin-left: 20rpx;
  142. }
  143. .clearfix:after {
  144. content: ".";
  145. display: block;
  146. height: 0;
  147. clear: both;
  148. visibility: hidden;
  149. }
  150. .timevalidity {
  151. text-align: center;
  152. }
  153. .timevalidity text:nth-of-type(1) {
  154. font-size: 22rpx;
  155. color: #999;
  156. letter-spacing: 0;
  157. text-align: left;
  158. }
  159. .timevalidity text:nth-of-type(2) {
  160. font-size: 22rpx;
  161. color: #999;
  162. letter-spacing: 0;
  163. text-align: left;
  164. }
  165. .posi {
  166. width: 100%;
  167. display: flex;
  168. flex-direction: column;
  169. background: #fff;
  170. position: relative;
  171. }
  172. .posi_logo {
  173. width: 92%;
  174. padding: 30rpx 4% 0;
  175. display: flex;
  176. position: relative;
  177. }
  178. .shiji {
  179. font-size: 24rpx !important;
  180. color: #919191 !important;
  181. letter-spacing: 0;
  182. }
  183. .posi_logo view:nth-child(1) {
  184. width: 126rpx;
  185. height: 126rpx;
  186. overflow: hidden;
  187. flex: 2;
  188. border: 2rpx solid #e7e7e7;
  189. border-radius: 16rpx;
  190. }
  191. .posi_logo view:nth-child(1) image {
  192. width: 100%;
  193. height: 100%;
  194. }
  195. .posi_logo view:nth-child(2) {
  196. position: relative;
  197. display: flex;
  198. flex-direction: column;
  199. flex: 8;
  200. padding-left: 30rpx;
  201. }
  202. .posi_logo view:nth-child(2) text:nth-child(1) {
  203. font-size: 30rpx;
  204. width: 320rpx;
  205. white-space: nowrap;
  206. text-overflow: ellipsis;
  207. overflow: hidden;
  208. }
  209. .posi_logo view:nth-child(2) text:nth-child(2) {
  210. font-size: 24rpx;
  211. color: #b8b8b8;
  212. padding-top: 10rpx;
  213. width: 386rpx;
  214. white-space: wrap;
  215. text-overflow: ellipsis;
  216. overflow: hidden;
  217. height: 78rpx;
  218. }
  219. .tit {
  220. padding: 53rpx 0 0;
  221. text-indent: 30rpx;
  222. font-size: 24rpx;
  223. color: #919191;
  224. letter-spacing: 0;
  225. }
  226. .tel {
  227. position: absolute;
  228. right: 30rpx;
  229. top: 0;
  230. bottom: 0;
  231. margin: auto;
  232. width: 50rpx;
  233. height: 50rpx;
  234. z-index: 10;
  235. }
  236. .notes view:nth-child(1) {
  237. width: 92%;
  238. height: 87rpx;
  239. padding: 0 4%;
  240. line-height: 87rpx;
  241. background: #fff;
  242. }
  243. .notes view:nth-child(1) text {
  244. font-size: 24rpx;
  245. color: #919191;
  246. letter-spacing: 0;
  247. }
  248. .notes view:nth-child(2) {
  249. width: 92%;
  250. padding: 0 4%;
  251. background: #fff;
  252. display: flex;
  253. flex-direction: column;
  254. padding-top: 2%;
  255. }
  256. .notes view:nth-child(2) > text {
  257. font-size: 24rpx;
  258. color: #333;
  259. letter-spacing: 0;
  260. line-height: 42rpx;
  261. }
  262. .notes {
  263. border-bottom-left-radius: 16rpx;
  264. border-bottom-right-radius: 16rpx;
  265. padding-bottom: 30rpx;
  266. }
  267. .note view {
  268. height: 48rpx;
  269. line-height: 48rpx;
  270. }
  271. .note view text {
  272. display: inline-block;
  273. }
  274. .note text:nth-of-type(1) {
  275. width: 22%;
  276. text-indent: 30rpx;
  277. text-align: left;
  278. font-size: 24rpx;
  279. color: #333;
  280. letter-spacing: 1.16rpx;
  281. }
  282. .note text:nth-of-type(2) {
  283. width: 67%;
  284. font-size: 24rpx;
  285. color: #333;
  286. letter-spacing: 1.16rpx;
  287. }
  288. .manjian {
  289. margin-left: 26rpx;
  290. color: #666 !important;
  291. font-size: 26rpx !important;
  292. }
  293. .moneys {
  294. font-size: 40rpx !important;
  295. color: #ff4949 !important;
  296. letter-spacing: 0;
  297. text-align: right;
  298. }
  299. .game-entry{
  300. width: 690rpx;
  301. height: 140rpx;
  302. margin: 10rpx auto 0;
  303. }
  304. .gameimg{
  305. display: block;
  306. width: 100%;
  307. height: 140rpx;
  308. }