C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

452 Zeilen
6.5 KiB

  1. @import "../../../app.wxss";
  2. page {
  3. background: #fff;
  4. }
  5. .coupons {
  6. width: 100%;
  7. position: relative;
  8. overflow: hidden;
  9. padding-bottom: 170rpx;
  10. }
  11. .banner {
  12. position: relative;
  13. width: 750rpx;
  14. height: 534.5rpx;
  15. }
  16. .banner image {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .coupons_info {
  21. width: 92%;
  22. padding: 0 4%;
  23. background: #fff;
  24. border-top-left-radius: 20rpx;
  25. border-top-right-radius: 20rpx;
  26. margin-top: -25rpx;
  27. }
  28. .fenxiang {
  29. position: absolute;
  30. right: 28rpx;
  31. top: 27rpx;
  32. width: 108rpx;
  33. }
  34. .fenxiang image {
  35. width: 108rpx;
  36. position: absolute;
  37. top: 0;
  38. right: 0;
  39. }
  40. .user-motto {
  41. width: 118rpx;
  42. border: 0;
  43. background: none;
  44. height: 60rpx;
  45. color: #fff;
  46. }
  47. .user-motto::after {
  48. border: none;
  49. }
  50. .title {
  51. display: block;
  52. font-size: 32rpx;
  53. color: #000;
  54. letter-spacing: 1.09rpx;
  55. line-height: 45rpx;
  56. width: 542rpx;
  57. overflow: hidden;
  58. white-space: nowrap;
  59. text-overflow: ellipsis;
  60. padding-top: 30rpx;
  61. }
  62. .subTitle {
  63. display: block;
  64. width: 588rpx;
  65. /* height: 37rpx; */
  66. font-size: 26rpx;
  67. color: #999;
  68. letter-spacing: 1.16rpx;
  69. overflow: hidden;
  70. white-space: nowrap;
  71. text-overflow: ellipsis;
  72. padding: 6rpx 0;
  73. }
  74. .rest {
  75. font-size: 24rpx;
  76. color: #919191;
  77. letter-spacing: 0;
  78. height: 70rpx;
  79. line-height: 70rpx;
  80. /* border-bottom: 1px solid #eee; */
  81. border-bottom: 1px solid #f9f9f9;
  82. }
  83. .restNum {
  84. font-size: 24rpx;
  85. color: #999;
  86. letter-spacing: 1.16rpx;
  87. text-align: right;
  88. }
  89. .time {
  90. font-size: 24rpx;
  91. color: #333;
  92. letter-spacing: 0;
  93. line-height: 33rpx;
  94. display: inline-block;
  95. }
  96. .txt01 {
  97. font-size: 24rpx;
  98. color: #919191;
  99. letter-spacing: 0;
  100. }
  101. .price {
  102. font-size: 24rpx;
  103. color: #999;
  104. letter-spacing: 0;
  105. }
  106. .salePriceStr {
  107. font-size: 24rpx;
  108. color: #999;
  109. letter-spacing: 0;
  110. }
  111. .salePriceStr .pri01 {
  112. font-size: 40rpx;
  113. color: #ff4949;
  114. letter-spacing: 0;
  115. margin-left: 10rpx;
  116. }
  117. .salePriceStr .yuan {
  118. font-size: 24rpx;
  119. color: #ff4949;
  120. letter-spacing: 0;
  121. }
  122. .price text {
  123. font-size: 24rpx;
  124. color: #333;
  125. letter-spacing: 0;
  126. }
  127. .throgh {
  128. text-decoration: line-through;
  129. margin-left: 10rpx;
  130. }
  131. .fl {
  132. float: left;
  133. }
  134. .fr {
  135. float: right;
  136. }
  137. .posi {
  138. position: relative;
  139. width: 92%;
  140. margin: 0 auto;
  141. }
  142. .posi>view:nth-child(2) {
  143. width: 100%;
  144. height: 87rpx;
  145. display: flex;
  146. justify-content: space-between;
  147. line-height: 87rpx;
  148. }
  149. .posi>view:nth-child(2) text:nth-child(1) {
  150. font-size: 30rpx;
  151. color: #a9a9a9;
  152. }
  153. .posi>view:nth-child(2) text:nth-child(2) {
  154. font-size: 30rpx;
  155. color: #a9a9a9;
  156. }
  157. .posi_logo {
  158. width: 100%;
  159. display: flex;
  160. padding: 20rpx 0;
  161. background: #fff;
  162. height: 100rpx;
  163. margin-bottom: 20rpx;
  164. }
  165. .posi_logo view:nth-child(1) {
  166. width: 100rpx;
  167. height: 100rpx;
  168. border-radius: 16rpx;
  169. }
  170. .posi_logo view:nth-child(1) image {
  171. display: block;
  172. width: 100rpx;
  173. height: 100rpx;
  174. border-radius: 16rpx;
  175. border: 1px solid #e5e5e5;
  176. }
  177. .posi_logo view:nth-child(2) {
  178. display: flex;
  179. flex-direction: column;
  180. flex: 8;
  181. padding-left: 30rpx;
  182. }
  183. .posi_logo view:nth-child(2) text:nth-child(1) {
  184. font-size: 32rpx;
  185. color: #333;
  186. letter-spacing: 0;
  187. }
  188. .posi_logo view:nth-child(2) text:nth-child(2) {
  189. font-size: 24rpx;
  190. color: #b8b8b8;
  191. padding-top: 3rpx;
  192. width: 450rpx;
  193. height: 36rpx;
  194. overflow: hidden;
  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. }
  203. .active {
  204. opacity: 0.6;
  205. }
  206. .notes view:nth-child(1) text {
  207. font-size: 24rpx;
  208. color: #333;
  209. letter-spacing: 0;
  210. }
  211. .notes view:nth-child(2) {
  212. width: 92%;
  213. padding: 0 4%;
  214. background: #fff;
  215. display: flex;
  216. flex-direction: column;
  217. }
  218. .notes view:nth-child(2)>text {
  219. font-size: 24rpx;
  220. color: #919191;
  221. letter-spacing: 0;
  222. line-height: 42rpx;
  223. }
  224. .buy-view {
  225. background: #fff;
  226. height: 96rpx;
  227. bottom: 0;
  228. left: 0;
  229. right: 0;
  230. padding-bottom: 22rpx;
  231. padding-top: 22rpx;
  232. }
  233. .buy {
  234. position: relative;
  235. background: #00c0ff;
  236. height: 94rpx;
  237. width: 670rpx;
  238. margin: 0 auto 30rpx;
  239. color: #fff;
  240. font-size: 36rpx;
  241. line-height: 94rpx;
  242. border-radius: 61rpx;
  243. }
  244. .tel {
  245. right: 0;
  246. top: 0;
  247. bottom: 0;
  248. margin: auto;
  249. width: 50rpx;
  250. height: 50rpx;
  251. }
  252. .txt {
  253. margin-right: 30rpx;
  254. }
  255. .distance{
  256. border: none;
  257. border-radius:16rpx;
  258. width: 600rpx;
  259. padding: 16rpx 6rpx 0 0;
  260. }
  261. .distance .txt01{
  262. display: block;
  263. font-size: 26rpx;
  264. color: #ff4949;
  265. }
  266. .clock{
  267. width: 116rpx!important;
  268. vertical-align: middle;
  269. margin-right: 10rpx;
  270. margin-top: -4rpx;
  271. }
  272. .qiang{
  273. position: inline-block;
  274. width: 60rpx;
  275. height: 40rpx;
  276. line-height: 40rpx;
  277. color: #ff4949;
  278. text-align: center;
  279. font-size: 28rpx;
  280. margin-right: 10rpx;
  281. }
  282. .times{
  283. display: inline-block;
  284. color: #ff4949;
  285. font-weight:bold;
  286. font-size: 26rpx;
  287. text-align:center;
  288. }
  289. .times text{
  290. display: inline-block;
  291. margin: 6rpx;
  292. width: 46rpx;
  293. height: 56rpx;
  294. text-align: center;
  295. font-size: 28rpx;
  296. line-height: 60rpx;
  297. border-radius:12rpx;
  298. color: #fff;
  299. font-weight:bold;
  300. background: #ff4949;
  301. }
  302. .b1 {
  303. position: fixed;
  304. top: 0px;
  305. bottom: 0px;
  306. left: 0px;
  307. right: 0px;
  308. background: rgba(0, 0, 0, 0.8);
  309. overflow: hidden;
  310. z-index: 10;
  311. }
  312. .con {
  313. position: absolute;
  314. top: 35rpx;
  315. right: 0;
  316. bottom: 0;
  317. left: 0;
  318. margin: auto;
  319. width: 587rpx;
  320. }
  321. .con .image{
  322. display: block;
  323. width: 100%;
  324. }
  325. .img {
  326. margin-top: -50rpx;
  327. }
  328. .question {
  329. display: block;
  330. width: 587rpx;
  331. background: #fff;
  332. border-bottom-left-radius: 22rpx;
  333. border-bottom-right-radius: 22rpx;
  334. overflow: hidden;
  335. }
  336. .ques {
  337. display: block;
  338. width: 511rpx;
  339. margin: 0 auto;
  340. height: 95rpx;
  341. line-height: 95rpx;
  342. font-size: 30rpx;
  343. color: #333;
  344. border-bottom: 1rpx solid #eee;
  345. }
  346. .titles {
  347. width: 511rpx;
  348. display: block;
  349. text-align: center;
  350. height: 50rpx;
  351. margin: 0 auto;
  352. padding-top:10rpx;
  353. padding-bottom:20rpx;
  354. font-size: 32rpx;
  355. font-weight: bold;
  356. line-height: 41rpx;
  357. border-bottom: 1rpx solid #eee;
  358. }
  359. .quessss >view:last-child{
  360. border-bottom:0;
  361. }
  362. .close{
  363. position: relative;
  364. z-index: 10000;
  365. display: block;
  366. width: 70rpx;
  367. }
  368. .ques_gou{
  369. position: absolute;
  370. width: 20rpx;
  371. top: 160rpx;
  372. left: 23rpx;
  373. }
  374. .btns{
  375. color: #f8755b;
  376. font-weight: bold;
  377. font-size: 30rpx!important;
  378. text-align: center!important;
  379. }
  380. .radios{
  381. display: block;
  382. font-size:28rpx;
  383. height: 95rpx;
  384. line-height: 95rpx;
  385. color: #333;
  386. text-indent: .5em;
  387. }
  388. .elecard{
  389. display: inline-block;
  390. margin-left: 6rpx;
  391. color: #00c0ff;
  392. border: 1px solid #00c0ff;
  393. border-radius:8rpx;
  394. font-style: normal;
  395. font-size: 30rpx;
  396. line-height: 40rpx;
  397. padding: 0 6rpx;
  398. }
  399. .applyshop{
  400. font-size: 30rpx;
  401. height:70rpx;
  402. line-height:70rpx;
  403. }