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.

321 lines
4.8 KiB

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