public.css
1.8 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
/*header*/
a{
text-decoration: none;
}
.header_content{
display: flex;
display: -webkit-flex;
align-items: center;
padding: 0 0.2rem;
}
.header{
position: relative;
height: 1rem;
background-color: white;
}
.logo{
height: 1rem;
display: flex;
display: -webkit-flex;
align-items: center;
}
.logo img{
width:0.7rem;
height:0.7rem;
}
.logo p{
color: white;
font-size: 0.34rem;
}
.nav{
display: none;
}
.header_right{
margin-left: auto;
}
.header_right p{
width: 0.48rem;
height:0.37rem;
background-size: 100% 100%;
background-image:url(../images/daohang@2x.png);
}
.dh_down{
display: none;
z-index: 1;
position: absolute;
top: 0.9rem;
width: 100%;
height:5.8rem;
background-size: 100% 100%;
background-image: url('../images/xiala@2x.png');
}
.dh_down ul{
margin: 0.7rem 1.28rem 0;
}
.dh_down ul li a{
height: 0.78rem;
line-height: 0.86rem;
border-bottom: 1px solid #646464;
text-align: center;
text-decoration: none;
display: block;
font-size:0.24rem;
font-weight:400;
color:rgba(255,255,255,1);
}
/*footer*/
.footer{
background-color: #292E34;
width: 100%;
padding-bottom: 0.76rem;
}
.footer_logo{
display: flex;
padding: 0.76rem 0 0.3rem;
display: -webkit-flex;
align-items: center;
justify-content: center;
}
.footer_logo img{
width:0.9rem;
height:0.9rem;
margin-right: 0.1rem;
}
.footer_logo p{
font-size:0.38rem;
font-weight:500;
line-height:52px;
color:rgba(251,251,251,1);
}
.fNav ul{
padding: 0 0.5rem;
display: flex;
display: -webkit-flex;
justify-content: space-between;
}
.fNav ul li a{
display: block;
text-decoration: none;
font-size:0.24rem;
font-weight:400;
line-height:34px;
color:rgba(255,255,255,1);
}
.bot {
margin: 0.5rem 0.3rem 0;
border-top: 1px solid #94979A;
}
.bot p{
text-align: center;
font-size:0.2rem;
font-weight:400;
line-height:32px;
color:rgba(255,255,255,1);
opacity:0.5;
}