53 lines
889 B
CSS
53 lines
889 B
CSS
@charset "utf-8";
|
|
.fw {
|
|
margin: 0 auto;
|
|
}
|
|
.content{
|
|
height: 200px;
|
|
padding-top: 50px;
|
|
}
|
|
ul.content_list:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.module.mcounter ul.content_list {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.module.mcounter ul.content_list li {
|
|
width: 25%;
|
|
height: 108px;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.module.mcounter ul.content_list li p {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #9e9e9e;
|
|
}
|
|
|
|
.module.mcounter ul.content_list li p.number {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.module.mcounter ul.content_list li p.number .counterDX {
|
|
font-size: 60px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
margin-top: 15px;
|
|
}
|
|
.module.mcounter ul.content_list li p.title {
|
|
margin-bottom: 10px;
|
|
font-size: 18px;
|
|
color: rgba(63, 86, 110, 1)
|
|
}
|
|
.contactUsContent h1 {
|
|
font-size: 28px;
|
|
line-height: 160px;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-weight: 400;
|
|
} |