|
@@ -29,10 +29,38 @@
|
|
|
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;}
|
|
|
+ span{@include setFontStyle(6);};
|
|
|
+ h4{@include setFontStyle(-4);color: #666;};
|
|
|
+ i {
|
|
|
+ width: 64px;
|
|
|
+ height: 54px;
|
|
|
+ display: inline-block;
|
|
|
+ background-size: contain;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+ }
|
|
|
}
|
|
|
li:last-child div{border-right: 0;}
|
|
|
+ li:nth-child(1) {
|
|
|
+ i {
|
|
|
+ background-image: url('~static/gangweiIcon/z139.png');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ li:nth-child(2) {
|
|
|
+ i {
|
|
|
+ background-image: url('~static/gangweiIcon/z136.png');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ li:nth-child(3) {
|
|
|
+ i {
|
|
|
+ background-image: url('~static/gangweiIcon/z137.png');
|
|
|
+ }
|
|
|
+ }
|
|
|
+ li:nth-child(4) {
|
|
|
+ i {
|
|
|
+ background-image: url('~static/gangweiIcon/z138.png');
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* 产品和服务 */
|