forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
153 lines (93 loc) · 2.02 KB
/
style.css
File metadata and controls
153 lines (93 loc) · 2.02 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
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--
td {
font-size: 9pt; color: #000000;
}
a:hover {
font-size: 9pt; color: #FF0000;
}
a {
font-size: 9pt; text-decoration: none; color: #000000;
noline:expression(this.onfocus=this.blur);
}
img{
border:0;
}
.img1{
border:1;
}
.blue {
font-size: 9pt; color: #034683;
}
.bgcolor {
font-size: 9pt; color: #1980DB;
}
/*设置表单的样式*/
input{
font-family: "宋体";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
/*设置前台搜索按钮的样式*/
.button{
border: 0px solid #999999;
}
/*设置网站的背景颜色及上、下,左和右的边界值*/
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#26436F;
}
/*设置退出系统的超链接*/
.a1:link {
COLOR: #000000; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a1:visited {
COLOR: #000000; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a1:active {
COLOR: #000000; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a1:hover {
COLOR: red; font-size:10pt;font-weight:bolder;
}
.a2:link {
COLOR: #ffffff; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a2:visited {
COLOR: #ffffff; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a2:active {
COLOR: #ffffff; TEXT-DECORATION: none; font-size:10pt;font-weight:bolder;
}
.a2:hover {
COLOR: red; font-size:10pt;font-weight:bolder;
}
.hrr{
border:1px dashed #86BCD4; height: 1;
width:95%;
}
/*设置下拉列表框的样式*/
select {
font-family: "宋体";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
/*设置textarea文本框的样式*/
textarea {
font-family: "宋体";
font-size: 9pt;
color: #333333;
border: 1px solid #999999;
}
.text {
font-size: 12px;
line-height: 25px;
letter-spacing:1px;
color: #000000;
}
-->