first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,370 @@
.header{
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: #2b2c31;
}
.header_core{
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header_left{
height: 100%;
display: flex;
align-items: center;
}
.header_left img{
width: 125px;
margin-right: 60px;
}
.header_left ul{
display: flex;
align-items: center;
justify-content: space-around;
width: 586px;
}
.header_left ul a{
font-size: 14px;
color: #fff;
}
.header_right{
height: 100%;
display: flex;
align-items: center;
}
.header_right input{
width: 100px;
height: 30px;
background: #6e44e6;
border: none;
border-radius: 100px;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
margin-right: 40px;
}
.header_sign{
margin-right: 16px;
height: 22px;
line-height: 22px;
}
.header_sign span{
margin-right: 16px;
font-size: 14px;
}
.header_sign span:first-child {
color: #fff;
}
.header_sign span:last-child{
color: #949494;
}
.header_phone{
color: #fff;
margin-right: 34px;
padding-left: 16px;
border-left: 1px solid #d2d2d2;
font-size: 14PX;
}
.icon-dianhua{
border: #fff;
}
.header::after{
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(90deg, #2117a8, #8117f7);
}
.search{
height: 100px;
width: 100%;
padding: 15px 0px;
background-color: #111;
margin-top: 60px;
box-sizing: border-box;
}
.search_bar{
display: flex;
align-items: center;
width: 546px;
height: 40px;
margin: 0 auto;
position: relative;
}
.search_bar input{
width: 700px;
border: none;
height: 100%;
text-indent: 20px;
font-size: 14px;
background-color: #ffffff;
border-radius: 20px 0 0 20px;
}
.search_bar span{
position: absolute;
display: inline-block;
width: 60px;
height: 100%;
background-color: #6E44E6;
border-radius: 0 20px 20px 0;
padding-top: 3px;
padding-left: 12px;
right: -60px;
box-sizing: border-box;
}
.icon-sousuo{
color: #fff;
font-size: 30px !important;
}
.search_keywords{
display: flex;
justify-content: center;
margin-top: 14px;
}
.search_keywords li{
height: 16px;
line-height: 16px;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #d2d2d2;
}
.search_keywords li a{
font-size: 12px;
color: #fff;
}
.login{
height: 790px;
width: 100%;
background-color: #1B1E2A;
}
.login_core{
display: flex;
align-items: center;
flex-direction: column;
height: 790px;
background-color: #1B1E2A;
}
.login_top{
display: flex;
align-items: center;
justify-content: space-around;
flex-direction: column;
width: 426px;
padding-top: 60px;
margin: 0 auto;
}
.login_top img{
width: 142px;
}
.login_top .tab{
display: flex;
margin-top: 30px;
height: 46px;
}
.login_top .tab .tab1{
width: 213px;
color: #fff;
background-color: #704aff;
height: 100%;
font-size: 18px;
text-align: center;
border-radius: 5px 0 0 5px;
line-height: 46px;
}
.login_top .tab .tab2{
width: 213px;
color: #fff;
background-color: #262939;
height: 100%;
text-align: center;
border-radius: 0 5px 5px 0;
font-size: 18px;
line-height: 46px;
}
.login_bottom{
box-sizing: border-box;
margin-top: 40px;
height: 462px;
width: 426px;
}
.username{
box-sizing: border-box;
padding-left: 17px;
width: 100%;
background-color: #363852;
height: 46px;
border: none;
border-radius: 5px;
}
.password{
box-sizing: border-box;
padding-left: 17px;
width: 100%;
background-color: #363852;
height: 46px;
border: none;
border-radius: 5px;
margin-top: 25px;
}
.verify{
width: 100%;
height: 46px;
margin-top: 25px;
display: flex;
justify-content: space-between;
}
.verify input{
width: 198px;
height: 100%;
padding-left: 17px;
box-sizing: border-box;
background-color: #363852;
border: none;
border-radius: 5px;
}
.verify p{
width: 198px;
height: 100%;
padding-left: 17px;
box-sizing: border-box;
background-color: #363852;
border: none;
border-radius: 5px;
}
.rmfPw{
display: flex;
justify-content: space-between;
margin-top: 16px;
width: 100%;
height: 46px;
box-sizing: border-box;
margin-left: 0;
}
.rmfPw p{
color: #a1a2b3;
font-size: 14px;
}
.loginBtn{
width: 426px;
height: 50px;
line-height: 50px;
background: #704AFF;
border-radius: 25px;
font-size: 18px;
letter-spacing: 10px;
margin-top: 50px;
font-size: 18px;
color: #fff;
text-align: center;
}
.thirdLogin{
display: flex;
justify-content: center;
margin-top: 44px;
width: 100%;
height: 20px;
box-sizing: border-box;
}
.thirdLogin .linecontent{
margin: 0 27px;
height: 20px;
font-size: 14px;
color: #a1a2b3;
}
.thirdLogin .lineLeft{
margin-top: 9.5px;
display: inline-block;
width: 170px;
height: 1px;
background: #363852;
}
.thirdLogin .lineright{
margin-top: 9.5px;
display: inline-block;
width: 170px;
height: 1px;
background: #363852;
}
.icons{
margin-top: 28px;
display: flex;
justify-content: space-around;
}
.icons p i{
color: #363852;
font-size: 40px;
}
.icon-qq{
margin-right: 60px;
}
.footer{
height: 227px;
background-color: #262939;
}
.footer_top{
display: flex;
height: 167px;
padding-top: 24px;
box-sizing: border-box;
}
.footer_top .img{
width: 149px;
height: 65px;
color: rgba(255, 255, 255, 0.616);
margin-left: 90px;
margin-right: 96px;
}
.footer_top UL{
margin-top: 10px;
margin-right: 80PX;
}
.footer_top UL li{
font-size: 14px;
color: #9E9E9E;
margin-bottom: 15px;
}
.footer_top UL li:first-child{
color: #fff;
margin-bottom: 20px;
}
.footer_top p {
margin-right: 66px;
height: 123px;
width: 100px;
text-align: center;
}
.footer_top p img{
width: 100px;
height: 100px;
}
.footer_top p:last-child{
margin-right: 0;
}
.footer_top span{
display: block;
color: #9E9E9E;
}
.footer_bottom{
height: 60px;
background-color: #1c1c1c;
color: #939393;
font-size: 12px;
text-align: center;
line-height: 60px;
}

View File

@@ -0,0 +1,327 @@
.header{
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: #2b2c31;
}
.header_core{
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header_left{
height: 100%;
display: flex;
align-items: center;
}
.header_left img{
width: 125px;
margin-right: 60px;
}
.header_left ul{
display: flex;
align-items: center;
justify-content: space-around;
width: 586px;
}
.header_left ul a{
font-size: 14px;
color: #fff;
}
.header_right{
height: 100%;
display: flex;
align-items: center;
}
.header_right input{
width: 100px;
height: 30px;
background: #6e44e6;
border: none;
border-radius: 100px;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
margin-right: 40px;
}
.header_sign{
margin-right: 16px;
height: 22px;
line-height: 22px;
}
.header_sign span{
margin-right: 16px;
font-size: 14px;
}
.header_sign span:first-child a{
color: #fff;
}
.header_sign span:last-child{
color: #949494;
}
.header_phone{
color: #fff;
margin-right: 34px;
padding-left: 16px;
border-left: 1px solid #d2d2d2;
font-size: 14PX;
}
.icon-dianhua{
border: #fff;
}
.header::after{
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(90deg, #2117a8, #8117f7);
}
.search{
height: 100px;
width: 100%;
padding: 15px 0px;
background-color: #111;
margin-top: 60px;
box-sizing: border-box;
}
.search_bar{
display: flex;
align-items: center;
width: 546px;
height: 40px;
margin: 0 auto;
position: relative;
}
.search_bar input{
width: 700px;
border: none;
height: 100%;
text-indent: 20px;
font-size: 14px;
background-color: #ffffff;
border-radius: 20px 0 0 20px;
}
.search_bar span{
position: absolute;
display: inline-block;
width: 60px;
height: 100%;
background-color: #6E44E6;
border-radius: 0 20px 20px 0;
padding-top: 3px;
padding-left: 12px;
right: -60px;
box-sizing: border-box;
}
.icon-sousuo{
color: #fff;
font-size: 30px !important;
}
.search_keywords{
display: flex;
justify-content: center;
margin-top: 14px;
}
.search_keywords li{
height: 16px;
line-height: 16px;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #d2d2d2;
}
.search_keywords li a{
font-size: 12px;
color: #fff;
}
/* 头图 */
.banner{
height: 560px;
}
.banner_core img{
height: 560px;
width: 100%;
}
.checkMoreWrap{
background-color: #262939;
}
.checkMoreWrap_bore{
display: flex;
align-items: center;
justify-content: center;
height: 90px;
}
.checkMoreWrap_bore p{
width: 200px;
height: 45px;
line-height: 45px;
background: #704aff;
border-radius: 25px;
font-size: 16px;
text-align: center;
}
.content_core{
width: 100%;
height: 690px;
background-color: #1B1E2A;
display: flex;
align-items: center;
}
.responsive{
display: flex;
align-items: center;
height: 420px;
width: 1500px;
}
.responsive_left{
margin-right: 160px;
}
.title span:first-child{
display: inline-block;
width: 8px;
height: 40px;
background-color: #6E44E6;
vertical-align: middle;
margin-right: 22px;
}
.title span:last-child{
font-size: 38px;
font-weight: bold;
color: #ffffff;
vertical-align: middle;
}
.responsive_left{
position: relative;
}
.responsive_left .des{
padding-top: 20px;
box-sizing: border-box;
font-size: 14px;
color: #ffffff;
line-height: 30px;
text-align: left;
height: 275px;
width: 318px;
}
.checkMore{
position: absolute;
bottom: 0;
left: 0;
width: 147px;
height: 45px;
line-height: 45px;
background: #6e44e6;
border-radius: 23px;
text-align: center;
color: #fff;
}
/* 过度 */
.responsive_right{
height: 420px;
width: 1022px;
display: flex;
}
.responsive_right .card{
position: relative;
width: 314px;
height: 100%;
margin-right: 40px;
border-radius: 5px;
transform: width 1.5s, heigth 1.5s;
}
.responsive_right .card:last-child{
margin-right: 0;
}
.responsive_right .shodow{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(38, 41, 57, 0.5);
}
.responsive_right .card:hover{
width: 324px;
height: 430px;
}
/* 过度结束 */
.bottomLine{
height: 20px;
background-color: #262939;
}
.uniaue{
padding-left: 340px;
}
.unique{
margin-right: 0;
}
.footer{
height: 227px;
background-color: #262939;
}
.footer_top{
display: flex;
height: 167px;
padding-top: 24px;
box-sizing: border-box;
}
.footer_top .img{
width: 149px;
height: 65px;
color: rgba(255, 255, 255, 0.616);
margin-left: 90px;
margin-right: 96px;
}
.footer_top UL{
margin-top: 10px;
margin-right: 80PX;
}
.footer_top UL li{
font-size: 14px;
color: #9E9E9E;
margin-bottom: 15px;
}
.footer_top UL li:first-child{
color: #fff;
margin-bottom: 20px;
}
.footer_top p {
margin-right: 66px;
height: 123px;
width: 100px;
text-align: center;
}
.footer_top p img{
width: 100px;
height: 100px;
}
.footer_top p:last-child{
margin-right: 0;
}
.footer_top span{
display: block;
color: #9E9E9E;
}
.footer_bottom{
height: 60px;
background-color: #1c1c1c;
color: #939393;
font-size: 12px;
text-align: center;
line-height: 60px;
}

View File

@@ -0,0 +1,7 @@
body,ul,li,a,p,input{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
outline: none;
}

View File

@@ -0,0 +1,224 @@
.header{
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: #2b2c31;
}
.header_core{
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header_left{
height: 100%;
display: flex;
align-items: center;
}
.header_left img{
width: 125px;
margin-right: 60px;
}
.header_left ul{
display: flex;
align-items: center;
justify-content: space-around;
width: 586px;
}
.header_left ul a{
font-size: 14px;
color: #fff;
}
.header_right{
height: 100%;
display: flex;
align-items: center;
}
.header_right input{
width: 100px;
height: 30px;
background: #6e44e6;
border: none;
border-radius: 100px;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
margin-right: 40px;
}
.header_sign{
margin-right: 16px;
height: 22px;
line-height: 22px;
}
.header_sign span{
margin-right: 16px;
font-size: 14px;
}
.header_sign span:first-child a{
color: #fff;
}
.header_sign span:last-child{
color: #949494;
}
.header_phone{
color: #fff;
margin-right: 34px;
padding-left: 16px;
border-left: 1px solid #d2d2d2;
font-size: 14PX;
}
.icon-dianhua{
border: #fff;
}
.header::after{
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(90deg, #2117a8, #8117f7);
}
.search{
height: 100px;
width: 100%;
padding: 15px 0px;
background-color: #111;
margin-top: 60px;
box-sizing: border-box;
}
.search_bar{
display: flex;
align-items: center;
width: 546px;
height: 40px;
margin: 0 auto;
position: relative;
}
.search_bar input{
width: 700px;
border: none;
height: 100%;
text-indent: 20px;
font-size: 14px;
background-color: #ffffff;
border-radius: 20px 0 0 20px;
}
.search_bar span{
position: absolute;
display: inline-block;
width: 60px;
height: 100%;
background-color: #6E44E6;
border-radius: 0 20px 20px 0;
padding-top: 3px;
padding-left: 12px;
right: -60px;
box-sizing: border-box;
}
.icon-sousuo{
color: #fff;
font-size: 30px !important;
}
.search_keywords{
display: flex;
justify-content: center;
margin-top: 14px;
}
.search_keywords li{
height: 16px;
line-height: 16px;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #d2d2d2;
}
.search_keywords li a{
font-size: 12px;
color: #fff;
}
.footer{
height: 227px;
background-color: #262939;
}
.footer_top{
display: flex;
height: 167px;
padding-top: 24px;
box-sizing: border-box;
}
.footer_top .img{
width: 149px;
height: 65px;
color: rgba(255, 255, 255, 0.616);
margin-left: 90px;
margin-right: 96px;
}
.footer_top UL{
margin-top: 10px;
margin-right: 80PX;
}
.footer_top UL li{
font-size: 14px;
color: #9E9E9E;
margin-bottom: 15px;
}
.footer_top UL li:first-child{
color: #fff;
margin-bottom: 20px;
}
.footer_top p {
margin-right: 66px;
height: 123px;
width: 100px;
text-align: center;
}
.footer_top p img{
width: 100px;
height: 100px;
}
.footer_top p:last-child{
margin-right: 0;
}
.footer_top span{
display: block;
color: #9E9E9E;
}
.footer_bottom{
height: 60px;
background-color: #1c1c1c;
color: #939393;
font-size: 12px;
text-align: center;
line-height: 60px;
}

View File

@@ -0,0 +1,551 @@
.header{
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
background-color: #2b2c31;
}
.header_core{
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header_left{
height: 100%;
display: flex;
align-items: center;
}
.header_left img{
width: 125px;
margin-right: 60px;
}
.header_left ul{
display: flex;
align-items: center;
justify-content: space-around;
width: 586px;
}
.header_left ul a{
font-size: 14px;
color: #fff;
}
.header_right{
height: 100%;
display: flex;
align-items: center;
}
.header_right input{
width: 100px;
height: 30px;
background: #6e44e6;
border: none;
border-radius: 100px;
font-size: 14px;
color: #ffffff;
text-align: center;
line-height: 30px;
margin-right: 40px;
}
.header_sign{
margin-right: 16px;
height: 22px;
line-height: 22px;
}
.header_sign span{
margin-right: 16px;
font-size: 14px;
}
.header_sign span:first-child a{
color: #fff;
}
.header_sign span:last-child{
color: #949494;
}
.header_phone{
color: #fff;
margin-right: 34px;
padding-left: 16px;
border-left: 1px solid #d2d2d2;
font-size: 14PX;
}
.icon-dianhua{
border: #fff;
}
.header::after{
content: '';
width: 100%;
height: 1px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(90deg, #2117a8, #8117f7);
}
.search{
height: 100px;
width: 100%;
padding: 15px 0px;
background-color: #111;
margin-top: 60px;
box-sizing: border-box;
}
.search_bar{
display: flex;
align-items: center;
width: 546px;
height: 40px;
margin: 0 auto;
position: relative;
}
.search_bar input{
width: 700px;
border: none;
height: 100%;
text-indent: 20px;
font-size: 14px;
background-color: #ffffff;
border-radius: 20px 0 0 20px;
}
.search_bar span{
position: absolute;
display: inline-block;
width: 60px;
height: 100%;
background-color: #6E44E6;
border-radius: 0 20px 20px 0;
padding-top: 3px;
padding-left: 12px;
right: -60px;
box-sizing: border-box;
}
.icon-sousuo{
color: #fff;
font-size: 30px !important;
}
.search_keywords{
display: flex;
justify-content: center;
margin-top: 14px;
}
.search_keywords li{
height: 16px;
line-height: 16px;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #d2d2d2;
}
.search_keywords li a{
font-size: 12px;
color: #fff;
}
.wheel_core{
height: 520px;
}
.roll{
width: 1200px;
height: 470px;
overflow: hidden;
}
.roll_core{
margin-top: 30px;
width: 4800px;
height: 100%;
}
.roll_core img{
width: 1200px;
height: 100%;
}
.wheel_dots{
display: flex;
align-items: center;
justify-content: center;
height: 50px;
}
.wheel_dots span{
width: 26px;
height: 5px;
border-radius: 3px;
background-color: #626262;
margin-right: 20px;
}
.wheel_dots span:first-child{
background-color: #fff;
}
.industry_core{
height: 165px;
}
.industry_top{
display: flex;
justify-content: space-between;
height: 40px;
background-color: #1A1B1F;
}
.industry_top span{
display: inline-block;
width: 125px;
height: 100%;
text-align: center;
line-height: 40px;
}
.industry_top_l span:first-child{
border-radius: 5px 5px 0 0;
background-color: #5953D9;
}
.industry_top span a{
font-size: 14px;
color: #fff;
}
.industry_top_r span a{
color: #6e44e6;
}
.industry_b{
display: flex;
justify-content: space-around;
height: 125px;
border-radius: 0 0 5px 5px;
background: linear-gradient(90deg, #5953d9, #827be2);
}
.industry-iteem{
height: 100%;
width: 150px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.industry-iteem img{
width: 38px;
height: 38px;
}
.industry-iteem span{
font-size: 14px;
margin-top: 16px;
color: #fff;
}
.new_products{
overflow: hidden;
}
.NewProducts_core{
height: 634px;
margin-top: 30px;
margin-bottom: 60px;
}
.products_title{
width: 100%;
height: 48px;
}
.products_right{
position: relative;
top: 25px;
font-size: 18px;
color: #6E44E6;
}
.products_left .cube{
display: inline-block;
width: 8px;
height: 40px;
background-color: #5953D9;
margin-right: 21px;
position: relative;
top: 9px;
}
.products_left .newp{
font-size: 36px;
font-weight: bold;
align-self: flex-end;
position: relative;
top: 4px;
margin-right: 17px;
color: #fff;
}
.products_left .sub{
color: rgb(76, 76, 83);
font-size: 22px;
position: relative;
top: 5px;
}
.cards{
height: 556px;
margin-top: 30px;
}
.cards_top{
width: 100%;
height: 328px;
display: flex;
justify-content: space-between;
}
.cardstop_core{
height: 100%;
width: 447px;
}
.cardstop_core_t{
height: 269px;
}
.cardstop_core_t img{
width: 100%;
height: 100%;
border-radius: 5px;
}
.cardstop_core_b{
width: 100%;
margin-top: 10px;
}
.cardstop_core_b p:first-child{
font-size: 14px;
color: #fff;
}
.cardstop_core_b p:last-child{
margin-top: 10px;
}
.cardstop_core_b span{
margin-right: 15px;
color: #D3D3D4;
}
.cardstop_core_b span:last-child{
margin-right: 0;
}
.cardstop_core_b span i{
font-size: 16px;
margin-right: 5px;
}
.cards_b{
display: flex;
justify-content: space-between;
height: 228px;
width: 100%;
}
.cardsb_core{
height: 124px;
width: 220px;
margin-top: 44px;
}
.cardsb_core img{
width: 100%;
height: 100%;
border-radius: 5px;
}
.cardsbcore_b{
width: 100%;
margin-top: 10px;
}
.cardsbcore_b p:first-child{
width: 100%;
margin-bottom: 10px;
font-size: 14px;
color: #fff;
}
.cardsbcore_b span{
margin-right: 15px;
color: #D3D3D4;
}
.cardsbcore_b span:last-child{
margin-right: 0;
}
.cardsbcore_b span i{
font-size: 16px;
margin-right: 5px;
}
.productline{
width: 100%;
height: 560px;
background-color: #1D1E22;
}
.productline_core{
padding: 54px 0;
height: 560px;
}
.productline_title{
width: 100%;
height: 48px;
}
.productline_right{
position: relative;
top: 25px;
font-size: 18px;
color: #6E44E6;
}
.productline_left .cube{
display: inline-block;
width: 8px;
height: 40px;
background-color: #5953D9;
margin-right: 21px;
position: relative;
top: 9px;
}
.productline_left .newp{
font-size: 36px;
font-weight: bold;
align-self: flex-end;
position: relative;
top: 4px;
margin-right: 17px;
color: #fff;
}
.productline_left .sub{
color: rgb(76, 76, 83);
font-size: 22px;
position: relative;
top: 5px;
}
.productline_core .crds{
margin-top: 40px;
width: 100%;
height: 364px;
display: flex;
justify-content: space-around;
}
.productline_core .crds .crds_core{
position: relative;
width: 273px;
height: 364px;
}
.productline_core .crds .crds_core img{
width: 100%;
position: absolute;
height: 100%;
}
.crds_core .zz{
position: absolute;
display: none;
width: 100%;
height: 100%;
background-color: rgba(209, 209, 209, 0.623);
}
.crdsp{
display: none;
position: absolute;
font-size: 32px;
font-weight: bold;
color: #fff;
margin-top: 161px;
margin-left: 46px;
}
.crdspt{
display: none;
width: 224px;
position: absolute;
font-size: 14px;
color: #D4D4D4;
text-align: left;
text-indent: 20px;
margin-top: 220px;
margin-left: 20px;
height: 100px;
overflow: hidden;
}
.crds_core{
transition: 1.5s;
background-image: url("../img/hsjy11.png");
background-size: 100% 100%;
}
.crds_core:hover{
transform: scale(1.2);
}
.crds_core:hover .zz{
display: block;
}
.crds_core:hover .crdspt{
display: block;
}
.crds_core:hover .crdsp{
display: block;
}
.devices{
width: 100%;
height: 100px;
background-color: #202124;
}
.devices_core{
height: 100px;
display: flex;
align-items: center;
justify-content: space-around;
}
.devices_core .device{
text-align: center;
color: #fff;
width: 170px;
height: 40px;
line-height: 40px;
background-color: #363852;
border-radius: 20px;
}
.devices_core span:first-child{
color: #fff;
margin: 0 15px;
}
.check-all{
text-align: center;
line-height: 100px;
height: 100px;
background-color: #1D1E22;
}
.check-all span{
color: #6743D1;
font-size: 18px;
}
.icon-hanbaoanniu{
font-size: 20px !important;
color: #6743D1;
}
.footer{
height: 227px;
background-color: #262939;
}
.footer_top{
display: flex;
height: 167px;
padding-top: 24px;
box-sizing: border-box;
}
.footer_top .img{
width: 149px;
height: 65px;
color: rgba(255, 255, 255, 0.616);
margin-left: 90px;
margin-right: 96px;
}
.footer_top UL{
margin-top: 10px;
margin-right: 80PX;
}
.footer_top UL li{
font-size: 14px;
color: #9E9E9E;
margin-bottom: 15px;
}
.footer_top UL li:first-child{
color: #fff;
margin-bottom: 20px;
}
.footer_top p {
margin-right: 66px;
height: 123px;
width: 100px;
text-align: center;
}
.footer_top p img{
width: 100px;
height: 100px;
}
.footer_top p:last-child{
margin-right: 0;
}
.footer_top span{
display: block;
color: #9E9E9E;
}
.footer_bottom{
height: 60px;
background-color: #1c1c1c;
color: #939393;
font-size: 12px;
text-align: center;
line-height: 60px;
}

View File

@@ -0,0 +1,108 @@
.w_width{
width: 1500px;
}
.ww_width{
width: 1528px;
}
.m_margin{
margin: 0 auto;
}
.b_backrg{
background-color: #1D1E22;
}
.left{
float: left;
}
.right{
float: right;
}
.apply{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 750px;
background-image: url("../img/bg1.997b778b.png");
}
.apply .title{
font-size: 40px;
font-weight: bold;
color: #fefefe;
}
.apply .des{
margin-top: 75px;
font-size: 20px;
font-weight: 500;
color: #fefefe;
line-height: 50px;
text-align: center;
}
.applyBtn{
margin-top: 105px;
width: 220px;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
background: linear-gradient(-14deg, rgba(33, 23, 168, 0.75), rgba(103, 13, 237, 0.75));
border-radius: 30px;
font-size: 18px;
}
.advance{
height: 900px;
padding-top: 150px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #F4F4F4;
}
.advance .title{
font-size: 36px;
}
.advance .des{
font-size: 22px;
margin-top: 60px;
}
.advance .advances{
display: flex;
margin-top: 150px;
}
.advance .advances .avd{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
width: 336px;
height: 400px;
margin: 0 25px;
background-color: #FFFFFF;
}
.advance .avd .adv1{
text-align: center;
margin-top: 99px;
font-size: 24px;
}
.advance .avd .advDes{
text-align: center;
padding-left: 40px;
padding-right: 40px;
font-size: 18px;
margin-top: 30px;
}
.process{
display: flex;
justify-content: center;
background-image: url("../img/bg2.55ea1efc.jpg");
height: 900px;
margin-bottom: -80px;
background-position: center;
overflow: hidden;
}
.process span{
color: #fff;
font-size: 26px;
margin-top: 90px;
}