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
| .shopItem{
| height: 120px;
| margin-top: 10px;
| background: #fff;
| padding-left: 20px;
| }
|
| .head{
| height: 80px;
| border-bottom: 1px solid #efefef;
| overflow: hidden;
|
| }
|
| .shopPhoto{
| width: 40px;
| height: 40px;
| border-radius: 20px;
| float: left;
| margin-top: 20px;
|
| }
|
| .info{
| margin-top: 15px;
| margin-left: 20px;
| float: left;
|
| }
| .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;
| }
|
|