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.

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