124 lines
1.6 KiB
CSS
124 lines
1.6 KiB
CSS
/* FOOTER样式 */
|
|
|
|
.footerer {
|
|
background-color: #0e1421;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.footerer * {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.footerer_1 {
|
|
padding-left: 20px;
|
|
width: 15%;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
}
|
|
|
|
.footerer_1 .ewm img {
|
|
position: relative;
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 2px;
|
|
display: inline-block
|
|
}
|
|
.footerer_1 .ewm p{
|
|
top: 102px;
|
|
left: 24px;
|
|
position: absolute;
|
|
}
|
|
.footerer_1 li {
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.footerer_r {
|
|
padding-left: 75px;
|
|
border-left: 1px solid #3b496b;
|
|
width: 80%;
|
|
box-sizing: border-box;
|
|
text-align: left
|
|
}
|
|
|
|
.footerer_r dl {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 140px;
|
|
}
|
|
|
|
.footerer_r dl:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.footerer_r dl dt {
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.footerer_r dl dd {
|
|
line-height: 26px;
|
|
}
|
|
|
|
.footerer_r dl dd a {
|
|
display: block;
|
|
color: #747A85;
|
|
}
|
|
|
|
.footerer_r .record-info {
|
|
margin: 20px 0
|
|
}
|
|
|
|
.footerer_r .record-info li {
|
|
display: inline-block;
|
|
margin-right: 35px;
|
|
}
|
|
|
|
.footerer_r .copyright,
|
|
.footerer_r .copyright a {
|
|
line-height: 20px;
|
|
color: #9EA0A8;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
img.solution-box-logo {
|
|
width: 100px;
|
|
}
|
|
|
|
.fl {
|
|
float: left
|
|
}
|
|
|
|
.fr {
|
|
float: right
|
|
}
|
|
|
|
.frtop {
|
|
float: right;
|
|
background: #fff0;
|
|
opacity: 0.9999;
|
|
}
|
|
|
|
.clear:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.center {
|
|
text-align: center
|
|
}
|
|
|
|
.w1120 {
|
|
width: 96%;
|
|
margin: 0 auto;
|
|
position: relative
|
|
}
|
|
|
|
.w1120 {
|
|
max-width: 1240px;
|
|
}
|
|
|
|
|
|
/* footer样式结束 */ |