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.

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