C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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