index.css 3.29 KB
#index {
  color: #d3d6dd;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  overflow: hidden;
}

#index .bg {
  width: 100%;
  height: 100%;
  padding: 16px 16px 0 16px;
  background-image: url("../assets/pageBg.png");
  background-size: cover;
  background-position: center center;
}

#index .host-body .dv-dec-10,
#index .host-body .dv-dec-10-s {
  width: 33.3%;
  height: 5px;
}

#index .host-body .dv-dec-10-s {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#index .host-body .dv-dec-8 {
  width: 200px;
  height: 50px;
}

#index .host-body .title {
  position: relative;
  width: 500px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#index .host-body .title .title-text {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#index .host-body .title .dv-dec-6 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 250px;
  height: 8px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#index .host-body .aside-width {
  width: 40%;
}

#index .host-body .react-r-s,
#index .host-body .react-l-s {
  background-color: #0f1325;
}

#index .host-body .react-right {
  font-size: 18px;
  width: 300px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

#index .host-body .react-right.react-l-s {
  text-align: right;
  width: 500px;
}

#index .host-body .react-right .react-after {
  position: absolute;
  right: -25px;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #0f1325;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

#index .host-body .react-right .text {
  display: inline-block;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

#index .host-body .react-left {
  font-size: 18px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  background-color: #0f1325;
}

#index .host-body .react-left.react-l-s {
  width: 500px;
  text-align: left;
}

#index .host-body .react-left .react-before {
  position: absolute;
  left: -25px;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #0f1325;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

#index .host-body .react-left .text {
  display: inline-block;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

#index .host-body .body-box {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index .host-body .body-box .content-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 7fr 1fr;
      grid-template-columns: 6fr 7fr 1fr;
}

#index .host-body .body-box .bototm-box {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr 4fr;
      grid-template-columns: 4fr 3fr 4fr;
}
/*# sourceMappingURL=index.css.map */