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.

315 lines
4.7 KiB

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