Commit 721c4ee6 by liuyingying

css

parent 88b153fa
...@@ -171,6 +171,9 @@ nav>div{ ...@@ -171,6 +171,9 @@ nav>div{
float: right; float: right;
font-size:12px; font-size:12px;
outline:none; outline:none;
background-color: transparent;
color: grey;
box-shadow: 2px 2px 2px black;
} }
.top>ul{ .top>ul{
width:200px; width:200px;
...@@ -189,9 +192,9 @@ nav>div{ ...@@ -189,9 +192,9 @@ nav>div{
/*border-bottom:solid 5px #97b7e6;*/ /*border-bottom:solid 5px #97b7e6;*/
} }
.top>button:hover{ .top>button:hover{
font-size:14px; font-size:13px;
color: dimgrey; color: black;
border-bottom:solid 3px #eeeeee; box-shadow: 2px 2px 0 black;
} }
#bar>.top{ #bar>.top{
height: 20px; height: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment