Commit a02d0993c5e3979aea2166b442548b15b30a90a3

Authored by Andy
2 parents d451913b 6294a698

Merge branch 'test'

css/portfollo.css
... ... @@ -254,7 +254,7 @@
254 254 font-size: 20px;
255 255 cursor: pointer;
256 256 position: relative;
257   - width: 20%;
  257 + width: 200px;
258 258 float: left;
259 259 }
260 260 .portfolio-hardware-wrap li:nth-of-type(1){
... ... @@ -281,6 +281,10 @@
281 281 padding-top: 60px;
282 282 background: url("../images/portfolio-hardware-wrap-5.png") no-repeat center 0;
283 283  
  284 +}.portfolio-hardware-wrap li:nth-of-type(6){
  285 + padding-top: 60px;
  286 + background: url("../images/portfolio-hardware-wrap-6.png") no-repeat center 0;
  287 +
284 288 }
285 289 .portfolio-hardware-wrap li:nth-of-type(1).active{
286 290 color: #3F9FFE;
... ... @@ -311,6 +315,11 @@
311 315 padding-bottom: 10px;
312 316 /*border-bottom: 3px solid rgba(63,159,254,1);*/
313 317 background: url("../images/portfolio-hardware-wrap-5-active.png") no-repeat center 0;
  318 +}.portfolio-hardware-wrap li:nth-of-type(6).active{
  319 + color: #3F9FFE;
  320 + padding-bottom: 10px;
  321 + /*border-bottom: 3px solid rgba(63,159,254,1);*/
  322 + background: url("../images/portfolio-hardware-wrap-6-active.png") no-repeat center 0;
314 323 }
315 324  
316 325 .portfolio-section-wrap{
... ... @@ -388,6 +397,17 @@
388 397 height: 500px;
389 398 /*margin-left: 180px;*/
390 399 }
  400 +.ortfolio-hardware-bottom-6 li:nth-of-type(1){
  401 + margin-top: 187px;
  402 + height: 200px;
  403 +}
  404 +.ortfolio-hardware-bottom-6 li:nth-of-type(2){
  405 + background: url("../images/produect_dev6.png") no-repeat center center;
  406 + /*width: 297px;*/
  407 + height: 337px;
  408 + margin-top: 120px;
  409 + /*margin-left: 180px;*/
  410 +}
391 411 .ortfolio-hardware-bottom-1{
392 412  
393 413 }
... ...
images/portfolio-hardware-wrap-6-active.png 0 → 100644

2.29 KB

images/portfolio-hardware-wrap-6.png 0 → 100644

2.51 KB

images/produect_dev6.png 0 → 100644

141 KB

portfolio.html
... ... @@ -250,6 +250,10 @@
250 250 无人值守一体机
251 251 <div class="ai-success-stories-list-bar displaynone"></div>
252 252 </li>
  253 + <li class="text-center ">
  254 + 智联地锁
  255 + <div class="ai-success-stories-list-bar displaynone"></div>
  256 + </li>
253 257  
254 258 </ul>
255 259 </div>
... ... @@ -394,6 +398,32 @@
394 398 </div>
395 399 </section>
396 400 </li>
  401 + <li class="displaynone">
  402 + <section>
  403 + <div class="container">
  404 + <ul class="row ortfolio-hardware-bottom-6">
  405 + <li class="text-center col-md-6">
  406 + <div class="ortfolio-hardware-bottom-title">
  407 + 物联网智联地锁
  408 + </div>
  409 + <div class="ortfolio-soft-bottom-des"><span></span>
  410 + 为每一个闲置车位赋予独立智能化属性,既能让自己的爱车随到随停,也能在“任你停”平台共享出去开展错时有偿共享;
  411 + </div>
  412 + <div class="ortfolio-soft-bottom-des"><span></span>
  413 + 地锁采用NB-IOT通信,APP提供智能降锁,空位监测,车位闲时共享,远程解锁等便捷服务。
  414 + </div>
  415 +
  416 +
  417 +
  418 + </li>
  419 + <li class="text-center col-md-6">
  420 +
  421 + </li>
  422 +
  423 + </ul>
  424 + </div>
  425 + </section>
  426 + </li>
397 427 </ul>
398 428 <!--硬件平台 end-->
399 429  
... ...