king
2024-06-28 c8804ceb1fe2dea76f9949c5ea04423876ee2c81
src/mob/header/index.scss
@@ -2,10 +2,20 @@
  width: 100%;
  height: 48px;
  color: rgba(255, 255, 255, 0.65);
  position: fixed;
  top: 0px;
  z-index: 10;
  
  background: #001529;
  border-bottom: 1px solid #000;
  .lang {
    position: absolute;
    font-size: 18px;
    left: calc(50% - 12px);
    top: 10px;
    color: #ffffff;
  }
  .header-logo {
    float: left;
    width: 180px;
@@ -19,7 +29,7 @@
      max-height: 40px;
    }
  }
  .header-setting {
  .header-user {
    float: right;
    line-height: 48px;
    margin-right: 10px;
@@ -42,4 +52,12 @@
      }
    }
  }
  .change-view {
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    .ant-radio-wrapper {
      color: #ffffff;
    }
  }
}