index.less 19 KB
Newer Older
1
@imgSrc: '@/assets/images/integration/taihu2/';
周宏民's avatar
周宏民 committed
2 3 4



5
.integrationTaihu {
周宏民's avatar
周宏民 committed
6 7 8 9
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
10
  background: url('@/assets/images/integration/taihu2/背景2.jpg') center/100% 100% no-repeat;
周宏民's avatar
周宏民 committed
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

  .iframeExitIcon {
    position: absolute;
    top: 0;
    left: -45px;
    display: flex;
    height: 44px;
    width: 44px;
    background: rgba(28, 94, 180, 0.95);
    border-radius: 0 7px 7px 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    transition: all 0.2s;
    padding: 3px 0;

    img {
      width: 17px;
      height: 12px;
    }
  }


  .iframeExit:hover {
    .iframeExitIcon {
      left: 0;
    }

    .iframeBackLeft {
      left: -15px;
    }
  }


  .iframeBackLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 44px;
    background: rgba(28, 94, 180, 0.95);
    border-radius: 0 7px 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;

    img {
      width: 6px;
      height: 11px;
    }
  }

  .iframeExit {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 4px;
    left: 0;
    color: #FFF;
    cursor: pointer;
    user-select: none;
    position: absolute;
    z-index: 110;


  }

80
  .integrationTaihu_exit {
周宏民's avatar
周宏民 committed
81 82 83 84 85 86 87 88 89 90 91 92 93 94
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
  }

  .integration_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform-origin: left top;
    position: absolute;
    left: 50%;
    top: 50%;
95
    padding: 0px 20px 10px;
