From 8eb1c9b3e227c554bfcf728f058e35bb439fb479 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 19 Feb 2019 16:47:36 +0800 Subject: [PATCH] 新闻动态修改 --- css/portfollo.css | 33 ++++++++++++++++++++++++++++++++- images/portfolio-Patrol-1.png | Bin 0 -> 54440 bytes images/portfolio-Patrol-2.png | Bin 0 -> 52694 bytes images/portfolio-Patrol-wrap.png | Bin 0 -> 160043 bytes images/portfolio-soft-wrap-4-active.png | Bin 0 -> 1592 bytes images/portfolio-soft-wrap-4.png | Bin 0 -> 1702 bytes js/portfollo.js | 21 +++++++++++++++++++++ portfolio.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 8 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 images/portfolio-Patrol-1.png create mode 100644 images/portfolio-Patrol-2.png create mode 100644 images/portfolio-Patrol-wrap.png create mode 100644 images/portfolio-soft-wrap-4-active.png create mode 100644 images/portfolio-soft-wrap-4.png diff --git a/css/portfollo.css b/css/portfollo.css index 47e85d4..9635723 100644 --- a/css/portfollo.css +++ b/css/portfollo.css @@ -42,6 +42,11 @@ background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0; } +.portfolio-soft-wrap li:nth-of-type(4){ + padding-top: 60px; + background: url("../images/portfolio-soft-wrap-4.png") no-repeat center 0; + +} .portfolio-soft-wrap li:nth-of-type(1).active{ color: #3F9FFE; padding-bottom: 10px; @@ -60,6 +65,12 @@ /*border-bottom: 3px solid rgba(63,159,254,1);*/ background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0; } +.portfolio-soft-wrap li:nth-of-type(4).active{ + color: #3F9FFE; + padding-bottom: 10px; + /*border-bottom: 3px solid rgba(63,159,254,1);*/ + background: url("../images/portfolio-soft-wrap-4-active.png") no-repeat center 0; +} .portfolio-section-wrap{ min-height: 596px; @@ -101,7 +112,14 @@ background-size: 100% 70%; overflow: hidden; } -#portfolio-rnt{ +.portfolio-Patrol-wrap{ + height: 500px; + float: left; + background: url("../images/portfolio-rnt.png") no-repeat -35px 0; + overflow: hidden; + +} +#portfolio-rnt,#portfolio-Patrol{ width: 300px; height: 500px; margin-left: 200px; @@ -191,6 +209,19 @@ background: url("../images/portfolio-analysis4.png") no-repeat ; background-size: 100% 100%; } + +#portfolio-Patrol .portfolio-analysis1{ + width:100%; + height: 500px; + background: url("../images/portfolio-Patrol-1.png") no-repeat ; + background-size: 100% 100%; +} +#portfolio-Patrol .portfolio-analysis2{ + width:100%; + height: 500px; + background: url("../images/portfolio-Patrol-2.png") no-repeat ; + background-size: 100% 100%; +} .ortfolio-soft-bottom-1 li:nth-of-type(2){ padding-left: 100px; } diff --git a/images/portfolio-Patrol-1.png b/images/portfolio-Patrol-1.png new file mode 100644 index 0000000..fa10ffb Binary files /dev/null and b/images/portfolio-Patrol-1.png differ diff --git a/images/portfolio-Patrol-2.png b/images/portfolio-Patrol-2.png new file mode 100644 index 0000000..0621099 Binary files /dev/null and b/images/portfolio-Patrol-2.png differ diff --git a/images/portfolio-Patrol-wrap.png b/images/portfolio-Patrol-wrap.png new file mode 100644 index 0000000..78e3916 Binary files /dev/null and b/images/portfolio-Patrol-wrap.png differ diff --git a/images/portfolio-soft-wrap-4-active.png b/images/portfolio-soft-wrap-4-active.png new file mode 100644 index 0000000..c5219a7 Binary files /dev/null and b/images/portfolio-soft-wrap-4-active.png differ diff --git a/images/portfolio-soft-wrap-4.png b/images/portfolio-soft-wrap-4.png new file mode 100644 index 0000000..e55a84d Binary files /dev/null and b/images/portfolio-soft-wrap-4.png differ diff --git a/js/portfollo.js b/js/portfollo.js index a50adc6..65aec1f 100644 --- a/js/portfollo.js +++ b/js/portfollo.js @@ -66,6 +66,27 @@ $('#portfolio-soft-wrap li').on('click',function () { }) } + if (_index == 3){ + new Swiper ('#portfolio-Patrol', { + direction: 'horizontal', + loop: true, + speed: 500, //设置轮播时长 可以不设置 会有个默认值 + autoplay: true,//可选选项,自动滑动 + // 如果需要分页器 + pagination: { + el: '.swiper-pagination', + clickable:true + }, + autoplay: { + disableOnInteraction: false, //点击后继续轮播(这个很重要) + delay: 1500, //自动轮播的每次的时间 可以不设置 会有个默认值 + }, + // 如果需要前进后退按钮 + + + }) + } + }) //硬件 $('#portfolio-hardware-wrap li').on('click',function () { diff --git a/portfolio.html b/portfolio.html index 14b619b..1fcd627 100755 --- a/portfolio.html +++ b/portfolio.html @@ -80,18 +80,23 @@
软件产品
@@ -222,6 +227,45 @@ +
  • +
    +
    +
      +
      +
    • +
      +
      + +
      +
      + +
      + + + + + + +
      +
    • +
      +
    • +
      + 收费端、巡查端APP +
      +
      + 收费端提供车辆入场扫牌、在停车辆统计、车辆出场收费,欠费补交,停车记录查询、小票打印等功能;可以帮助收费员快速进行车辆的录入和出场 +
      +
      + 巡查端提供巡查任务实时执行、车位巡查、设备巡查、人员巡查、地图联动等功能。可以帮助巡查员实时接收巡查任务,以及巡查情况及时上报;帮助巡查员高效地完成巡查工作 +
      + +
    • + +
    +
    +
    +
  • @@ -456,6 +500,6 @@ - + -- libgit2 0.21.4