Commit 8eb1c9b3e227c554bfcf728f058e35bb439fb479
1 parent
f7d464bd
新闻动态修改
Showing
8 changed files
with
101 additions
and
5 deletions
css/portfollo.css
@@ -42,6 +42,11 @@ | @@ -42,6 +42,11 @@ | ||
42 | background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0; | 42 | background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0; |
43 | 43 | ||
44 | } | 44 | } |
45 | +.portfolio-soft-wrap li:nth-of-type(4){ | ||
46 | + padding-top: 60px; | ||
47 | + background: url("../images/portfolio-soft-wrap-4.png") no-repeat center 0; | ||
48 | + | ||
49 | +} | ||
45 | .portfolio-soft-wrap li:nth-of-type(1).active{ | 50 | .portfolio-soft-wrap li:nth-of-type(1).active{ |
46 | color: #3F9FFE; | 51 | color: #3F9FFE; |
47 | padding-bottom: 10px; | 52 | padding-bottom: 10px; |
@@ -60,6 +65,12 @@ | @@ -60,6 +65,12 @@ | ||
60 | /*border-bottom: 3px solid rgba(63,159,254,1);*/ | 65 | /*border-bottom: 3px solid rgba(63,159,254,1);*/ |
61 | background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0; | 66 | background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0; |
62 | } | 67 | } |
68 | +.portfolio-soft-wrap li:nth-of-type(4).active{ | ||
69 | + color: #3F9FFE; | ||
70 | + padding-bottom: 10px; | ||
71 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | ||
72 | + background: url("../images/portfolio-soft-wrap-4-active.png") no-repeat center 0; | ||
73 | +} | ||
63 | 74 | ||
64 | .portfolio-section-wrap{ | 75 | .portfolio-section-wrap{ |
65 | min-height: 596px; | 76 | min-height: 596px; |
@@ -101,7 +112,14 @@ | @@ -101,7 +112,14 @@ | ||
101 | background-size: 100% 70%; | 112 | background-size: 100% 70%; |
102 | overflow: hidden; | 113 | overflow: hidden; |
103 | } | 114 | } |
104 | -#portfolio-rnt{ | 115 | +.portfolio-Patrol-wrap{ |
116 | + height: 500px; | ||
117 | + float: left; | ||
118 | + background: url("../images/portfolio-rnt.png") no-repeat -35px 0; | ||
119 | + overflow: hidden; | ||
120 | + | ||
121 | +} | ||
122 | +#portfolio-rnt,#portfolio-Patrol{ | ||
105 | width: 300px; | 123 | width: 300px; |
106 | height: 500px; | 124 | height: 500px; |
107 | margin-left: 200px; | 125 | margin-left: 200px; |
@@ -191,6 +209,19 @@ | @@ -191,6 +209,19 @@ | ||
191 | background: url("../images/portfolio-analysis4.png") no-repeat ; | 209 | background: url("../images/portfolio-analysis4.png") no-repeat ; |
192 | background-size: 100% 100%; | 210 | background-size: 100% 100%; |
193 | } | 211 | } |
212 | + | ||
213 | +#portfolio-Patrol .portfolio-analysis1{ | ||
214 | + width:100%; | ||
215 | + height: 500px; | ||
216 | + background: url("../images/portfolio-Patrol-1.png") no-repeat ; | ||
217 | + background-size: 100% 100%; | ||
218 | +} | ||
219 | +#portfolio-Patrol .portfolio-analysis2{ | ||
220 | + width:100%; | ||
221 | + height: 500px; | ||
222 | + background: url("../images/portfolio-Patrol-2.png") no-repeat ; | ||
223 | + background-size: 100% 100%; | ||
224 | +} | ||
194 | .ortfolio-soft-bottom-1 li:nth-of-type(2){ | 225 | .ortfolio-soft-bottom-1 li:nth-of-type(2){ |
195 | padding-left: 100px; | 226 | padding-left: 100px; |
196 | } | 227 | } |
images/portfolio-Patrol-1.png
0 → 100644
53.2 KB
images/portfolio-Patrol-2.png
0 → 100644
51.5 KB
images/portfolio-Patrol-wrap.png
0 → 100644
156 KB
images/portfolio-soft-wrap-4-active.png
0 → 100644
1.55 KB
images/portfolio-soft-wrap-4.png
0 → 100644
1.66 KB
js/portfollo.js
@@ -66,6 +66,27 @@ $('#portfolio-soft-wrap li').on('click',function () { | @@ -66,6 +66,27 @@ $('#portfolio-soft-wrap li').on('click',function () { | ||
66 | }) | 66 | }) |
67 | } | 67 | } |
68 | 68 | ||
69 | + if (_index == 3){ | ||
70 | + new Swiper ('#portfolio-Patrol', { | ||
71 | + direction: 'horizontal', | ||
72 | + loop: true, | ||
73 | + speed: 500, //设置轮播时长 可以不设置 会有个默认值 | ||
74 | + autoplay: true,//可选选项,自动滑动 | ||
75 | + // 如果需要分页器 | ||
76 | + pagination: { | ||
77 | + el: '.swiper-pagination', | ||
78 | + clickable:true | ||
79 | + }, | ||
80 | + autoplay: { | ||
81 | + disableOnInteraction: false, //点击后继续轮播(这个很重要) | ||
82 | + delay: 1500, //自动轮播的每次的时间 可以不设置 会有个默认值 | ||
83 | + }, | ||
84 | + // 如果需要前进后退按钮 | ||
85 | + | ||
86 | + | ||
87 | + }) | ||
88 | + } | ||
89 | + | ||
69 | }) | 90 | }) |
70 | //硬件 | 91 | //硬件 |
71 | $('#portfolio-hardware-wrap li').on('click',function () { | 92 | $('#portfolio-hardware-wrap li').on('click',function () { |
portfolio.html
@@ -80,18 +80,23 @@ | @@ -80,18 +80,23 @@ | ||
80 | <div class="row"> | 80 | <div class="row"> |
81 | <div class="section-title-name">软件产品</div> | 81 | <div class="section-title-name">软件产品</div> |
82 | <ul class="portfolio-soft-wrap" id="portfolio-soft-wrap"> | 82 | <ul class="portfolio-soft-wrap" id="portfolio-soft-wrap"> |
83 | - <li class="text-center col-md-4 col-xs-4 active"> | 83 | + <li class="text-center col-md-3 col-xs-3 active"> |
84 | 任你停 | 84 | 任你停 |
85 | <div class="ai-success-stories-list-bar"></div> | 85 | <div class="ai-success-stories-list-bar"></div> |
86 | </li> | 86 | </li> |
87 | - <li class="text-center col-md-4 col-xs-4"> | 87 | + <li class="text-center col-md-3 col-xs-3"> |
88 | 企业云 | 88 | 企业云 |
89 | <div class="ai-success-stories-list-bar displaynone"></div> | 89 | <div class="ai-success-stories-list-bar displaynone"></div> |
90 | </li> | 90 | </li> |
91 | - <li class="text-center col-md-4 col-xs-4"> | 91 | + <li class="text-center col-md-3 col-xs-3"> |
92 | 数据平台 | 92 | 数据平台 |
93 | <div class="ai-success-stories-list-bar displaynone"></div> | 93 | <div class="ai-success-stories-list-bar displaynone"></div> |
94 | </li> | 94 | </li> |
95 | + <li class="text-center col-md-3 col-xs-3"> | ||
96 | + 巡查收费 | ||
97 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
98 | + </li> | ||
99 | + | ||
95 | </ul> | 100 | </ul> |
96 | </div> | 101 | </div> |
97 | </div> | 102 | </div> |
@@ -222,6 +227,45 @@ | @@ -222,6 +227,45 @@ | ||
222 | </div> | 227 | </div> |
223 | </section> | 228 | </section> |
224 | </li> | 229 | </li> |
230 | + <li class="displaynone"> | ||
231 | + <section class="padding20-0-70"> | ||
232 | + <div class="container"> | ||
233 | + <ul class="row ortfolio-soft-bottom-3"> | ||
234 | + <div class="portfolio-Patrol-wrap col-md-6 mediumdisplaynone"> | ||
235 | + <li class="text-center swiper-container" id="portfolio-Patrol"> | ||
236 | + <div class="swiper-wrapper"> | ||
237 | + <div class="swiper-slide portfolio-analysis1"> | ||
238 | + | ||
239 | + </div> | ||
240 | + <div class="swiper-slide portfolio-analysis2"> | ||
241 | + | ||
242 | + </div> | ||
243 | + <!--<div class="swiper-slide portfolio-analysis3">--> | ||
244 | + | ||
245 | + <!--</div>--> | ||
246 | + <!--<div class="swiper-slide portfolio-analysis4">--> | ||
247 | + | ||
248 | + <!--</div>--> | ||
249 | + </div> | ||
250 | + </li> | ||
251 | + </div> | ||
252 | + <li class="text-center col-md-6 "> | ||
253 | + <div class="ortfolio-soft-bottom-title"> | ||
254 | + <span></span>收费端、巡查端APP | ||
255 | + </div> | ||
256 | + <div class="ortfolio-soft-bottom-des"> | ||
257 | + <span></span>收费端提供车辆入场扫牌、在停车辆统计、车辆出场收费,欠费补交,停车记录查询、小票打印等功能;可以帮助收费员快速进行车辆的录入和出场 | ||
258 | + </div> | ||
259 | + <div class="ortfolio-soft-bottom-des"> | ||
260 | + <span></span>巡查端提供巡查任务实时执行、车位巡查、设备巡查、人员巡查、地图联动等功能。可以帮助巡查员实时接收巡查任务,以及巡查情况及时上报;帮助巡查员高效地完成巡查工作 | ||
261 | + </div> | ||
262 | + | ||
263 | + </li> | ||
264 | + | ||
265 | + </ul> | ||
266 | + </div> | ||
267 | + </section> | ||
268 | + </li> | ||
225 | </ul> | 269 | </ul> |
226 | <!--软件平台 end--> | 270 | <!--软件平台 end--> |
227 | <!--硬件平台 sta--> | 271 | <!--硬件平台 sta--> |
@@ -456,6 +500,6 @@ | @@ -456,6 +500,6 @@ | ||
456 | <script type="text/javascript" src="js/gmaps.min.js"></script> | 500 | <script type="text/javascript" src="js/gmaps.min.js"></script> |
457 | <script type="text/javascript" src="js/nav-footer.js"></script> | 501 | <script type="text/javascript" src="js/nav-footer.js"></script> |
458 | <script src="js/main.js?a=2"></script> | 502 | <script src="js/main.js?a=2"></script> |
459 | -<script src="js/portfollo.js?a=1"></script> | 503 | +<script src="js/portfollo.js"></script> |
460 | </body> | 504 | </body> |
461 | </html> | 505 | </html> |