Commit 3d21d3e9 by 施宇

1

parent 80017bf6
...@@ -481,6 +481,16 @@ body { ...@@ -481,6 +481,16 @@ body {
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);
} }
.home .home-header .width-1180 .header-form .header-form-navs {
height: 90px;
}
.home .home-header .width-1180 .header-form .header-form-navs .header-form-nav {
color: #575E66;
font-size: 16px;
}
.home .home-header .width-1180 .header-form .header-form-navs .header-form-nav.active {
color: #2B2F33;
}
.home .home-custom-desc .width-1180 { .home .home-custom-desc .width-1180 {
padding: 36px 0; padding: 36px 0;
position: relative; position: relative;
......
...@@ -94,6 +94,16 @@ ...@@ -94,6 +94,16 @@
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;
.header-form-nav{
color:#575E66;
font-size: 16px;
&.active{
color:#2B2F33
}
}
}
} }
} }
} }
......
...@@ -67,7 +67,12 @@ ...@@ -67,7 +67,12 @@
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">
<div class="header-form-nav">
<i></i>
PCB Prototype
</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