topTab.less 3.4 KB

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