forked from drone/command-center-dashboard

chenyao
2025-04-18 65b3c5fb8b5e0945a8512f19dfc4ff6d235344b2
feat:更新登录页面
2 files modified
21 ■■■■■ changed files
src/page/login/index.vue 2 ●●● patch | view | raw | blame | history
src/styles/login.scss 19 ●●●●● patch | view | raw | blame | history
src/page/login/index.vue
@@ -31,7 +31,7 @@
  data() {
    return {
      login:{
        info: '中图智绘低空无人机监测网平台'
        info: '中图智飞低空智能感知网平台'
      },
      website: website,
      time: '',
src/styles/login.scss
@@ -23,15 +23,17 @@
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #fff;
    // background: linear-gradient(90deg, #FFFFFF 0%, #B2D5FF 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #B2D5FF 100%);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
  }
}
.login-left-title-new {
.login-left-title {
  position: absolute;
  border: 1px solid greenyellow;
  left: 147px;
  top: 263px;
  // border: 1px solid greenyellow;
  left: 160px;
  top: 240px;
  width: 926px;
  height: 42px;
  font-family: Source Han Sans CN, Source Han Sans CN;
@@ -44,7 +46,10 @@
  text-align: center;
  font-style: normal;
  text-transform: none;
  // background: linear-gradient(90.00000000000004deg, #FFFFFF 0%, #E3FEFF 63%, #88BAFF 100%);
  background: linear-gradient(90.00000000000004deg, #FFFFFF 0%, #E3FEFF 63%, #88BAFF 100%);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}
.login-left-new {
  position: absolute;