sysnews-center.css
3.29 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
.sysnews-head-search {
width: 1200px;
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
border-radius: 6px;
border: 1px solid #E5E8ED;
margin: 15px auto;
padding: 28px 20px;
box-sizing: border-box;
}
.sysnews-head-search h2 {
font-weight: 500;
color: #7A7A7A;
font-size: 16px;
margin-bottom: 15px;
}
.date-select input {
width: 400px;
display: inline-block;
height: 40px;
}
.date-select p {
width: 180px;
height: 40px;
background: #0091FF;
border-radius: 4px;
color: #FFFFFF;
display: inline-block;
text-align: center;
line-height: 40px;
margin-left: 30px;
}
.date-select span {
margin: 0 20px;
}
.date-select p img {
width: 15px;
height: 15px;
position: relative;
top: 1px;
}
/* 消息列表 */
.sysnews-list-box {
width: 1200px;
margin: 0 auto;
border-radius: 5px;
border: 1px solid #dedede;
box-sizing: border-box;
margin-top: 20px;
box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
border-radius: 6px;
border: 1px solid #E5E8ED;
margin-bottom: 30px;
}
.sysnews-list-head {
width: 100%;
height: 54px;
line-height: 54px;
color: #9B9B9B;
font-size: 16px;
border-bottom: 1px solid #E2EAF1;
}
.sysnews-list-head li {
display: inline-block;
margin-right: 70px;
margin-left: 20px;
cursor: pointer;
}
.sysnews-list {
height: 300px;
overflow: auto;
padding: 0 20px 30px 20px;
}
.sysnews-list li {
line-height: 90px;
border-bottom: 1px dashed #dedede;
}
.sysnews-list li p {
display: inline-block;
width: 800px;
color: #9B9B9B;
}
.sysnews-list li .list-date {
color: #7A7A7A;
float: right;
font-size: 14px;
margin-right: 60px;
}
.sysnews-list li .list-type {
float: right;
color: #1E9FFF;
}
.sysnewsTabActive {
color: #1E9FFF;
}
.sysnews-list li p:hover {
color: #1E9FFF;
}
.head-select {
color: #686666;
position: relative;
}
.head-select::after {
content: '';
position: absolute;
width: 100%;
height: 1px;
background-color: #0F93F6;
left: 0;
bottom: -2px;
}
.finish-reading {
padding: 0 20px;
line-height: 50px;
}
.finish-reading p {
border-bottom: 1px dashed #E6E6E6;
font-size: 14px;
color: #7A7A7A;
}
.finish-reading p span {
display: inline-block;
width: 14px;
height: 14px;
border-radius: 50%;
border: 1px solid #CDCDCD;
position: relative;
top: 3px;
right: 5px;
}
.finish-reading p span::before {
content: '';
width: 4px;
height: 4px;
background: #AAAAAA;
border-radius: 50%;
position: absolute;
left: 5px;
top: 5px;
}
.tips {
display: inline-block;
width: 50px;
height: 30px;
border-radius: 4px 8px 4px 8px;
border: 1px solid rgba(15, 147, 246, 0.5);
text-align: center;
line-height: 30px;
color: #0F93F6;
font-size: 14px;
margin-right: 20px;
}
.readed {
width: 50px;
height: 46px;
float: right;
position: relative;
top: 20px;
right: 10px;
}
.list-type-unread {
width: 70px;
height: 28px;
border-radius: 15px;
opacity: 0.6;
border: 1px solid #0F93F6;
color: #0F93F6;
font-size: 14px;
text-align: center;
line-height: 28px;
position: relative;
top: 30px;
}