index.less 656 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .titleBox {
  2. display: flex;
  3. align-items: center;
  4. padding-bottom: 0.2rem;
  5. border-bottom: 1px solid rgba(188, 186, 186, 1);
  6. }
  7. .subPage {
  8. border-bottom: 0 none;
  9. }
  10. .titleBar {
  11. width: 0.07rem;
  12. height: 0.35rem;
  13. background: #4a90e2;
  14. float: left;
  15. margin-right: 0.1rem;
  16. }
  17. .subPage {
  18. .title {
  19. background: linear-gradient(
  20. to bottom,
  21. transparent 0%,
  22. transparent 60%,
  23. #ffe500 61%,
  24. #ffe500 100%
  25. );
  26. }
  27. }
  28. .title {
  29. display: inline-block;
  30. padding: 0.05rem;
  31. // width: 100%;
  32. font-size: 0.36rem;
  33. font-weight: 600;
  34. color: #0139f1;
  35. line-height: 0.32rem;
  36. }
  37. .tabs {
  38. position: absolute;
  39. top: 0.52rem;
  40. }