57 lines
939 B
CSS
57 lines
939 B
CSS
* {
|
|
background: #f5f5f5;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
.cooperation, .service {
|
|
width: 100%;
|
|
margin-top: 5px;
|
|
padding: 15px 20px;
|
|
border-bottom: 2px solid #f5f5f5;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
.service {
|
|
margin-top: 0;
|
|
}
|
|
.title {
|
|
margin-bottom: 10px;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
line-height: 15px;
|
|
color: #999;
|
|
background: #fff;
|
|
}
|
|
.title:before {
|
|
display: inline-block;
|
|
width: 3px;
|
|
height: 14px;
|
|
margin-right: 10px;
|
|
content: " ";
|
|
background: #fed700;
|
|
vertical-align: top;
|
|
}
|
|
.q_num, .email, .num a {
|
|
font-size: 14px;
|
|
color: #333;
|
|
line-height: 20px;
|
|
background: #fff;
|
|
}
|
|
.num, .num a {
|
|
display: block;
|
|
}
|
|
.contact {
|
|
width: 130px;
|
|
height: 38px;
|
|
border-radius: 25px;
|
|
text-align: center;
|
|
line-height: 38px;
|
|
border: 1.5px solid #303030;
|
|
margin: 0 auto;
|
|
margin-top: 30px;
|
|
background-color: #36ECE0;
|
|
font-size: 15px;
|
|
color: #333;
|
|
}
|