-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews_content.css
More file actions
154 lines (153 loc) · 2.58 KB
/
news_content.css
File metadata and controls
154 lines (153 loc) · 2.58 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
@CHARSET "UTF-8";
*{
margin: 0;
padding: 0;
}
.top{
width: 100%;
height: 173px;
}
.logo{
margin-top: 40px;
margin-left: 100px;
}
.login{
width: 50px;
height: 20px;
float: right;
border-radius: 8px;
margin: 10px 10px 0 0;
background: #a52718;
color: aliceblue;
}
.aside{
margin: 0;
float: right;
}
.text{
height: 30px;
}
.search{
margin-right: 50px;
height: 35px;
width: 35px;
background: #a52718;
color: aliceblue;
}
.nav{
width: 100%;
height: 30px;
position: relative;
background: #09386b;
margin-bottom: 0;
}
.nav ul{
list-style: none;
text-align: center;
position: absolute;
left: 169px;
}
.nav li{
width: 200px;
height: 20px;
float: left;
text-align: center;
background: #09386b;
color: aliceblue;
display: block;
cursor: pointer;
line-height: 30px;
}
a{
color: aliceblue;
text-decoration: none;
}
.content{
margin: 0 auto;
width: 1000px;
}
/*------------------------------------news-----------------------------------*/
.news{
width: 1000px;
margin:0px auto;
padding:0px 0px;
}
.img{
width: 100%;
height: 250px;
margin:0px;
}
.title_news{
width: 94%;
height: 25px;
margin:15px 0px 0px 20px;
padding:10px 0px 5px 0px;
font:18px "微软雅黑";
border-bottom: 1px solid #EEE;
/* color:#104E76;*/
color: #666666;
text-align: center;
font-weight: bold;
letter-spacing: 1.5px;
}
.date{
font:14px "微软雅黑";
color:#B7B7B7;
position: relative;
right: 5px;
top:3px;
float:right;
}
.date:hover{
color:#104E76;
}
.issue{
width: 330px;
height: 30px;
margin:0px auto;
padding: 0px 0px;
font:11px "微软雅黑";
color:#888888;
line-height: 23px;
position: relative;
left:10px;
top:5px;
}
.issuedate,.issuedate_con,.issuer,.issuer_con{
float: left;
margin-left: 8px;
}
.issuer{
margin-left: 15px;
}
.news_con{
width: 80%;
margin:15px auto;
margin-bottom: 50px;
padding:0px 0px;
position: relative;
top:0px;
right:10px;
font:14px "微软雅黑";
color:#666666;
line-height: 28px;
letter-spacing: 1.5px;
}
.news_con p{
text-indent: 28px;
}
/*.news_con:hover{
color:#104E76;
}*/
/*-----------------------------------------------footer-----------------------------------------------*/
.foot{
width: 100%;
height: 60px;
background: #f2f2f2;
text-align: center;
line-height: 20px;
padding-top: 15px;
color: #9898ae;
position:fixed;
bottom:0px;
}