C端小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

265 строки
3.7 KiB

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