Commit 41dc3b11 by 肖康

Merge branch 'master' of http://119.23.72.7/liangjianmin/pcb

parents 853bac71 04784142
@import '../common/base.less'; @import '../common/base.less';
@import '../common/font/iconfont.less';
.width-1180 { .width-1180 {
width: 1180px; width: 1180px;
...@@ -94,6 +95,45 @@ ...@@ -94,6 +95,45 @@
height: 241px; height: 241px;
margin-top: 87px; margin-top: 87px;
box-shadow: 0px 4px 10px 0px rgba(0, 129, 210, 0.1); box-shadow: 0px 4px 10px 0px rgba(0, 129, 210, 0.1);
.header-form-navs {
height: 90px;
border-bottom: 1px solid #F0F4F7;
.header-form-nav {
color: #575E66;
font-size: 16px;
cursor: pointer;
padding: 32px 65px 0 40px;
height: 90px;
&.active {
color: #2B2F33;
font-weight: 600;
border-bottom: 4px solid #E89721;
i {
color: #0081D2;
font-weight: normal;
}
}
i {
font-size: 27px;
margin-right: 10px;
}
}
}
.header-form-content {
.header-form-content-l {}
.header-form-content-r {
width: 167px;
height: 151px;
background-color:#E89721 ;
}
}
} }
} }
} }
......
...@@ -67,7 +67,28 @@ ...@@ -67,7 +67,28 @@
factory to your door. <br />Fast factory to your door. <br />Fast
shipping from our factory near Hong Kong Aviation Hub.</p> shipping from our factory near Hong Kong Aviation Hub.</p>
<div class="header-form"> <div class="header-form">
<div class="header-form-navs clr boxsiz">
<div class="header-form-nav fl boxsiz active">
<i class="iconfont icondianluban lineBlock va-m"></i>
PCB Prototype
</div>
<div class="header-form-nav fl boxsiz">
<i class="iconfont iconjixieshou lineBlock va-m"></i>
PCB Assembly
</div>
<div class="header-form-nav fl boxsiz">
<i class="iconfont iconpcbban lineBlock va-m"></i>
SMT-Stencil
</div>
<div class="header-form-nav fl boxsiz">
<i class="iconfont iconkaiguan lineBlock va-m"></i>
Membrane Switch
</div>
</div>
<div class="header-form-content clr">
<div class="header-form-content-l fl"></div>
<div class="header-form-content-r fr"></div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment