Commit 266aaa108eefd3637ab481265dee9ba0b34c7ee5
1 parent
15cf61be
产品界面 硬件平台 部分完成
Showing
2 changed files
with
21 additions
and
4 deletions
css/portfollo.css
... | ... | @@ -98,9 +98,15 @@ |
98 | 98 | margin-left: 147px; |
99 | 99 | } |
100 | 100 | .ortfolio-hardware-bottom-3 li:nth-of-type(1){ |
101 | - /*background: #f0f;*/ | |
101 | + margin-top: 227px; | |
102 | + /*padding-left: 50px;*/ | |
103 | + width: 460px; | |
102 | 104 | } |
103 | 105 | .ortfolio-hardware-bottom-3 li:nth-of-type(2){ |
106 | + background: url("../images/produect_dev3.png") no-repeat; | |
107 | + width: 630px; | |
108 | + height: 250px; | |
109 | + margin-top: 197px; | |
104 | 110 | |
105 | 111 | } |
106 | 112 | .ortfolio-hardware-bottom-4 li:nth-of-type(1){ | ... | ... |
portfolio.html
... | ... | @@ -243,12 +243,23 @@ |
243 | 243 | <li class="displaynone"> |
244 | 244 | <section> |
245 | 245 | <div class="container"> |
246 | - <ul class="row ortfolio-soft-bottom-3"> | |
246 | + <ul class="row ortfolio-hardware-bottom-3"> | |
247 | 247 | <li class="text-center col-md-6"> |
248 | - 1 | |
248 | + <div class="ortfolio-hardware-bottom-title"> | |
249 | + 场内引导及反寻系统 | |
250 | + </div> | |
251 | + <div class="ortfolio-hardware-bottom-des"> | |
252 | + <span style="color: #3F9FFE">车辆定位准确,</span>找车及出场路线规划合理,响应速度快,找车效率高,人性化操作设计,时尚流行的大屏触摸操作 | |
253 | + </div> | |
254 | + <div class="ortfolio-hardware-bottom-des"> | |
255 | + <span style="color: #3F9FFE">车内立式车位显示屏:</span>开关电源供电、各点阵模块亮度均匀一致性强、可见度高,适合安装在各种户内外的工作场所 | |
256 | + </div> | |
257 | + <div class="ortfolio-hardware-bottom-des"> | |
258 | + <span style="color: #3F9FFE">超声波车位探测器,</span>双探测头探测器,通信稳定性高,防接错、防雷击设计,底座一次性固定,防偷盗。 | |
259 | + </div> | |
249 | 260 | </li> |
250 | 261 | <li class="text-center col-md-6"> |
251 | - 2 | |
262 | + | |
252 | 263 | </li> |
253 | 264 | |
254 | 265 | </ul> | ... | ... |