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
|
| .info{
|
| margin-top: 5px;
| padding: 20rpx;
| background: #ffffff;
|
|
|
| }
| .adds{
| font-size: 12px;
| color: #aeaeae;
| margin-top: 5px;
| }
|
| .footInfo{
| height: 40px;
| overflow: hidden;
| text-align: center;
| color: #aeaeae;
| font-size: 12px;
| line-height: 40px;
| }
|
|
| .tel{
| width: 49%;
| float: left;
| height: 40px;
| border-right: 1px solid #efefef;
| }
| .addnav{
| width: 50%;
| height: 40px;
| float: left;
|
| }
|
| .iconfont{
| line-height: 45px;
| margin-right: 10px;
| }
|
|