C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

288 lignes
4.3 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: .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: 255rpx;
  79. height: 184rpx;
  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. .coupon_detail .title {
  92. font-size: 36rpx;
  93. }
  94. .time {
  95. font-size: 26rpx;
  96. color: #999;
  97. }
  98. .time text {
  99. font-size: 26rpx;
  100. color: red;
  101. }
  102. .money text {
  103. color: red;
  104. font-size: 36rpx;
  105. }
  106. .money del {
  107. color: #999;
  108. font-size: 26rpx;
  109. text-decoration: line-through;
  110. margin-left: 20rpx;
  111. }
  112. .clearfix:after {
  113. content: ".";
  114. display: block;
  115. height: 0;
  116. clear: both;
  117. visibility: hidden;
  118. }
  119. .timevalidity {
  120. margin-top: 20rpx;
  121. text-indent: 20rpx;
  122. }
  123. .timevalidity text:nth-of-type(1) {
  124. color: #333;
  125. font-size: 30rpx;
  126. }
  127. .timevalidity text:nth-of-type(2) {
  128. font-size: 30rpx;
  129. color: red;
  130. }
  131. .posi {
  132. width: 100%;
  133. display: flex;
  134. flex-direction: column;
  135. background: #fff;
  136. border-bottom: 6rpx solid #f5f5f5;
  137. border-top: 6rpx solid #f5f5f5;
  138. position: relative;
  139. }
  140. .posi_logo {
  141. width: 92%;
  142. padding: 30rpx 4%;
  143. display: flex;
  144. position: relative;
  145. z-index: 100;
  146. }
  147. .posi_logo view:nth-child(1) {
  148. width: 126rpx;
  149. height: 126rpx;
  150. border-radius: 50%;
  151. overflow: hidden;
  152. flex: 2;
  153. }
  154. .posi_logo view:nth-child(1) image {
  155. width: 100%;
  156. height: 100%;
  157. }
  158. .posi_logo view:nth-child(2) {
  159. position: relative;
  160. z-index: 100;
  161. display: flex;
  162. flex-direction: column;
  163. flex: 8;
  164. padding-top: 20rpx;
  165. padding-left: 30rpx;
  166. }
  167. .posi_logo view:nth-child(2) text:nth-child(1) {
  168. font-size: 30rpx;
  169. }
  170. .posi_logo view:nth-child(2) text:nth-child(2) {
  171. font-size: 24rpx;
  172. color: #b8b8b8;
  173. padding-top: 10rpx;
  174. }
  175. .tit {
  176. font-size: 30rpx;
  177. color: #000;
  178. font-weight: bold;
  179. padding: 24rpx 0 33rpx;
  180. border-bottom: 1px solid #eee;
  181. text-indent: 20rpx;
  182. }
  183. .tel {
  184. position: absolute;
  185. right: 50rpx;
  186. top: 0;
  187. bottom: 0;
  188. margin: auto;
  189. width: 50rpx;
  190. height: 50rpx;
  191. z-index:1000000;
  192. }
  193. .notes {
  194. border-top: 20rpx solid #f5f5f5;
  195. }
  196. .notes view:nth-child(1) {
  197. width: 92%;
  198. height: 87rpx;
  199. padding: 0 4%;
  200. line-height: 87rpx;
  201. background: #fff;
  202. border-bottom: 1rpx solid #f5f5f5;
  203. }
  204. .notes view:nth-child(1) text {
  205. font-size: 30rpx;
  206. font-weight: bold;
  207. }
  208. .notes view:nth-child(2) {
  209. width: 92%;
  210. padding: 0 4%;
  211. background: #fff;
  212. display: flex;
  213. flex-direction: column;
  214. padding-top: 2%;
  215. }
  216. .notes view:nth-child(2) > text {
  217. font-size: 28rpx;
  218. color: #a9a9a9;
  219. line-height: 56rpx;
  220. }
  221. .note view {
  222. height: 94rpx;
  223. line-height: 94rpx;
  224. border-bottom: 2rpx solid #f9f9f9;
  225. }
  226. .note view text {
  227. display: inline-block;
  228. }
  229. .note text:nth-of-type(1) {
  230. width: 30%;
  231. text-indent: 30rpx;
  232. text-align: left;
  233. font-size: 30rpx;
  234. color: #000;
  235. }
  236. .note text:nth-of-type(2) {
  237. width: 67%;
  238. padding-right: 3%;
  239. text-align: right;
  240. color: #bdbdbd;
  241. font-size: 30rpx;
  242. }
  243. .manjian {
  244. margin-left: 26rpx;
  245. color: #666 !important;
  246. font-size: 26rpx !important;
  247. }