@import "./common/common"; @import "./common/header.css"; @import "./common/banner.css"; @import "./common/pro-header"; //导航下滑固定样式 @import "./common/footer.css"; .cloud-event-box { .section-rotate-ce{ position: relative; min-height: 450px; z-index: 1; .banner-box { margin: 0 auto; text-align: center; } .content-box { position: absolute; max-width: 1200px; top: 50%; left: 0; right: 0; margin: auto; transform: translateY(-50%); .banner-text-bac { position: absolute; width: 400px; height: 100%; left: 0; right: 0; margin: auto; background: #fff; box-shadow: 0px 0px 30px 30px #fff; } .banner-box { text-align: center; width: 100px; .banner-text{ h2{ margin-top: 25px; font-size: 40px; color: #0A0D2C; line-height: 62px; transition: all .8 ease-out; // visibility: hidden; // opacity: 0; } p{ margin: 17px 0 0 0; font-size: 16px; font-weight: 400; color: #0A0D2C; line-height: 22px; transition: all .8 ease-out; // visibility: hidden; // opacity: 0; } .btn{ padding: 12px 36px; margin-top: 30px; background: #404DFF; border-radius: 8px; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 20px; letter-spacing: 1px; &:hover { box-shadow: 0px 7px 12px 0px rgba(89, 90, 101, 0.17); backdrop-filter: blur(0px); cursor: pointer; } } } } } } .modal-2-box { position: relative; & > .container { .tabs-box { position: relative; display: flex; width: 800px; align-items: center; justify-content: space-between; margin: 0 auto; .tabs-item { text-align: center; position: relative; cursor: pointer; .item-icon { overflow: hidden; display: block; height: 26px; padding-top: 4px; font-size: 20px; } .item-text { margin-top: 2px; font-size: 16px; font-weight: 500; color: #0A0D2C; line-height: 22px; } .bottom-line { visibility: hidden; opacity: 0; width: 100%; height: 4px; margin-top: 2px; background: linear-gradient(190deg, #7484FF 0%, #404DFF 100%); border-radius: 2px; transition: all .4s; } .item-mask-box { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background: rgba(0, 0, 0, 0) } &:hover { & > i { color: #404DFF; } .item-text { color:#404DFF; } .bottom-line { visibility: visible; opacity: 1; } } } .tabs-item-active { .item-text { color:#404DFF; } .bottom-line { visibility: visible; opacity: 1; } } } } } .modal-3-box, .modal-5-box { .container { .content { display: flex; margin-top: 74px; align-items: center; .content-left { flex-shrink: 0; width: 569px; transition: all .4s ease-out; // transform: translateX(-100%); // opacity: 0; img { width: 100%; } } .content-right { padding: 0 53px 0 43px; transition: all .4s ease-out; // transform: translateX(100%); // opacity: 0; .content-text { font-size: 22px; font-weight: 500; color: #0A0D2C; line-height: 30px; } .content-desc { margin-top: 20px; font-size: 14px; font-weight: 400; color: #0A0D2C; line-height: 20px; } } } } } .modal-4-box { padding: 88px 0 64px; background: #F7F8FC; .container { .content { display: flex; align-items: center; .content-left { padding: 0 23px 0 73px; transition: all .4s ease-out; // transform: translateX(-100%); // opacity: 0; .content-text { font-size: 22px; font-weight: 500; color: #0A0D2C; line-height: 30px; } .content-desc { margin-top: 20px; font-size: 14px; font-weight: 400; color: #0A0D2C; line-height: 20px; } } .content-right { flex-shrink: 0; width: 569px; transition: all .4s ease-out; // transform: translateX(100%); // opacity: 0; img { width: 100%; } } } } } .modal-6-box { margin-top: 90px; padding: 25px 0 65px; background: #0A0D2C; .container { display: flex; justify-content: space-between; .card-left { width: 307px; height: 199px; img { width: 100%; height: 100%; } } .card-right { padding-top: 62px; & > :first-child { font-size: 44px; font-weight: 600; color: #FFFFFF; line-height: 62px; } & >:last-child { display: block; float: right; width: 140px; height: 44px; margin-top: 23px; background: #545FFF; border-radius: 8px; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 44px; letter-spacing: 1px; text-align: center; cursor: pointer; &:hover { background-color: #2C38E9; transition: all .3s; } } } } } } @media (max-width: 1200px) { } @media (max-width: 992px) { } @media (max-width: 992px) { }