topTab.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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: 90px;
  46. width: 16%;
  47. position: absolute;
  48. top: 34px;
  49. left: 0;
  50. color: #fff;
  51. background: #4665bf;
  52. padding: 27px 10px;
  53. .acc-index-imgbox {
  54. width: 36px;
  55. height: 36px;
  56. padding-top: 36px;
  57. position: relative;
  58. overflow: hidden;
  59. float: left;
  60. img {
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. height: 36px;
  65. width: auto;
  66. }
  67. }
  68. span {
  69. margin-left: 10px;
  70. font-size: 20px;
  71. line-height: 36px;
  72. a {
  73. color: #fff;
  74. }
  75. }
  76. }
  77. .acc-top-tab {
  78. margin-left: 16%;
  79. height: 50px;
  80. line-height: 50px;
  81. font-size: 16px;
  82. text-align: center;
  83. background: #4665bf;
  84. color: #fff;
  85. border-left: 1px solid #344c8f;
  86. .ant-row {
  87. padding-left: 20px;
  88. border-left: 1px solid #6b84cc;
  89. div {
  90. margin: 0 10px;
  91. a {
  92. color: #fff;
  93. }
  94. }
  95. .active {
  96. font-size: 18px;
  97. &:after {
  98. content: '';
  99. position: absolute;
  100. left: 0;
  101. bottom: 0;
  102. display: block;
  103. width: 100%;
  104. height: 3px;
  105. background: #58a3ff;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .modal-content {
  112. >li {
  113. margin-bottom: 20px;
  114. >span {
  115. display: inline-block;
  116. width: 60px;
  117. margin-right: 10px;
  118. }
  119. >input {
  120. width: 200px;
  121. }
  122. }
  123. }