-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonStyle.css
More file actions
103 lines (82 loc) · 1.45 KB
/
CommonStyle.css
File metadata and controls
103 lines (82 loc) · 1.45 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
* {
margin: 0;
padding: 0;
}
body {
background: rgb(244, 244, 246);
padding-top: 44px;
padding-bottom: 69px;
}
.common_header {
background-color: rgb(21, 129, 207);
text-align: center;
font-size: 20px;
color: white;
left: 0;
top: 0;
width: 100%;
line-height: 44px;
position: fixed;
}
.common_section img {
width: 100%;
}
footer {
display: table;
width: 100%;
background-color: rgb(30, 30, 30);
left: 0;
bottom: 0;
height: 49px;
position: fixed;
}
a {
text-decoration: none;
}
footer a {
display: table-cell;
width: 20%;
text-align: center;
vertical-align: middle;
}
footer a img {
width: 18px;
}
footer a span {
color: white;
display: block;
font-size: 12px;
}
.current_a span {
color: red;
}
.BP_external_div {
text-align: center;
background-color: white;
}
.BP_common_img {
width: 100%;
padding-top: 15px;
}
.BP_external_div p {
font-size: 12px;
color: rgb(105, 106, 107);
padding-top: 15px;
}
.BP_external_div_two {
text-align: center;
}
.BP_common_div {
text-align: left;
}
.BP_external_div_three {
text-align: center;
margin-top: 20px;
background-color: white;
}
.BP_common_div p {
font-size: 12px;
color: rgb(105, 106, 107);
padding-top: 15px;
padding-left: 20px;
}