抖音c端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. @import "../app.ttss";
  2. page {
  3. background: #f4f5f9;
  4. }
  5. .temp {
  6. width: 100rpx;
  7. height: 100rpx;
  8. background-color: darkcyan
  9. }
  10. .xia {
  11. width: 24rpx;
  12. height: 14rpx;
  13. margin: auto 10rpx;
  14. display: block;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. bottom: 0;
  20. /* margin: auto; */
  21. }
  22. .goSqunar {
  23. display: flex;
  24. justify-content: space-around;
  25. }
  26. .goSqunar1 {
  27. display: flex;
  28. justify-content: center;
  29. background-image: url('https://formall.oss-accelerate.aliyuncs.com/douyin_ifomall/imgData/topback_1.png');
  30. background-size: 100% 100%;
  31. background-repeat: no-repeat;
  32. position: relative;
  33. height: 190rpx;
  34. }
  35. .squareLogo {
  36. width: 94rpx;
  37. height: 40rpx;
  38. position: absolute;
  39. left: 30rpx;
  40. /* top: 44%; */
  41. }
  42. .title {
  43. font-size: 32rpx;
  44. font-family: OPPOSans;
  45. font-weight: bold;
  46. }
  47. .title1 {
  48. max-width: 320rpx;
  49. color: #402e1e;
  50. font-family: "PingFangSC-Medium";
  51. font-size: 28rpx;
  52. font-weight: 400;
  53. text-overflow: ellipsis;
  54. white-space: nowrap;
  55. overflow: hidden;
  56. }
  57. .squareMore {
  58. width: 24rpx;
  59. /* height: 15rpx; */
  60. }
  61. .marketName {}
  62. .f {
  63. float: left;
  64. }
  65. .r {
  66. float: right;
  67. }
  68. .vgrade {
  69. /* width: 40rpx; */
  70. height: 26rpx;
  71. float: left;
  72. margin: 10rpx;
  73. background: linear-gradient(180deg, #d5a56e, #e9d0aa);
  74. border-radius: 16rpx 0 16rpx 0;
  75. color: #fff;
  76. line-height: 26rpx;
  77. font-size: 24rpx;
  78. padding: 4rpx 10rpx;
  79. }
  80. .integralNum {
  81. float: left;
  82. font-family: OPPOSans;
  83. font-weight: bold;
  84. color: #be8b50;
  85. font-size: 26rpx;
  86. }
  87. .color_box1 {
  88. background-color: #fff;
  89. /* background-image: url('https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_top_bnt.png'); */
  90. /* background-size: 100% 100%; */
  91. /* border-radius: 0 0 40rpx 40rpx; */
  92. overflow: hidden;
  93. background-repeat: no-repeat;
  94. }
  95. .color_box {
  96. /* padding-top: 20rpx; */
  97. /* background-image: linear-gradient(#DC143C, #F4F5F9); */
  98. background-color: #f4f5f9;
  99. }
  100. .pickerMall {
  101. height: auto;
  102. margin: 0 0 15rpx 20rpx;
  103. font-size: 30rpx;
  104. }
  105. .location {
  106. position: relative;
  107. top: 8rpx;
  108. width: 35rpx;
  109. height: 35rpx;
  110. margin-right: 10rpx;
  111. }
  112. .right {
  113. position: relative;
  114. top: 6rpx;
  115. left: 10rpx;
  116. width: 35rpx;
  117. height: 35rpx;
  118. }
  119. .underlingName {
  120. float: left;
  121. line-height: 30rpx;
  122. color: #a6a6a6;
  123. /* margin-top: 20rpx; */
  124. margin-bottom: 20rpx;
  125. margin-left: 5rpx;
  126. }
  127. .index-position {
  128. background: rgba(0, 0, 0, 0.5);
  129. height: 88rpx;
  130. position: absolute;
  131. top: 0;
  132. width: 100%;
  133. font-family: PingFangSC-Semibold;
  134. font-size: 30rpx;
  135. color: #fff;
  136. letter-spacing: 0.75rpx;
  137. z-index: 9;
  138. line-height: 88rpx;
  139. overflow: hidden;
  140. }
  141. .red {
  142. position: absolute;
  143. width: 13rpx;
  144. height: 13rpx;
  145. border-radius: 50%;
  146. background: red;
  147. right: -50rpx;
  148. top: 19rpx;
  149. left: 0;
  150. margin: auto;
  151. display: none;
  152. }
  153. page {
  154. width: 100%;
  155. height: auto !important;
  156. overflow-x: hidden;
  157. }
  158. .txt {
  159. margin-left: 20rpx;
  160. }
  161. .game-entry {
  162. position: fixed;
  163. right: 27rpx;
  164. bottom: 443rpx;
  165. width: 120rpx;
  166. margin: 37rpx auto 0;
  167. z-index: 10;
  168. }
  169. .gameimg {
  170. display: block;
  171. width: 100%;
  172. }
  173. .underling {
  174. padding: 10rpx 30rpx;
  175. }
  176. .userinfo {
  177. width: 690rpx;
  178. height: 96rpx;
  179. border-radius: 16rpx;
  180. display: flex;
  181. justify-content: space-between;
  182. margin: 0 auto 30rpx;
  183. }
  184. .userinfo1 {
  185. width: 690rpx;
  186. height: 96rpx;
  187. border-radius: 16rpx;
  188. display: flex;
  189. justify-content: space-between;
  190. margin: 0 auto;
  191. }
  192. .infoLeft {
  193. height: 100%;
  194. border-radius: 12rpx;
  195. background: #fff;
  196. }
  197. .section {
  198. padding: 0 20rpx;
  199. justify-content: space-around;
  200. text-align: center;
  201. margin-top: 25rpx;
  202. margin-bottom: 30rpx;
  203. }
  204. .sellsection {
  205. margin-bottom: 37rpx;
  206. padding: 0 38rpx;
  207. }
  208. .section>view,
  209. .sellsection>view {
  210. width: 25%;
  211. display: inline-block;
  212. position: relative;
  213. }
  214. .section>view image,
  215. .sellsection>view image {
  216. display: block;
  217. margin: 0 auto;
  218. }
  219. .section>view image {
  220. width: 55rpx;
  221. height: 55rpx;
  222. margin-top: 20rpx;
  223. margin-bottom: 14rpx;
  224. }
  225. .sellsection>view image {
  226. width: 159rpx;
  227. height: 134rpx;
  228. }
  229. .section text {
  230. font-size: 24rpx;
  231. color: rgba(51, 51, 51, 1);
  232. display: block;
  233. margin-top: 0rpx;
  234. }
  235. .showQrcode {
  236. position: fixed;
  237. top: 0;
  238. left: 0;
  239. right: 0;
  240. bottom: 0;
  241. z-index: 1000;
  242. background: rgba(0, 0, 0, 0.6);
  243. }
  244. .qrcode image {
  245. margin: 15rpx 20rpx 15rpx;
  246. z-index: 100;
  247. }
  248. .qrcode1 image {
  249. margin: 15rpx 20rpx 15rpx;
  250. z-index: 100;
  251. }
  252. .showQrcode {
  253. position: fixed;
  254. top: 0;
  255. left: 0;
  256. right: 0;
  257. bottom: 0;
  258. z-index: 1000;
  259. background: rgba(0, 0, 0, 0.6);
  260. }
  261. .canvas-box {
  262. position: fixed;
  263. width: 500rpx;
  264. overflow: hidden;
  265. left: 0;
  266. top: 200rpx;
  267. right: 0;
  268. margin: auto;
  269. background: #fff;
  270. border-radius: 16rpx;
  271. z-index: 100;
  272. padding-bottom: 30rpx;
  273. }
  274. .showQrcode text {
  275. display: none;
  276. text-align: center;
  277. font-size: 28rpx;
  278. }
  279. .button {
  280. width: 414rpx;
  281. text-align: center;
  282. margin: 0 auto;
  283. height: 80rpx;
  284. line-height: 80rpx;
  285. background: rgba(255, 255, 255, 1);
  286. border-radius: 10rpx;
  287. font-size: 32rpx;
  288. color: rgba(2, 192, 255, 1);
  289. overflow: hidden;
  290. }
  291. .memberIds {
  292. padding-top: 30rpx;
  293. font-size: 30rpx;
  294. }
  295. .search {
  296. background: rgba(2, 192, 255, 1);
  297. height: 50rpx;
  298. }
  299. .searchbar {
  300. position: relative;
  301. width: 685rpx;
  302. height: 76rpx;
  303. margin: 0 auto;
  304. text-align: center;
  305. }
  306. .searchbar image {
  307. width: 40rpx;
  308. }
  309. .searchbar text {
  310. font-size: 28rpx;
  311. line-height: 50rpx;
  312. color: #fff;
  313. display: inline-block;
  314. }
  315. .user-avatar {
  316. width: 80rpx;
  317. height: 80rpx;
  318. border-radius: 50%;
  319. overflow: hidden;
  320. float: left;
  321. margin: 10rpx 10rpx;
  322. }
  323. .user-avatar open-data {
  324. display: block;
  325. width: 100%;
  326. height: 100%;
  327. }
  328. .user-avatar1 {
  329. width: 80rpx;
  330. height: 80rpx;
  331. border-radius: 50%;
  332. overflow: hidden;
  333. float: left;
  334. margin: 0 10rpx;
  335. }
  336. .user-avatar1 image {
  337. display: block;
  338. width: 100%;
  339. height: 100%;
  340. }
  341. .user-data {
  342. letter-spacing: 0.64rpx;
  343. line-height: 46rpx;
  344. font-size: 30rpx;
  345. color: #333;
  346. background: #fff;
  347. margin-top: 10rpx;
  348. margin-bottom: 26rpx;
  349. float: right;
  350. display: flex;
  351. flex-direction: column;
  352. }
  353. .user-data1 {
  354. letter-spacing: 0.64rpx;
  355. line-height: 46rpx;
  356. font-size: 30rpx;
  357. color: #333;
  358. background: #fff;
  359. /* margin-top: 10rpx; */
  360. margin-bottom: 26rpx;
  361. float: right;
  362. display: flex;
  363. flex-direction: column;
  364. }
  365. .nameBox open-data {
  366. float: left;
  367. }
  368. .chengzhangBox {
  369. height: 32rpx;
  370. line-height: 26rpx;
  371. border-radius: 9px 9px 9px 0px;
  372. font-family: PingFangSC-Regular;
  373. font-weight: 400;
  374. color: rgba(255, 255, 255, 1);
  375. float: left;
  376. margin-top: 8rpx;
  377. }
  378. .chengzhang {
  379. font-size: 22rpx;
  380. font-weight: 400;
  381. color: #fff;
  382. height: 22rpx;
  383. line-height: 22rpx;
  384. padding: 0 8rpx;
  385. }
  386. .integral {
  387. margin-left: 70rpx;
  388. }
  389. .jifen {
  390. display: inline-block;
  391. height: 34rpx;
  392. color: #999;
  393. font-size: 24rpx;
  394. line-height: 34rpx;
  395. }
  396. .jifenNumber {
  397. color: #d18b4c;
  398. font-size: 34rpx;
  399. line-height: 34rpx;
  400. margin-left: 10rpx;
  401. font-weight: bold;
  402. }
  403. .view {
  404. display: flex;
  405. font-size: 24rpx;
  406. color: #999;
  407. }
  408. .view>.score {
  409. margin-left: 9rpx;
  410. color: #333;
  411. font-size: 30rpx;
  412. margin-right: 23rpx;
  413. font-family: PingFang-SC-Bold;
  414. }
  415. .qrcode1 {
  416. width: 106rpx;
  417. height: 96rpx;
  418. border-radius: 12rpx;
  419. }
  420. .qrcode {
  421. width: 106rpx;
  422. height: 96rpx;
  423. background: #fff;
  424. border-radius: 12rpx;
  425. }
  426. .qrcodeimg {
  427. width: 68rpx !important;
  428. height: 68rpx !important;
  429. }
  430. .leftimg {
  431. position: absolute;
  432. right: 40rpx;
  433. top: 60rpx;
  434. margin-top: -7rpx;
  435. width: 14rpx;
  436. height: 26rpx;
  437. }
  438. .duihuanimg {
  439. display: block;
  440. width: 48rpx;
  441. margin-top: 6rpx;
  442. }
  443. .product {
  444. width: 710rpx;
  445. margin: 30rpx auto 10rpx;
  446. border-radius: 16rpx;
  447. overflow: hidden;
  448. }
  449. .product image {
  450. display: block;
  451. width: 100%;
  452. }
  453. .textBox {
  454. width: 400rpx;
  455. height: 100%;
  456. float: left;
  457. margin-left: 10rpx;
  458. }
  459. .textBox .name {
  460. width: 400rpx;
  461. font-size: 28rpx;
  462. color: #3c3c3c;
  463. margin-top: 20rpx;
  464. }
  465. .textBox .title {
  466. width: 400rpx;
  467. font-size: 20rpx;
  468. color: #a6a6a6;
  469. margin-top: 10rpx;
  470. }
  471. .product .gift {
  472. width: 88rpx;
  473. height: 88rpx;
  474. float: left;
  475. margin-top: 30rpx;
  476. margin-left: 15rpx;
  477. }
  478. .next image {
  479. width: 26rpx;
  480. height: 40rpx;
  481. }
  482. .gift image {
  483. width: 88rpx;
  484. height: 76rpx;
  485. }
  486. .product .next {
  487. width: 32rpx;
  488. height: 60rpx;
  489. float: right;
  490. margin-top: 40rpx;
  491. margin-right: 26rpx;
  492. }
  493. #rushtobyCard {
  494. margin-top: 30rpx;
  495. }
  496. .signin {
  497. width: 542rpx;
  498. height: 94rpx;
  499. position: fixed;
  500. top: 0;
  501. left: 0;
  502. right: 0;
  503. z-index: 10000000;
  504. margin: auto;
  505. }
  506. .signin open-data {
  507. position: absolute;
  508. width: 90rpx;
  509. left: 0;
  510. top: 0;
  511. bottom: 0;
  512. height: 94rpx;
  513. margin: auto;
  514. border-radius: 50%;
  515. overflow: hidden;
  516. }
  517. .signin text {
  518. display: block;
  519. background: rgba(0, 0, 0, 0.5);
  520. font-size: 28rpx;
  521. height: 80rpx;
  522. width: 100%;
  523. line-height: 80rpx;
  524. color: #d6d5d5;
  525. text-indent: 4em;
  526. border-radius: 60rpx;
  527. margin-top: 7rpx;
  528. }
  529. .remainchengzhangzhi {
  530. display: block;
  531. color: #a6a6a6;
  532. font-size: 22rpx;
  533. margin-top: 5rpx;
  534. height: 30rpx;
  535. line-height: 30rpx;
  536. float: left;
  537. margin-left: 10rpx;
  538. width: 255rpx;
  539. overflow: hidden;
  540. text-overflow: ellipsis;
  541. white-space: nowrap;
  542. }
  543. .remainchengzhangzhi p {
  544. display: inline;
  545. }
  546. progress {
  547. width: 200rpx;
  548. border-radius: 60rpx;
  549. overflow: hidden;
  550. float: left;
  551. margin-top: 10rpx;
  552. }
  553. .channelBox {
  554. width: 688rpx;
  555. /* height: 220rpx; */
  556. margin: 20rpx auto;
  557. display: flex;
  558. flex-wrap: wrap;
  559. /* justify-content: space-between; */
  560. background: #f4f5f9;
  561. }
  562. .kjBox {
  563. width: 25%;
  564. height: 118rpx;
  565. font-size: 24rpx;
  566. color: #a6a6a6;
  567. margin-top: 10rpx;
  568. text-align: center;
  569. }
  570. .kjBox1 {
  571. width: 25%;
  572. height: 118rpx;
  573. font-size: 24rpx;
  574. color: #a6a6a6;
  575. margin-top: 10rpx;
  576. text-align: center;
  577. }
  578. .kjBox image {
  579. width: 60rpx;
  580. height: 60rpx;
  581. margin: auto;
  582. }
  583. .kjBox1 image {
  584. width: 80rpx;
  585. height: 80rpx;
  586. margin: auto;
  587. }
  588. .text {
  589. margin: 0 auto;
  590. }
  591. .toutiao {
  592. width: 710rpx;
  593. height: 128rpx;
  594. line-height: 128rpx;
  595. margin: 0 auto;
  596. background: #fff;
  597. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  598. border-radius: 12rpx;
  599. margin-top: 18rpx;
  600. margin-bottom: 18rpx;
  601. position: relative;
  602. }
  603. .toutiao1 {
  604. width: 710rpx;
  605. height: 128rpx;
  606. margin: 0 auto;
  607. background: #fff;
  608. box-shadow: 0px 6rpx 16rpx 0px rgba(236, 238, 243, 1);
  609. border-radius: 12rpx;
  610. margin-top: 18rpx;
  611. margin-bottom: 18rpx;
  612. display: flex;
  613. justify-content: space-between;
  614. }
  615. .xianshi {
  616. display: flex;
  617. flex-direction: column;
  618. justify-content: center;
  619. align-content: center;
  620. font-size: 30rpx;
  621. padding: 20rpx;
  622. }
  623. .xianshi>text {
  624. height: 40rpx;
  625. }
  626. .xianshi>text:nth-child(1) {
  627. font-size: 30rpx;
  628. font-family: PingFangSC;
  629. font-weight: 500;
  630. }
  631. .xianshi>text:nth-child(2) {
  632. margin-top: 10rpx;
  633. height: 28rpx;
  634. font-size: 20rpx;
  635. font-family: PingFangSC;
  636. font-weight: 400;
  637. color: rgba(166, 166, 166, 1);
  638. line-height: 28rpx;
  639. }
  640. .xsCon {
  641. width: 300rpx;
  642. display: flex;
  643. justify-content: flex-end;
  644. overflow: hidden;
  645. }
  646. .igBox {
  647. height: 100%;
  648. width: 100rpx;
  649. display: flex;
  650. flex-direction: column;
  651. justify-content: center;
  652. align-content: center;
  653. }
  654. .igBoxm {
  655. height: 100%;
  656. width: 100rpx;
  657. display: flex;
  658. flex-direction: column;
  659. text-align: center;
  660. }
  661. .imageH {
  662. height: 50rpx !important;
  663. width: 50rpx !important;
  664. border-radius: 50%;
  665. margin: 15rpx auto;
  666. margin-bottom: 15rpx;
  667. }
  668. .more {
  669. height: 70rpx !important;
  670. width: 70rpx !important;
  671. margin: 0 auto;
  672. }
  673. .imTit {
  674. height: 14px;
  675. font-size: 10px;
  676. font-family: PingFangSC;
  677. font-weight: 400;
  678. color: rgba(60, 60, 60, 1);
  679. line-height: 14px;
  680. width: 100%;
  681. overflow: hidden;
  682. text-overflow: ellipsis;
  683. white-space: nowrap;
  684. text-align: center;
  685. }
  686. .toutiao view:nth-child(2) {
  687. font-size: 26rpx;
  688. font-family: PingFangSC-Regular;
  689. font-weight: 400;
  690. color: rgba(60, 60, 60, 1);
  691. float: left;
  692. width: 500rpx;
  693. overflow: hidden;
  694. text-overflow: ellipsis;
  695. white-space: nowrap;
  696. }
  697. .toutiao view:nth-child(2) text:nth-child(1) {
  698. color: red;
  699. }
  700. .toutiao view:nth-child(2) text:nth-child(2) {
  701. text-decoration: line-through;
  702. color: red;
  703. }
  704. .toutiao .imgBox {
  705. width: 64rpx;
  706. height: 64rpx;
  707. float: left;
  708. margin: 5rpx 0 5rpx 20rpx;
  709. }
  710. .toutiao image {
  711. width: 48rpx;
  712. height: 38rpx;
  713. margin: auto;
  714. }
  715. .toutiao .qg {
  716. width: 80rpx;
  717. height: 44rpx;
  718. line-height: 44rpx;
  719. border-radius: 18rpx;
  720. border: 2rpx solid;
  721. position: absolute;
  722. top: 0;
  723. bottom: 0;
  724. right: 20rpx;
  725. margin: auto;
  726. font-size: 24rpx;
  727. font-family: PingFangSC-Medium;
  728. font-weight: 500;
  729. color: #fd782d;
  730. text-align: center;
  731. }
  732. i-tabs i-tabs-scroll {
  733. background: #f4f5f9 !important;
  734. }
  735. .integralBox {
  736. width: 110rpx;
  737. height: 110rpx;
  738. bottom: 500rpx;
  739. right: 20rpx;
  740. position: fixed;
  741. z-index: 1000000;
  742. }
  743. .integralBox1 {
  744. width: 140rpx;
  745. height: 140rpx;
  746. bottom: 500rpx;
  747. right: 20rpx;
  748. position: fixed;
  749. z-index: 1000000;
  750. }