|
@@ -27,13 +27,21 @@
|
|
background:#f8f8f8;
|
|
background:#f8f8f8;
|
|
li{
|
|
li{
|
|
width: 25%;display: inline-block;text-align: center;
|
|
width: 25%;display: inline-block;text-align: center;
|
|
- div{border-right:2px solid #e5e5e5;margin: 24px 0;}
|
|
|
|
- p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
|
|
|
|
- span{@include setFontStyle(6);}
|
|
|
|
- h4{@include setFontStyle(-4);color: #666;}
|
|
|
|
|
|
+ i{width: 40px;height: 40px;display: inline-block;background-size: cover;margin-right: 16px;vertical-align: middle;}
|
|
|
|
+ a{
|
|
|
|
+ border-right:2px solid #e5e5e5;margin: 24px 0;display: block;
|
|
|
|
+ div{display: inline-block;text-align: left;vertical-align: middle;}
|
|
|
|
+ span{@include setFontStyle(-4);color: #333;margin-bottom: 10px;display: block;}
|
|
|
|
+ p{@include setFontStyle(-4);color: #666;}
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
- li:last-child div{border-right: 0;}
|
|
|
|
|
|
+ li:last-child a{border-right: 0;}
|
|
}
|
|
}
|
|
|
|
+ li:nth-child(1){i{background-image: url("~static/images/client/index/company-history-icon1.png");}}
|
|
|
|
+ li:nth-child(2){i{background-image: url("~static/images/client/index/company-history-icon2.png");}}
|
|
|
|
+ li:nth-child(3){i{background-image: url("~static/images/client/index/company-history-icon3.png");}}
|
|
|
|
+ li:nth-child(4){i{background-image: url("~static/images/client/index/company-history-icon4.png");}}
|
|
|
|
|
|
/* 产品和服务 */
|
|
/* 产品和服务 */
|
|
.client-products-services{
|
|
.client-products-services{
|