|
@@ -627,13 +627,25 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
.products-services-content{
|
|
|
width: 500px;
|
|
|
float: right;
|
|
|
- padding: 110px 60px 0;
|
|
|
+ padding: 110px 12px 0;
|
|
|
box-sizing: border-box;
|
|
|
- margin: 0 24px;
|
|
|
+ margin: 0 20px;
|
|
|
@include setFontStyle(-6);
|
|
|
h5{@include setFontStyle(4);color: rgba(0,0,0,0.85);}
|
|
|
i{width:50px;height:5px;display: block;background: #3e7ce7;margin: 24px 0;}
|
|
|
- p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;}
|
|
|
+ p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 6px;text-align: justify;}
|
|
|
+ p:before{
|
|
|
+ content: '';
|
|
|
+ width: 6px;
|
|
|
+ height: 6px;
|
|
|
+ display: inline-block;
|
|
|
+ border-radius: 3px;
|
|
|
+ margin-right: 8px;
|
|
|
+ background: #3e7ce7;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .not-before:before{display: none}
|
|
|
+ .client-btn-box{margin: 40px 0}
|
|
|
.client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;}
|
|
|
.client-default-white-Btn{background: #fff;color: #3e7ce7;}
|
|
|
a,div.client-default-Btn{margin-right: 24px}
|
|
@@ -649,7 +661,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
h5{@include setFontStyle(-6);font-weight: 700;color: rgba(0, 0, 0, 1);}
|
|
|
i{width:34px;height:3px;margin: 10px 0;}
|
|
|
p{margin-bottom: 30px;color: rgba(85, 85, 85, 1);}
|
|
|
- .client-btn-box{text-align: center;margin-bottom: 40px;}
|
|
|
+ .client-btn-box{text-align: center;margin:40px 0;}
|
|
|
.client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
|
|
|
a,div.client-default-Btn{margin-right: 16px}
|
|
|
}
|