index.less 710 B

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