Browse Source

中泽修改

zjm
suomingxiang 4 months ago
parent
commit
be584d8c9e

BIN
dev/static/images/partyBuilding/big.png View File


+ 1
- 1
src/pages/articleDetails/App.js View File

@@ -7,7 +7,7 @@ import {
7 7
 
8 8
 export default class App {
9 9
     constructor() {
10
-        let common = new Common(document.querySelector('.main'),4)   //导航菜单高亮,0是首页,后面的按顺序添加
10
+        let common = new Common(document.querySelector('.main'),2)   //导航菜单高亮,0是首页,后面的按顺序添加
11 11
         this.isMobile = isMobile()
12 12
         // this.tabChange()
13 13
         // 图片及视频资源懒加载。防止阻塞js执行

+ 3
- 3
src/pages/articleDetails/index.html View File

@@ -17,7 +17,7 @@
17 17
     <%= require('../common/tpl/header.tpl') %>
18 18
         <div class="main">
19 19
             <div class="content">
20
-                <div class="detail_head">
20
+                <div class="detail_head wow fadeInUp">
21 21
                     <div class="head_left">
22 22
                         <div>发稿时间:2024-11-04 16:56:34</div>
23 23
                         <div>来源:中泽集团</div>
@@ -27,7 +27,7 @@
27 27
                         分享到:<div class="sharethis-inline-share-buttons"></div>
28 28
                     </div> -->
29 29
                 </div>
30
-                <div class="detail_head2">
30
+                <div class="detail_head2 wow fadeInUp">
31 31
                     <div class="head_left">
32 32
                         <div>发稿时间:2024-11-04 16:56:34</div>
33 33
                         <div>来源:中泽集团</div>
@@ -39,7 +39,7 @@
39 39
                         </div> -->
40 40
                     </div>
41 41
                 </div>
42
-                <div class="detail_title">
42
+                <div class="detail_title wow fadeInUp">
43 43
                     <div class="title">中泽集团总经理鞠自力出席中国炭素行业协会七届五次会员大会并作报告</div>
44 44
                 </div>
45 45
                 <!-- <div class="paragraphHeadings marginTop100">01 卡文汽车品牌使命</div> -->

+ 11
- 17
src/pages/articleDetails/index.less View File

@@ -16,9 +16,6 @@
16 16
     margin: 0 auto;
17 17
     padding-top: 70px;
18 18
     padding-bottom: 110px;
19
-    p{
20
-        font-family: Source Han Sans CN;
21
-    }
22 19
     .marginTop30{
23 20
         margin-top: 30px;
24 21
     }
@@ -39,7 +36,7 @@
39 36
             display: flex;
40 37
             align-items: center;
41 38
             justify-content: space-between;
42
-            margin-top: 80px;
39
+            margin-top: 60px;
43 40
             padding-bottom: 20px;
44 41
             font-size: 18px;
45 42
             color: #231F20;
@@ -52,7 +49,6 @@
52 49
                 }
53 50
             }
54 51
             .head_right{
55
-                font-family: Source Han Sans CN;
56 52
                 font-size: 18px;
57 53
                 color: #231F20;
58 54
                 cursor: pointer;
@@ -73,7 +69,6 @@
73 69
             text-align: left;
74 70
             margin-top: 80px;
75 71
             .title{
76
-                font-family: Microsoft YaHei;
77 72
                 font-weight: bold;
78 73
                 font-size: 40px;
79 74
                 color: #333333;
@@ -81,7 +76,6 @@
81 76
                 margin-bottom: 80px;
82 77
             }
83 78
             .date{
84
-                font-family: Source Han Sans CN;
85 79
                 color: #333333;
86 80
                 font-size: 16px;
87 81
                 text-align: center;
@@ -89,13 +83,11 @@
89 83
            
90 84
         }
91 85
         .paragraphHeadings{
92
-            font-family: Source Han Sans CN;
93 86
             font-weight: bold;
94 87
             font-size: 24px;
95 88
             color: #333333;
96 89
         }
97 90
         .paragraphContext{
98
-            font-family: Source Han Sans CN;
99 91
             line-height: 36px;
100 92
             font-weight: 400;
101 93
             font-size: 20px;
@@ -119,6 +111,10 @@
119 111
             a{
120 112
                 margin-bottom: 40px;
121 113
                 display: block;
114
+                transition: all 0.2s;
115
+                &:hover{
116
+                    color: #B81C25;
117
+                }  
122 118
             }
123 119
         }
124 120
         
@@ -159,9 +155,7 @@ a{
159 155
             .detail_title{
160 156
                 width: 100%;
161 157
                 text-align: left;
162
-                margin-top: 17.625vw;
163 158
                 .title{
164
-                    font-family: Microsoft YaHei;
165 159
                     font-weight: bold;
166 160
                     font-size: 6vw;
167 161
                     color: #333333;
@@ -169,7 +163,6 @@ a{
169 163
                     margin-bottom: 7.5vw;
170 164
                 }
171 165
                 .date{
172
-                    font-family: Source Han Sans CN;
173 166
                     color: #333333;
174 167
                     font-size: 3.5vw;
175 168
                     text-align: center;
@@ -200,16 +193,15 @@ a{
200 193
                 }
201 194
             }
202 195
             .paragraphHeadings{
203
-                font-family: Source Han Sans CN;
204 196
                 font-weight: bold;
205 197
                 font-size: 4.5vw;
206 198
                 color: #333333;
207 199
             }
208 200
             .paragraphContext{
209
-                font-family: Source Han Sans CN;
210
-                font-size: 3.5vw;
201
+                font-size: 4.25vw;
211 202
                 color: #333333;
212
-                line-height: 7vw;
203
+                line-height: 7.75vw;
204
+                text-align: justify;
213 205
             }
214 206
             .imgBox{
215 207
                 width: 100%;
@@ -221,6 +213,7 @@ a{
221 213
             }
222 214
             .detail_footer{
223 215
                 font-size: 3.375vw;
216
+                margin-top:120px;
224 217
                 a{
225 218
                     width: 100%;
226 219
                     display: block;
@@ -228,7 +221,8 @@ a{
228 221
                     -webkit-box-orient: vertical; /* 垂直方向排列 */
229 222
                     -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
230 223
                     overflow: hidden;            /* 隐藏超出部分 */
231
-                    text-overflow: ellipsis;   
224
+                    text-overflow: ellipsis; 
225
+                    margin-bottom: 5.25vw;
232 226
                 }
233 227
             }
234 228
         }

+ 11
- 11
src/pages/common/tpl/footer.tpl View File

@@ -18,17 +18,17 @@
18 18
                 </div>
19 19
             </div>
20 20
             <div class="footerClick">
21
-                <a class="h7" href=""><span>产业布局</span></a>
21
+                <a class="h7" href="./product.html"><span>产业布局</span></a>
22 22
                 <span class="icon iconfont icon-arrow-right"></span>
23
-                <div class="footerShow show2"><a class="h7R" href="./productDec1.html"><span>铁合金</span></a>
24
-                <a class="h7R" href="./productDec2.html"><span>炭素</span></a>
25
-                <a class="h7R" href="./productDec3.html"><span>钼业</span></a>
26
-                <a class="h7R" href="./productDec4.html"><span>镍业</span></a>
27
-                <a class="h7R" href="./productDec5.html"><span>化工</span></a>
28
-                <a class="h7R" href="./productDec6.html"><span>装备制造</span></a>
29
-                <a class="h7R" href="./productDec7.html"><span>产业互联网</span></a>
30
-                <a class="h7R" href="./product.html"><span>金融</span></a>
31
-                <a class="h7R" href="./product.html"><span>其他</span></a></div>
23
+                <div class="footerShow show2"><a class="h7R" href=""><span>铁合金</span></a>
24
+                <a class="h7R" href=""><span>炭素</span></a>
25
+                <a class="h7R" href=""><span>钼业</span></a>
26
+                <a class="h7R" href=""><span>镍业</span></a>
27
+                <a class="h7R" href=""><span>化工</span></a>
28
+                <a class="h7R" href=""><span>装备制造</span></a>
29
+                <a class="h7R" href=""><span>产业互联网</span></a>
30
+                <a class="h7R" href=""><span>金融</span></a>
31
+                <a class="h7R" href=""><span>其他</span></a></div>
32 32
             </div>
33 33
             
34 34
             <div class="footerClick">
@@ -62,7 +62,7 @@
62 62
         <div class="footerCenterM">
63 63
             <a class="h7" href="">走进中泽</a>
64 64
             <div></div>
65
-            <a class="h7" href="./product.html">产业布局</a>
65
+            <a class="h7" href="">产业布局</a>
66 66
             <div></div>
67 67
             <a class="h7" href="">新闻中心</a>
68 68
             <div></div>

+ 5
- 5
src/pages/common/tpl/header.tpl View File

@@ -50,8 +50,8 @@
50 50
                 <a href="./socialResponsibility.html">社会责任</a>
51 51
                 <div class="menuSon">
52 52
                     <div class="menuUp"></div>
53
-                    <a href=""><span>社会公益</span></a>
54
-                    <a href=""><span>绿色转型</span></a>
53
+                    <a href="./socialResponsibility.html"><span>社会公益</span></a>
54
+                    <a href="./socialResponsibility.html"><span>绿色转型</span></a>
55 55
                 </div>
56 56
             </div>
57 57
             <div class="menuOne">
@@ -126,10 +126,10 @@
126 126
                     </div>
127 127
                 </div>
128 128
                 <div>
129
-                    <div class="title" href="">社会责任<span class="iconfont icon-xiala"></span></div>
129
+                    <div class="title" href="./socialResponsibility.html">社会责任<span class="iconfont icon-xiala"></span></div>
130 130
                     <div class="menuSon">
131
-                        <a href=""><span>社会公益</span></a>
132
-                        <a href=""><span>绿色转型</span></a>
131
+                        <a href="./socialResponsibility.html"><span>社会公益</span></a>
132
+                        <a href="./socialResponsibility.html"><span>绿色转型</span></a>
133 133
                     </div>
134 134
                 </div>
135 135
                 <div>

+ 2
- 1
src/pages/enterprisePartyBuilding/index.html View File

@@ -77,10 +77,11 @@
77 77
                    <span class="icon iconfont icon-jiantou"></span>
78 78
                 </a>
79 79
                 <div id="paging" style="display: flex;align-items: center;">
80
-                    <a class="pageNum">1</a>
80
+                    <a class="pageNum pageNumActive">1</a>
81 81
                     <a class="pageNum">2</a>
82 82
                     <a class="pageNum">3</a>
83 83
                     <a class="pageNum pageNums">...</a>
84
+                    <a class="pageNum">300</a>
84 85
                 </div>
85 86
                 <a id="nextPage" class="nextPage">
86 87
                     <span class="icon iconfont icon-jiantou"></span>

+ 12
- 10
src/pages/enterprisePartyBuilding/index.less View File

@@ -23,8 +23,7 @@
23 23
             padding-top: 120px;
24 24
             margin-bottom: 80px;
25 25
             font-weight: bold;
26
-            font-size: 40px;
27
-            font-family: Microsoft YaHei;
26
+            font-size: 56px;
28 27
             color: #333333;
29 28
         }
30 29
        
@@ -122,16 +121,16 @@
122 121
         margin: 0 auto;
123 122
         display: flex;
124 123
         align-items: center;
125
-        font-family: Source Han Sans CN;
126 124
         font-size: 16px;
127
-        color: #000000;
125
+        color: #231f20;
128 126
         margin-bottom: 60px;
129 127
         .tabs_li{
130
-            border: 1px solid #000000;
128
+            border: 1px solid #231f20;
131 129
             padding: 10px 30px;
132 130
             margin-right: 20px;
133 131
             cursor: pointer;
134 132
             transition: all .2s;
133
+            font-family: 'MyFont1';
135 134
             span{
136 135
                 display: inline-block;
137 136
                 margin: 0 10px;
@@ -245,7 +244,6 @@
245 244
             min-width: 40px;
246 245
             height: 40px;
247 246
             line-height: 40px;
248
-            font-family: Source Han Sans CN;
249 247
             font-size: 18px;
250 248
             color: #000;
251 249
             transition: all 0.2s;
@@ -268,10 +266,13 @@
268 266
             margin-left: 10px;
269 267
         }
270 268
         .pageNumActive{
271
-            color: #041954;
269
+            color: #DDE2E6;
270
+            background: #B81C25;
271
+            border: 1px solid #B81C25;
272
+            
273
+
272 274
         }
273 275
         .ellipsis{
274
-            font-family: Source Han Sans CN;
275 276
             font-weight: bold;
276 277
             font-size: 22px;
277 278
             padding: 10px 15px;
@@ -314,7 +315,7 @@ a{
314 315
         .content2{
315 316
             padding-top: 17.5vw;
316 317
             .news_title{
317
-                font-size: 4.75vw;
318
+                font-size: 7vw;
318 319
                 padding-top: 0;
319 320
             }
320 321
         }
@@ -415,12 +416,13 @@ a{
415 416
                 padding: 1.875vw 3.75vw;
416 417
                 margin-right: 3vw;
417 418
                 margin-bottom: 4vw;
419
+                font-family: 'MyFont1';
418 420
                 span{
419 421
                     display: inline-block;
420 422
                     margin: 0 3px 0 8px;
421 423
                     font-weight: bold;
422 424
                 }
423
-                &:nth-of-type(3n){
425
+                &:last-child{
424 426
                     margin-right: 0;
425 427
                 }
426 428
             }

+ 91
- 20
src/pages/news/index.html View File

@@ -16,12 +16,12 @@
16 16
     <%= require('../common/tpl/header.tpl') %>
17 17
         <div class="main">
18 18
             <div class="content">
19
-                <div class="news_title">
19
+                <div class="news_title wow fadeInUp">
20 20
                     <div class="title">新闻中心</div>
21 21
                 </div>
22 22
                 <div class="banner_box">
23 23
 
24
-                    <div class="news_banner">
24
+                    <div class="news_banner wow fadeInUp">
25 25
                         <img
26 26
                         src="./static/images/news/01.png"
27 27
                         alt=""
@@ -31,7 +31,7 @@
31 31
                             <div class="cont2">2024-08-20</div>
32 32
                         </a> 
33 33
                     </div>
34
-                    <div class="news_banner2">
34
+                    <div class="news_banner2 wow fadeInUp">
35 35
                         <img src="./static/images/news/02.png" alt="">
36 36
                         <div class="banner2_cont">
37 37
                             <div class="txt1">交通运输部、国家发展改革委联合印发
@@ -44,7 +44,7 @@
44 44
                             </a>
45 45
                         </div>
46 46
                     </div>
47
-                    <div class="news_banner2">
47
+                    <div class="news_banner2 wow fadeInUp">
48 48
                         <img src="./static/images/news/03.png" alt="">
49 49
                         <div class="banner2_cont">
50 50
                             <div class="txt1">交通运输部、国家发展改革委联合印发
@@ -58,20 +58,20 @@
58 58
                         </div>
59 59
                     </div>
60 60
                 </div>
61
-                <div class="tabs_box" id="point">
62
-                    <div class="tabs_li tabs_lis">全部</div>
63
-                    <div class="tabs_li">集团新闻</div>
64
-                    <div class="tabs_li">前沿资讯</div>
65
-                    <div class="tabs_li">政策引领</div>
66
-                    <div class="tabs_li">研发创新</div>
61
+                <div class="tabs_box wow fadeInUp" id="point">
62
+                    <a class="tabs_li tabs_lis">全部</a>
63
+                    <a class="tabs_li">集团新闻</a>
64
+                    <a class="tabs_li">前沿资讯</a>
65
+                    <a class="tabs_li">政策引领</a>
66
+                    <a class="tabs_li">研发创新</a>
67 67
                 </div>
68 68
             </div>
69 69
             <div class="news_ul">
70
-                <div class="news_list">
70
+                <div class="news_list wow fadeInUp">
71 71
                     <div class="news_li">
72 72
                         <div class="li_left">
73
-                            <span>19</span>
74
-                            <span>24-12</span>
73
+                            <div class="timerData">10</div>
74
+                            <div>24-06</div>
75 75
                         </div> 
76 76
                         <a class="li_cont" href="./articleDetails.html">
77 77
                             <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
@@ -80,9 +80,9 @@
80 80
                     </div>
81 81
                     <div class="news_li">
82 82
                         <div class="li_left">
83
-                            <span>09</span>
84
-                            <span>24-12</span>
85
-                        </div>
83
+                            <div class="timerData">10</div>
84
+                            <div>24-06</div>
85
+                        </div> 
86 86
                         <a class="li_cont" href="#">
87 87
                             <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
88 88
                             <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
@@ -90,14 +90,84 @@
90 90
                     </div>
91 91
                     <div class="news_li">
92 92
                         <div class="li_left">
93
-                            <span>10</span>
94
-                            <span>24-12</span> 
95
-                        </div>
93
+                            <div class="timerData">10</div>
94
+                            <div>24-06</div>
95
+                        </div> 
96 96
                         <a class="li_cont" href="#">
97 97
                             <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
98 98
                             <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
99 99
                         </a>
100 100
                     </div>
101
+                    <div class="news_li">
102
+                        <div class="li_left">
103
+                            <div class="timerData">10</div>
104
+                            <div>24-06</div>
105
+                        </div>  
106
+                        <a class="li_cont" href="./articleDetails.html">
107
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
108
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
109
+                        </a>
110
+                    </div>
111
+                    <div class="news_li">
112
+                        <div class="li_left">
113
+                            <div class="timerData">10</div>
114
+                            <div>24-06</div>
115
+                        </div> 
116
+                        <a class="li_cont" href="#">
117
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
118
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
119
+                        </a>
120
+                    </div>
121
+                    <div class="news_li">
122
+                        <div class="li_left">
123
+                            <div class="timerData">10</div>
124
+                            <div>24-06</div>
125
+                        </div> 
126
+                        <a class="li_cont" href="#">
127
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
128
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
129
+                        </a>
130
+                    </div>
131
+                    <div class="news_li">
132
+                        <div class="li_left">
133
+                            <div class="timerData">10</div>
134
+                            <div>24-06</div>
135
+                        </div>  
136
+                        <a class="li_cont" href="./articleDetails.html">
137
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
138
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
139
+                        </a>
140
+                    </div>
141
+                    <div class="news_li">
142
+                        <div class="li_left">
143
+                            <div class="timerData">10</div>
144
+                            <div>24-06</div>
145
+                        </div> 
146
+                        <a class="li_cont" href="#">
147
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
148
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
149
+                        </a>
150
+                    </div>
151
+                    <div class="news_li">
152
+                        <div class="li_left">
153
+                            <div class="timerData">10</div>
154
+                            <div>24-06</div>
155
+                        </div> 
156
+                        <a class="li_cont" href="#">
157
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
158
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
159
+                        </a>
160
+                    </div>
161
+                    <div class="news_li">
162
+                        <div class="li_left">
163
+                            <div class="timerData">10</div>
164
+                            <div>24-06</div>
165
+                        </div>  
166
+                        <a class="li_cont" href="./articleDetails.html">
167
+                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
168
+                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
169
+                        </a>
170
+                    </div>
101 171
                 </div>
102 172
                 
103 173
             </div>
@@ -106,10 +176,11 @@
106 176
                    <span class="icon iconfont icon-jiantou"></span>
107 177
                 </a>
108 178
                 <div id="paging" style="display: flex;align-items: center;">
109
-                    <a class="pageNum">1</a>
179
+                    <a class="pageNum pageNumActive">1</a>
110 180
                     <a class="pageNum">2</a>
111 181
                     <a class="pageNum">3</a>
112 182
                     <a class="pageNum pageNums">...</a>
183
+                    <a class="pageNum">300</a>
113 184
                 </div>
114 185
                 <a id="nextPage" class="nextPage">
115 186
                     <span class="icon iconfont icon-jiantou"></span>

+ 81
- 62
src/pages/news/index.less View File

@@ -25,8 +25,7 @@
25 25
 
26 26
             .title{
27 27
                 font-weight: bold;
28
-                font-size: 40px;
29
-                font-family: Microsoft YaHei;
28
+                font-size: 56px;
30 29
                 color: #333333;
31 30
             }
32 31
         }
@@ -80,7 +79,6 @@
80 79
                     margin-bottom: 30px;
81 80
                 }
82 81
                 .txt1{
83
-                    font-family: Source Han Sans CN;
84 82
                     font-weight: bold;
85 83
                     font-size: 20px;
86 84
                     color: #333333;
@@ -90,13 +88,11 @@
90 88
                     margin-bottom: 20px;
91 89
                 }
92 90
                 .txt2{
93
-                    font-family: Source Han Sans CN;
94 91
                     font-size: 16px;
95 92
                     color: #333333;
96 93
                     margin-bottom: 20px;
97 94
                 }
98 95
                 .txt3{
99
-                    font-family: Source Han Sans CN;
100 96
                     font-size: 16px;
101 97
                     color: #333333;
102 98
                     margin-bottom: 18px;
@@ -107,7 +103,6 @@
107 103
                     text-overflow: ellipsis;     /* 用省略号表示超出部分 */
108 104
                 }
109 105
                 a{
110
-                    font-family: Source Han Sans CN;
111 106
                     font-size: 16px;
112 107
                     color: #333333;
113 108
                     display: flex;
@@ -128,7 +123,7 @@
128 123
             width: 1300px;
129 124
             margin: 0 auto;
130 125
             font-weight: 400;
131
-            font-size: 24px;
126
+            font-size: 22px;
132 127
             display: flex;
133 128
             align-items: center;
134 129
 
@@ -136,9 +131,9 @@
136 131
                 color: #231F20;
137 132
                 margin-right: 80px;
138 133
                 cursor: pointer;
139
-                padding-bottom: 48px;
134
+                padding-bottom: 30px;
140 135
                 transition: all .2s;
141
-                border-bottom: 2px solid #fff;
136
+                border-bottom: 2px solid transparent;
142 137
                 &:hover{
143 138
                     color: #B81C25;
144 139
                 }
@@ -167,45 +162,62 @@
167 162
                 border-bottom:1px solid #DADADA;
168 163
                 transition: all .2s;
169 164
                 .li_left{
170
-                    width: 66px;
165
+                    width: 65px;
171 166
                     height: 66px;
172
-                    background: #F6F6F6;
167
+                    border-radius: 8px;
173 168
                     border: 1px solid #A7A5A5;
174
-                    display: flex;
175
-                    align-items: center;
176
-                    justify-content: center;
177
-                    flex-direction: column;
169
+                    text-align: center;
170
+                    font-size: 12px;
171
+                    padding: 0px 12px 0;
172
+                    box-sizing: border-box;
178 173
                     margin-right: 30px;
179
-                    transition: all .5s;
180
-                    border-radius: 8px;
181
-                    span:nth-child(1){
182
-                        font-family: Source Han Sans CN;
183
-                        font-weight: 500;
184
-                        font-size: 30px;
185
-                        color: #B81C25;
174
+                    .timerData{
175
+                      font-size: 26px;
176
+                      color: #b81c25;
177
+                      border-bottom: 1px solid #b81c25;
178
+                      padding-bottom: 3px;
179
+                      margin-bottom: 3px;
180
+                      line-height: 30px;
181
+                      padding-top: 4px;
186 182
                     }
187
-                    span:nth-child(2){
188
-                        font-family: Source Han Sans CN;
189
-                        font-weight: 500;
190
-                        font-size: 13px;
191
-                        color: #231F20;
192
-                        position: relative;
193
-                        &::after{
194
-                            content: '';
195
-                            position: absolute;
196
-                            top: -1px;
197
-                            left: -8%;
198
-                            height: 1px;
199
-                            width: 120%;
200
-                            background-color: #B81C25;
201
-                        }
202
-                    }
203
-                    a{
204
-                        cursor: pointer;
205
-                    }
206
-                }
183
+                  }
184
+                // .li_left{
185
+                //     width: 66px;
186
+                //     height: 66px;
187
+                //     background: #F6F6F6;
188
+                //     border: 1px solid #A7A5A5;
189
+                //     display: flex;
190
+                //     align-items: center;
191
+                //     // justify-content: center;
192
+                //     flex-direction: column;
193
+                //     margin-right: 30px;
194
+                //     transition: all .5s;
195
+                //     border-radius: 8px;
196
+                //     span:nth-child(1){
197
+                //         font-weight: 500;
198
+                //         font-size: 30px;
199
+                //         color: #B81C25;
200
+                //     }
201
+                //     span:nth-child(2){
202
+                //         font-weight: 500;
203
+                //         font-size: 13px;
204
+                //         color: #231F20;
205
+                //         position: relative;
206
+                //         &::after{
207
+                //             content: '';
208
+                //             position: absolute;
209
+                //             top: -1px;
210
+                //             left: -8%;
211
+                //             height: 1px;
212
+                //             width: 120%;
213
+                //             background-color: #B81C25;
214
+                //         }
215
+                //     }
216
+                //     a{
217
+                //         cursor: pointer;
218
+                //     }
219
+                // }
207 220
                 .li_cont{
208
-                    font-family: Source Han Sans CN;
209 221
                     font-weight: 400;
210 222
                     transition: all .2s;
211 223
 
@@ -242,8 +254,7 @@
242 254
             }
243 255
         }
244 256
     }
245
-    .btn{
246
-    }
257
+
247 258
     .news_paging{
248 259
         display: flex;
249 260
         align-items: center;
@@ -296,7 +307,6 @@
296 307
             min-width: 40px;
297 308
             height: 40px;
298 309
             line-height: 40px;
299
-            font-family: Source Han Sans CN;
300 310
             font-size: 18px;
301 311
             color: #000;
302 312
             transition: all 0.2s;
@@ -312,17 +322,18 @@
312 322
                 color: #fff;
313 323
             }
314 324
         }
325
+        .pageNumActive{
326
+            color: #fff;
327
+            background: #B81C25;
328
+        }
315 329
         .pageNums{
316 330
             pointer-events: none;
317 331
         }
318 332
         .pageNum+.pageNum{
319 333
             margin-left: 10px;
320 334
         }
321
-        .pageNumActive{
322
-            color: #041954;
323
-        }
335
+
324 336
         .ellipsis{
325
-            font-family: Source Han Sans CN;
326 337
             font-weight: bold;
327 338
             font-size: 22px;
328 339
             padding: 10px 15px;
@@ -350,15 +361,16 @@ a{
350 361
    
351 362
     .main {
352 363
         width: 100%;
353
-        padding-top: 3.5vw;
364
+        padding-top: 14.5vw;
354 365
         .content{
355 366
             width: 92vw;
356 367
             margin: 0 auto;
357 368
             .news_title{
358 369
                 display: block;
359
-                margin-bottom: 10.75vw;
370
+                margin-bottom: 12.5vw;
371
+                padding-top: 100px;
360 372
                 .title{
361
-                    font-size: 6.375vw;
373
+                    font-size: 8vw;
362 374
                     text-align: center;
363 375
                 }
364 376
                 .title_screen{
@@ -388,6 +400,7 @@ a{
388 400
                     width: 100%;
389 401
                     height: auto;
390 402
                     margin-bottom: 8vw;
403
+                   
391 404
                     img{
392 405
                         width: 100%;
393 406
                         height: 62.75vw;
@@ -397,8 +410,10 @@ a{
397 410
                     
398 411
                     .news_content{
399 412
                         padding: 3.75vw;
413
+                        display: flex;
414
+                        flex-wrap: wrap;
415
+                        flex-direction: column-reverse;
400 416
                         .cont1{
401
-                            font-family: Source Han Sans CN;
402 417
                             font-weight: bold;
403 418
                             font-size: 3.75vw;
404 419
                             color: #fff;
@@ -409,13 +424,12 @@ a{
409 424
                             text-overflow: ellipsis;     /* 用省略号表示超出部分 */
410 425
                         }
411 426
                         .cont2{
412
-                            font-family: Source Han Sans CN;
413
-                            font-size: 2.375vwvw;
427
+                            width: 100%;
428
+                            font-size: 3.375vw;
414 429
                             color: #fff;
415
-                            margin-top: 2.5vw;
430
+                            margin-bottom: 2.5vw;
416 431
                         }
417 432
                         .cont3{
418
-                            font-family: Source Han Sans CN;
419 433
                             font-size: 3.25vw;
420 434
                             color: #fff;
421 435
                         }
@@ -462,7 +476,7 @@ a{
462 476
                         font-size: 3.325vw;
463 477
                         .icon{
464 478
                             font-size: 4.325vw;
465
-                            margin-top: 3px;
479
+                            margin-top: 0;
466 480
                         }
467 481
                     }
468 482
                 }
@@ -470,8 +484,11 @@ a{
470 484
             .tabs_box{
471 485
                 width: 100%;
472 486
                 font-size: 3.75vw;
487
+                display: flex;
488
+                align-items: center;
489
+                justify-content: space-between;
473 490
                 .tabs_li{
474
-                    margin-right: 4.9vw;
491
+                    margin-right: 0;
475 492
                     padding-bottom: 5.625vw;
476 493
                 }
477 494
             }
@@ -485,13 +502,16 @@ a{
485 502
                 padding: 0 3.75vw;
486 503
                 .news_li{
487 504
                     padding:5.625vw 0;
505
+                    display: flex;
506
+                    align-items: center;
507
+                    justify-content: space-between;
488 508
                     .li_left{
489 509
                         width: 16.25vw;
510
+                        margin-right: 0;
490 511
                     }
491 512
                     .li_cont{
492 513
                         width: 71.5vw;
493 514
                         div:nth-child(1){
494
-                            font-family: Source Han Sans CN;
495 515
                             font-size: 3.75vw;
496 516
                             color: #282828;
497 517
                             line-height: 7.5vw;
@@ -506,7 +526,6 @@ a{
506 526
                             height: auto;
507 527
                             overflow: unset;
508 528
                             line-height: 1.5;
509
-                            font-family: Source Han Sans CN;
510 529
                             font-size: 3.25vw;
511 530
                             color: #A7A5A5;
512 531
                             padding: 0;

+ 1
- 1
src/pages/partyBuilding/index.html View File

@@ -114,7 +114,7 @@
114 114
             <div class="study_box" id="'p2">
115 115
                 <div class="study_head">
116 116
                     <div class="txt">学习文件</div>
117
-                    <a href="">查看学习文件</a>
117
+                    <a href="https://www.12371.cn/special/dnfg/" target="_blank">查看学习文件</a>
118 118
                 </div>
119 119
                 <div class="wow domInUp banner">
120 120
                     <div class="swiper bannerSwiper bannerSwiper2">

+ 17
- 10
src/pages/partyBuilding/index.less View File

@@ -23,12 +23,17 @@
23 23
             padding-top: 120px;
24 24
             margin-bottom: 80px;
25 25
             font-weight: bold;
26
-            font-size: 40px;
27
-            font-family: Microsoft YaHei;
26
+            font-size: 64px;
28 27
             color: #333333;
28
+            font-family: 'MyFont1';
29 29
         }
30 30
        
31 31
     }
32
+    .content2{
33
+        .news_title{
34
+            font-size: 48px;
35
+        }
36
+    }
32 37
     .banner{
33 38
         width: 100%;
34 39
         height: 100vh;
@@ -121,16 +126,16 @@
121 126
         margin: 0 auto;
122 127
         display: flex;
123 128
         align-items: center;
124
-        font-family: Source Han Sans CN;
125 129
         font-size: 16px;
126
-        color: #000000;
130
+        color: #231f20;
127 131
         margin-bottom: 60px;
128 132
         .tabs_li{
129
-            border: 1px solid #000000;
133
+            border: 1px solid #231f20;
130 134
             padding: 10px 30px;
131 135
             margin-right: 20px;
132 136
             cursor: pointer;
133 137
             transition: all .2s;
138
+            font-family: 'MyFont1';
134 139
             span{
135 140
                 display: inline-block;
136 141
                 margin: 0 10px;
@@ -178,7 +183,7 @@
178 183
             }
179 184
             .txt1{
180 185
                 font-size: 20px;
181
-                color: #000000;
186
+                color: #231f20;
182 187
                 display: -webkit-box;        /* 使用 Flexbox 布局 */
183 188
                 -webkit-box-orient: vertical; /* 垂直方向排列 */
184 189
                 -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
@@ -297,6 +302,7 @@
297 302
             margin-bottom: 81px;
298 303
             .txt{
299 304
                 font-weight: bold;
305
+                font-family: 'MyFont1';
300 306
                 font-size: 48px;
301 307
                 color: #231F20;
302 308
                 margin-left: 100px;
@@ -341,14 +347,14 @@ a{
341 347
             .news_title{
342 348
                 display: block;
343 349
                 margin-bottom: 10.75vw;
344
-                font-size: 6.375vw;
350
+                font-size: 7vw;
345 351
                 text-align: center;
346 352
             }
347 353
         }
348 354
         .content2{
349 355
             padding-top: 17.5vw;
350 356
             .news_title{
351
-                font-size: 4.75vw;
357
+                font-size: 6.25vw;
352 358
                 padding-top: 0;
353 359
             }
354 360
         }
@@ -449,12 +455,13 @@ a{
449 455
                 padding: 1.875vw 3.75vw;
450 456
                 margin-right: 3vw;
451 457
                 margin-bottom: 4vw;
458
+                font-family: 'MyFont1';
452 459
                 span{
453 460
                     display: inline-block;
454 461
                     margin: 0 3px 0 8px;
455 462
                     font-weight: bold;
456 463
                 }
457
-                &:nth-of-type(3n){
464
+                &:last-child{
458 465
                     margin-right: 0;
459 466
                 }
460 467
             }
@@ -532,7 +539,7 @@ a{
532 539
                 margin-bottom: 10.5vw;
533 540
                 .txt{
534 541
                     width: 100%;
535
-                    font-size: 4.75vw;
542
+                    font-size: 6.25vw;
536 543
                     margin-left: 0;
537 544
                     text-align: center;
538 545
                 }

+ 203
- 126
src/pages/socialResponsibility/index.html View File

@@ -2,143 +2,220 @@
2 2
 <html lang="cn">
3 3
 
4 4
 <head>
5
-    <meta charset="utf-8" />
6
-    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
-    <title>社会责任</title>
8
-    <meta name="description" content="" />
9
-    <meta name="Keywords" content="" />
10
-    <meta content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width" name="viewport" />
11
-    <link href="./static/css/swiper-bundle.min.css" rel="stylesheet" type="text/css" />
12
-    <%= require('../common/tpl/headerLink.tpl') %>
5
+  <meta charset="utf-8" />
6
+  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
+  <title>社会责任</title>
8
+  <meta name="description" content="" />
9
+  <meta name="Keywords" content="" />
10
+  <meta content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width" name="viewport" />
11
+  <link href="./static/css/swiper-bundle.min.css" rel="stylesheet" type="text/css" />
12
+  <%= require('../common/tpl/headerLink.tpl') %>
13 13
 </head>
14 14
 
15 15
 <body>
16
-    <%= require('../common/tpl/header.tpl') %>
17
-        <div class="main">
18
-            <div class="content">
19
-                <div class="banner_box">
20
-                    <div class="news_banner">
21
-                        <div class="news_content">
22
-                            <div class="cont1">社会责任</div>
23
-                            <div class="cont2">
24
-                                中泽控股集团股份有限公司(简称中泽集团)是以投资并购和企业运营为
25
-                                核心业务的大型民营集团,创建于1995年,总部位于北京。
26
-                                中泽控股集团股份有限公司(简称中泽集团)是以投资并购和企业运营为
27
-                                核心业务的大型民营集团,创建于1995年,总部位于北京。
28
-                            </div>
29
-                        </div> 
30
-                        <img
31
-                            src="./static/images/index/banner1.jpg"
32
-                            alt=""
33
-                        />
34
-                    </div>
35
-                </div>
36
-                <div class="tabs_box" id="tab">
37
-                    <div class="tabs_li tabs_lis">社会公益</div>
38
-                    <div class="tabs_li">绿色转型</div>
16
+  <%= require('../common/tpl/header.tpl') %>
17
+    <div class="main">
18
+      <div class="content">
19
+        <div class="banner_box">
20
+          <div class="news_banner">
21
+            <div class="news_content">
22
+              <div class="cont1">社会责任</div>
23
+              <div class="cont2">
24
+                中泽控股集团股份有限公司(简称中泽集团)是以投资并购和企业运营为
25
+                核心业务的大型民营集团,创建于1995年,总部位于北京。
26
+                中泽控股集团股份有限公司(简称中泽集团)是以投资并购和企业运营为
27
+                核心业务的大型民营集团,创建于1995年,总部位于北京。
28
+              </div>
29
+            </div>
30
+            <img src="./static/images/partyBuilding/big.png" alt="" />
31
+          </div>
32
+        </div>
33
+        <div class="tabs_box" id="tab">
34
+          <div class="tabs_li tabs_lis">社会公益</div>
35
+          <div class="tabs_li">绿色转型</div>
36
+        </div>
37
+      </div>
38
+      <div class="news_ul">
39
+        <div class="news_list">
40
+          <div class="news_li">
41
+            <div class="li_left">
42
+              <div class="timerData">10</div>
43
+              <div>24-06</div>
44
+            </div>
45
+            <a class="li_cont" href="./articleDetails.html">
46
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
47
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
48
+            </a>
49
+          </div>
50
+          <div class="news_li">
51
+            <div class="li_left">
52
+              <div class="timerData">10</div>
53
+              <div>24-06</div>
54
+            </div>
55
+            <a class="li_cont" href="./articleDetails.html">
56
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
57
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
58
+            </a>
59
+          </div>
60
+          <div class="news_li">
61
+            <div class="li_left">
62
+              <div class="timerData">10</div>
63
+              <div>24-06</div>
64
+            </div>
65
+            <a class="li_cont" href="./articleDetails.html">
66
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
67
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
68
+            </a>
69
+          </div>
70
+          <div class="news_li">
71
+            <div class="li_left">
72
+              <div class="timerData">10</div>
73
+              <div>24-06</div>
74
+            </div>
75
+            <a class="li_cont" href="./articleDetails.html">
76
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
77
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
78
+            </a>
79
+          </div>
80
+          <div class="news_li">
81
+            <div class="li_left">
82
+              <div class="timerData">10</div>
83
+              <div>24-06</div>
84
+            </div>
85
+            <a class="li_cont" href="./articleDetails.html">
86
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
87
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
88
+            </a>
89
+          </div>
90
+          <div class="news_li">
91
+            <div class="li_left">
92
+              <div class="timerData">10</div>
93
+              <div>24-06</div>
94
+            </div>
95
+            <a class="li_cont" href="./articleDetails.html">
96
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
97
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
98
+            </a>
99
+          </div>
100
+          <div class="news_li">
101
+            <div class="li_left">
102
+              <div class="timerData">10</div>
103
+              <div>24-06</div>
104
+            </div>
105
+            <a class="li_cont" href="./articleDetails.html">
106
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
107
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
108
+            </a>
109
+          </div>
110
+          <div class="news_li">
111
+            <div class="li_left">
112
+              <div class="timerData">10</div>
113
+              <div>24-06</div>
114
+            </div>
115
+            <a class="li_cont" href="./articleDetails.html">
116
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
117
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
118
+            </a>
119
+          </div>
120
+          <div class="news_li">
121
+            <div class="li_left">
122
+              <div class="timerData">10</div>
123
+              <div>24-06</div>
124
+            </div>
125
+            <a class="li_cont" href="./articleDetails.html">
126
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
127
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
128
+            </a>
129
+          </div>
130
+          <div class="news_li">
131
+            <div class="li_left">
132
+              <div class="timerData">10</div>
133
+              <div>24-06</div>
134
+            </div>
135
+            <a class="li_cont" href="./articleDetails.html">
136
+              <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
137
+              <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
138
+            </a>
139
+          </div>
140
+        </div>
141
+        <div class="news_paging">
142
+          <a id="previousPage" class="previousPage">
143
+            <span class="icon iconfont icon-jiantou"></span>
144
+          </a>
145
+          <div id="paging" style="display: flex;align-items: center;">
146
+            <a class="pageNum pageNumActive">1</a>
147
+            <a class="pageNum">2</a>
148
+            <a class="pageNum">3</a>
149
+            <a class="pageNum pageNums">...</a>
150
+          </div>
151
+          <a id="nextPage" class="nextPage">
152
+            <span class="icon iconfont icon-jiantou"></span>
153
+          </a>
154
+        </div>
155
+      </div>
156
+      <div class="typeCon">
157
+        <div class="infoul">
158
+          <div class="infoLi">
159
+            <div class="liTitle">
160
+              <div class="h3 liTit">
161
+                <div class="liTitMove">
162
+                  <div>社会责任战略规划</div>
39 163
                 </div>
164
+              </div>
165
+              <div class="button">
166
+                <div class="btnjbg"></div>
167
+              </div>
168
+            </div>
169
+            <div class="infoSonLi">
170
+              <div class="text">
171
+                <div>《集团党建工作考核办法》中设置“社会价值”一级考核指标,细化为“社会责任认可度”二级指标,“强化社会担当”和“将社会责任融入生产经营过程”三级指标,以及 4
172
+                  个四级指标,督导企业形成履行社会责任特色做法、形成品牌,社会责任履行情况得到外界认可。</div>
173
+              </div>
40 174
             </div>
41
-            <div class="news_ul">
42
-                <div class="news_list">
43
-                    <div class="news_li">
44
-                        <div class="li_left">
45
-                            <span>19</span>
46
-                            <span>24-12</span>
47
-                        </div> 
48
-                        <a class="li_cont" href="./articleDetails.html">
49
-                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
50
-                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
51
-                        </a>
52
-                    </div>
53
-                    <div class="news_li">
54
-                        <div class="li_left">
55
-                            <span>09</span>
56
-                            <span>24-12</span>
57
-                        </div>
58
-                        <a class="li_cont" href="#">
59
-                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
60
-                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
61
-                        </a>
62
-                    </div>
63
-                    <div class="news_li">
64
-                        <div class="li_left">
65
-                            <span>10</span>
66
-                            <span>24-12</span> 
67
-                        </div>
68
-                        <a class="li_cont" href="#">
69
-                            <div>中共中央办公厅 国务院办公厅关于推进新型城市基础设施建设打造韧性城市的意见</div>
70
-                            <div>为深化城市安全韧性提升行动,推进数字化、网络化、智能化新型城市基础设施建设,打造承受适应能力强、恢复速度快的韧性城市,增强城市风险防控和治理能力,经党...</div>
71
-                        </a>
72
-                    </div>
175
+          </div>
176
+          <div class="infoLi">
177
+            <div class="liTitle">
178
+              <div class="h3 liTit">
179
+                <div class="liTitMove">
180
+                  <div>社会责任价值观</div>
73 181
                 </div>
74
-                <div class="news_paging">
75
-                    <a id="previousPage" class="previousPage">
76
-                       <span class="icon iconfont icon-jiantou"></span>
77
-                    </a>
78
-                    <div id="paging" style="display: flex;align-items: center;">
79
-                        <a class="pageNum">1</a>
80
-                        <a class="pageNum">2</a>
81
-                        <a class="pageNum">3</a>
82
-                        <a class="pageNum pageNums">...</a>
83
-                    </div>
84
-                    <a id="nextPage" class="nextPage">
85
-                        <span class="icon iconfont icon-jiantou"></span>
86
-                    </a>
182
+              </div>
183
+              <div class="button">
184
+                <div class="btnjbg"></div>
185
+              </div>
186
+            </div>
187
+            <div class="infoSonLi">
188
+              <div class="text">
189
+                <div>贯彻落实创新、协调、绿色、开放、共享的发展理念,统筹推进“五位一体”总体布局要求,强化集团及控股企业社会责任管理,促进经济、社会、环境的和谐与可持续发展。</div>
190
+              </div>
191
+            </div>
192
+          </div>
193
+          <div class="infoLi">
194
+            <div class="liTitle">
195
+              <div class="h3 liTit">
196
+                <div class="liTitMove">
197
+                  <div>制定《社会责任管理指引》</div>
87 198
                 </div>
199
+              </div>
200
+              <div class="button">
201
+                <div class="btnjbg"></div>
202
+              </div>
88 203
             </div>
89
-            <div class="typeCon">
90
-                <div class="infoul">
91
-                  <div class="infoLi">
92
-                          <div class="liTitle">
93
-                            <div class="h3 liTit">
94
-                              <div class="liTitMove">
95
-                                <div>社会责任战略规划</div>
96
-                              </div>
97
-                            </div>
98
-                            <div class="button"><div class="btnjbg"></div></div>
99
-                          </div>
100
-                          <div class="infoSonLi">
101
-                            <div class="text">
102
-                              <div>《投资集团党建工作考核办法》中设置“社会价值”一级考核指标,细化为“社会责任认可度”二级指标,“强化社会担当”和“将社会责任融入生产经营过程”三级指标,以及 4 个四级指标,督导企业形成履行社会责任特色做法、形成品牌,社会责任履行情况得到外界认可。</div>
103
-                            </div>
104
-                        </div>
105
-                  </div>
106
-                  <div class="infoLi">
107
-                          <div class="liTitle">
108
-                            <div class="h3 liTit">
109
-                              <div class="liTitMove">
110
-                                <div>社会责任价值观</div>
111
-                              </div>
112
-                            </div>
113
-                            <div class="button"><div class="btnjbg"></div></div>
114
-                          </div>
115
-                          <div class="infoSonLi">
116
-                            <div class="text">
117
-                              <div>贯彻落实创新、协调、绿色、开放、共享的发展理念,统筹推进“五位一体”总体布局要求,强化投资集团及控股企业社会责任管理,促进经济、社会、环境的和谐与可持续发展。</div>
118
-                            </div>
119
-                        </div>
120
-                  </div>
121
-                  <div class="infoLi">
122
-                          <div class="liTitle">
123
-                            <div class="h3 liTit">
124
-                              <div class="liTitMove">
125
-                                <div>制定《社会责任管理指引》</div>
126
-                              </div>
127
-                            </div>
128
-                            <div class="button"><div class="btnjbg"></div></div>
129
-                          </div>
130
-                          <div class="infoSonLi">
131
-                            <div class="text">
132
-                              <div>根据公司法等相关法律法规以及投资集团实际,参考国际国内各类标准,于 2012 年制定并印发了《社会责任管理指引》;结合十八大以来党和国家的新思想、新论断,以及省十次党代会提出的我省五年发展目标,对照《中国企业社会责任报告指南基础框架》4.0 版,于 2020 年对《社会责任管理指引》进行修订。《社会责任管理指引》明确了投资集团及控股企业对国民经济和社会发展,资源节约和环境保护,以及股东、债权人、员工、客户、合作者、政府和社区等利益相关者所应承担的经济、法律、道德与慈善等责任。 </div>
133
-                            </div>
134
-                        </div>
135
-                  </div>
204
+            <div class="infoSonLi">
205
+              <div class="text">
206
+                <div>根据公司法等相关法律法规以及集团实际,参考国际国内各类标准,于 2012
207
+                  年制定并印发了《社会责任管理指引》;结合十八大以来党和国家的新思想、新论断,以及省十次党代会提出的我省五年发展目标,对照《中国企业社会责任报告指南基础框架》4.0 版,于 2020
208
+                  年对《社会责任管理指引》进行修订。《社会责任管理指引》明确了集团及控股企业对国民经济和社会发展,资源节约和环境保护,以及股东、债权人、员工、客户、合作者、政府和社区等利益相关者所应承担的经济、法律、道德与慈善等责任。
136 209
                 </div>
210
+              </div>
137 211
             </div>
138
-           
212
+          </div>
139 213
         </div>
140
-        <%= require('../common/tpl/footer.tpl') %>
141
-            <%= require('../common/tpl/bottomBar.tpl') %>
214
+      </div>
215
+
216
+    </div>
217
+    <%= require('../common/tpl/footer.tpl') %>
218
+      <%= require('../common/tpl/bottomBar.tpl') %>
142 219
 </body>
143 220
 
144 221
 </html>

+ 86
- 41
src/pages/socialResponsibility/index.less View File

@@ -36,7 +36,7 @@
36 36
                 .news_content{
37 37
                     width: 100%;
38 38
                     color: #231F20;
39
-                    padding: 190px 30px 40px;
39
+                    padding: 120px 30px 40px;
40 40
                     box-sizing: border-box;
41 41
                     display: flex;
42 42
                     justify-content: space-between;
@@ -45,13 +45,15 @@
45 45
                         font-size: 60px;
46 46
                         color: #231F20;
47 47
                         margin-left: 100px;
48
+                        font-family: 'MyFont1';
48 49
                     }
49 50
                     .cont2{
50 51
                         width: 640px;
51 52
                         font-size: 20px;
52 53
                         color: #231F20;
53 54
                         margin-right: 110px;
54
-                        line-height: 35px;
55
+                        line-height: 40px;
56
+                        text-align: justify;
55 57
                     }
56 58
                 }
57 59
                 
@@ -70,11 +72,27 @@
70 72
                 color: #231F20;
71 73
                 margin-right: 80px;
72 74
                 cursor: pointer;
73
-                padding-bottom: 48px;
75
+                padding-bottom: 30px;
74 76
                 transition: all .2s;
75
-                border-bottom: 2px solid #fff;
77
+                border-bottom: 2px solid transparent;
78
+                position: relative;
79
+                &::after{
80
+                    content: "";
81
+                    width: 0;
82
+                    height: 2px;
83
+                    background: #B81C25;
84
+                    position: absolute;
85
+                    left: 0;
86
+                    bottom: -2px;
87
+                    right: 0;
88
+                    margin: auto;
89
+                    transition: all .4s ease;
90
+                }
76 91
                 &:hover{
77 92
                     color: #B81C25;
93
+                    &::after{
94
+                        width: 100%;
95
+                    }
78 96
                 }
79 97
             }   
80 98
             .tabs_lis{
@@ -97,48 +115,69 @@
97 115
             .news_li{
98 116
                 display: flex;
99 117
                 align-items: center;
118
+                justify-content: space-between;
100 119
                 padding: 40px 0;
101 120
                 border-bottom:1px solid #DADADA;
102 121
                 transition: all .2s;
103 122
                 .li_left{
104
-                    width: 66px;
123
+                    width: 65px;
105 124
                     height: 66px;
106
-                    background: #F6F6F6;
107
-                    border: 1px solid #A7A5A5;
108
-                    display: flex;
109
-                    align-items: center;
110
-                    justify-content: center;
111
-                    flex-direction: column;
112
-                    margin-right: 30px;
113
-                    transition: all .5s;
114 125
                     border-radius: 8px;
115
-                    span:nth-child(1){
116
-                        font-family: Source Han Sans CN;
117
-                        font-weight: 500;
118
-                        font-size: 30px;
119
-                        color: #B81C25;
120
-                    }
121
-                    span:nth-child(2){
122
-                        font-family: Source Han Sans CN;
123
-                        font-weight: 500;
124
-                        font-size: 13px;
125
-                        color: #231F20;
126
-                        position: relative;
127
-                        &::after{
128
-                            content: '';
129
-                            position: absolute;
130
-                            top: -1px;
131
-                            left: -8%;
132
-                            height: 1px;
133
-                            width: 120%;
134
-                            background-color: #B81C25;
135
-                        }
136
-                    }
137
-                    a{
138
-                        cursor: pointer;
126
+                    border: 1px solid #A7A5A5;
127
+                    text-align: center;
128
+                    font-size: 12px;
129
+                    padding: 0px 12px 0;
130
+                    box-sizing: border-box;
131
+                    .timerData{
132
+                      font-size: 26px;
133
+                      color: #b81c25;
134
+                      border-bottom: 1px solid #b81c25;
135
+                      padding-bottom: 3px;
136
+                      margin-bottom: 3px;
137
+                      line-height: 30px;
138
+                      padding-top: 4px;
139 139
                     }
140 140
                 }
141
+                // .li_left{
142
+                //     width: 66px;
143
+                //     height: 66px;
144
+                //     background: #F6F6F6;
145
+                //     border: 1px solid #A7A5A5;
146
+                //     display: flex;
147
+                //     align-items: center;
148
+                //     justify-content: center;
149
+                //     flex-direction: column;
150
+                //     margin-right: 30px;
151
+                //     transition: all .5s;
152
+                //     border-radius: 8px;
153
+                //     span:nth-child(1){
154
+                //         font-family: Source Han Sans CN;
155
+                //         font-weight: 500;
156
+                //         font-size: 30px;
157
+                //         color: #B81C25;
158
+                //     }
159
+                //     span:nth-child(2){
160
+                //         font-family: Source Han Sans CN;
161
+                //         font-weight: 500;
162
+                //         font-size: 13px;
163
+                //         color: #231F20;
164
+                //         position: relative;
165
+                //         &::after{
166
+                //             content: '';
167
+                //             position: absolute;
168
+                //             top: -1px;
169
+                //             left: -8%;
170
+                //             height: 1px;
171
+                //             width: 120%;
172
+                //             background-color: #B81C25;
173
+                //         }
174
+                //     }
175
+                //     a{
176
+                //         cursor: pointer;
177
+                //     }
178
+                // }
141 179
                 .li_cont{
180
+                    width: calc(100% - 80px);
142 181
                     font-family: Source Han Sans CN;
143 182
                     font-weight: 400;
144 183
                     transition: all .2s;
@@ -160,6 +199,7 @@
160 199
                         -webkit-box-orient: vertical; /* 垂直方向排列 */
161 200
                         -webkit-line-clamp: 1;      /* 限制显示的行数,这里是3行 */
162 201
                         overflow: hidden;            /* 隐藏超出部分 */
202
+                        text-align: justify;
163 203
                     }
164 204
                 }
165 205
                 &:hover{
@@ -252,7 +292,10 @@
252 292
             margin-left: 10px;
253 293
         }
254 294
         .pageNumActive{
255
-            color: #041954;
295
+            color: #fff;
296
+            background-color: #B81C25;
297
+            border: 1px solid #B81C25;
298
+
256 299
         }
257 300
         .ellipsis{
258 301
             font-family: Source Han Sans CN;
@@ -451,17 +494,18 @@ a{
451 494
                         padding: 3.75vw;
452 495
                         flex-direction: column;
453 496
                         .cont1{
454
-                            font-size: 6.375vw;
497
+                            font-size: 8.25vw;
455 498
                             margin: 0;
456 499
                             margin-bottom: 10.625vw;
457 500
                             width: 100%;
458 501
                             text-align: center;
502
+                            font-family: 'MyFont1';
459 503
                         }
460 504
                         .cont2{
461 505
                             width: 100%;
462
-                            line-height: 24px;
506
+                            line-height: 7.5vw;
463 507
                         //     font-family: Source Han Sans CN;
464
-                            font-size: 3.75vw;
508
+                            font-size: 4.25vw;
465 509
                             text-align: justify;
466 510
                         //     color: #fff;
467 511
                         //     margin-top: 2.5vw;
@@ -522,6 +566,7 @@ a{
522 566
                             -webkit-box-orient: vertical; /* 垂直方向排列 */
523 567
                             -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
524 568
                             overflow: hidden;     
569
+                            text-align: justify;
525 570
                         }
526 571
                       
527 572
                     }

Loading…
Cancel
Save