C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

437 行
6.3 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: 36rpx;
  31. top: 27rpx;
  32. width: 77rpx;
  33. }
  34. .fenxiang image {
  35. width: 50rpx;
  36. position: absolute;
  37. top: 0;
  38. right: 0;
  39. }
  40. .user-motto {
  41. width: 100rpx;
  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. .posi {
  132. position: relative;
  133. width: 92%;
  134. margin: 0 auto;
  135. }
  136. .fl {
  137. float: left;
  138. }
  139. .fr {
  140. float: right;
  141. }
  142. .posi>view:nth-child(2) {
  143. width: 100%;
  144. height: 87rpx;
  145. display: flex;
  146. justify-content: space-between;
  147. border-top: 1px solid #f6f6f6;
  148. line-height: 87rpx;
  149. }
  150. .posi>view:nth-child(2) text:nth-child(1) {
  151. font-size: 30rpx;
  152. color: #a9a9a9;
  153. }
  154. .posi>view:nth-child(2) text:nth-child(2) {
  155. font-size: 30rpx;
  156. color: #a9a9a9;
  157. }
  158. .posi_logo {
  159. width: 100%;
  160. display: flex;
  161. padding: 20rpx 0;
  162. background: #fff;
  163. height: 100rpx;
  164. margin-bottom: 20rpx;
  165. border-bottom: 1px solid #f9f9f9;
  166. }
  167. .posi_logo view:nth-child(1) {
  168. width: 100rpx;
  169. height: 100rpx;
  170. border-radius: 16rpx;
  171. }
  172. .posi_logo view:nth-child(1) image {
  173. display: block;
  174. width: 100rpx;
  175. height: 100rpx;
  176. border-radius: 16rpx;
  177. border: 1px solid #e5e5e5;
  178. }
  179. .posi_logo view:nth-child(2) {
  180. display: flex;
  181. flex-direction: column;
  182. flex: 8;
  183. padding-left: 30rpx;
  184. }
  185. .posi_logo view:nth-child(2) text:nth-child(1) {
  186. font-size: 32rpx;
  187. color: #333;
  188. letter-spacing: 0;
  189. }
  190. .posi_logo view:nth-child(2) text:nth-child(2) {
  191. font-size: 24rpx;
  192. color: #b8b8b8;
  193. padding-top: 3rpx;
  194. width: 450rpx;
  195. height: 36rpx;
  196. overflow: hidden;
  197. }
  198. .notes view:nth-child(1) {
  199. width: 92%;
  200. height: 87rpx;
  201. padding: 0 4%;
  202. line-height: 87rpx;
  203. background: #fff;
  204. }
  205. .active {
  206. opacity: 0.6;
  207. }
  208. .notes view:nth-child(1) text {
  209. font-size: 24rpx;
  210. color: #333;
  211. letter-spacing: 0;
  212. }
  213. .notes view:nth-child(2) {
  214. width: 92%;
  215. padding: 0 4%;
  216. background: #fff;
  217. display: flex;
  218. flex-direction: column;
  219. }
  220. .notes view:nth-child(2)>text {
  221. font-size: 24rpx;
  222. color: #919191;
  223. letter-spacing: 0;
  224. line-height: 42rpx;
  225. }
  226. .buy-view {
  227. background: #fff;
  228. height: 96rpx;
  229. bottom: 0;
  230. left: 0;
  231. right: 0;
  232. padding-bottom: 22rpx;
  233. padding-top: 22rpx;
  234. }
  235. .buy {
  236. position: relative;
  237. background: #00c0ff;
  238. height: 94rpx;
  239. width: 670rpx;
  240. margin: 0 auto 30rpx;
  241. color: #fff;
  242. font-size: 36rpx;
  243. line-height: 94rpx;
  244. border-radius: 61rpx;
  245. }
  246. .tel {
  247. right: 0;
  248. top: 0;
  249. bottom: 0;
  250. margin: auto;
  251. width: 50rpx;
  252. height: 50rpx;
  253. }
  254. .txt {
  255. margin-right: 30rpx;
  256. }
  257. .distance{
  258. border: none;
  259. border-radius:16rpx;
  260. width: 600rpx;
  261. padding: 16rpx 6rpx 0 0;
  262. }
  263. .distance .txt01{
  264. display: block;
  265. font-size: 26rpx;
  266. color: #ff4949;
  267. }
  268. .clock{
  269. width: 116rpx!important;
  270. vertical-align: middle;
  271. margin-right: 10rpx;
  272. margin-top: -4rpx;
  273. }
  274. .qiang{
  275. position: inline-block;
  276. width: 60rpx;
  277. height: 40rpx;
  278. line-height: 40rpx;
  279. color: #ff4949;
  280. text-align: center;
  281. font-size: 28rpx;
  282. margin-right: 10rpx;
  283. }
  284. .times{
  285. display: inline-block;
  286. color: #ff4949;
  287. font-weight:bold;
  288. font-size: 26rpx;
  289. text-align:center;
  290. }
  291. .times text{
  292. display: inline-block;
  293. margin: 6rpx;
  294. width: 46rpx;
  295. height: 56rpx;
  296. text-align: center;
  297. font-size: 28rpx;
  298. line-height: 60rpx;
  299. border-radius:12rpx;
  300. color: #fff;
  301. font-weight:bold;
  302. background: #ff4949;
  303. }
  304. .b1 {
  305. position: fixed;
  306. top: 0px;
  307. bottom: 0px;
  308. left: 0px;
  309. right: 0px;
  310. background: rgba(0, 0, 0, 0.8);
  311. overflow: hidden;
  312. z-index: 10;
  313. }
  314. .con {
  315. position: absolute;
  316. top: 35rpx;
  317. right: 0;
  318. bottom: 0;
  319. left: 0;
  320. margin: auto;
  321. width: 587rpx;
  322. }
  323. .con .image{
  324. display: block;
  325. width: 100%;
  326. }
  327. .img {
  328. margin-top: -50rpx;
  329. }
  330. .question {
  331. display: block;
  332. width: 587rpx;
  333. background: #fff;
  334. border-bottom-left-radius: 22rpx;
  335. border-bottom-right-radius: 22rpx;
  336. overflow: hidden;
  337. }
  338. .ques {
  339. display: block;
  340. width: 511rpx;
  341. margin: 0 auto;
  342. height: 95rpx;
  343. line-height: 95rpx;
  344. font-size: 30rpx;
  345. color: #333;
  346. border-bottom: 1rpx solid #eee;
  347. }
  348. .titles {
  349. width: 511rpx;
  350. display: block;
  351. text-align: center;
  352. height: 50rpx;
  353. margin: 0 auto;
  354. padding-top:10rpx;
  355. padding-bottom:20rpx;
  356. font-size: 32rpx;
  357. font-weight: bold;
  358. line-height: 41rpx;
  359. border-bottom: 1rpx solid #eee;
  360. }
  361. .quessss >view:last-child{
  362. border-bottom:0;
  363. }
  364. .close{
  365. position: relative;
  366. z-index: 10000;
  367. display: block;
  368. width: 70rpx;
  369. }
  370. .ques_gou{
  371. position: absolute;
  372. width: 20rpx;
  373. top: 160rpx;
  374. left: 23rpx;
  375. }
  376. .btns{
  377. color: #f8755b;
  378. font-weight: bold;
  379. font-size: 30rpx!important;
  380. text-align: center!important;
  381. }
  382. .radios{
  383. display: block;
  384. font-size:28rpx;
  385. height: 95rpx;
  386. line-height: 95rpx;
  387. color: #333;
  388. text-indent: .5em;
  389. }