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