Commit 71fe6b1f1f726a5e71ab437622b42ee04a385368
Merge branch 'test' of http://192.168.1.195:9998/web_developers/webportal into test
Showing
7 changed files
with
223 additions
and
141 deletions
css/portfollo.css
| 1 | +/*breadcrumb*/ | ||
| 2 | +.breadcrumb{ | ||
| 3 | + width: 100%; | ||
| 4 | + height: 682px; | ||
| 5 | + background:url('../images/breadcrumb-bg.png'); | ||
| 6 | + background-size:100% 100%; | ||
| 7 | + background-repeat:no-repeat; | ||
| 1 | 8 | ||
| 9 | +} | ||
| 10 | +.breadcrumb-text{ | ||
| 11 | + text-align: center; | ||
| 12 | + padding-top: 300px; | ||
| 13 | + color: #fff; | ||
| 14 | + font-size: 71px; | ||
| 15 | +} | ||
| 16 | +#portfolio-soft-top{ | ||
| 17 | + background: #fff; | ||
| 18 | +} | ||
| 19 | +/*软件sta-----*/ | ||
| 20 | +.portfolio-soft-wrap li{ | ||
| 21 | + color:rgba(6,14,19,.8); | ||
| 22 | + font-size: 20px; | ||
| 23 | + cursor: pointer; | ||
| 24 | + position: relative; | ||
| 25 | +} | ||
| 26 | +.portfolio-soft-wrap li:nth-of-type(1){ | ||
| 27 | + padding-top: 60px; | ||
| 28 | + background: url("../images/portfolio-soft-wrap-1.png") no-repeat center 0; | ||
| 29 | + | ||
| 30 | +} | ||
| 31 | +.portfolio-soft-wrap li:nth-of-type(2){ | ||
| 32 | + padding-top: 60px; | ||
| 33 | + background: url("../images/portfolio-soft-wrap-2.png") no-repeat center 0; | ||
| 34 | + | ||
| 35 | +} | ||
| 36 | +.portfolio-soft-wrap li:nth-of-type(3){ | ||
| 37 | + padding-top: 60px; | ||
| 38 | + background: url("../images/portfolio-soft-wrap-3.png") no-repeat center 0; | ||
| 39 | + | ||
| 40 | +} | ||
| 41 | +.portfolio-soft-wrap li:nth-of-type(1).active{ | ||
| 42 | + color: #3F9FFE; | ||
| 43 | + padding-bottom: 10px; | ||
| 44 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | ||
| 45 | + background: url("../images/portfolio-soft-wrap-1-active.png") no-repeat center 0; | ||
| 46 | +} | ||
| 47 | +.portfolio-soft-wrap li:nth-of-type(2).active{ | ||
| 48 | + color: #3F9FFE; | ||
| 49 | + padding-bottom: 10px; | ||
| 50 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | ||
| 51 | + background: url("../images/portfolio-soft-wrap-2-active.png") no-repeat center 0; | ||
| 52 | +} | ||
| 53 | +.portfolio-soft-wrap li:nth-of-type(3).active{ | ||
| 54 | + color: #3F9FFE; | ||
| 55 | + padding-bottom: 10px; | ||
| 56 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ | ||
| 57 | + background: url("../images/portfolio-soft-wrap-3-active.png") no-repeat center 0; | ||
| 58 | +} | ||
| 59 | + | ||
| 60 | +.portfolio-section-wrap{ | ||
| 61 | + min-height: 596px; | ||
| 62 | +} | ||
| 63 | +.portfolio-section-wrap>li{ | ||
| 64 | +} | ||
| 65 | +.portfolio-section-wrap>li li{ | ||
| 66 | + height: 596px; | ||
| 67 | +} | ||
| 68 | +.ortfolio-soft-bottom-1>li:nth-of-type(1){ | ||
| 69 | + background: url("../images/ortfolio-soft-mobile.gif") no-repeat center center; | ||
| 70 | + background-size: 100% 80%; | ||
| 71 | +} | ||
| 72 | +.ortfolio-soft-bottom-1 li:nth-of-type(2){ | ||
| 73 | + padding-left: 100px; | ||
| 74 | +} | ||
| 75 | +.ortfolio-soft-bottom-2 li:nth-of-type(1){ | ||
| 76 | + background: url("../images/ortfolio-soft-pc1.gif") no-repeat center center; | ||
| 77 | + background-size: 100% 70%; | ||
| 78 | +} | ||
| 79 | +.ortfolio-soft-bottom-2 li:nth-of-type(2){ | ||
| 80 | + padding-left:100px; | ||
| 81 | +} | ||
| 82 | +.ortfolio-soft-bottom-3 li:nth-of-type(1){ | ||
| 83 | + background: url("../images/ortfolio-soft-pc2.gif") no-repeat center center; | ||
| 84 | + background-size: 100% 70%; | ||
| 85 | +} | ||
| 86 | +.ortfolio-soft-bottom-3 li:nth-of-type(2){ | ||
| 87 | + padding-left:100px; | ||
| 88 | +} | ||
| 89 | +.ortfolio-soft-bottom-title{ | ||
| 90 | + font-size:30px; | ||
| 91 | + font-weight:bold; | ||
| 92 | + color:rgba(0,0,0,.8); | ||
| 93 | + margin: 239px 0 27px; | ||
| 94 | + text-align: left; | ||
| 95 | +} | ||
| 96 | +.ortfolio-soft-bottom-des{ | ||
| 97 | + font-size: 16px; | ||
| 98 | + text-align: left; | ||
| 99 | + color:rgba(0,0,0,.6); | ||
| 100 | + padding-left: 20px; | ||
| 101 | + position: relative; | ||
| 102 | +} | ||
| 103 | +.ortfolio-soft-bottom-des span{ | ||
| 104 | + width:6px; | ||
| 105 | + height:6px; | ||
| 106 | + display: inline-block; | ||
| 107 | + position: relative; | ||
| 108 | +} | ||
| 109 | +.ortfolio-soft-bottom-des span:before{ | ||
| 110 | + position: absolute; | ||
| 111 | + content: ''; | ||
| 112 | + left: -10px; | ||
| 113 | + top:50%; | ||
| 114 | + margin-top: -6px; | ||
| 115 | + width:6px; | ||
| 116 | + height:6px; | ||
| 117 | + background:rgba(66,160,251,1); | ||
| 118 | + border-radius:50%; | ||
| 119 | +} | ||
| 120 | +/*硬件sta-----*/ | ||
| 2 | .portfolio-hardware-top{ | 121 | .portfolio-hardware-top{ |
| 3 | background: #fff; | 122 | background: #fff; |
| 4 | padding-top: 101px !important; | 123 | padding-top: 101px !important; |
| @@ -8,6 +127,7 @@ | @@ -8,6 +127,7 @@ | ||
| 8 | color:rgba(6,14,19,.8); | 127 | color:rgba(6,14,19,.8); |
| 9 | font-size: 20px; | 128 | font-size: 20px; |
| 10 | cursor: pointer; | 129 | cursor: pointer; |
| 130 | + position: relative; | ||
| 11 | } | 131 | } |
| 12 | .portfolio-hardware-wrap li:nth-of-type(1){ | 132 | .portfolio-hardware-wrap li:nth-of-type(1){ |
| 13 | padding-top: 60px; | 133 | padding-top: 60px; |
| @@ -32,26 +152,26 @@ | @@ -32,26 +152,26 @@ | ||
| 32 | .portfolio-hardware-wrap li:nth-of-type(1).active{ | 152 | .portfolio-hardware-wrap li:nth-of-type(1).active{ |
| 33 | color: #3F9FFE; | 153 | color: #3F9FFE; |
| 34 | padding-bottom: 10px; | 154 | padding-bottom: 10px; |
| 35 | - border-bottom: 3px solid rgba(63,159,254,1); | 155 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ |
| 36 | background: url("../images/portfolio-hardware-wrap-1-active.png") no-repeat center 0; | 156 | background: url("../images/portfolio-hardware-wrap-1-active.png") no-repeat center 0; |
| 37 | } | 157 | } |
| 38 | .portfolio-hardware-wrap li:nth-of-type(2).active{ | 158 | .portfolio-hardware-wrap li:nth-of-type(2).active{ |
| 39 | color: #3F9FFE; | 159 | color: #3F9FFE; |
| 40 | padding-bottom: 10px; | 160 | padding-bottom: 10px; |
| 41 | - border-bottom: 3px solid rgba(63,159,254,1); | 161 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ |
| 42 | background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0; | 162 | background: url("../images/portfolio-hardware-wrap-2.png") no-repeat center 0; |
| 43 | /*background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;*/ | 163 | /*background: url("../images/portfolio-hardware-wrap-2-active.png") no-repeat center 0;*/ |
| 44 | } | 164 | } |
| 45 | .portfolio-hardware-wrap li:nth-of-type(3).active{ | 165 | .portfolio-hardware-wrap li:nth-of-type(3).active{ |
| 46 | color: #3F9FFE; | 166 | color: #3F9FFE; |
| 47 | padding-bottom: 10px; | 167 | padding-bottom: 10px; |
| 48 | - border-bottom: 3px solid rgba(63,159,254,1); | 168 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ |
| 49 | background: url("../images/portfolio-hardware-wrap-3-active.png") no-repeat center 0; | 169 | background: url("../images/portfolio-hardware-wrap-3-active.png") no-repeat center 0; |
| 50 | } | 170 | } |
| 51 | .portfolio-hardware-wrap li:nth-of-type(4).active{ | 171 | .portfolio-hardware-wrap li:nth-of-type(4).active{ |
| 52 | color: #3F9FFE; | 172 | color: #3F9FFE; |
| 53 | padding-bottom: 10px; | 173 | padding-bottom: 10px; |
| 54 | - border-bottom: 3px solid rgba(63,159,254,1); | 174 | + /*border-bottom: 3px solid rgba(63,159,254,1);*/ |
| 55 | background: url("../images/portfolio-hardware-wrap-4-active.png") no-repeat center 0; | 175 | background: url("../images/portfolio-hardware-wrap-4-active.png") no-repeat center 0; |
| 56 | } | 176 | } |
| 57 | 177 |
css/services.css
| @@ -68,6 +68,7 @@ | @@ -68,6 +68,7 @@ | ||
| 68 | font-size:20px; | 68 | font-size:20px; |
| 69 | cursor: pointer; | 69 | cursor: pointer; |
| 70 | height: 168px; | 70 | height: 168px; |
| 71 | + position: relative; | ||
| 71 | /*width: 133px;*/ | 72 | /*width: 133px;*/ |
| 72 | } | 73 | } |
| 73 | .services-soft-wrap li:nth-of-type(1) { | 74 | .services-soft-wrap li:nth-of-type(1) { |
| @@ -77,7 +78,7 @@ | @@ -77,7 +78,7 @@ | ||
| 77 | .services-soft-wrap li:nth-of-type(1).active { | 78 | .services-soft-wrap li:nth-of-type(1).active { |
| 78 | color: #3F9FFE; | 79 | color: #3F9FFE; |
| 79 | padding-bottom: 22px; | 80 | padding-bottom: 22px; |
| 80 | - border-bottom: 2px solid rgba(63,159,254,1); | 81 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 81 | background: url(../images/services_titico1_active.png) no-repeat center 0; | 82 | background: url(../images/services_titico1_active.png) no-repeat center 0; |
| 82 | } | 83 | } |
| 83 | .services-soft-wrap li:nth-of-type(2) { | 84 | .services-soft-wrap li:nth-of-type(2) { |
| @@ -89,7 +90,7 @@ | @@ -89,7 +90,7 @@ | ||
| 89 | .services-soft-wrap li:nth-of-type(2).active { | 90 | .services-soft-wrap li:nth-of-type(2).active { |
| 90 | color: #3F9FFE; | 91 | color: #3F9FFE; |
| 91 | padding-bottom: 22px; | 92 | padding-bottom: 22px; |
| 92 | - border-bottom: 2px solid rgba(63,159,254,1); | 93 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 93 | background: url(../images/services_titico2_active.png) no-repeat center 0; | 94 | background: url(../images/services_titico2_active.png) no-repeat center 0; |
| 94 | } | 95 | } |
| 95 | .services-soft-wrap li:nth-of-type(3) { | 96 | .services-soft-wrap li:nth-of-type(3) { |
| @@ -99,7 +100,7 @@ | @@ -99,7 +100,7 @@ | ||
| 99 | .services-soft-wrap li:nth-of-type(3).active { | 100 | .services-soft-wrap li:nth-of-type(3).active { |
| 100 | color: #3F9FFE; | 101 | color: #3F9FFE; |
| 101 | padding-bottom: 22px; | 102 | padding-bottom: 22px; |
| 102 | - border-bottom: 2px solid rgba(63,159,254,1); | 103 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 103 | background: url(../images/services_titico3_active.png) no-repeat center 0; | 104 | background: url(../images/services_titico3_active.png) no-repeat center 0; |
| 104 | } | 105 | } |
| 105 | /*1------tab 右侧 cont*/ | 106 | /*1------tab 右侧 cont*/ |
| @@ -156,6 +157,7 @@ | @@ -156,6 +157,7 @@ | ||
| 156 | font-size:20px; | 157 | font-size:20px; |
| 157 | cursor: pointer; | 158 | cursor: pointer; |
| 158 | height: 168px; | 159 | height: 168px; |
| 160 | + position: relative; | ||
| 159 | } | 161 | } |
| 160 | .services-park-wrap li:nth-of-type(1) { | 162 | .services-park-wrap li:nth-of-type(1) { |
| 161 | padding-top: 114px; | 163 | padding-top: 114px; |
| @@ -164,7 +166,7 @@ | @@ -164,7 +166,7 @@ | ||
| 164 | .services-park-wrap li:nth-of-type(1).active { | 166 | .services-park-wrap li:nth-of-type(1).active { |
| 165 | color: #3F9FFE; | 167 | color: #3F9FFE; |
| 166 | padding-bottom: 22px; | 168 | padding-bottom: 22px; |
| 167 | - border-bottom: 2px solid rgba(63,159,254,1); | 169 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 168 | background: url(../images/services_titico4_active.png) no-repeat center 0; | 170 | background: url(../images/services_titico4_active.png) no-repeat center 0; |
| 169 | } | 171 | } |
| 170 | .services-park-wrap li:nth-of-type(2) { | 172 | .services-park-wrap li:nth-of-type(2) { |
| @@ -176,7 +178,7 @@ | @@ -176,7 +178,7 @@ | ||
| 176 | .services-park-wrap li:nth-of-type(2).active { | 178 | .services-park-wrap li:nth-of-type(2).active { |
| 177 | color: #3F9FFE; | 179 | color: #3F9FFE; |
| 178 | padding-bottom: 22px; | 180 | padding-bottom: 22px; |
| 179 | - border-bottom: 2px solid rgba(63,159,254,1); | 181 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 180 | background: url(../images/services_titico5_active.png) no-repeat center 0; | 182 | background: url(../images/services_titico5_active.png) no-repeat center 0; |
| 181 | } | 183 | } |
| 182 | .services-park-wrap li:nth-of-type(3) { | 184 | .services-park-wrap li:nth-of-type(3) { |
| @@ -186,7 +188,7 @@ | @@ -186,7 +188,7 @@ | ||
| 186 | .services-park-wrap li:nth-of-type(3).active { | 188 | .services-park-wrap li:nth-of-type(3).active { |
| 187 | color: #3F9FFE; | 189 | color: #3F9FFE; |
| 188 | padding-bottom: 22px; | 190 | padding-bottom: 22px; |
| 189 | - border-bottom: 2px solid rgba(63,159,254,1); | 191 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 190 | background: url(../images/services_titico6_active.png) no-repeat center 0; | 192 | background: url(../images/services_titico6_active.png) no-repeat center 0; |
| 191 | } | 193 | } |
| 192 | 194 | ||
| @@ -222,6 +224,7 @@ | @@ -222,6 +224,7 @@ | ||
| 222 | font-size:20px; | 224 | font-size:20px; |
| 223 | cursor: pointer; | 225 | cursor: pointer; |
| 224 | height: 168px; | 226 | height: 168px; |
| 227 | + position: relative; | ||
| 225 | } | 228 | } |
| 226 | .services-user-wrap li:nth-of-type(1) { | 229 | .services-user-wrap li:nth-of-type(1) { |
| 227 | padding-top: 114px; | 230 | padding-top: 114px; |
| @@ -231,7 +234,7 @@ | @@ -231,7 +234,7 @@ | ||
| 231 | .services-user-wrap li:nth-of-type(1).active { | 234 | .services-user-wrap li:nth-of-type(1).active { |
| 232 | color: #3F9FFE; | 235 | color: #3F9FFE; |
| 233 | padding-bottom: 22px; | 236 | padding-bottom: 22px; |
| 234 | - border-bottom: 2px solid rgba(63,159,254,1); | 237 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 235 | background: url(../images/services_titico7_active.png) no-repeat center 0; | 238 | background: url(../images/services_titico7_active.png) no-repeat center 0; |
| 236 | } | 239 | } |
| 237 | .services-user-wrap li:nth-of-type(2) { | 240 | .services-user-wrap li:nth-of-type(2) { |
| @@ -242,7 +245,7 @@ | @@ -242,7 +245,7 @@ | ||
| 242 | .services-user-wrap li:nth-of-type(2).active { | 245 | .services-user-wrap li:nth-of-type(2).active { |
| 243 | color: #3F9FFE; | 246 | color: #3F9FFE; |
| 244 | padding-bottom: 22px; | 247 | padding-bottom: 22px; |
| 245 | - border-bottom: 2px solid rgba(63,159,254,1); | 248 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 246 | background: url(../images/services_titico8_active.png) no-repeat center 0; | 249 | background: url(../images/services_titico8_active.png) no-repeat center 0; |
| 247 | } | 250 | } |
| 248 | .services-user-wrap li:nth-of-type(3) { | 251 | .services-user-wrap li:nth-of-type(3) { |
| @@ -252,7 +255,7 @@ | @@ -252,7 +255,7 @@ | ||
| 252 | .services-user-wrap li:nth-of-type(3).active { | 255 | .services-user-wrap li:nth-of-type(3).active { |
| 253 | color: #3F9FFE; | 256 | color: #3F9FFE; |
| 254 | padding-bottom: 22px; | 257 | padding-bottom: 22px; |
| 255 | - border-bottom: 2px solid rgba(63,159,254,1); | 258 | + /*border-bottom: 2px solid rgba(63,159,254,1);*/ |
| 256 | background: url(../images/services_titico9_active.png) no-repeat center 0; | 259 | background: url(../images/services_titico9_active.png) no-repeat center 0; |
| 257 | } | 260 | } |
| 258 | /*footer sta*/ | 261 | /*footer sta*/ |
| @@ -306,3 +309,18 @@ | @@ -306,3 +309,18 @@ | ||
| 306 | background: url("../images/services_footIco3.png") no-repeat; | 309 | background: url("../images/services_footIco3.png") no-repeat; |
| 307 | /*background-size: ;*/ | 310 | /*background-size: ;*/ |
| 308 | } | 311 | } |
| 312 | +/*.ai-success-stories-list-bar{ | ||
| 313 | + position: absolute; | ||
| 314 | + left: 0; | ||
| 315 | + bottom: 0px; | ||
| 316 | + width: 50%; | ||
| 317 | + height: 2px; | ||
| 318 | + background: rgba(63,159,254,1); | ||
| 319 | + transition:width .8s; | ||
| 320 | + -webkit-transition:width .8s; | ||
| 321 | +} | ||
| 322 | +.ai-bar{ | ||
| 323 | + width:100%; | ||
| 324 | + transition:width .8s; | ||
| 325 | + -webkit-transition:width .8s; | ||
| 326 | +}*/ |
js/portfollo.js
| 1 | //软件 | 1 | //软件 |
| 2 | $('#portfolio-soft-wrap li').on('click',function () { | 2 | $('#portfolio-soft-wrap li').on('click',function () { |
| 3 | var _index = $(this).index(); | 3 | var _index = $(this).index(); |
| 4 | - $('#portfolio-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | ||
| 5 | - $('#portfolio-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | 4 | + $('#portfolio-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); |
| 5 | + $('#portfolio-soft-wrap li').children('div').addClass('displaynone'); | ||
| 6 | + $('#portfolio-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); | ||
| 7 | + $('#portfolio-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | ||
| 6 | }) | 8 | }) |
| 7 | //硬件 | 9 | //硬件 |
| 8 | $('#portfolio-hardware-wrap li').on('click',function () { | 10 | $('#portfolio-hardware-wrap li').on('click',function () { |
| 9 | var _index = $(this).index(); | 11 | var _index = $(this).index(); |
| 10 | - $('#portfolio-hardware-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | ||
| 11 | - $('#portfolio-section-hardware>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | 12 | + $('#portfolio-hardware-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); |
| 13 | + $('#portfolio-hardware-wrap li').children('div').addClass('displaynone'); | ||
| 14 | + $('#portfolio-hardware-wrap li').eq(_index).children('div').removeClass('displaynone'); | ||
| 15 | + $('#portfolio-section-hardware>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | ||
| 12 | }) | 16 | }) |
js/services.js
| @@ -2,23 +2,31 @@ | @@ -2,23 +2,31 @@ | ||
| 2 | //集团 tab 切换 | 2 | //集团 tab 切换 |
| 3 | $('#services-soft-wrap li').on('click',function () { | 3 | $('#services-soft-wrap li').on('click',function () { |
| 4 | var _index = $(this).index(); | 4 | var _index = $(this).index(); |
| 5 | + | ||
| 5 | $('#services-wrap-sass').css('background-image','url(images/services_saasIco'+(_index+1)+'.png)') | 6 | $('#services-wrap-sass').css('background-image','url(images/services_saasIco'+(_index+1)+'.png)') |
| 6 | - $('#services-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | 7 | + $('#services-soft-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); |
| 8 | + $('#services-soft-wrap li').children('div').addClass('displaynone'); | ||
| 9 | + $('#services-soft-wrap li').eq(_index).children('div').removeClass('displaynone'); | ||
| 10 | + // $('.ai-success-stories-list-bar').css('left',100*_index); | ||
| 7 | $('#services-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | 11 | $('#services-section-wrap>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') |
| 8 | }); | 12 | }); |
| 9 | 13 | ||
| 10 | //车场 tab 切换 | 14 | //车场 tab 切换 |
| 11 | $('#services-park-wrap li').on('click',function () { | 15 | $('#services-park-wrap li').on('click',function () { |
| 12 | var _index = $(this).index(); | 16 | var _index = $(this).index(); |
| 13 | - $('#services_parkIco').css('background-image','url(images/services_parkIco'+(_index+1)+'.png)') | ||
| 14 | - $('#services-park-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | ||
| 15 | - $('#services-section-park>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | 17 | + $('#services_parkIco').css('background-image','url(images/services_parkIco'+(_index+1)+'.png)'); |
| 18 | + $('#services-park-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | ||
| 19 | + $('#services-park-wrap li').children('div').addClass('displaynone'); | ||
| 20 | + $('#services-park-wrap li').eq(_index).children('div').removeClass('displaynone'); | ||
| 21 | + $('#services-section-park>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | ||
| 16 | }); | 22 | }); |
| 17 | 23 | ||
| 18 | //车主 tab 切换 | 24 | //车主 tab 切换 |
| 19 | $('#services-user-wrap li').on('click',function () { | 25 | $('#services-user-wrap li').on('click',function () { |
| 20 | var _index = $(this).index(); | 26 | var _index = $(this).index(); |
| 21 | - $('#services_userIco').css('background-image','url(images/services_userIco'+(_index+1)+'.png)') | ||
| 22 | - $('#services-user-wrap li').eq(_index).addClass('active').siblings().removeClass('active') | ||
| 23 | - $('#services-section-user>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone') | 27 | + $('#services_userIco').css('background-image','url(images/services_userIco'+(_index+1)+'.png)'); |
| 28 | + $('#services-user-wrap li').eq(_index).addClass('active').siblings().removeClass('active'); | ||
| 29 | + $('#services-user-wrap li').children('div').addClass('displaynone'); | ||
| 30 | + $('#services-user-wrap li').eq(_index).children('div').removeClass('displaynone'); | ||
| 31 | + $('#services-section-user>li').eq(_index).removeClass('displaynone').siblings().addClass('displaynone'); | ||
| 24 | }); | 32 | }); |
portfolio.html
| @@ -78,12 +78,15 @@ | @@ -78,12 +78,15 @@ | ||
| 78 | <ul class="portfolio-soft-wrap" id="portfolio-soft-wrap"> | 78 | <ul class="portfolio-soft-wrap" id="portfolio-soft-wrap"> |
| 79 | <li class="text-center col-md-4 active"> | 79 | <li class="text-center col-md-4 active"> |
| 80 | 任你停 | 80 | 任你停 |
| 81 | + <div class="ai-success-stories-list-bar"></div> | ||
| 81 | </li> | 82 | </li> |
| 82 | <li class="text-center col-md-4"> | 83 | <li class="text-center col-md-4"> |
| 83 | 企业云平台 | 84 | 企业云平台 |
| 85 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 84 | </li> | 86 | </li> |
| 85 | <li class="text-center col-md-4"> | 87 | <li class="text-center col-md-4"> |
| 86 | 数据分析平台 | 88 | 数据分析平台 |
| 89 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 87 | </li> | 90 | </li> |
| 88 | </ul> | 91 | </ul> |
| 89 | </div> | 92 | </div> |
| @@ -178,15 +181,19 @@ | @@ -178,15 +181,19 @@ | ||
| 178 | <ul class="portfolio-hardware-wrap" id="portfolio-hardware-wrap"> | 181 | <ul class="portfolio-hardware-wrap" id="portfolio-hardware-wrap"> |
| 179 | <li class="text-center col-md-3 active"> | 182 | <li class="text-center col-md-3 active"> |
| 180 | 封闭式设备 | 183 | 封闭式设备 |
| 184 | + <div class="ai-success-stories-list-bar"></div> | ||
| 181 | </li> | 185 | </li> |
| 182 | <li class="text-center col-md-3"> | 186 | <li class="text-center col-md-3"> |
| 183 | 开放式设备 | 187 | 开放式设备 |
| 188 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 184 | </li> | 189 | </li> |
| 185 | <li class="text-center col-md-3"> | 190 | <li class="text-center col-md-3"> |
| 186 | 场内引导设备 | 191 | 场内引导设备 |
| 192 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 187 | </li> | 193 | </li> |
| 188 | <li class="text-center col-md-3"> | 194 | <li class="text-center col-md-3"> |
| 189 | 停车诱导设备 | 195 | 停车诱导设备 |
| 196 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 190 | </li> | 197 | </li> |
| 191 | 198 | ||
| 192 | </ul> | 199 | </ul> |
services.html
| @@ -71,14 +71,18 @@ | @@ -71,14 +71,18 @@ | ||
| 71 | <li class="text-center col-md-6 services-wrap-left-1" id="services-wrap-sass"></li> | 71 | <li class="text-center col-md-6 services-wrap-left-1" id="services-wrap-sass"></li> |
| 72 | <li class="text-center col-md-6 services-wrap-right-1"> | 72 | <li class="text-center col-md-6 services-wrap-right-1"> |
| 73 | <ul class="services-soft-wrap" id="services-soft-wrap"> | 73 | <ul class="services-soft-wrap" id="services-soft-wrap"> |
| 74 | + | ||
| 74 | <li class="text-center float-left active"> | 75 | <li class="text-center float-left active"> |
| 75 | SAAS平台 | 76 | SAAS平台 |
| 77 | + <div class="ai-success-stories-list-bar"></div> | ||
| 76 | </li> | 78 | </li> |
| 77 | <li class="text-center float-left"> | 79 | <li class="text-center float-left"> |
| 78 | 监控中心 | 80 | 监控中心 |
| 81 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 79 | </li> | 82 | </li> |
| 80 | <li class="text-center float-left"> | 83 | <li class="text-center float-left"> |
| 81 | 数据互联 | 84 | 数据互联 |
| 85 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 82 | </li> | 86 | </li> |
| 83 | </ul> | 87 | </ul> |
| 84 | <ul class="services-section-wrap" id="services-section-wrap"> | 88 | <ul class="services-section-wrap" id="services-section-wrap"> |
| @@ -123,12 +127,15 @@ | @@ -123,12 +127,15 @@ | ||
| 123 | <ul class="services-park-wrap" id="services-park-wrap"> | 127 | <ul class="services-park-wrap" id="services-park-wrap"> |
| 124 | <li class="text-center float-left active"> | 128 | <li class="text-center float-left active"> |
| 125 | 车场服务 | 129 | 车场服务 |
| 130 | + <div class="ai-success-stories-list-bar"></div> | ||
| 126 | </li> | 131 | </li> |
| 127 | <li class="text-center float-left"> | 132 | <li class="text-center float-left"> |
| 128 | 云平台 | 133 | 云平台 |
| 134 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 129 | </li> | 135 | </li> |
| 130 | <li class="text-center float-left"> | 136 | <li class="text-center float-left"> |
| 131 | 政府云 | 137 | 政府云 |
| 138 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 132 | </li> | 139 | </li> |
| 133 | </ul> | 140 | </ul> |
| 134 | <ul class="services-section-park" id="services-section-park"> | 141 | <ul class="services-section-park" id="services-section-park"> |
| @@ -181,12 +188,15 @@ | @@ -181,12 +188,15 @@ | ||
| 181 | <ul class="services-user-wrap" id="services-user-wrap"> | 188 | <ul class="services-user-wrap" id="services-user-wrap"> |
| 182 | <li class="text-center float-left active"> | 189 | <li class="text-center float-left active"> |
| 183 | 车主服务 | 190 | 车主服务 |
| 191 | + <div class="ai-success-stories-list-bar"></div> | ||
| 184 | </li> | 192 | </li> |
| 185 | <li class="text-center float-left"> | 193 | <li class="text-center float-left"> |
| 186 | 移动APP | 194 | 移动APP |
| 195 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 187 | </li> | 196 | </li> |
| 188 | <li class="text-center float-left"> | 197 | <li class="text-center float-left"> |
| 189 | 会员服务 | 198 | 会员服务 |
| 199 | + <div class="ai-success-stories-list-bar displaynone"></div> | ||
| 190 | </li> | 200 | </li> |
| 191 | </ul> | 201 | </ul> |
| 192 | <ul class="services-section-user" id="services-section-user"> | 202 | <ul class="services-section-user" id="services-section-user"> |
style.css
| @@ -104,24 +104,7 @@ a:hover{ | @@ -104,24 +104,7 @@ a:hover{ | ||
| 104 | .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} | 104 | .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;} |
| 105 | 105 | ||
| 106 | 106 | ||
| 107 | -/*breadcrumb*/ | ||
| 108 | -.breadcrumb{ | ||
| 109 | - width: 100%; | ||
| 110 | - height: 682px; | ||
| 111 | - background:url('images/breadcrumb-bg.png'); | ||
| 112 | - background-size:100% 100%; | ||
| 113 | - background-repeat:no-repeat; | ||
| 114 | 107 | ||
| 115 | -} | ||
| 116 | -.breadcrumb-text{ | ||
| 117 | - text-align: center; | ||
| 118 | - padding-top: 300px; | ||
| 119 | - color: #fff; | ||
| 120 | - font-size: 71px; | ||
| 121 | -} | ||
| 122 | -#portfolio-soft-top{ | ||
| 123 | - background: #fff; | ||
| 124 | -} | ||
| 125 | .section-title-name{ | 108 | .section-title-name{ |
| 126 | font-size: 36px; | 109 | font-size: 36px; |
| 127 | font-weight: 500; | 110 | font-weight: 500; |
| @@ -132,109 +115,10 @@ a:hover{ | @@ -132,109 +115,10 @@ a:hover{ | ||
| 132 | text-align: center; | 115 | text-align: center; |
| 133 | margin-bottom: 40px; | 116 | margin-bottom: 40px; |
| 134 | } | 117 | } |
| 135 | - | ||
| 136 | -.portfolio-soft-wrap li{ | ||
| 137 | - color:rgba(6,14,19,.8); | ||
| 138 | - font-size: 20px; | ||
| 139 | - cursor: pointer; | ||
| 140 | -} | ||
| 141 | -.portfolio-soft-wrap li:nth-of-type(1){ | ||
| 142 | - padding-top: 60px; | ||
| 143 | - background: url("images/portfolio-soft-wrap-1.png") no-repeat center 0; | ||
| 144 | - | ||
| 145 | -} | ||
| 146 | -.portfolio-soft-wrap li:nth-of-type(2){ | ||
| 147 | - padding-top: 60px; | ||
| 148 | - background: url("images/portfolio-soft-wrap-2.png") no-repeat center 0; | ||
| 149 | - | ||
| 150 | -} | ||
| 151 | -.portfolio-soft-wrap li:nth-of-type(3){ | ||
| 152 | - padding-top: 60px; | ||
| 153 | - background: url("images/portfolio-soft-wrap-3.png") no-repeat center 0; | ||
| 154 | - | ||
| 155 | -} | ||
| 156 | -.portfolio-soft-wrap li:nth-of-type(1).active{ | ||
| 157 | - color: #3F9FFE; | ||
| 158 | - padding-bottom: 10px; | ||
| 159 | - border-bottom: 3px solid rgba(63,159,254,1); | ||
| 160 | - background: url("images/portfolio-soft-wrap-1-active.png") no-repeat center 0; | ||
| 161 | -} | ||
| 162 | -.portfolio-soft-wrap li:nth-of-type(2).active{ | ||
| 163 | - color: #3F9FFE; | ||
| 164 | - padding-bottom: 10px; | ||
| 165 | - border-bottom: 3px solid rgba(63,159,254,1); | ||
| 166 | - background: url("images/portfolio-soft-wrap-2-active.png") no-repeat center 0; | ||
| 167 | -} | ||
| 168 | -.portfolio-soft-wrap li:nth-of-type(3).active{ | ||
| 169 | - color: #3F9FFE; | ||
| 170 | - padding-bottom: 10px; | ||
| 171 | - border-bottom: 3px solid rgba(63,159,254,1); | ||
| 172 | - background: url("images/portfolio-soft-wrap-3-active.png") no-repeat center 0; | ||
| 173 | -} | ||
| 174 | - | ||
| 175 | -.portfolio-section-wrap{ | ||
| 176 | - min-height: 596px; | ||
| 177 | -} | ||
| 178 | -.portfolio-section-wrap>li{ | ||
| 179 | -} | ||
| 180 | -.portfolio-section-wrap>li li{ | ||
| 181 | - height: 596px; | ||
| 182 | -} | ||
| 183 | .displaynone{ | 118 | .displaynone{ |
| 184 | display: none; | 119 | display: none; |
| 185 | } | 120 | } |
| 186 | -.ortfolio-soft-bottom-1>li:nth-of-type(1){ | ||
| 187 | - background: url("images/ortfolio-soft-mobile.gif") no-repeat center center; | ||
| 188 | - background-size: 100% 80%; | ||
| 189 | -} | ||
| 190 | -.ortfolio-soft-bottom-1 li:nth-of-type(2){ | ||
| 191 | - padding-left: 100px; | ||
| 192 | -} | ||
| 193 | -.ortfolio-soft-bottom-2 li:nth-of-type(1){ | ||
| 194 | - background: url("images/ortfolio-soft-pc1.gif") no-repeat center center; | ||
| 195 | - background-size: 100% 70%; | ||
| 196 | -} | ||
| 197 | -.ortfolio-soft-bottom-2 li:nth-of-type(2){ | ||
| 198 | - padding-left:100px; | ||
| 199 | -} | ||
| 200 | -.ortfolio-soft-bottom-3 li:nth-of-type(1){ | ||
| 201 | - background: url("images/ortfolio-soft-pc2.gif") no-repeat center center; | ||
| 202 | - background-size: 100% 70%; | ||
| 203 | -} | ||
| 204 | -.ortfolio-soft-bottom-3 li:nth-of-type(2){ | ||
| 205 | - padding-left:100px; | ||
| 206 | -} | ||
| 207 | -.ortfolio-soft-bottom-title{ | ||
| 208 | - font-size:30px; | ||
| 209 | - font-weight:bold; | ||
| 210 | - color:rgba(0,0,0,.8); | ||
| 211 | - margin: 239px 0 27px; | ||
| 212 | - text-align: left; | ||
| 213 | -} | ||
| 214 | -.ortfolio-soft-bottom-des{ | ||
| 215 | - font-size: 16px; | ||
| 216 | - text-align: left; | ||
| 217 | - color:rgba(0,0,0,.6); | ||
| 218 | - padding-left: 20px; | ||
| 219 | - position: relative; | ||
| 220 | -} | ||
| 221 | -.ortfolio-soft-bottom-des span{ | ||
| 222 | - width:6px; | ||
| 223 | - height:6px; | ||
| 224 | - display: inline-block; | ||
| 225 | - position: relative; | ||
| 226 | -} | ||
| 227 | -.ortfolio-soft-bottom-des span:before{ | ||
| 228 | - position: absolute; | ||
| 229 | - content: ''; | ||
| 230 | - left: -10px; | ||
| 231 | - top:50%; | ||
| 232 | - margin-top: -6px; | ||
| 233 | - width:6px; | ||
| 234 | - height:6px; | ||
| 235 | - background:rgba(66,160,251,1); | ||
| 236 | - border-radius:50%; | ||
| 237 | -} | 121 | + |
| 238 | .slicknav_menu{ | 122 | .slicknav_menu{ |
| 239 | display:none; | 123 | display:none; |
| 240 | } | 124 | } |
| @@ -2609,3 +2493,34 @@ a:hover{ | @@ -2609,3 +2493,34 @@ a:hover{ | ||
| 2609 | } | 2493 | } |
| 2610 | } | 2494 | } |
| 2611 | 2495 | ||
| 2496 | +/*bordr css3 */ | ||
| 2497 | +.ai-success-stories-list-bar { | ||
| 2498 | + width:100%; | ||
| 2499 | + height:2px; | ||
| 2500 | + background:rgba(63,159,254,1); | ||
| 2501 | + position:absolute; | ||
| 2502 | + bottom: 0; | ||
| 2503 | + left: 0; | ||
| 2504 | + animation:myfirst 0.3s; | ||
| 2505 | + -moz-animation:myfirst 0.3s; /* Firefox */ | ||
| 2506 | + -webkit-animation:myfirst 0.3s; /* Safari and Chrome */ | ||
| 2507 | + -o-animation:myfirst 0.3s; /* Opera */ | ||
| 2508 | +} | ||
| 2509 | + | ||
| 2510 | +@keyframes myfirst | ||
| 2511 | +{ | ||
| 2512 | + 0% {width:0%;} | ||
| 2513 | + 25% {width:25%;} | ||
| 2514 | + 50% {width:50%;} | ||
| 2515 | + 75% {width:75%;} | ||
| 2516 | + 100% {width:100%;} | ||
| 2517 | +} | ||
| 2518 | + | ||
| 2519 | +@-webkit-keyframes myfirst /*Safari and Chrome*/ | ||
| 2520 | +{ | ||
| 2521 | + 0% {width:0%;} | ||
| 2522 | + 25% {width:25%;} | ||
| 2523 | + 50% {width:50%;} | ||
| 2524 | + 75% {width:75%;} | ||
| 2525 | + 100% {width:100%;} | ||
| 2526 | +} | ||
| 2612 | \ No newline at end of file | 2527 | \ No newline at end of file |