• wuhao's avatar
    zxcdf · 15ace3b6
    wuhao authored
    15ace3b6
global.less 1.97 KB
@import "~antd/dist/antd.css";

body,
html,
#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.header-item {
  color: rgb(100, 157, 255);
}
.ceil {
  color: rgba(255, 255, 255, 0.4);
}
.img {
  background-size: auto 86px;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 86px;
  color: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.bgtext {
  background-image: linear-gradient(0deg, #77cde2 0%, #ffffff 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fixder {
  position: fixed;
  width: 400px;
  right: 380px;
  top: 90px;
  background-image: linear-gradient(
    0deg,
    rgba(52, 131, 242, 0.8) 0%,
    rgba(52, 131, 242, 0.4) 100%
  );
  z-index: 999999;
  border-radius: 8px;
  padding: 12px;
}
.spread {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  border-bottom: rgba(216, 216, 216, 0.4) solid 2px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.spreaditem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  background-color: rgba(70, 119, 255, 0.4);
  padding: 8px;
  > div:first-child {
    width: 140px;
    flex-shrink: 0;
    //text-indent: 8px;
    position: relative;
    word-break: break-all;

    // &::before{
    //   position: absolute;
    //   left: 0;
    //   top: 4px;
    //   width: 2px;
    //   height: 14px;
    //   content: '';
    //   background-color: #d6dbff;
    // }
  }
  > div:last-child {
    flex: 1;
    text-align: right;
    word-break: break-all;
    color: #ffffff !important;
  }
}
.status {
  position: fixed;
  width: 209px;
  left: 380px;
  top: 90px;
  background-image: linear-gradient(
    0deg,
    rgba(52, 131, 242, 0.6) 0%,
    rgba(52, 131, 242, 0.1) 100%
  );
  z-index: 999999;
  border-radius: 8px;
  padding: 12px;
  color: #ffffff;
}