抖音c端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

48 satır
970 B

  1. .i-tabs-tab {
  2. flex: 1;
  3. display: flex;
  4. width: 100%;
  5. -webkit-box-pack: center;
  6. justify-content: center;
  7. -webkit-box-align: center;
  8. align-items: center;
  9. -webkit-box-orient: vertical;
  10. -webkit-box-direction: normal;
  11. flex-direction: column;
  12. text-align: center;
  13. position: relative
  14. }
  15. .i-tabs-tab-bar {
  16. display: block;
  17. width: 72%;
  18. height: 8rpx;
  19. background: 0 0;
  20. position: absolute;
  21. bottom: 0;
  22. left: 15%;
  23. background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
  24. border-radius: 100px;
  25. }
  26. .i-tabs-tab-title {
  27. font-size: 26rpx;
  28. line-height: 30rpx;
  29. text-align: center;
  30. box-sizing: border-box;
  31. color: #A6A6A6;
  32. }
  33. .i-tabs-tab-title-current {
  34. color: #3C3C3C;
  35. font-size: 30rpx;
  36. font-weight: 500;
  37. font-family:PingFangSC-Medium;
  38. }
  39. .i-tabs-tab-scroll {
  40. display: inline-block;
  41. width: auto;
  42. min-width:96rpx;
  43. margin-right:33rpx;
  44. }