-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask2.css
More file actions
134 lines (126 loc) · 1.95 KB
/
Copy pathtask2.css
File metadata and controls
134 lines (126 loc) · 1.95 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
.header{
height: 80px;
background-color: black;
}
.header img{
height:100px;
width:120px;
padding-left: 30px;
float: left;
}
.header ul{
float: right;
margin-top: 20px;
margin-right: 20px;
}
.header ul li{
display: inline-block;
font-size: 12px;
}
.header a{
text-decoration: none;
color: white;
}
.header a:hover{
color: gray;
}
.main{
background-color: #dcdcdc;
margin: 0 auto;
padding: 20px;
}
article{
background-color: white;
margin-bottom: 20px;
box-shadow: 3px 3px 3px #333;
}
h2{
font-family: "Microsoft Yahei";
font-weight: 600;
}
.context{
padding:20px;
}
h3{
color: gray;
font-family: "Microsoft Yahei";
font-weight: 300;
}
.main-context div{
font-family: "Microsoft Yahei";
line-height: 30px;
text-indent: 30px;
font-size: 15px;
}
.info p{
color: gray;
font-family: "Microsoft Yahei";
font-weight: 100;
font-size: 12px;
text-indent: 0;
}
.main-context ul{
list-style-type: none;
font-family: "Microsoft Yahei";
font-size: 14px;
}
.wrap-img{
border: solid 1px #dcdcdc;
width: 200px;
text-align: center;
margin: 30px;
}
.context ol li{
font-family: "Microsoft Yahei";
}
.str{
font-family: "Microsoft Yahei";
font-size: 14px;
font-weight: 600;
}
table{
width: 100%;
font-family: "Microsoft Yahei";
border-color: #dcdcdc;
font-size: 12px;
}
.table-head{
background-color: black;
color: white;
}
.table-sum{
background-color: #dcdcdc;
}
.left{
font-family: "Microsoft Yahei";
width: 50%;
text-align: right;
display: inline-block;
vertical-align: top;
padding: 5px;
}
.button{
color: #e8ecef;
font-size: 15px;
background-color: #3355D0;
text-align: center;
border-radius: 10px;
width: 100%;
height: 40px;
padding: 7px;
font-family: "Microsoft Yahei";
}
.right{
font-size: 12px;
color: gray;
margin-left: 52%;
}
.footer{
height: 80px;
background-color: black;
color: white;
font-family: "Microsoft Yahei";
text-align: center;
font-size: 12px;
line-height: 30px;
}