This commit is contained in:
OttoMao 2015-08-05 16:48:17 +08:00
parent aed0c9b007
commit db8938e745
3 changed files with 16 additions and 1 deletions

View File

@ -21,6 +21,7 @@ body {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
}
.wrapper a,
.wrapper a:hover {
@ -66,9 +67,11 @@ body {
.brief {
height: 300px;
width: 100%;
min-width: 1200px;
text-align: center;
padding: 100px 0;
position: relative;
margin-top: 20px;
}
.brief .slogan {
font-size: 16px;
@ -77,6 +80,7 @@ body {
.feature {
background: #dedede;
width: 100%;
min-width: 1200px;
}
.feature .featureContent {
width: 1200px;
@ -115,6 +119,7 @@ body {
.quickstart {
background: #f9f9f9;
width: 100%;
min-width: 1200px;
}
.quickstart .quickstartContent {
position: relative;
@ -144,6 +149,8 @@ body {
}
.sample {
background: #f9f9f9;
width: 100%;
min-width: 1200px;
}
.sample .sampleContent {
width: 1200px;
@ -174,6 +181,7 @@ body {
}
.learnMore {
width: 100%;
min-width: 1200px;
height: 300px;
background: #326eeb;
text-align: center;

View File

@ -2,7 +2,7 @@
<head>
<title>AnyProxy</title>
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="icon" type="image/png" href="/favico.png?t=2" />
<link rel="shortcut icon" type="image/png" href="/favico.png?t=2" />
</head>
<body>

View File

@ -34,6 +34,7 @@ body{
position : absolute;
right : 10px;
top : 10px;
z-index : 1;
}
a,
@ -90,6 +91,7 @@ body{
.brief{
height: 300px;
width: 100%;
min-width: @wideContent;
text-align: center;
padding: 100px 0;
position: relative;
@ -104,6 +106,7 @@ body{
.feature{
background: @darkGray;
width: 100%;
min-width: @wideContent;
.featureContent{
width: @wideContent;
@ -149,6 +152,7 @@ body{
.quickstart{
background: @gray;
width: 100%;
min-width: @wideContent;
.quickstartContent{
position: relative;
@ -188,6 +192,8 @@ body{
.sample{
background: @gray;
width: 100%;
min-width: @wideContent;
.sampleContent{
@ -227,6 +233,7 @@ body{
.learnMore{
width: 100%;
min-width: @wideContent;
height: 300px;
background: @dark;
text-align: center;