|
@@ -974,21 +974,14 @@
|
|
|
/******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
|
|
|
.client-government-page{
|
|
|
// banner
|
|
|
- .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/Industrydetails/government-banner-img.png");background-position-x: center;}
|
|
|
-
|
|
|
- // 政府行业的发展现状
|
|
|
- .government-develop-box{
|
|
|
- .client-container{padding: 48px 0 80px;text-align: center;}
|
|
|
- p{width: 460px;display: inline-block;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;vertical-align: middle;margin-right: 96px;text-align: left;}
|
|
|
- img{display: inline-block;vertical-align: middle;}
|
|
|
- }
|
|
|
+ .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
|
|
|
|
|
|
// 我们的系统为您改变了什么
|
|
|
.government-change-box{
|
|
|
background: #F9FAFF;
|
|
|
padding-bottom: 80px;
|
|
|
.change-content{
|
|
|
- width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/Industrydetails/government-change-bg.png");
|
|
|
+ width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
|
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center}
|
|
|
li{
|
|
|
@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-bottom: 24px;line-height: 22px;
|
|
@@ -1019,21 +1012,14 @@
|
|
|
/******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
|
|
|
.client-finance-page{
|
|
|
// banner
|
|
|
- .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/Industrydetails/finance-banner-img.png");background-position-x: center;}
|
|
|
-
|
|
|
- // 金融行业的发展现状
|
|
|
- .finance-develop-box{
|
|
|
- .client-container{padding: 48px 0 80px;text-align: center;}
|
|
|
- p{width: 460px;display: inline-block;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;vertical-align: middle;margin-right: 96px;text-align: left;}
|
|
|
- img{display: inline-block;vertical-align: middle;}
|
|
|
- }
|
|
|
+ .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
|
|
|
|
|
|
// 金融行业的问题
|
|
|
.finance-question-box{
|
|
|
background: #F9FAFF;
|
|
|
padding: 80px 0;
|
|
|
.finance-question-top{
|
|
|
- width: 946px;height: 104px;background-image: url("~static/images/client/Industrydetails/finance-question-bg.png");margin: 0 auto 48px;
|
|
|
+ width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
|
|
|
h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
|
|
|
h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
|
|
|
}
|
|
@@ -1049,5 +1035,32 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
|
|
|
+ .client-information-page{
|
|
|
+ // banner
|
|
|
+ .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
|
|
|
+
|
|
|
+ // 我们的系统为您改变了什么
|
|
|
+ .information-change-box{
|
|
|
+ background: #F9FAFF;
|
|
|
+ padding-bottom: 80px;
|
|
|
+ .change-content{
|
|
|
+ width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
|
|
|
+ h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center}
|
|
|
+ li{
|
|
|
+ @include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-bottom: 24px;line-height: 22px;
|
|
|
+ i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 3px;}
|
|
|
+ p{margin-left: 30px}
|
|
|
+ }
|
|
|
+ img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
|
|
|
+ }
|
|
|
+ .change-content-left{
|
|
|
+ display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
|
|
|
+ h5,li,li i{color: #fff;border-color: #fff;}
|
|
|
+ }
|
|
|
+ .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|