@import "./common/common"; @import "./common/header.css"; @import "./common/footer.css"; @import "./common/banner.css"; @import "./common/pro-header"; //导航下滑固定样式 @import "./common/successCase"; @import "./common/linkNews"; .knowledge-box { #navbar-main { background: none; } .title { padding: 0; margin: 0; font-size: 40px; font-weight: 500; color: #0A0D2C; line-height: 56px; } .title-desc { margin-top: 20px; text-align: center; font-size: 14px; font-weight: 400; color: #828499; line-height: 20px; } .section-rotate { position: relative; overflow: hidden; max-height: 620px; min-height: 370px; .text-box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } } .modal-2-box { padding: 60px 0; .title { margin-bottom: 40px; } .book-box { display: flex; align-items: center; justify-content: center; margin-top: 40px; padding-right: 30px; background: linear-gradient(90deg, #EDEEFF 0%, rgba(255, 255, 255, 0) 100%); box-shadow: 0px 14px 30px 0px rgba(130, 132, 153, 0.15); border-radius: 12px; border: 4px solid #FFFFFF; transition: all .1s ease-out; &:hover { box-shadow: 0px 12px 32px 0px rgba(20, 101, 250, 0.2); transform: translateY(-1rem); } .book-img { width: 250px; overflow: hidden; flex-shrink: 0; & > img { width: 300px; } } .text-box { flex: 1; padding: 14px 0; .text-title { font-size: 18px; font-weight: 600; color: #0A0D2C; line-height: 30px; } .text-desc { margin-top: 8px; font-size: 14px; font-weight: 400; color: #828499; line-height: 22px; } .view-details { display: block; margin-top: 10px; text-align: right; font-weight: 400; color: #4956FF; line-height: 20px; font-size: 14px; cursor: pointer; & > i { font-size: 14px; } } } } } .modal-3-box { padding: 80px 0 100px; .title { margin-bottom: 20px; } .card-box { display: block; margin-top: 30px; background: #FFFFFF; box-shadow: 0px 12px 30px 0px rgba(130, 132, 153, 0.16); border-radius: 12px; cursor: pointer; transition: all .1s ease-out; &:hover { box-shadow:0px 12px 32px 0px rgba(20,101,250,0.2); transform: translateY(-10px); .play-video { color: #404DFF; } } .card-title { margin-top: 12px; padding: 0 20px; font-size: 16px; font-weight: 600; color: #0A0D2C; line-height: 24px; } .card-desc { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 0 20px 20px 20px; font-size: 14px; font-weight: 400; line-height: 20px; color: #828499; .play-video { & > i { font-size: 14px; } } .time { } } } } .modal-4-box { margin-top: 10px; background: #0A0D2C; .container { display: flex; justify-content: space-between; .card-left { padding: 62px 0 65px; & > :first-child { font-size: 44px; font-weight: 600; color: #FFFFFF; line-height: 62px; } & >:last-child { display: block; 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; } } } .card-right { width: 307px; img { width: 100%; } } } } }