Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
pcb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3d21d3e9
authored
Jan 19, 2020
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
80017bf6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletions
css/home/home.css
css/home/home.less
index.html
css/home/home.css
View file @
3d21d3e9
...
...
@@ -481,6 +481,16 @@ body {
margin-top
:
87px
;
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
{
padding
:
36px
0
;
position
:
relative
;
...
...
css/home/home.less
View file @
3d21d3e9
...
...
@@ -94,6 +94,16 @@
height: 241px;
margin-top: 87px;
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
}
}
}
}
}
}
...
...
index.html
View file @
3d21d3e9
...
...
@@ -67,7 +67,12 @@
factory to your door.
<br
/>
Fast
shipping from our factory near Hong Kong Aviation Hub.
</p>
<div
class=
"header-form"
>
<div
class=
"header-form-navs clr"
>
<div
class=
"header-form-nav"
>
<i></i>
PCB Prototype
</div>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment