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.

385 lines
5.8 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. .applyshop {
  176. font-size: 30rpx;
  177. height: 70rpx;
  178. line-height: 70rpx;
  179. color: #333;
  180. text-indent: 1em;
  181. padding-top: 20rpx;
  182. }
  183. .posi {
  184. position: relative;
  185. width: 100%;
  186. background: #FFF;
  187. /* margin: 18rpx 0 0; */
  188. }
  189. .posi_logo {
  190. position: relative;
  191. width: 92%;
  192. display: flex;
  193. padding: 20rpx 0;
  194. background: #fff;
  195. z-index: 10;
  196. margin: 0 auto;
  197. }
  198. .posi_logo view:nth-child(1) {
  199. /* width: 100rpx; *//* margin-right: 16rpx; */
  200. border-radius: 16rpx;
  201. /* height: 100rpx; */
  202. }
  203. .posi_logo view:nth-child(1) image {
  204. display: block;
  205. width: 100rpx;
  206. height: 100rpx;
  207. border-radius: 16rpx;
  208. margin-right: 16rpx;
  209. border: 1px solid #e5e5e5;
  210. }
  211. .name{
  212. font-size: 32rpx;
  213. color: #333;
  214. letter-spacing: 0;
  215. width: 500rpx;
  216. white-space: nowrap;
  217. text-overflow: ellipsis;
  218. overflow: hidden;
  219. }
  220. .posi_logo view:nth-child(2) view:nth-child(1) {
  221. font-size: 32rpx;
  222. color: #333;
  223. letter-spacing: 0;
  224. }
  225. .shopVoList {
  226. display: flex !important;
  227. padding-left: 0 !important;
  228. flex-direction: row !important;
  229. }
  230. .shopVoList text {
  231. font-size: 20rpx !important;
  232. color: #b8b8b8 !important;
  233. }
  234. .tit {
  235. padding: 53rpx 0 0;
  236. text-indent: 30rpx;
  237. font-size: 24rpx;
  238. color: #919191;
  239. letter-spacing: 0;
  240. }
  241. .tel {
  242. position: absolute;
  243. right: 30rpx;
  244. top: 0;
  245. bottom: 0;
  246. margin: auto;
  247. width: 50rpx;
  248. height: 50rpx;
  249. z-index: 10;
  250. }
  251. .notes view:nth-child(1) {
  252. width: 92%;
  253. height: 87rpx;
  254. padding: 0 4%;
  255. line-height: 87rpx;
  256. background: #fff;
  257. }
  258. .notes view:nth-child(1) text {
  259. font-size: 24rpx;
  260. color: #919191;
  261. letter-spacing: 0;
  262. }
  263. .notes view:nth-child(2) {
  264. width: 92%;
  265. padding: 0 4%;
  266. background: #fff;
  267. display: flex;
  268. flex-direction: column;
  269. padding-top: 2%;
  270. }
  271. .notes view:nth-child(2) > text {
  272. font-size: 24rpx;
  273. color: #333;
  274. letter-spacing: 0;
  275. line-height: 42rpx;
  276. }
  277. .notes {
  278. border-bottom-left-radius: 16rpx;
  279. border-bottom-right-radius: 16rpx;
  280. padding-bottom: 30rpx;
  281. }
  282. .note view {
  283. height: 48rpx;
  284. line-height: 48rpx;
  285. }
  286. .note view text {
  287. display: inline-block;
  288. }
  289. .note text:nth-of-type(1) {
  290. width: 22%;
  291. text-indent: 30rpx;
  292. text-align: left;
  293. font-size: 24rpx;
  294. color: #333;
  295. letter-spacing: 1.16rpx;
  296. }
  297. .note text:nth-of-type(2) {
  298. width: 67%;
  299. font-size: 24rpx;
  300. color: #333;
  301. letter-spacing: 1.16rpx;
  302. }
  303. .manjian {
  304. margin-left: 26rpx;
  305. color: #999!important;
  306. font-size: 26rpx !important;
  307. text-align: center;
  308. }
  309. .moneys {
  310. font-size: 40rpx !important;
  311. color: #ff4949 !important;
  312. letter-spacing: 0;
  313. text-align: right;
  314. }
  315. .game-entry{
  316. width: 690rpx;
  317. height: 140rpx;
  318. margin: 10rpx auto 0;
  319. }
  320. .gameimg{
  321. display: block;
  322. width: 100%;
  323. height: 140rpx;
  324. }
  325. .refund{
  326. display: inline-block;
  327. font-size: 26rpx!important;
  328. color: red!important;
  329. border: 1px solid red;
  330. padding: 3rpx;
  331. }
  332. .bottom {
  333. text-align: center;
  334. height: 70rpx;
  335. line-height: 70rpx;
  336. color: #999;
  337. font-size: 32rpx;
  338. background: #fff;
  339. margin-top: 20rpx;
  340. }