-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainStyle.css
More file actions
108 lines (108 loc) · 1.88 KB
/
mainStyle.css
File metadata and controls
108 lines (108 loc) · 1.88 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
body {
min-height: 642px;
background: -moz-linear-gradient(top,#069dd5,#ffffff);/*火狐*/
background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#069dd5), to(#ffffff));/*谷歌*/
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#069dd5), to(#ffffff)); /* Safari 4-5, Chrome 1-9*/
background: -webkit-linear-gradient(top, #069dd5, #ffffff); /*Safari5.1 Chrome 10+*/
background: -o-linear-gradient(top, #069dd5, #ffffff); /*Opera 11.10+*/
}
h2 {
font-size: 30px;
}
hr {
border: 1px solid #069dd5;
}
fieldset table {
width: 100%;
font-size: 16px;
}
.new input {
width: 80px;
}
.radius {
border-radius: 15px;
}
.radius_circle {
border-radius: 100px;
}
.course ,.ad1 {
width: 40%;
}
.left {
width: 40%;
}
.plan {
font-size: 24px;
}
.fld {
padding: 10px;
margin-top: 20px;
border: 2px solid #e1e1e1;
}
.start {
background: url("开始.jpg") center;
width:100px;
height: 60px;
boder: 0;
padding: 2px;
font-size: 16px;
border-radius: 3px;
}
.Table {
margin-bottom: 20px;
}
#head {
width: 100%;
height: 100px;
background: url("logo.png") center no-repeat;
}
#plan {
float: left;
width: 40%;
margin-left: 200px;
margin-top: 50px;
background: #ffffff;
padding: 30px;
}
#add {
float: left;
height: 30px;
border: 0;
text-decoration: underline;
background: transparent;
}
#right {
position: fixed;
right: 11.8%;
width: 20%;
height: 300px;
padding: 60px;
margin-top: 50px;
}
#exit{
margin: 10px;
float: right;
background: transparent;
border: 0;
font-size: 14px;
text-decoration: underline;
color: #fff;
}
#close {
width: 200px;
height: 200px;
border: 3px dotted #fff;
margin-left: 40px;
font-size: 50px;
font-family: "宋体",sans-serif;
color: #fff;
background: #ca62ff;
}
#close:active {
background: #BB54F1;
}
.submit {
background: url("提交.jpg") center;
width:100px;
height: 60px;
}