Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-caicai committed Oct 25, 2016
1 parent 1bdf551 commit 0a630cd
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/theme/static/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
margin: auto;
z-index: 1;
& h1 {
font-size: 38px;
font-size: 48px;
}
& h1, & h3 {
font-weight: lighter;
Expand All @@ -68,6 +68,7 @@
& p {
margin: 16px 0 40px;
line-height: 24px;
font-size: 14px;
color: @text-color-light;
}
&-button {
Expand All @@ -80,7 +81,7 @@
display: inline-block;
& i {
width: 16px;
margin-left: 10px;
margin-left: 7px;
background: url(https://zos.alipayobjects.com/rmsportal/dgqoflLasHqTmNM.svg) center no-repeat;
background-size: contain;
filter: brightness(1);
Expand Down Expand Up @@ -142,6 +143,7 @@
}
& p {
margin: 10px auto;
font-size: 14px;
}
& .home-button a {
border: 1px solid @text-color-dark;
Expand Down Expand Up @@ -185,10 +187,11 @@
position: relative;
.code-top {
width: 100%;
height: 28px;
background: @bg-color;
height: 30px;
background: #fff;
border-bottom: 1px solid #efefef;
text-align: left;
line-height: 28px;
line-height: 34px;
& i {
display: inline-block;
width: 12px;
Expand Down Expand Up @@ -238,7 +241,7 @@
height: 26px;
text-align: left;
line-height: 26px;
border-top: 1px solid @line-color;
border-top: 1px solid #efefef;
background: #fff;
&-logo {
margin-left: 15px;
Expand All @@ -252,9 +255,9 @@
}
}
.code-right {
background: #F3FBFF;
padding: 40px;
border-left: 1px solid @line-color;
background: #f9f9f9;
padding: 60px 40px;
border-left: 1px solid #efefef;
}
}
}
Expand Down

0 comments on commit 0a630cd

Please sign in to comment.