...
|
...
|
@@ -1999,12 +1999,16 @@ blockquote:before { |
|
|
}
|
|
|
.info-intro{
|
|
|
padding-top:20px;
|
|
|
text-indent:28px;
|
|
|
/*text-indent:28px;*/
|
|
|
text-indent:2em;
|
|
|
font-size: 16px;
|
|
|
color:#666;
|
|
|
font-family: 'PingFang-SC-medium';
|
|
|
line-height: 32px;
|
|
|
}
|
|
|
.not-text-indent{
|
|
|
text-indent: 0;
|
|
|
}
|
|
|
.info-character{
|
|
|
padding:0 50px;
|
|
|
display: flex;
|
...
|
...
|
@@ -2356,12 +2360,18 @@ blockquote:before { |
|
|
margin-left: 10px;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
.btn-service{
|
|
|
.text-align-center .btn-service{
|
|
|
background-color:rgba(69, 69, 69,.73);
|
|
|
}
|
|
|
.btn-service:hover{
|
|
|
.text-align-center .btn-service:hover{
|
|
|
background-color:rgba(69, 69, 69,1);
|
|
|
}
|
|
|
.btn-service{
|
|
|
background-color: rgba(52, 161, 255,.73);
|
|
|
}
|
|
|
.btn-service:hover{
|
|
|
background-color: rgba(52, 161, 255,1);
|
|
|
}
|
|
|
.btn-concat{
|
|
|
background-color: rgba(52, 161, 255,.73);
|
|
|
}
|
...
|
...
|
|