trucklist.css
1023 Bytes
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
#trucklist {
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
#trucklist .padding10 {
padding: 0 10px;
padding-bottom: 10px;
}
#trucklist .m-tab li {
width: 25%;
padding-right: 0px;
}
#trucklist .column {
margin-top: 10px;
padding: 15px;
border: 1px solid #ddd;
background: #fff;
position: relative;
}
#trucklist .column .trunk-label {
position: absolute;
top: 0px;
right: 10px;
}
<<<<<<< HEAD
=======
#trucklist .column .auth {
position: absolute;
right: 10px;
top: 0;
padding: 0 5px;
line-height: 20px;
font-size: 12px;
}
>>>>>>> b51924697e7ffdccee5d9d41bd2be4b3b02828fa
#trucklist .column .name {
font-size: 16px;
color: #333;
line-height: 30px;
}
#trucklist .column .key {
font-size: 14px;
color: #999;
}
#trucklist .column .value {
font-size: 14px;
color: #333;
}
#trucklist .column .row {
margin-top: 10px;
}
#trucklist .column .row .span6 {
width: 50%;
font-size: 14px;
text-align: left;
color: #333;
float: left;
}