-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path任务二.css
127 lines (124 loc) · 2.82 KB
/
任务二.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
body{
margin: 0;
border: 0;
padding: 0;
background-color: rgb(204, 232, 207);
font-family: "微软雅黑";
}
#header{
margin-top: -15px;
background-color: rgb(51, 51, 51);
width: 100%;
height: 60px;
margin-bottom: 30px;
}
#header img{
background-color: rgb(51, 51, 51);
width: 100px;
height: 60px;
margin-left: 30px;
display: inline-block;
float: left;
}
#header ul li{
float: right;
font: 20px;
line-height: 60px;
width: 100px;
}
#header ul li a{
text-decoration: none;
color: rgb(255, 255, 255);
}
#header li a:hover{
color: rgb(147, 147, 147);
}
#all{
margin:0 auto;
padding: 0;
width: 1240px;
height: auto;
}
#acticle, #pic, #last, #form{
padding:30px 20px;
margin-bottom: 30px;
background-color: rgb(255, 255, 255);
box-shadow: 2px 2px 2px 2px rgb(159, 159, 159);
}
#acticle h3 , #acticle span, #last h3, #last span{
color: rgb(92, 92, 92);
}
p{
line-height: 150%;
text-indent: 2em;
}
#acticle ul li{
list-style: none;
line-height: 150%;
}
#pic{
background-color: rgb(255, 255, 255);
}
#pic ul li{
display: block;
width: 120px;
height: 130px;
padding: 10px;
//text-align: center;
border: 1px solid gray;
margin: 10px;
}
#pic img{
width: 120px;
height: 85px;
}
#last table{
width: 100%;
border-collapse: collapse;
border-color: gray;
}
#last table thead th{
background-color: rgb(51, 51, 51);
color: rgb(255, 255, 255);
text-align: left;
}
.last{
background-color: rgb(204, 204, 204);
color: black;
font-weight: bold;
}
#form{
width: 1180px;
}
#content{
//text-align: center;
margin-left: 400px;
line-height: 50px;
}
#content p{
color: rgb(92, 92, 92);
}
#submit{
width: 100%;
height: 50px;
background-color: rgb(51, 85, 208);
color: white;
font-size: 20px;
border-radius: 10px;
}
#footer{
background-color: rgb(0, 0, 0);
width: 100%;
height: 50px;
text-align: center;
color: white;
}
#footer p{
line-height: 50px;
}
#report{
text-indent: 2em;
}
#content p{
text-indent: 8em;
}