forked from lxy-go/SpringBoot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
101 lines (85 loc) · 1.55 KB
/
main.css
File metadata and controls
101 lines (85 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
a:hover {
text-decoration: none;
color: #de1616;
}
img {
display: block;
max-width:100%;
}
.side-bar .list-group-item,
img,
.side-bar-card {
border-radius: 3px;
}
.navbar-brand {
background-image: url("../image/4.png");
width:70px;
background-size:80%;
background-repeat: no-repeat;
background-position: center center;
}
.side-bar .list-group-item {
border:0;
margin-bottom: 5px;
}
.side-bar .list-group-item.active {
background: #de1616;
}
.news-list-item {
padding:15px;
border-bottom:1px solid#ccc;
}
.news-list-item:first-child {
padding-top:0 ;
}
.news-list-item .title {
font-size:18px;
margin-bottom: 5px;
}
.news-list-item .info {
color: #888;
}
.avartar,
.avartar img {
display: inline-block;
}
.avartar img {
width:15px;
height:15px;
margin-right:5px;
}
zz
.side-bar-card {
background: rgba(0,0,0,.05);
margin-top: 10px;
}
.side-bar-card .person-info {
padding:30px 0;
font-size:13px;
}
.news-list-item .title,
.side-bar-card .person-info {
display: block;
color: #444;
line-height: 1.5;
font-weight:bold;
}
.side-bar-card .card-title,
.side-bar-card .card-body .list .item {
padding:10px 15px;
}
.side-bar-card .card-title {
font-size:18px;
font-weight: bold;
padding-bottom:0;
}
.side-bar-card .card-body .list .item:hover {
background: rgba(0,0,0,.05);
}
.side-bar-card .card-body .list .item .title {
padding-bottom: 5px;
}
.side-bar-card .card-body .list .item .desc {
font-size: 10px;
color: #999;
}