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.

354 lines
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. /* .fl {
  84. float: left;
  85. }
  86. .fr {
  87. float: right;
  88. } */
  89. ..coupon_detail {
  90. position: relative;
  91. }
  92. .coupon_detail .wmfl {
  93. position: absolute;
  94. width: 120rpx;
  95. height: 120rpx;
  96. left: 0;
  97. right: 0;
  98. margin: auto;
  99. top: 5rpx;
  100. border-radius: 50%;
  101. overflow: hidden;
  102. }
  103. .coupon_detail image {
  104. display: block;
  105. width: 100%;
  106. height: 100%;
  107. }
  108. .coupon_detail .fr {
  109. width: 100%;
  110. text-align: center;
  111. }
  112. .coupon_detail .title {
  113. font-size: 32rpx;
  114. color: #1f2d3d;
  115. letter-spacing: 0;
  116. text-align: center;
  117. display: block;
  118. padding-top: 92rpx;
  119. line-height: 45rpx;
  120. }
  121. .line {
  122. height: 10rpx;
  123. display: block;
  124. width: 100%;
  125. margin-top: 20rpx;
  126. }
  127. .time {
  128. font-size: 26rpx;
  129. color: #999;
  130. letter-spacing: 0;
  131. text-align: center;
  132. line-height: 37rpx;
  133. }
  134. .time text {
  135. font-size: 26rpx;
  136. color: red;
  137. }
  138. .money text {
  139. color: red;
  140. font-size: 36rpx;
  141. }
  142. .money del {
  143. color: #999;
  144. font-size: 26rpx;
  145. text-decoration: line-through;
  146. margin-left: 20rpx;
  147. }
  148. .clearfix:after {
  149. content: ".";
  150. display: block;
  151. height: 0;
  152. clear: both;
  153. visibility: hidden;
  154. }
  155. .timevalidity {
  156. text-align: center;
  157. }
  158. .timevalidity text:nth-of-type(1) {
  159. font-size: 22rpx;
  160. color: #999;
  161. letter-spacing: 0;
  162. text-align: left;
  163. }
  164. .timevalidity text:nth-of-type(2) {
  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. z-index: 100;
  183. }
  184. .shiji {
  185. font-size: 24rpx !important;
  186. color: #919191 !important;
  187. letter-spacing: 0;
  188. }
  189. .posi_logo view:nth-child(1) {
  190. width: 126rpx;
  191. height: 126rpx;
  192. overflow: hidden;
  193. flex: 2;
  194. border: 2rpx solid #e7e7e7;
  195. border-radius: 16rpx;
  196. }
  197. .posi_logo view:nth-child(1) image {
  198. width: 100%;
  199. height: 100%;
  200. }
  201. .posi_logo view:nth-child(2) {
  202. position: relative;
  203. z-index: 100;
  204. display: flex;
  205. flex-direction: column;
  206. flex: 8;
  207. padding-left: 30rpx;
  208. }
  209. .posi_logo view:nth-child(2) text:nth-child(1) {
  210. font-size: 30rpx;
  211. width: 320rpx;
  212. white-space: nowrap;
  213. text-overflow: ellipsis;
  214. overflow: hidden;
  215. }
  216. .posi_logo view:nth-child(2) text:nth-child(2) {
  217. font-size: 24rpx;
  218. color: #b8b8b8;
  219. padding-top: 10rpx;
  220. width: 386rpx;
  221. white-space: wrap;
  222. text-overflow: ellipsis;
  223. overflow: hidden;
  224. height: 78rpx;
  225. }
  226. .tit {
  227. padding: 53rpx 0 0;
  228. text-indent: 30rpx;
  229. font-size: 24rpx;
  230. color: #919191;
  231. letter-spacing: 0;
  232. }
  233. .tel {
  234. position: absolute;
  235. right: 30rpx;
  236. top: 0;
  237. bottom: 0;
  238. margin: auto;
  239. width: 50rpx;
  240. height: 50rpx;
  241. z-index: 1000000;
  242. }
  243. .notes view:nth-child(1) {
  244. width: 92%;
  245. height: 87rpx;
  246. padding: 0 4%;
  247. line-height: 87rpx;
  248. background: #fff;
  249. }
  250. .notes view:nth-child(1) text {
  251. font-size: 24rpx;
  252. color: #919191;
  253. letter-spacing: 0;
  254. }
  255. .notes view:nth-child(2) {
  256. width: 92%;
  257. padding: 0 4%;
  258. background: #fff;
  259. display: flex;
  260. flex-direction: column;
  261. padding-top: 2%;
  262. }
  263. .notes view:nth-child(2) > text {
  264. font-size: 24rpx;
  265. color: #333;
  266. letter-spacing: 0;
  267. line-height: 42rpx;
  268. }
  269. .notes {
  270. border-bottom-left-radius: 16rpx;
  271. border-bottom-right-radius: 16rpx;
  272. padding-bottom: 30rpx;
  273. }
  274. .note view {
  275. height: 48rpx;
  276. line-height: 48rpx;
  277. }
  278. .note view text {
  279. display: inline-block;
  280. }
  281. .note text:nth-of-type(1) {
  282. width: 22%;
  283. text-indent: 30rpx;
  284. text-align: left;
  285. font-size: 24rpx;
  286. color: #333;
  287. letter-spacing: 1.16rpx;
  288. }
  289. .note text:nth-of-type(2) {
  290. width: 67%;
  291. font-size: 24rpx;
  292. color: #333;
  293. letter-spacing: 1.16rpx;
  294. }
  295. .manjian {
  296. margin-left: 26rpx;
  297. color: #666 !important;
  298. font-size: 26rpx !important;
  299. }
  300. .moneys {
  301. font-size: 40rpx !important;
  302. color: #ff4949 !important;
  303. letter-spacing: 0;
  304. text-align: right;
  305. }