Skip to content

Commit 21093b0

Browse files
author
dreamofei
committed
单页面中的index完成
1 parent 273ed54 commit 21093b0

8 files changed

Lines changed: 18863 additions & 31 deletions

File tree

Libs/Css/Custom/bootstrap.css

Lines changed: 6298 additions & 0 deletions
Large diffs are not rendered by default.

Libs/Css/Custom/main.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
body {
22
font-family:'Microsoft YaHei'
33
}
4-
.footer {
5-
background-color:#61605E;
4+
.dropdown:hover .dropdown-menu {
5+
display: block;
6+
}
7+
.gray {
8+
background-color:#727171;
9+
color:#ffffff
10+
}
11+
.friendLink {
12+
height: 83px;
13+
width: 180px;
14+
box-shadow: 0 4px 10px rgba(0,0,0,.35);
15+
margin: 5px 5px 5px 5px;
16+
border-radius: 5px;
617
}

0 commit comments

Comments
 (0)