Skip to content

Commit

Permalink
Update css.css
Browse files Browse the repository at this point in the history
  • Loading branch information
FullOfVigour authored May 17, 2017
1 parent 18cc787 commit bc8bfbf
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions ace/css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ html, body {min-height: 100vh;}
background-image: url(../img/home/menu2.jpg);
background-repeat: no-repeat;
position: relative;
background-size: cover;
background-position:center bottom;
}

.home img {
Expand All @@ -70,6 +72,7 @@ html, body {min-height: 100vh;}
right: 0;
left: 0;
bottom: 100px;

}


Expand All @@ -84,11 +87,12 @@ html, body {min-height: 100vh;}
background-image: url(../img/about/about.jpg);
position: relative;
background-repeat:no-repeat;
width: 100%;
min-width:1200px;
height: 758px;
margin: 0;
padding: 0;
overflow: hidden;
background-size: cover;
background-position:center bottom;
}
.about input{
display: none;
Expand Down Expand Up @@ -333,7 +337,7 @@ html, body {min-height: 100vh;}
/*工作经历*/
@import url('https://fonts.googleapis.com/css?family=Palanquin+Dark:400,600');

* {
.job * {
outline:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand All @@ -347,8 +351,9 @@ html, body {min-height: 100vh;}
color: #fff;
font-family: 'Palanquin Dark';
/*width: auto;*/
width: 100%;

min-width:1200px;
background-size: cover;
background-position:center bottom;
position: relative;
}
/*.job img{
Expand Down Expand Up @@ -489,6 +494,8 @@ html, body {min-height: 100vh;}
min-height: 758px;
/* background-size:100% auto;*/
position: relative;
background-size: cover;
background-position:center bottom;
}
.business2{
position: absolute;
Expand Down Expand Up @@ -625,7 +632,9 @@ html, body {min-height: 100vh;}
position: relative;
background-image: url(../img/contact/contact2.jpg);
background-repeat: no-repeat;
width: 100%;
min-width: 1200px;
background-size: cover;
background-position:center bottom;
height:758px;
}
.contact-1 .contact-2{
Expand Down Expand Up @@ -684,4 +693,4 @@ html, body {min-height: 100vh;}
font-size: 40px;
font-family: "微软雅黑";
color:#65dcaf;
}
}

0 comments on commit bc8bfbf

Please sign in to comment.