-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternalStyle.css
114 lines (93 loc) · 1.48 KB
/
ExternalStyle.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
*{
margin: 0;
padding: 0;
}
body{
background: rgb(244,244,246);
padding-top: 44px;
padding-bottom: 49px;
}
.DS_header{
background: rgb(40,133,202);
line-height: 44px;
font-size: 18px;
text-align: center;
color: white;
/*定位*/
width: 100%;
left:0;
top:0;
position:fixed;
z-index: 9999;
}
.DS_second_section img {
width: 100%;
}
footer a{
text-decoration: none ;
}
footer ul{
display: table;
width: 100%;
background: rgb(40,133,202);
height: 60px;
margin-bottom: 10px;
left:0;
bottom:0;
position:fixed;
}
footer li{
display: table-cell;
text-align: center;
width: 20%;
vertical-align: middle;
}
a span{
display: block;
}
.BP_first_section{
display: table;
width: 100%;
background: rgb(244, 244, 246);
height: 44px;
left:0;
top: 44px;
position: fixed;
}
.BP_first_section a{
display: table-cell;
width: 33.3%;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.BP_first_section a span{
color: black;
}
.common_section img{
width: 100%;
}
.BP_external_div{
background: white;
text-align: center;
}
.BP_span{
font-size: 14px;
}
.BP_img{
width: 100%;
}
.BP_first_p{
font-size: 10px;
color:gray;
}
.BP_external_div_sec {
text-align: center;
}
.BP_inner_div{
text-align: left;
padding-left: 20px;
font-size: 10px;
color: gray;
line-height: 2em;
}