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.

579 line
10 KiB

  1. page{
  2. position: relative;
  3. height: auto!important;
  4. background:#F4F5F9;
  5. /* background-image:url('https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/barginlistbg.jpg'); */
  6. background-size: cover;
  7. background-repeat: no-repeat;
  8. }
  9. .list{
  10. padding: 0 32rpx;
  11. }
  12. .listitem .fl {
  13. width: 142rpx;
  14. height: 142rpx!important;
  15. border-radius: 10rpx;
  16. overflow: hidden;
  17. margin-top:10rpx;
  18. }
  19. .listitem .icon{
  20. width: 140rpx;
  21. height: 116rpx;
  22. position: absolute;
  23. top: 0;
  24. right: 30rpx;
  25. }
  26. .listitem .ri {
  27. margin-left: 26rpx;
  28. width: 305rpx;
  29. }
  30. .ri text{
  31. display: block;
  32. text-align: left;
  33. }
  34. .ri .txt01 {
  35. width: 100%;
  36. font-size:32rpx;
  37. color: rgba(51, 51, 51, 1);
  38. line-height: 44rpx;
  39. white-space: nowrap;
  40. text-overflow: ellipsis;
  41. overflow: hidden;
  42. font-weight: bold;
  43. margin-top: 10rpx;
  44. }
  45. .ri .txt02 {
  46. width: 100%;
  47. white-space: nowrap;
  48. text-overflow: ellipsis;
  49. overflow: hidden;
  50. font-size: 24rpx;
  51. color: rgba(140, 140, 140, 1);
  52. }
  53. .ri .txt03 {
  54. margin-left: 10rpx;
  55. display: inline-block!important;
  56. font-size:24rpx;
  57. text-decoration:line-through;
  58. color:rgba(140,140,140,1);
  59. }
  60. .ri .txt04 {
  61. width: 100%;
  62. font-size:30rpx;
  63. color:rgba(253,131,45,1);
  64. line-height:44rpx;
  65. margin-top: 20rpx;
  66. }
  67. .money{
  68. display: inline-block!important;
  69. font-size:50rpx;
  70. font-weight:500;
  71. color:rgba(253,131,45,1);
  72. }
  73. .listitem{
  74. position: relative;
  75. padding: 21rpx;
  76. background: #fff;
  77. border-radius: 20rpx;
  78. margin-bottom: 30rpx;
  79. margin-top: 30rpx;
  80. }
  81. .line{
  82. padding:0,16rpx;
  83. border: .5px dashed #E1E1E1;
  84. }
  85. .pt_progress{
  86. padding:0,16rpx;
  87. line-height: 56rpx;
  88. color: #FD782D;
  89. }
  90. .msg{
  91. float: right;
  92. font-size: 28rpx;
  93. }
  94. progress{
  95. display:inline-block;
  96. border-radius:60rpx;
  97. overflow:hidden;
  98. width: 436rpx;
  99. }
  100. .botton{
  101. position: absolute;
  102. right: 18rpx;
  103. text-align: center;
  104. bottom: 40rpx;
  105. width:140rpx;
  106. height:52rpx;
  107. line-height:52rpx;
  108. background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%);
  109. border-radius:24rpx;
  110. font-size:26rpx;
  111. color:rgba(255,255,255,1);
  112. }
  113. .botton1{
  114. position: absolute;
  115. right: 34rpx;
  116. text-align: center;
  117. top: 96rpx;
  118. width:140rpx;
  119. height:52rpx;
  120. line-height:52rpx;
  121. background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(255,111,3,1) 100%);
  122. /* background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%); */
  123. border-radius:24rpx;
  124. font-size:26rpx;
  125. color:rgba(255,255,255,1);
  126. }
  127. .botton02{
  128. background: #ccc!important;
  129. }
  130. .botton2{
  131. position: absolute;
  132. right: 36rpx;
  133. text-align: center;
  134. top: 96rpx;
  135. border-radius:24rpx;
  136. font-size:26rpx;
  137. line-height:48rpx;
  138. color:rgba(255,255,255,1);
  139. width:140rpx;
  140. height:48rpx;
  141. background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%);
  142. }
  143. .botton3{
  144. position: absolute;
  145. right: 36rpx;
  146. text-align: center;
  147. top: 96rpx;
  148. line-height:48rpx;
  149. border-radius:24rpx;
  150. font-size:26rpx;
  151. color:rgba(255,255,255,1);
  152. width:140rpx;
  153. height:48rpx;
  154. background:linear-gradient(130deg,rgba(50,177,252,1) 0%,rgba(47,108,255,1) 100%);
  155. }
  156. /* .buttonfix{
  157. position: fixed;
  158. height: 95rpx;
  159. line-height: 95rpx;
  160. bottom: 0;
  161. left: 0;
  162. right: 0;
  163. display: flex;
  164. flex: 2;
  165. background: #fff;
  166. border-top:1rpx solid #C6C6C6;
  167. justify-content: space-around;
  168. text-align: center;
  169. } */
  170. .buttonfix > view{
  171. text-align: center;
  172. font-size: 32rpx;
  173. flex: 1;
  174. }
  175. .active1{
  176. color: #02C0FF!important;
  177. }
  178. .line{
  179. border-left:1rpx solid #C6C6C6;
  180. box-sizing:border-box;
  181. -moz-box-sizing:border-box;
  182. -webkit-box-sizing:border-box;
  183. }
  184. .page{
  185. padding-bottom: 100rpx;
  186. position: relative;
  187. }
  188. .mr{
  189. height: 40rpx;
  190. line-height: 40rpx;
  191. }
  192. .txt004{
  193. margin-top: 10rpx;
  194. }
  195. .market {
  196. width: 100%;
  197. height: 100%;
  198. /* background: #f5f5f5; */
  199. }
  200. .tabs {
  201. width: 100% !important;
  202. height: 88rpx;
  203. text-align: center;
  204. position: fixed;
  205. top: 0;
  206. left: 0;
  207. right: 0;
  208. z-index: 100000;
  209. }
  210. .i-tab {
  211. width: 25% !important;
  212. display: inline-block;
  213. }
  214. .section {
  215. position: relative;
  216. }
  217. .mms {
  218. position: relative;
  219. width: 690rpx;
  220. height: 197rpx !important;
  221. background: #fff;
  222. padding: 30rpx 0 0;
  223. margin: 0 auto 40rpx;
  224. border-radius: 16rpx;
  225. border-top: 8rpx solid #02b7ff;
  226. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  227. }
  228. .detail_msg {
  229. display: flex;
  230. padding-bottom: 26rpx;
  231. }
  232. .expiretime {
  233. display: block;
  234. width: 100%;
  235. text-align: left;
  236. text-indent: 1em;
  237. height:54rpx;
  238. line-height:54rpx;
  239. font-size: 26rpx;
  240. color: #333;
  241. letter-spacing: 0;
  242. }
  243. .liness {
  244. display: block;
  245. width: 100%;
  246. }
  247. .logo {
  248. width: 60rpx;
  249. height: 60rpx;
  250. border: 1px solid #f8f8f8;
  251. border-radius: 50rpx;
  252. display: block;
  253. margin-left: 20rpx;
  254. }
  255. .logo image {
  256. width: 60rpx;
  257. height: 60rpx;
  258. border-radius: 50%;
  259. }
  260. .info view:nth-child(1) {
  261. display: flex;
  262. justify-content: space-between;
  263. padding: 0 2%;
  264. }
  265. .info {
  266. width: 100%;
  267. }
  268. .info view:nth-child(1) text {
  269. font-size: 32rpx;
  270. line-height: 32rpx;
  271. height: 32rpx;
  272. color: #333;
  273. letter-spacing: 0;
  274. width: 400rpx;
  275. display: inline-block;
  276. white-space: nowrap;
  277. text-overflow: ellipsis;
  278. overflow: hidden;
  279. }
  280. .info view:nth-child(2) {
  281. padding-left: 2%;
  282. font-size: 22rpx;
  283. color: #333;
  284. letter-spacing: 0;
  285. margin-top: 6rpx;
  286. display: inline-block;
  287. white-space: nowrap;
  288. text-overflow: ellipsis;
  289. overflow: hidden;
  290. width: 400rpx;
  291. }
  292. .info view:nth-child(3) {
  293. margin-left: 20rpx;
  294. }
  295. .btns {
  296. position: absolute;
  297. right: 30rpx;
  298. top: 38rpx;
  299. width: 120rpx;
  300. height: 48rpx;
  301. line-height: 48rpx;
  302. text-align: center;
  303. border: 2rpx solid #02c0ff;
  304. border-radius: 60rpx;
  305. color: #02c0ff;
  306. font-size: 28rpx;
  307. }
  308. .active {
  309. color: #fff;
  310. background: #02c0ff;
  311. }
  312. .txt1 {
  313. font-size: 26rpx;
  314. color: #333;
  315. letter-spacing: 0;
  316. }
  317. .nocoupon image {
  318. width: 300rpx;
  319. display: block;
  320. margin: 3% auto 0;
  321. }
  322. .txt001 {
  323. display: block;
  324. line-height: 48rpx;
  325. font-size: 34rpx;
  326. color: #333;
  327. letter-spacing: 0;
  328. text-align: center;
  329. }
  330. .txt002 {
  331. display: block;
  332. margin-top: 1%;
  333. font-size: 28rpx;
  334. color: #999;
  335. letter-spacing: 0;
  336. line-height: 40rpx;
  337. text-align: center;
  338. }
  339. .top{
  340. width: 710rpx;
  341. height: 260rpx;
  342. background: #fff;
  343. border-radius: 16rpx;
  344. overflow: hidden;
  345. margin: 30rpx auto 0;
  346. }
  347. .nocoupon button {
  348. background: #00c0ff;
  349. color: #fff;
  350. font-style: 30rpx;
  351. width: 100%;
  352. border-radius: 60rpx;
  353. }
  354. .loading {
  355. text-align: center;
  356. height: 80rpx;
  357. line-height: 80rpx;
  358. font-size: 26rpx;
  359. color: #fff;
  360. }
  361. .loading image {
  362. width: 60rpx;
  363. height: 60rpx;
  364. vertical-align: middle;
  365. margin-right: 10rpx;
  366. }
  367. .active {
  368. opacity: 0.6;
  369. }
  370. .nav {
  371. position: absolute;
  372. bottom: 3.3%;
  373. left: 0;
  374. right: 0;
  375. margin: auto;
  376. width: 670rpx;
  377. border-radius: 60rpx;
  378. background: #02c0ff;
  379. font-size: 32px;
  380. color: #fff;
  381. text-align: center;
  382. line-height: 32px;
  383. }
  384. .sendImg{
  385. position: absolute;
  386. width: 100rpx;
  387. top:109rpx;
  388. right:72rpx;
  389. }
  390. .no-data01{
  391. width: 690rpx;
  392. padding-top: 174rpx;
  393. height: calc(100vh - 460rpx);
  394. background: #fff;
  395. margin: 0 auto;
  396. border-radius:15rpx;
  397. box-sizing: border-box;
  398. margin-top: 20rpx;
  399. }
  400. .no-data{
  401. width: 690rpx;
  402. padding-top: 174rpx;
  403. height: calc(100vh - 160rpx);
  404. background: #fff;
  405. margin: 0 auto;
  406. border-radius:15rpx;
  407. box-sizing: border-box;
  408. margin-top:20rpx;
  409. }
  410. .no-data01 image{
  411. width: 261rpx;
  412. height: 272rpx;
  413. display: block;
  414. margin: 0 auto;
  415. }
  416. .no-data image{
  417. width: 261rpx;
  418. height: 272rpx;
  419. display: block;
  420. margin: 0 auto;
  421. }
  422. .no-data-text{
  423. text-align: center;
  424. font-size:34rpx;
  425. font-family:PingFang-SC-Medium;
  426. font-weight:500;
  427. color:rgba(0,0,0,1);
  428. }
  429. .dingdan {
  430. margin-top: 33rpx;
  431. }
  432. .dingdan text:nth-of-type(1) {
  433. display: block;
  434. font-size: 34rpx;
  435. color: #333;
  436. letter-spacing: 0;
  437. text-align: center;
  438. }
  439. .dingdan text:nth-of-type(2) {
  440. display: block;
  441. font-size: 28rpx;
  442. color: #999;
  443. letter-spacing: 0;
  444. text-align: center;
  445. }
  446. .dingdan image {
  447. display: block;
  448. width: 300rpx;
  449. height: 300rpx;
  450. margin: 0 auto 16rpx;
  451. }
  452. .again{
  453. position: relative;
  454. width: 686rpx;
  455. height: 168rpx;
  456. }
  457. .banner{
  458. margin-bottom:20rpx;
  459. background:none!important;
  460. border-radius:16rpx;
  461. }
  462. .banner .bannerbg image{
  463. display: none!important;
  464. height: 0!important;
  465. overflow: hidden;
  466. }
  467. .bottom{
  468. width: 100%;
  469. height: 100rpx;
  470. position: fixed;
  471. bottom: 0;
  472. /* background:rgba(243,69,58,1); */
  473. color: #fff;
  474. overflow: hidden;
  475. }
  476. .bottom-left{
  477. width: 50%;
  478. float: left;
  479. margin-left: -1rpx;
  480. text-align: center;
  481. line-height: 100rpx;
  482. font-size:30rpx;
  483. font-family:PingFang-SC-Medium;
  484. font-weight:500;
  485. opacity: 1;
  486. background:linear-gradient(130deg,#32B1FC,#2F6CFF);
  487. color: #FFFEFE;
  488. }
  489. .bottom-leftQ{
  490. width: 50%;
  491. float: left;
  492. margin-left: -1rpx;
  493. text-align: center;
  494. line-height: 100rpx;
  495. font-size:30rpx;
  496. font-family:PingFang-SC-Medium;
  497. font-weight:500;
  498. opacity: 1;
  499. background:#FFFFFF;
  500. color: #3C3C3C;
  501. }
  502. .bottom-right{
  503. width: 50%;
  504. float: left;
  505. text-align: center;
  506. line-height: 100rpx;
  507. font-size:30rpx;
  508. font-family:PingFang-SC-Medium;
  509. font-weight:500;
  510. opacity: 1;
  511. background:linear-gradient(130deg,#32B1FC,#2F6CFF);
  512. color: #FFFEFE;
  513. }
  514. .bottom-rightQ{
  515. width: 50%;
  516. float: left;
  517. text-align: center;
  518. line-height: 100rpx;
  519. font-size:30rpx;
  520. font-family:PingFang-SC-Medium;
  521. font-weight:500;
  522. opacity: 1;
  523. background:#FFFFFF;
  524. color: #3C3C3C;
  525. }
  526. button::after{ border: none; }
  527. .goback{
  528. position: fixed;
  529. right: 50rpx;
  530. bottom: 60rpx;
  531. width:100rpx!important;
  532. height:100rpx;
  533. z-index: 100;
  534. background:rgba(255,255,255,1);
  535. line-height: 95rpx;
  536. border:1rpx solid rgba(227,227,227,1);
  537. border-radius:50%;
  538. }
  539. .goback image{
  540. position: absolute;
  541. width: 60rpx;
  542. left: 0;
  543. right: 0;
  544. top: 0;
  545. bottom: 0;
  546. margin: auto;
  547. }