sysnews-center.css
1.13 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
.sysnews-center {
padding-bottom: 15px;
}
.sysnews-center-tab {
width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 20px 0;
}
.date-select {
width: 50%;
float: right;
}
.date-select input {
width: 36%;
display: inline-block;
}
.sysnews-center-tab ul li {
display: inline-block;
margin-right: 15px;
cursor: pointer;
}
.sysnews-center-tab ul {
width: 30%;
float: left;
padding-top: 7px;
}
.sysnews-center-tab .search-button {
margin-left: 10px;
}
/* 消息列表 */
.sysnews-list {
width: 1200px;
margin: 0 auto;
padding :20px;
height: 260px;
overflow: auto;
border-radius: 5px;
border: 1px solid #dedede;
}
.sysnews-list li {
line-height: 50px;
border-bottom: 1px dotted #dedede;
margin-bottom: 15px;
}
.sysnews-list li p {
display: inline-block;
}
.sysnews-list li .list-date {
margin-right: 15px;
color: #7e7b7b;
}
.sysnews-list li .list-type {
float: right;
color: #1E9FFF;
}
.sysnewsTabActive {
color: #1E9FFF;
}
.sysnews-list li p:hover {
color: #1E9FFF;
}
.page {
text-align: center;
margin: 15px 0;
}