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.

284 line
4.0 KiB

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