index.less 7.21 KB
@import '~antd/es/style/themes/default.less';
.bootPage {
  background: url(../../assets/transitionalpage/背景.png) no-repeat top center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  .bootPageMain {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    .bootPageHead {
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex: none;
      padding-top: 50px;
      .bootPageTitle {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
      }
      .bootPageZh {
        font-weight: 500;
        font-size: 34px;
        letter-spacing: 5px;
      }
    }
    .bootPageSection {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1;
      height: calc(100% - 250px);
      margin: 20px 0;
      overflow: auto;
      .bootPagesContent {
        display: flex;
        width: 100%;
        height: 100%;
        list-style: none;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-out;
        .bootPageLeft {
          margin-right: 10px;
          .bootPagelTop {
            width: 968px;
            height: 374px;
            background: url(../../assets/transitionalpage/智慧水务.png)
              no-repeat;
            background-size: 100% 100%;
            margin-bottom: 10px;
            display: flex;
            flex-direction: column;
            .bootPageltTitle {
              padding: 30px;
              display: flex;
              align-items: flex-end;
              b {
                font-size: 24px;
                color: #ffffff;
                padding-right: 16px;
              }
              span {
                font-weight: normal;
                color: #a5d3f6;
                font-size: 20px;
              }
            }
            .bootPageltBox {
              flex: 1;
              overflow: hidden;
              display: flex;
              justify-content: space-around;
              .bootPageitem {
                flex: 1;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 24px;
                color: #ffffff;
                font-weight: normal;
                .bootPageitemBall {
                  position: relative;
                  cursor: pointer;
                  .bootPageitemb {
                    width: 160px;
                    height: 143px;
                    position: absolute;
                    left: -4px;
                    top: 3px;
                    z-index: 1;
                  }
                  .bootPageitemc {
                    width: 154px;
                    height: 154px;
                  }
                }
                .bootPageitemBall:hover .bootPageitemc {
                  animation: _rotate 1.8s infinite linear;
                }
              }
            }
          }
          .bootPagelBottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            .bootPagelbBox {
              color: #ffffff;
              font-size: 24px;
              font-weight: normal;
              display: flex;
              align-items: center;
              width: 316px;
              height: 181px;
              position: relative;
              div {
                //width: 50%;
                //text-align: left;
                //flex: 1;
                //padding-left: 13px;
                position: absolute;
                left: 26px;

              }
              .bootPageitemImgB {
                width: 190px;
                position: relative;
                height: 163px;
                flex: none;
                img {
                  width: 190px;
                  height: 163px;
                  flex: none;
                  position: absolute;
                  left: 17px;
                  top: 19px;
                }
              }
            }
            .bootPageitem {
              cursor: pointer;
            }
            .bootPagelbBox[type='项目案例'] {
              background: url(../../assets/transitionalpage/项目案例.png)
                no-repeat;
              background-size: 100% 100%;
              background-repeat: no-repeat;
            }
            .bootPagelbBox[type='智慧能源'] {
              background: url(../../assets/transitionalpage/智慧能源.png)
                no-repeat;
              background-size: 100% 100%;
              background-repeat: no-repeat;
            }
            .bootPagelbBox[type='智慧消防'] {
              background: url(../../assets/transitionalpage/智慧消防.png)
                no-repeat;
              background-size: 100% 100%;
              background-repeat: no-repeat;
            }
          }
        }
        .bootPageRight {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 566px;
          .bootPagerBox {
            color: #ffffff;
            font-size: 24px;
            font-weight: normal;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 6px;
            flex-direction: column;
            width: 323px;
            height: 278px;
            position: relative;
            cursor: pointer;
            .bootPagebTitle {
              padding: 20px 15px;
              position: absolute;
              left: 0;
              top: 0;
            }
            .bootPagebContent {
              width: 100%;
              text-align: right;
              img {
                width: 189px;
                height: 192px;
              }
            }
          }
          .bootPagerBox[type='智能大数据'] {
            background: url(../../assets/transitionalpage/智能大数据.png)
              no-repeat;
            background-size: 100% 100%;
          }
          .bootPagerBox[type='智能实验室'] {
            background: url(../../assets/transitionalpage/智能实验室.png)
              no-repeat;
            background-size: 100% 100%;
          }
        }
      }
    }
    .bootPagecopyright {
      color: #ffffff;
      width: 100%;
      text-align: center;
      font-size: 14px;
      flex: none;
      height: 150px;
      padding: 100px 0 0;
      a {
        color: #ffffff;
        text-decoration: none;
      }
      a:hover {
        color: #ffffff;
        text-decoration: none;
      }
    }
  }
  .abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @keyframes _rotate {
    form {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@media screen and (max-width: 1440px) {
  .bootPage {
    .bootPageHead {
      .bootPageZh {
        font-size: 26px;
      }
      .bootPageEn {
        font-size: 12px;
      }
    }
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .bootPage {
    .bootPageHead {
      .bootPageZh {
        font-size: 30px;
      }
      .bootPageEn {
        font-size: 14px;
      }
    }
  }
}