topTab.less 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. .account-top {
  2. width: 100%;
  3. height: 84px;
  4. border-bottom: 1px solid #eee;
  5. background: #fff;
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. z-index: 1;
  10. .acc-top-user {
  11. height: 34px;
  12. line-height: 34px;
  13. background: #f8f8f8;
  14. font-size: 14px;
  15. .acc-top-user-name {
  16. margin-left: 10px;
  17. line-height: 34px;
  18. vertical-align: middle;
  19. }
  20. .acc-top-user-toindex {
  21. float: right;
  22. margin-right: 10px;
  23. line-height: 34px;
  24. vertical-align: middle;
  25. }
  26. .user-badge {
  27. margin-left: 12px;
  28. font-size: 18px;
  29. color: #58a3ff;
  30. position: relative;
  31. line-height: 34px;
  32. vertical-align: middle;
  33. .ant-badge {
  34. position: absolute;
  35. right: -10px;
  36. top: 0;
  37. line-height: 0px;
  38. .ant-badge-status-processing {
  39. background-color: red
  40. }
  41. }
  42. }
  43. }
  44. .acc-index {
  45. height: 50px;
  46. width: 8%;
  47. position: absolute;
  48. top: 34px;
  49. left: 0;
  50. color: #fff;
  51. background: #4665bf;
  52. padding-top: 12px;
  53. padding-left: 8px;
  54. .acc-index-imgbox {
  55. width: 36px;
  56. height: 36px;
  57. padding-top: 36px;
  58. position: relative;
  59. overflow: hidden;
  60. float: left;
  61. img {
  62. position: absolute;
  63. top: 0;
  64. left: 4px;
  65. height: 27px;
  66. width: auto;
  67. }
  68. }
  69. span {
  70. margin-left: 5px;
  71. font-size: 14px;
  72. line-height: 27px;
  73. a {
  74. color: #fff;
  75. }
  76. }
  77. }
  78. .acc-top-tab {
  79. margin-left: 8%;
  80. height: 50px;
  81. line-height: 50px;
  82. font-size: 16px;
  83. text-align: center;
  84. background: #4665bf;
  85. color: #fff;
  86. border-left: 1px solid #344c8f;
  87. .ant-row {
  88. padding-left: 20px;
  89. border-left: 1px solid #6b84cc;
  90. div {
  91. margin: 0 10px;
  92. a {
  93. color: #fff;
  94. }
  95. }
  96. .active {
  97. font-size: 18px;
  98. &:after {
  99. content: '';
  100. position: absolute;
  101. left: 0;
  102. bottom: 0;
  103. display: block;
  104. width: 100%;
  105. height: 3px;
  106. background: #58a3ff;
  107. }
  108. }
  109. }
  110. }
  111. }
  112. .modal-content {
  113. >li {
  114. margin-bottom: 20px;
  115. >span {
  116. display: inline-block;
  117. width: 60px;
  118. margin-right: 10px;
  119. }
  120. >input {
  121. width: 200px;
  122. }
  123. }
  124. }
  125. .account-top{
  126. font-weight: inherit !important;
  127. .ant-tabs-tab{
  128. font-size: 16px;
  129. line-height: 34px;
  130. color: #fff;
  131. font-weight: inherit !important;
  132. }
  133. .ant-tabs-tab-active{
  134. font-size: 18px;
  135. }
  136. .ant-tabs-ink-bar{
  137. height: 3px;
  138. }
  139. .ant-tabs-bar{
  140. border-bottom: 0;
  141. }
  142. .acc-top-tab{
  143. text-align: left;
  144. }
  145. }