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.

321 lines
4.6 KiB

  1. .container {
  2. background: #fff;
  3. width: 92%;
  4. margin: 8% auto 6%;
  5. border-radius:16rpx;
  6. overflow: hidden;
  7. }
  8. page{
  9. background: #02C0FF;
  10. }
  11. .panel, .zhuangtai image {
  12. position: relative;
  13. width: 600rpx;
  14. display: block;
  15. border-radius: 10rpx;
  16. background-color: #fff;
  17. margin: 22rpx auto 0;
  18. padding: 30rpx 0 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: 60rpx auto 0;
  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: 73rpx;
  119. line-height: 45rpx;
  120. }
  121. .time {
  122. font-size: 26rpx;
  123. color: #999999;
  124. letter-spacing: 0;
  125. text-align: center;
  126. line-height: 37rpx;
  127. }
  128. .time text {
  129. font-size: 26rpx;
  130. color: red;
  131. }
  132. .money text {
  133. color: red;
  134. font-size: 36rpx;
  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. margin-top: 20rpx;
  152. }
  153. .timevalidity text:nth-of-type(1) {
  154. color: #333;
  155. font-size: 30rpx;
  156. }
  157. .timevalidity text:nth-of-type(2) {
  158. font-size: 30rpx;
  159. color: red;
  160. }
  161. .posi {
  162. width: 100%;
  163. display: flex;
  164. flex-direction: column;
  165. background: #fff;
  166. position: relative;
  167. }
  168. .posi_logo {
  169. width: 92%;
  170. padding: 30rpx 4%;
  171. display: flex;
  172. position: relative;
  173. z-index: 100;
  174. }
  175. .posi_logo view:nth-child(1) {
  176. width: 126rpx;
  177. height: 126rpx;
  178. border-radius: 50%;
  179. overflow: hidden;
  180. flex: 2;
  181. }
  182. .posi_logo view:nth-child(1) image {
  183. width: 100%;
  184. height: 100%;
  185. }
  186. .posi_logo view:nth-child(2) {
  187. position: relative;
  188. z-index: 100;
  189. display: flex;
  190. flex-direction: column;
  191. flex: 8;
  192. padding-left: 30rpx;
  193. }
  194. .posi_logo view:nth-child(2) text:nth-child(1) {
  195. font-size: 30rpx;
  196. }
  197. .posi_logo view:nth-child(2) text:nth-child(2) {
  198. font-size: 24rpx;
  199. color: #b8b8b8;
  200. padding-top: 10rpx;
  201. }
  202. .tit {
  203. font-size: 30rpx;
  204. color: #000;
  205. font-weight: bold;
  206. padding: 24rpx 0 33rpx;
  207. border-bottom: 1rpx solid #eee;
  208. text-indent: 20rpx;
  209. }
  210. .tel {
  211. position: absolute;
  212. right: 50rpx;
  213. top: 0;
  214. bottom: 0;
  215. margin: auto;
  216. width: 50rpx;
  217. height: 50rpx;
  218. z-index: 1000000;
  219. }
  220. .notes view:nth-child(1) {
  221. width: 92%;
  222. height: 87rpx;
  223. padding: 0 4%;
  224. line-height: 87rpx;
  225. background: #fff;
  226. border-bottom: 1rpx solid #f5f5f5;
  227. }
  228. .notes view:nth-child(1) text {
  229. font-size: 24rpx;
  230. color: #919191;
  231. letter-spacing: 0;
  232. }
  233. .notes view:nth-child(2) {
  234. width: 92%;
  235. padding: 0 4%;
  236. background: #fff;
  237. display: flex;
  238. flex-direction: column;
  239. padding-top: 2%;
  240. }
  241. .notes view:nth-child(2) > text {
  242. font-size: 24rpx;
  243. color: #333333;
  244. letter-spacing: 0;
  245. line-height: 42rpx;
  246. }
  247. .notes{
  248. border-bottom-left-radius:16rpx;
  249. border-bottom-right-radius: 16rpx;
  250. }
  251. .note view {
  252. height: 94rpx;
  253. line-height: 94rpx;
  254. border-bottom: 2rpx solid #f9f9f9;
  255. }
  256. .note view text {
  257. display: inline-block;
  258. }
  259. .note text:nth-of-type(1) {
  260. width: 30%;
  261. text-indent: 30rpx;
  262. text-align: left;
  263. font-size: 30rpx;
  264. color: #000;
  265. }
  266. .note text:nth-of-type(2) {
  267. width: 67%;
  268. padding-right: 3%;
  269. text-align: right;
  270. color: #bdbdbd;
  271. font-size: 30rpx;
  272. }
  273. .manjian {
  274. margin-left: 26rpx;
  275. color: #666 !important;
  276. font-size: 26rpx !important;
  277. }