index.less 7.21 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
@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;
邓晓峰's avatar
邓晓峰 committed
124
              position: relative;
125
              div {
邓晓峰's avatar
邓晓峰 committed
126 127 128 129 130 131 132
                //width: 50%;
                //text-align: left;
                //flex: 1;
                //padding-left: 13px;
                position: absolute;
                left: 26px;

133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
              }
              .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;
张苗苗's avatar
张苗苗 committed
188 189
            position: relative;
            cursor: pointer;
190 191
            .bootPagebTitle {
              padding: 20px 15px;
张苗苗's avatar
张苗苗 committed
192 193 194
              position: absolute;
              left: 0;
              top: 0;
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
            }
            .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;
张苗苗's avatar
张苗苗 committed
224 225
      height: 150px;
      padding: 100px 0 0;
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
      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;
      }
    }
  }
}