1
0

style.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .header-top {
  2. &.system {
  3. background-color: #fff;
  4. .title h2 {
  5. color: #323233;
  6. }
  7. }
  8. .title {
  9. display : flex;
  10. align-items: center;
  11. img {
  12. width: 50px;
  13. }
  14. h2 {
  15. font-size : 20px;
  16. color : #fff;
  17. margin-left: 0.66rem;
  18. span {
  19. font-size : 0.7rem;
  20. font-weight: normal;
  21. line-height: 1rem;
  22. display : block;
  23. }
  24. }
  25. }
  26. .oper-btns {
  27. .user-menu {
  28. display : flex;
  29. align-items: center;
  30. img {
  31. width: 30px;
  32. }
  33. span {
  34. margin-left: 5px;
  35. outline : none;
  36. color : #fff;
  37. }
  38. .oper-down {
  39. cursor: pointer;
  40. +i {
  41. color: #fff;
  42. }
  43. }
  44. }
  45. .info {
  46. color : #fff;
  47. margin-right: 14px;
  48. font-size : 1rem;
  49. margin-top : -3px;
  50. display : flex;
  51. align-items : center;
  52. span {
  53. font-weight: normal;
  54. font-size : 0.9rem;
  55. }
  56. span:last-child {
  57. margin-left: 8px;
  58. }
  59. }
  60. >span {
  61. display : inline-block;
  62. margin-right: 14px;
  63. cursor : pointer;
  64. img {
  65. width : 34px;
  66. height: 34px;
  67. }
  68. }
  69. }
  70. }