index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .main {
  2. padding: 10px 14px 0;
  3. width: 100%;
  4. height: 40px;
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. position: relative;
  9. .titleLeft {
  10. display: flex;
  11. align-items: flex-start;
  12. }
  13. .titleImg {
  14. width: 4px;
  15. height: 30px;
  16. margin-right: 10px;
  17. }
  18. .titleBg {
  19. width: 100%;
  20. height: 46.5px;
  21. }
  22. .title {
  23. font-size: 20px;
  24. // font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  25. font-weight: 500;
  26. color: #C9EFFF;
  27. line-height: 20px;
  28. letter-spacing: 2px;
  29. }
  30. .icon {
  31. width: 20px;
  32. height: 20px;
  33. pointer-events: initial;
  34. }
  35. .titleBorder {
  36. position: absolute;
  37. top: 40px;
  38. left: 13px;
  39. width: 100%;
  40. height: 1px;
  41. }
  42. .arrow {
  43. position: absolute;
  44. right: 14px;
  45. top: 29px;
  46. width: 26px;
  47. height: 26px;
  48. pointer-events: initial;
  49. transition: transform 0.2s;
  50. }
  51. .titleBg {
  52. height: 47px;
  53. width: 100%;
  54. background: url('@/Project/assets/chartBox/title-bg.png');
  55. background-size: 100% 100%;
  56. }
  57. .titleBgMini {
  58. background-image: url('@/Project/assets/chartBox/title-bg-mini.png');
  59. }
  60. // .titleImg {
  61. // display: block;
  62. // float: left;
  63. // height: 100%;
  64. // }
  65. // .titleBar02 {
  66. // // flex: 132 1 auto;
  67. // float: left;
  68. // height: 100%;
  69. // --shf: 4.9406564584124654e-322;
  70. // width: calc(((100% - 214px) / 479) * 132);
  71. // background: url('@/Project/assets/chartBox/titleBar02.png') no-repeat center;
  72. // background-size: 100% 100%;
  73. // }
  74. // .titleBar04 {
  75. // float: left;
  76. // height: 100%;
  77. // // flex: 215 1 auto;
  78. // width: calc(((100% - 214px) / 479) * 215);
  79. // background: url('@/Project/assets/chartBox/titleBar04.png') no-repeat center;
  80. // background-size: 100% 100%;
  81. // }
  82. // .titleBar06 {
  83. // float: left;
  84. // height: 100%;
  85. // // flex: 132 1 auto;
  86. // width: calc(((100% - 214px) / 479) * 132);
  87. // background: url('@/Project/assets/chartBox/titleBar06.png') no-repeat center;
  88. // background-size: 100% 100%;
  89. // }
  90. }
  91. .jiao {
  92. position: absolute;
  93. width: 10px;
  94. height: 11.11px
  95. }
  96. .jiao1 {
  97. .jiao;
  98. top: -1px;
  99. left: -1px;
  100. }
  101. .jiao2 {
  102. .jiao;
  103. top: -1px;
  104. right: -1px;
  105. }
  106. .jiao3 {
  107. .jiao;
  108. bottom: -1px;
  109. left: -1px;
  110. }
  111. .jiao4 {
  112. .jiao;
  113. bottom: -1px;
  114. right: -1px;
  115. }