index.less 746 B

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