苏州创新投资
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suzhou/css/footer.css

63 lines
1.1 KiB

2 years ago
.registerContainer{
/* padding:0 15px;
padding-top:29px; */
padding:28px 0;
2 years ago
/* border-top: 1px solid #eaeaea; */
2 years ago
}
2 years ago
.registerContainer .row{
margin-left: 0;
margin-right: 0;
}
2 years ago
.registerContainer img{
2 years ago
width:120px;
height:120px;
2 years ago
}
.registerContainer .kefu{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
color: #666666;
line-height: 24px;
}
.registerContainer .phone{
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #134BA1;
line-height: 48px;
}
.registerContainer .leftContent{
display:flex;
2 years ago
justify-content:center;
2 years ago
}
.registerContainer .contactUs{
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 300;
2 years ago
color: #72747a;
2 years ago
line-height: 24px;
2 years ago
margin-top:45px;
2 years ago
}
.selectContainer{
text-align: center;
}
.selectContainer>.select{
margin-top:46px;
height: 49px;
background: #FFFFFF;
border: 1px solid #E4E9E9;
border-radius: 4px;
width:50%;
color:#666666
2 years ago
}
2 years ago
#footer{
background: #30343c;
}
2 years ago
.contactUs a{
2 years ago
color: #72747a;
2 years ago
}
.contactUs a:hover{
2 years ago
color: #fff;
transition: all .4s;
2 years ago
}