菜单调整并显示友链
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
margin: 0 30px;
|
||||
padding-right: 60px;
|
||||
border-bottom: 1px solid #eee;
|
||||
background: #fff;
|
||||
background: $colorBg;
|
||||
&:first-child{
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ $fontEn: "Helvetica Neue", Helvetica, Roboto, "Droid San
|
||||
// 背景色,文本色,边框色,链接色
|
||||
//-----------------------------------------------------
|
||||
$colorText: #333 !default;
|
||||
$colorBodyBg: #e3d8cc !default;
|
||||
$colorBg: #f0eae3 !default;
|
||||
$colorBorder: #dbdbdb !default;
|
||||
$colorLink: #08c !default;
|
||||
|
||||
@@ -7,7 +7,7 @@ body, button, input, select, textarea {
|
||||
}
|
||||
body {
|
||||
overflow-y: hidden;
|
||||
background:#eaeaea;
|
||||
background:$colorBodyBg;
|
||||
}
|
||||
html, body, #container {
|
||||
height: 100%;
|
||||
@@ -38,7 +38,7 @@ html, body, #container {
|
||||
position:absolute;
|
||||
right:0;
|
||||
min-height:100%;
|
||||
background:#e3d8cc;
|
||||
background:$colorBodyBg;
|
||||
left: 300px;
|
||||
width: auto;
|
||||
@extend %trans;
|
||||
|
||||
Reference in New Issue
Block a user