菜单调整并显示友链

This commit is contained in:
结发受长生
2019-05-12 10:16:59 +08:00
parent c39fcbc894
commit 594e106612
10 changed files with 26 additions and 32 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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;