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.

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