-
Notifications
You must be signed in to change notification settings - Fork 9
/
style.css
74 lines (74 loc) · 1.22 KB
/
style.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
.main_content{
width: 960px;
margin:0 auto;
height: 420px;
}
#image_area{
margin-top: 10px;
margin-left: 60px;
width: 440px;
height: 240px;
float: left;
}
#image_area #biuuu{
width : 320px;
height : 220px;
float: left;
margin-right: 10px;
}
#image_area #view{
width : 100px;
height : 100px;
}
#image_area span{
line-height: 30px;
font-size: 12px;
}
#upload_area{
margin-top: 50px;
float: left;
width: 300px;
height: 240px;
}
#upload_area #picpath{
width: 10px;
height: 10px;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
}
#upload_area input{
height: 22px;
}
#submit_button{
clear: both;
width: 100px;
height: 32px;
margin: 20px auto;
}
.button{
display: block;
font-size: 14px;
font-weight: bolder;
float: left;
margin-left: 30px;
width: 60px;
height: 30px;
line-height: 30px;
border-radius: 5px;
background: #5BB75B;
text-decoration: none;
font-family: verdana;
text-align: center;
box-shadow: 5px 5px 5px lightgray;
color: white;
}
.button:hover{
height: 34px;
margin-top: -2px;
line-height: 31px;
}
a{
outline: none;
}