周宏民's avatar
周宏民 committed
96 97 98 99
  }

  .integration_row {
    display: flex;
100
    width: 1505px;
周宏民's avatar
周宏民 committed
101 102 103 104
    overflow: hidden;

    .integration_row_title {
      flex: none;
105
      margin-right: 30px;
周宏民's avatar
周宏民 committed
106 107 108 109
      position: relative;
      writing-mode: vertical-rl;
      font-weight: bold;
      font-size: 22px;
110
      color: #fff;
周宏民's avatar
周宏民 committed
111
      line-height: 33px;
112
      text-shadow: 0 0 18px rgba(0, 144, 255, 0.5);
周宏民's avatar
周宏民 committed
113 114 115
      display: flex;
      align-items: flex-start;
      justify-content: center;
116
      letter-spacing: 3px;
周宏民's avatar
周宏民 committed
117 118 119 120 121

      img {
        width: 33px;
        height: 42px;
        position: absolute;
122
        right: -25px;
周宏民's avatar
周宏民 committed
123 124 125 126 127 128 129 130 131 132 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
        top: 50%;
        transform: translateY(-50%);
      }
    }

    .integration_row_list {
      flex: 1;
      display: flex;
      align-items: center;
    }

  }

  .integration_row_col {
    position: relative;
    cursor: pointer;
  }

  .integration_row_col_text {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.1s;
    position: relative;
    white-space: nowrap;

  }

  .integration_row_col:hover {
    filter: brightness(120%);

    .integration_row_col_hover {
      display: block !important;
    }

    .integration_row_col_text {
      color: #fff !important;
    }

    .integration_row_col_sub {
      color: #fff !important;

    }
  }

  .integration_row_title[type='综合管控'] {
    width: 46px;
    height: 144px;
171 172
    background: url('@{imgSrc}/综合管控_left.png') center center no-repeat;
    background-size: 100% 100%;
周宏民's avatar
周宏民 committed
173 174 175 176 177
  }

  .integration_row_title[type='智慧应用'] {
    width: 46px;
    height: 372px;
178 179
    background: url('@{imgSrc}/智慧应用_left.png') center center no-repeat;
    background-size: 100% 100%;
周宏民's avatar
周宏民 committed
180 181 182 183 184 185

  }

  .integration_row_title[type='支撑平台'] {
    width: 46px;
    height: 228px;
186 187
    background: url('@{imgSrc}/支撑平台_left.png') center center no-repeat;
    background-size: 100% 100%;
周宏民's avatar
周宏民 committed
188 189 190 191 192 193 194 195 196 197 198 199 200 201

  }

  // 综合管控start
  .integration_row[type='综合管控'] {
    height: 144px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;

    .integration_row_list {
      height: 124px;
      background: linear-gradient(0deg, rgba(171, 136, 0, 0) 0%, rgba(177, 153, 58, 0.5) 100%);
      border-radius: 20px;
202 203 204
      padding-top: 7px;
      position: relative;
      top: 5px;
周宏民's avatar
周宏民 committed
205 206 207 208 209 210
    }
  }

  .integration_row_grid[type='综合管控'] {
    display: flex;
    justify-content: space-around;
211 212
    padding-left: 13px;
    padding-top: 8px;
周宏民's avatar
周宏民 committed
213 214 215 216 217 218 219 220 221 222 223 224 225 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 276 277 278
  }

  .integration_row_col[type='综合管控'] {
    width: 350px;
    height: 94px;


    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #FFED9A;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }

    .integration_row_col_sub {
      font-weight: 400;
      font-size: 13px;
      color: rgba(231, 215, 138, 0.6);
    }

    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 25px 20px 45px 144px;

    }

    .integration_row_col_content[name='统一平台'] {
      background: url('@{imgSrc}/统一平台.png') 45px 12px no-repeat,
      url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='OA办公'] {
      background: url('@{imgSrc}/OA办公.png') 45px 12px no-repeat,
      url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;
    }

    .integration_row_col_content[name='仓储系统'] {
      background: url('@{imgSrc}/仓储系统.png') 45px 12px no-repeat,
      url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='可视化大屏幕'] {
      background: url('@{imgSrc}/可视化大屏幕.png') 45px 12px no-repeat,
      url('@{imgSrc}/综合管控_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;
    }
  }

  // 综合管控end

  // 智慧生产调度
  .integration_row[type='智慧应用'] {
    height: 372px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;

279 280 281 282 283 284 285
    .integration_row_right2 {
      flex: 1;
      display: flex;
      overflow: hidden;
      padding-top: 12px;
    }

周宏民's avatar
周宏民 committed
286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
    .integration_row_list_title {
      font-weight: bold;
      font-size: 18px;
      color: #FFFFFF;
      font-style: italic;
      letter-spacing: 2px;
    }

    .integration_row_list_right {
      flex: 1;
      height: 100%;
      overflow: hidden;

    }

  }

  .integration_row_list[type='智慧生产调度'] {
    margin-right: 20px;
    width: 804px;
    height: 362px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
    border-radius: 20px;
    flex: none;


    .integration_row_list_title {
      width: 804px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background: url('@{imgSrc}/智慧生产调度.png') center/100% 100% no-repeat;

321

周宏民's avatar
周宏民 committed
322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604
    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-align: center;
      padding-top: 50px;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }

  }

  .integration_row_grid[type='智慧生产调度'] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .integration_row_col[type='生产调度'] {
    width: 256px;
    height: 152px;

  }

  .integration_row_col[type='科学调度'] {
    width: 256px;
    height: 152px;

  }

  .integration_row_col[type='二次供水'] {
    width: 256px;
    height: 152px;

  }

  .integration_row_col[type='应急指挥'] {
    width: 192px;
    height: 152px;

  }

  .integration_row_col[type='农饮水监测'] {
    width: 192px;
    height: 152px;

  }

  .integration_row_col[type='水力模型'] {
    width: 192px;
    height: 152px;

  }

  .integration_row_col[type='设备管理'] {
    width: 192px;
    height: 152px;

  }

  .integration_row_list[type='智慧生产调度'] {

    .integration_row_col_content[name='生产调度'] {
      background: url('@{imgSrc}/生产调度.png') center 18px no-repeat,
      url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='科学调度'] {
      background: url('@{imgSrc}/科学调度.png') center 18px no-repeat,
      url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='二次供水'] {
      background: url('@{imgSrc}/二次供水.png') center 18px no-repeat,
      url('@{imgSrc}/生产调度_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='应急指挥'] {
      background: url('@{imgSrc}/应急指挥.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='农饮水监测'] {
      background: url('@{imgSrc}/农饮水监测.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='水力模型'] {
      background: url('@{imgSrc}/水力模型.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='设备管理'] {
      background: url('@{imgSrc}/设备管理.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

  }

  // 智慧生产调度end

  // 智慧管网管理start
  .integration_row_list[type='智慧管网管理'] {
    width: 100%;
    height: 210px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
    border-radius: 20px;
    flex: none;
    margin-bottom: 10px;


    .integration_row_list_title {
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background: url('@{imgSrc}/智慧管网管理.png') center/100% 100% no-repeat;

    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-align: center;
      padding-top: 50px;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }

    .integration_row_col {
      width: 192px;
      height: 152px;

    }

    .integration_row_col_content[name='管网GIS'] {
      background: url('@{imgSrc}/管网GIS.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='GIS数据维护'] {
      background: url('@{imgSrc}/GIS数据维护.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='管网巡检'] {
      background: url('@{imgSrc}/管网巡检.png') center 18px no-repeat,
      url('@{imgSrc}/应急指挥bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

  }

  .integration_row_grid[type='智慧管网管理'] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }


  //智慧管网管理end

  // 智慧漏损控制start
  .integration_row_list[type='智慧漏损控制'] {
    width: 100%;
    height: 136px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
    border-radius: 20px;
    flex: none;


    .integration_row_list_title {
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background: url('@{imgSrc}/智慧管网管理.png') center/100% 100% no-repeat;

    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 577px;
      height: 77px;
      display: flex;
      padding-left: 178px;
      padding-bottom: 15px;
      align-items: center;

    }

    .integration_row_col_sub {
      font-weight: 400;
      font-size: 13px;
      color: rgba(174, 239, 255, 0.6);
      line-height: 48px;
    }

    .integration_row_col_content[name='漏损控制'] {
      background: url('@{imgSrc}/漏损控制.png') 65px 5px no-repeat,
      url('@{imgSrc}/智慧漏损控制_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;
    }

  }

  .integration_row_grid[type='漏损控制'] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  //智慧漏损控制end


  // 数据支撑start
  .integration_row[type='支撑平台'] {
    height: 228px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    justify-content: space-between;
    overflow: hidden;

    .integration_row_right {
      flex: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
605
      padding-top: 15px;
周宏民's avatar
周宏民 committed
606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774
    }

    .integration_row_list_title {
      flex: none;
      font-weight: bold;
      font-size: 18px;
      color: #FFFFFF;
      font-style: italic;
      letter-spacing: 2px;
    }
  }

  .integration_row_list[type='数据支撑'] {
    width: 600px;
    height: 210px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
    border-radius: 20px;
    flex: none;


    .integration_row_list_title {
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background: url('@{imgSrc}/数据支撑.png') center/100% 100% no-repeat;

    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-align: center;
      padding-top: 50px;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }

    .integration_row_col {
      width: 192px;
      height: 152px;

    }

    .integration_row_col_content[name='物联网平台'] {
      background: url('@{imgSrc}/物联网平台.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='数据统一管理'] {
      background: url('@{imgSrc}/数据统一管理.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='GIS发布平台'] {
      background: url('@{imgSrc}/GIS发布平台.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

  }

  .integration_row_grid[type='数据支撑'] {
    display: flex;


  }


  //数据支撑end

  // 业务支撑start
  .integration_row_list[type='业务支撑'] {
    width: 805px;
    height: 210px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(39, 112, 173, 0.5) 0%, rgba(39, 112, 173, 0) 100%);
    border-radius: 20px;
    flex: none;
    margin-bottom: 10px;


    .integration_row_list_title {
      width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      background: url('@{imgSrc}/业务支撑.png') center/100% 100% no-repeat;

    }

    .integration_row_col_text {
      font-weight: bold;
      font-size: 20px;
      color: #AEEFFF;
      text-align: center;
      padding-top: 50px;
      text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
    }


    .integration_row_col_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }

    .integration_row_col {
      width: 192px;
      height: 152px;

    }

    .integration_row_col_content[name='BMP流程引擎'] {
      background: url('@{imgSrc}/BMP流程引擎.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='可视化工具'] {
      background: url('@{imgSrc}/可视化工具.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='低代码工具'] {
      background: url('@{imgSrc}/低代码工具.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }

    .integration_row_col_content[name='报表工具'] {
      background: url('@{imgSrc}/报表工具.png') center 18px no-repeat,
      url('@{imgSrc}/支撑平台_bg.png') center center no-repeat;
      background-size: 54px 54px, 100% 100%;

    }
  }

  .integration_row_grid[type='业务支撑'] {
    display: flex;

  }

  //业务支撑end
775
  .integrationTaihu_title {
周宏民's avatar
周宏民 committed
776 777
    display: flex;
    // align-items: center;
778 779
    justify-content: center;
    padding-top: 10px;
780

周宏民's avatar
周宏民 committed
781 782 783
    &_left {
      width: 372px;
      height: 75px;
784
      background: url('@/assets/images/integration2/left.png') center/100% 100% no-repeat;
周宏民's avatar
周宏民 committed
785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800

    }

    &_text {
      flex: none;
      color: #fff;

      span {
        line-height: 97px;
        color: #fff;
        font-size: 60px;
        letter-spacing: 4px;
        background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
801 802
        // top: -8px;
        font-weight: bolder;
周宏民's avatar
周宏民 committed
803 804 805 806 807 808
      }
    }

    &_right {
      width: 372px;
      height: 75px;
809
      background: url('@/assets/images/integration2/right.png') center/100% 100% no-repeat;
周宏民's avatar
周宏民 committed
810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872

    }
  }

}

.integrationJumpLoad {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1080;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.6);


}

.hide {
  visibility: hidden;
}



@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

.scaleInCenter {
  visibility: visible;
  -webkit-animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center .3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

& :global {
873
  .integrationTaihu {
周宏民's avatar
周宏民 committed
874 875 876 877 878
    .anticon {
      vertical-align: 0.125em;
    }
  }
}