@import "./common/common"; @import "./common/header.css"; @import "./common/banner.css"; @import "./common/pro-header"; //导航下滑固定样式 @import "./common/tabBar"; @import "./common/footer.css"; @import "./common/successCase"; .cloud-alert-app-box { .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 { min-height: 300px; background: linear-gradient(180deg, #2C38E9 0%, #405BFF 100%); .bac-img { min-width: 1200px; margin-left: 50%; transform: translate(-50%); } .container { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .title { color: #fff; } .title-desc { color: #fff; } .btn-box { margin-top: 30px; text-align: center; .btn { margin: 0 10px; padding: 13px 28px; background: #fff; border-radius: 8px; font-size: 16px; font-weight: 500; line-height: 20px; & > a { color: #2C38E9; } } } } .modal-2-box { padding: 70px 0 120px; .title { font-size: 28px; font-weight: 500; color: #0A0D2C; line-height: 42px; } .content { & > img { margin: 70px 0 80px; } } .card { padding: 20px 25px 40px; background: #FFFFFF; box-shadow: 0px 14px 30px 0px rgba(130,132,153,0.1500); border-radius: 12px; border: none; text-align: center; transition: all .2s ease-out; &:hover { transform: translateY(-10px); } & > .card-img { width: auto; height: 104px; margin: auto; } .card-title { margin: 10px 0; font-size: 22px; font-weight: 500; color: #0A0D2C; line-height: 33px; } .card-desc { font-size: 14px; font-weight: 400; color: #0A0D2C; line-height: 20px; text-align: left; } } } .modal-3-box { padding: 90px 0; text-align: center; background: #F7F8FC; .code-box { margin-top: 80px; display: inline-block; background: #FFFFFF; box-shadow: 0px 8px 32px 0px rgba(130,132,153,0.2000); border-radius: 12px; &>img { width: 222px; padding: 18px; } } .btn { margin-top: 40px; padding: 12px 33px; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 20px; background: #404DFF; border-radius: 8px; cursor: auto; } } .modal-4-box { padding: 110px 0 65px; text-align: center; .title { margin-bottom: 70px; font-size: 36px; } .item-box { overflow: hidden; height: 100%; padding: 45px 15px; background: linear-gradient(180deg, #EDEEFF 0%, rgba(255, 255, 255, 0) 100%); box-shadow: 0px 12px 28px 0px rgba(130, 132, 153, 0.12); border-radius: 12px; border: 4px solid #FFFFFF; text-align: center; .card-icon { width: auto; height: 55px; & > img { width: auto; height: 100%; margin: auto; } } .card-title { margin-top: 28px; font-size: 22px; font-weight: 500; color: #0A0D2C; line-height: 33px; } } .btn { margin-top: 52px; padding: 12px 36px; font-size: 16px; font-weight: 500; color: #FFFFFF; line-height: 20px; letter-spacing: 1px; background: #404DFF; border-radius: 8px; } } .modal-7-box { background: #0A0D2C; .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; .card-left { width: 340px; img { width: 100%; height: 100%; } } .card-right { span{ font-size: 28px; padding-right: 20px; } & > :first-child { font-size: 44px; font-weight: 600; color: #FFFFFF; line-height: 62px; } .tryOut ,.details{ display: block; float: right; width: 140px; height: 44px; margin: 23px 10px 0; 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; } } } } } }