C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

278 rindas
3.9 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. position: relative;
  127. }
  128. .posi_logo {
  129. width: 92%;
  130. padding: 30rpx 4%;
  131. display: flex;
  132. position: relative;
  133. z-index: 100;
  134. }
  135. .posi_logo view:nth-child(1) {
  136. width: 126rpx;
  137. height: 126rpx;
  138. border-radius: 50%;
  139. overflow: hidden;
  140. flex: 2;
  141. }
  142. .posi_logo view:nth-child(1) image {
  143. width: 100%;
  144. height: 100%;
  145. }
  146. .posi_logo view:nth-child(2) {
  147. position: relative;
  148. z-index: 100;
  149. display: flex;
  150. flex-direction: column;
  151. flex: 8;
  152. padding-top: 20rpx;
  153. padding-left: 30rpx;
  154. }
  155. .posi_logo view:nth-child(2) text:nth-child(1) {
  156. font-size: 30rpx;
  157. }
  158. .posi_logo view:nth-child(2) text:nth-child(2) {
  159. font-size: 24rpx;
  160. color: #b8b8b8;
  161. padding-top: 10rpx;
  162. }
  163. .tit {
  164. font-size: 30rpx;
  165. color: #000;
  166. font-weight: bold;
  167. padding: 24rpx 0 33rpx;
  168. border-bottom: 1px solid #eee;
  169. text-indent: 20rpx;
  170. }
  171. .tel {
  172. position: absolute;
  173. right: 50rpx;
  174. top: 0;
  175. bottom: 0;
  176. margin: auto;
  177. width: 50rpx;
  178. height: 50rpx;
  179. z-index:1000000;
  180. }
  181. .notes {
  182. margin-top: 2%;
  183. border-top: 20rpx solid #f5f5f5;
  184. }
  185. .notes view:nth-child(1) {
  186. width: 92%;
  187. height: 87rpx;
  188. padding: 0 4%;
  189. line-height: 87rpx;
  190. background: #fff;
  191. border-bottom: 1rpx solid #f5f5f5;
  192. }
  193. .notes view:nth-child(1) text {
  194. font-size: 30rpx;
  195. font-weight: bold;
  196. }
  197. .notes view:nth-child(2) {
  198. width: 92%;
  199. height: 400rpx;
  200. padding: 0 4%;
  201. background: #fff;
  202. display: flex;
  203. flex-direction: column;
  204. padding-top: 2%;
  205. }
  206. .notes view:nth-child(2) > text {
  207. font-size: 28rpx;
  208. color: #a9a9a9;
  209. line-height: 56rpx;
  210. }
  211. .note view {
  212. height: 94rpx;
  213. line-height: 94rpx;
  214. border-bottom: 2rpx solid #f9f9f9;
  215. }
  216. .note view text {
  217. display: inline-block;
  218. }
  219. .note text:nth-of-type(1) {
  220. width: 30%;
  221. text-indent: 30rpx;
  222. text-align: left;
  223. font-size: 30rpx;
  224. color: #000;
  225. }
  226. .note text:nth-of-type(2) {
  227. width: 67%;
  228. padding-right: 3%;
  229. text-align: right;
  230. color: #bdbdbd;
  231. font-size: 30rpx;
  232. }
  233. .manjian {
  234. margin-left: 26rpx;
  235. color: #666 !important;
  236. font-size: 26rpx !important;
  237. }