-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublic.css
246 lines (217 loc) · 4.87 KB
/
public.css
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
h1 {
font-size:40px;
font-family: myFirstFont;
text-align: center;
color:#000000;
font-weight:900;
}/*标题样式*/
p {
font-size:20px;
font-family: 微软雅黑;
text-align: center;
color: #000000;
}/*段落样式*/
select.selection {
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color:#000000;
width:60px;
height:30px;
border:1px solid;
border-radius:3px;
}/*选项栏样式*/
textarea {
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color:#000000;
border:1px solid;
border-radius:3px;
}/*表单内嵌字样式*/
option{
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color: #000000;
}/*待改选项样式*/
table{
margin-left: 20px;
margin-top: 50px;
float: left;
}/*表格样式*/
tr{
text-align: center;
border:1px solid;
}/*行样式*/
th{
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color: #000000;
margin-left: 40px;
border:1px solid;
border-radius:3px;
}/*列样式*/
body {
background: url("picture_blueBackgroundOne.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 0 0;
background-attachment: fixed;
}/*背景样式*/
form {
border:1px solid;
background: url("picture_background.jpg");
border-radius:3px;
}/*表单样式*/
label {
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color: #000000;
border:1px solid;
border-radius:3px;
}
input {
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color:#000000;
border:1px solid;
border-radius:3px;
}/*输入栏总的样式*/
input.upLoad {
width:120px;
height:30px;
background:url(picture_login.jpg);
}/*输入提交按钮样式*/
input.upLoad:hover {
width: 120px;
height: 30px;
background: url(picture_login.jpg);
filter: alpha(opacity=80);
opacity: 0.8;
cursor: pointer;
}/*鼠标放到输入提交按钮上的样式*/
input.search {
font-size:15px;
font-family: 微软雅黑;
text-align: center;
color:#000000;
width:120px;
height:30px;
border:1px solid;
border-radius:3px;
}/*选项栏样式*/
div.background {
background: url("picture_background.jpg");
margin:15px;
border: 1px solid;
filter:alpha(opacity=95);
opacity:0.95;
border-radius:3px;
}/*透明框的背景样式*/
div.transbox {
margin:30px;
padding:0;
background-color: #ffffff;
border: 1px solid;
filter:alpha(opacity=80);
opacity:0.8;
border-radius:3px;
}/*透明框样式*/
div.transbox form {
font-size:15px;
font-family: 微软雅黑;
margin: 30px 40px;
color: #000000;
border-radius:3px;
}/*透明框内的表单样式*/
#first {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-position: center;
background-size: 60px 60px;
border:1px solid;
border-radius:30px;
position: absolute;
left:1180px;
top:30px;
cursor:pointer;
}/*图标1*/
#second {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-position: center;
background-size: 60px 60px;
border:1px solid;
border-radius:30px;
position: absolute;
left:1180px;
top:140px;
cursor:pointer;
}/*图标2*/
#three {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-position: center;
background-size: 60px 60px;
border:1px solid;
border-radius:30px;
position: absolute;
left:1180px;
top:250px;
cursor: pointer;
}/*图标3*/
#four {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-position: center;
background-size: 60px 60px;
border:1px solid;
border-radius:30px;
position: absolute;
left:1180px;
top:360px;
cursor: pointer;
}/*图标4*/
#textOne {
position: absolute;
left: 1180px;
top:80px;
}/*图标说明文字1*/
#textTwo {
position: absolute;
left: 1180px;
top:190px;
}/*图标说明文字2*/
#textThree {
position: absolute;
left: 1180px;
top:300px;
}/*图标说明文字3*/
#textFour {
position: absolute;
left: 1180px;
top:410px;
}/*图标说明文字4*/
@font-face
{
font-family: myFirstFont;
src: url('方正瘦金书简体.ttf');
}/*自定义字体*/
@keyframes toRotateOne
{
from {transform: rotate(0deg)}
to {transform: rotate(-20deg)}
}/*逆时针转20°动画样式*/
@keyframes toRotateTwo
{
from {transform: rotate(-20deg)}
to {transform: rotate(0deg)}
}/*顺时针转20°动画样式*/