diff --git a/contact.html b/contact.html index 98d9b04..9f58e6f 100644 --- a/contact.html +++ b/contact.html @@ -93,20 +93,31 @@
打造创新型停车场 轻松停车
diff --git a/css/contact.css b/css/contact.css index 6204401..0fd35b3 100644 --- a/css/contact.css +++ b/css/contact.css @@ -4,7 +4,7 @@ .contactside-bg{ width: 100%; height:540px; - background: url("../images/contactside-bg.png") no-repeat; + background: url("../images/contactside-bg.jpg") no-repeat; background-size: 100% 100%; } .contactside-bg p:nth-of-type(1){ @@ -55,13 +55,23 @@ background: url("../images/example-wrap-empty.png") no-repeat center center; background-size: 90% 100%; } -.example-wrap-main div:nth-of-type(1){ - +.example-wrap-main>div{ + width:200px; + height:119px; + background:rgba(73,164,254,.7); + position: relative; + left: 50%; + top:50%; + margin-left: -100px; + margin-top: -60px; +} +.example-wrap-main>div>div:nth-of-type(1){ + padding: 20px 0 7px; + text-align: center; font-size:30px; color:rgba(255,255,255,1); - padding: 130px 0 10px; } -.example-wrap-main div:nth-of-type(2){ +.example-wrap-main>div>div:nth-of-type(2){ height: 20px; line-height: 20px; font-size:20px; diff --git a/css/portfollo.css b/css/portfollo.css index 5e946c6..019e4e4 100644 --- a/css/portfollo.css +++ b/css/portfollo.css @@ -2,16 +2,20 @@ .breadcrumb{ width: 100%; height: 540px; - background:url('../images/breadcrumb-bg.png'); + background:url('../images/breadcrumb-bg.jpg'); background-size:100% 100%; background-repeat:no-repeat; } .breadcrumb-text{ + width:832px; + height:79px; + margin: 200px auto; text-align: center; - padding-top: 210px; + line-height: 79px; color: #fff; font-size: 44px; + background-color: #3F9FFE; } #portfolio-soft-top{ padding-bottom: 0; @@ -70,22 +74,56 @@ width: 50%; padding-left: 100px; } +.ortfolio-soft-bottom-2>li:nth-of-type(1){ + padding-left: 100px; +} +.ortfolio-soft-bottom-3>li:nth-of-type(1){ + padding-left: 100px; +} .ortfolio-soft-bottom-1>li:nth-of-type(1) .swiper-slide{ height: 500px; } -#portfolio-rnt-wrap{ +.portfolio-rnt-wrap{ width: 50%; height: 500px; float: left; background: url("../images/portfolio-rnt.png") no-repeat -35px 0; overflow: hidden; } +.portfolio-pc-wrap{ + width: 50%; + height: 500px; + float: left; + background: url("../images/portfolio-pc.png") no-repeat center center; + background-size: 100% 70%; + overflow: hidden; +} + .portfolio-analysis-wrap{ + width: 50%; + height: 500px; + float: left; + background: url("../images/portfolio-pc.png") no-repeat center center; + background-size: 100% 70%; + overflow: hidden; + } #portfolio-rnt{ width: 300px; height: 500px; margin-left: 215px; margin-top: 23px; } +#portfolio-pc{ + width: 473px; + height: 300px; + margin-left: 63px; + margin-top: 93px; +} +#portfolio-analysis{ + width: 473px; + height: 300px; + margin-left: 63px; + margin-top: 93px; +} #portfolio-rnt .portfolio-rnt1{ width:100%; height: 500px; @@ -106,20 +144,72 @@ height: 500px; background: url("../images/portfolio-rnt4.png") no-repeat ; } + +#portfolio-pc .portfolio-pc1{ + width:100%; + height: 300px; + background: url("../images/portfolio-pc1.png") no-repeat ; + background-size: 100% 100%; +} + +#portfolio-pc .portfolio-pc2{ + width:100%; + height: 300px; + background: url("../images/portfolio-pc2.png") no-repeat ; + background-size: 100% 100%; +} + +#portfolio-pc .portfolio-pc3{ + width:100%; + height: 300px; + background: url("../images/portfolio-pc3.png") no-repeat ; + background-size: 100% 100%; +} + +#portfolio-pc .portfolio-pc4{ + width:100%; + height: 300px; + background: url("../images/portfolio-pc4.png") no-repeat ; + background-size: 100% 100%; +} +#portfolio-analysis .portfolio-analysis1{ + width:100%; + height: 300px; + background: url("../images/portfolio-analysis1.png") no-repeat ; + background-size: 100% 100%; +} +#portfolio-analysis .portfolio-analysis2{ + width:100%; + height: 300px; + background: url("../images/portfolio-analysis2.png") no-repeat ; + background-size: 100% 100%; +} +#portfolio-analysis .portfolio-analysis3{ + width:100%; + height: 300px; + background: url("../images/portfolio-analysis3.png") no-repeat ; + background-size: 100% 100%; +} +#portfolio-analysis .portfolio-analysis4{ + width:100%; + height: 300px; + background: url("../images/portfolio-analysis4.png") no-repeat ; + background-size: 100% 100%; +} .ortfolio-soft-bottom-1 li:nth-of-type(2){ padding-left: 100px; } -.ortfolio-soft-bottom-2 li:nth-of-type(1){ - background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center; - background-size: 100% 80%; -} +/*.ortfolio-soft-bottom-2 li:nth-of-type(1){*/ + /*background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center;*/ + /*background-size: 100% 80%;*/ +/*}*/ .ortfolio-soft-bottom-2 li:nth-of-type(2){ padding-left:100px; } -.ortfolio-soft-bottom-3 li:nth-of-type(1){ - background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center; - background-size: 100% 80%; -} +/*.ortfolio-soft-bottom-3 li:nth-of-type(1){*/ + /*background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center;*/ + /*background-size: 100% 80%;*/ +/*}*/ .ortfolio-soft-bottom-3 li:nth-of-type(2){ padding-left:100px; } diff --git a/images/breadcrumb-bg.jpg b/images/breadcrumb-bg.jpg new file mode 100644 index 0000000..db6042b --- /dev/null +++ b/images/breadcrumb-bg.jpg diff --git a/images/breadcrumb-bg.png b/images/breadcrumb-bg.png deleted file mode 100755 index fbe9b47..0000000 --- a/images/breadcrumb-bg.png +++ /dev/null diff --git a/images/contactside-bg.jpg b/images/contactside-bg.jpg new file mode 100644 index 0000000..6d04f2b --- /dev/null +++ b/images/contactside-bg.jpg diff --git a/images/contactside-bg.png b/images/contactside-bg.png deleted file mode 100755 index b72e015..0000000 --- a/images/contactside-bg.png +++ /dev/null diff --git a/images/portfolio-analysis1.png b/images/portfolio-analysis1.png new file mode 100644 index 0000000..06f1775 --- /dev/null +++ b/images/portfolio-analysis1.png diff --git a/images/portfolio-analysis2.png b/images/portfolio-analysis2.png new file mode 100644 index 0000000..9cb4761 --- /dev/null +++ b/images/portfolio-analysis2.png diff --git a/images/portfolio-analysis3.png b/images/portfolio-analysis3.png new file mode 100644 index 0000000..6c2185e --- /dev/null +++ b/images/portfolio-analysis3.png diff --git a/images/portfolio-analysis4.png b/images/portfolio-analysis4.png new file mode 100644 index 0000000..7dccbc1 --- /dev/null +++ b/images/portfolio-analysis4.png diff --git a/images/portfolio-pc.png b/images/portfolio-pc.png new file mode 100644 index 0000000..a7c2669 --- /dev/null +++ b/images/portfolio-pc.png diff --git a/images/portfolio-pc1.png b/images/portfolio-pc1.png new file mode 100644 index 0000000..1f2bf44 --- /dev/null +++ b/images/portfolio-pc1.png diff --git a/images/portfolio-pc2.png b/images/portfolio-pc2.png new file mode 100644 index 0000000..cf427f2 --- /dev/null +++ b/images/portfolio-pc2.png diff --git a/images/portfolio-pc3.png b/images/portfolio-pc3.png new file mode 100644 index 0000000..4c159ff --- /dev/null +++ b/images/portfolio-pc3.png diff --git a/images/portfolio-pc4.png b/images/portfolio-pc4.png new file mode 100644 index 0000000..f160fcf --- /dev/null +++ b/images/portfolio-pc4.png diff --git a/js/portfollo.js b/js/portfollo.js index 40beb55..a50adc6 100644 --- a/js/portfollo.js +++ b/js/portfollo.js @@ -5,6 +5,67 @@ $('#portfolio-soft-wrap li').on('click',function () { $('#portfolio-soft-wrap li').children('div').addClass('displaynone'); $('#portfolio-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); $('#portfolio-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); + if (_index == 0){ + new Swiper ('#portfolio-rnt', { + direction: 'horizontal', + loop: true, + speed: 500, //设置轮播时长 可以不设置 会有个默认值 + autoplay: true,//可选选项,自动滑动 + // 如果需要分页器 + pagination: { + el: '.swiper-pagination', + clickable:true + }, + autoplay: { + disableOnInteraction: false, //点击后继续轮播(这个很重要) + delay: 1500, //自动轮播的每次的时间 可以不设置 会有个默认值 + }, + // 如果需要前进后退按钮 + + + }) + } + if (_index == 1){ + new Swiper ('#portfolio-pc', { + direction: 'horizontal', + loop: true, + speed: 500, //设置轮播时长 可以不设置 会有个默认值 + autoplay: true,//可选选项,自动滑动 + // 如果需要分页器 + pagination: { + el: '.swiper-pagination', + clickable:true + }, + autoplay: { + disableOnInteraction: false, //点击后继续轮播(这个很重要) + delay: 1500, //自动轮播的每次的时间 可以不设置 会有个默认值 + }, + // 如果需要前进后退按钮 + + + }) + } + if (_index == 2){ + new Swiper ('#portfolio-analysis', { + 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 () { @@ -17,7 +78,7 @@ $('#portfolio-hardware-wrap li').on('click',function () { -var mySwiper = new Swiper ('#portfolio-rnt', { + new Swiper ('#portfolio-rnt', { direction: 'horizontal', loop: true, speed: 500, //设置轮播时长 可以不设置 会有个默认值 @@ -35,3 +96,5 @@ var mySwiper = new Swiper ('#portfolio-rnt', { }) + + diff --git a/portfolio.html b/portfolio.html index 09b14f0..ab3422c 100755 --- a/portfolio.html +++ b/portfolio.html @@ -101,7 +101,7 @@
@@ -170,9 +185,24 @@
    -
  • +
    +
  • +
    +
    -
  • +
+
+ +
+
+ +
+
+ +
+
+ +
  • 数据分析平台 @@ -366,6 +396,6 @@ - +