index.less 724 Bytes
Newer Older
wuhao's avatar
wuhao committed
1
.container {
wuhao's avatar
wuhao committed
2 3
  background: linear-gradient(to bottom, #142f4d, #657b90) !important;
  min-height: 100vh;
wuhao's avatar
wuhao committed
4 5 6 7 8 9 10 11 12 13 14
  div {
    color: #fff;
  }
}

.top {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
wuhao's avatar
wuhao committed
15
  background-color: rgb(18 19 33 / 0%);
wuhao's avatar
wuhao committed
16 17 18 19 20 21 22 23 24 25
  right: 0;
  margin: auto;
  backdrop-filter: blur(2px);
}

.bottom {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
wuhao's avatar
wuhao committed
26 27
  width: 100%;
  background: linear-gradient(to bottom, #324d6b, #395471) !important;
wuhao's avatar
wuhao committed
28 29 30 31 32 33 34
  right: 0;
  margin: auto;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
wuhao's avatar
wuhao committed
35
  box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.8);
wuhao's avatar
wuhao committed
36 37 38 39 40

  > div {
    width: 100%;
  }
}
wuhao's avatar
wuhao committed
41 42 43 44

.userinfo{
  color: #fff;
}