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

View File

@ -2,7 +2,7 @@
<head> <head>
<title>AnyProxy</title> <title>AnyProxy</title>
<link rel="stylesheet" type="text/css" href="./index.css"> <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> </head>
<body> <body>

View File

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