storelist.css
1.23 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
#storelist {
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
background: #fff;
}
#storelist .m-table-view {
border-top: 0px solid #ddd;
}
#storelist .m-table-view .main-cate .key {
font-size: 14px;
color: #999;
}
#storelist .m-table-view .main-cate .value {
font-size: 14px;
color: #666;
}
#storelist .m-table-view .main-cate .value-red {
font-size: 14px;
color: #fb5041;
}
#storelist .m-table-view .main-cate .value-blue {
font-size: 14px;
color: #1b6ba5;
}
#storelist .m-table-view .localtion {
font-size: 14px;
color: #666;
}
#storelist .m-table-view .order-numbers {
font-size: 14px;
color: #999;
}
#storelist .m-table-view .from-label {
color: #999;
font-size: 12px;
}
#storelist .m-table-view .store-label {
position: absolute;
left: 15px;
top: 15px;
}
#storelist .m-tab li {
width: 20%;
padding-right: 0px;
}
#storelist .m-table-view .cell-extend-pic {
padding: 15px 80px;
padding-left: 95px;
}
#storelist .m-table-view .cell-extend-pic .pic {
width: 80px;
height: 80px;
margin-left: -90px;
}
#storelist .m-table-view .cell-extend-pic .display-block {
margin-left: 10px;
}
#storelist .m-table-view .title {
font-size: 16px;
line-height: 16px;
color: #333;
}