topTab.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .account-top {
  2. width: 100%;
  3. border-bottom: 1px solid #eee;
  4. background: #fff;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. z-index: 1;
  9. .acc-top-user {
  10. margin-bottom: 2px;
  11. overflow: hidden;
  12. height: 50px;
  13. line-height: 50px;
  14. background: #3a3f53;
  15. color:#ffffff;
  16. .acc-top-user-name {
  17. margin-left: 10px;
  18. a{
  19. color: #ffffff
  20. }
  21. a:hover{
  22. color:#58a3ff;
  23. }
  24. }
  25. .acc-top-user-toindex {
  26. float: right;
  27. margin-right: 10px;
  28. a{
  29. color:#ffffff;
  30. }
  31. a:hover{
  32. color:#58a3ff
  33. }
  34. }
  35. }
  36. .acc-index {
  37. height: 90px;
  38. width: 16%;
  39. position: absolute;
  40. top: 34px;
  41. left: 0;
  42. color: #fff;
  43. background: #4665bf;
  44. padding:27px 10px;
  45. border-bottom: 2px solid #f2f2f2;
  46. .acc-index-imgbox{
  47. width: 36px;
  48. height: 36px;
  49. padding-top: 36px;
  50. position: relative;
  51. overflow: hidden;
  52. float: left;
  53. img {
  54. position: absolute;
  55. top: 0;
  56. left: 0;
  57. height: 36px;
  58. width: auto;
  59. }
  60. }
  61. span {
  62. margin-left: 10px;
  63. font-size: 20px;
  64. line-height: 36px;
  65. a {
  66. color:#fff;
  67. }
  68. }
  69. }
  70. .acc-top-tab {
  71. margin-left: 16%;
  72. height: 50px;
  73. line-height: 50px;
  74. font-size: 16px;
  75. text-align: center;
  76. background: #4665bf;
  77. color: #fff;
  78. border-left: 1px solid #344c8f;
  79. .ant-row {
  80. padding-left: 20px;
  81. border-left: 1px solid #6b84cc;
  82. div {
  83. margin:0 10px;
  84. a {
  85. color:#fff;
  86. }
  87. }
  88. .active {
  89. font-size: 18px;
  90. &:after {
  91. content: '';
  92. position: absolute;
  93. left: 0;
  94. bottom: 0;
  95. display: block;
  96. width: 100%;
  97. height: 3px;
  98. background: #58a3ff;
  99. }
  100. }
  101. }
  102. }
  103. }
  104. .ant-layout-header{
  105. height: 50px;
  106. .account-top{
  107. height: 50px
  108. }
  109. }
  110. #qiao-wrap,#BD_QIAO_WEBIM_LITE_WRAP{
  111. display: none!important;
  112. }
  113. .acc-top-title{
  114. font-size: 26px;
  115. display: inline-block;
  116. }
  117. .acc-top-user{
  118. display: flex;
  119. justify-content: space-between
  120. }