C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

507 lignes
9.0 KiB

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