mycars.css
956 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
58
59
60
61
62
63
64
65
66
67
68
69
@import 'table_ui.css';
@import 'Jselect_ui.css';
@import 'fancyalter_ui.css';
.userbox .whitebox {
padding: 30px 0;
}
.tab2list thead td {
border: 0;
background-color: #f9f9f9;
color: #333;
}
.carunit img {
width: 120px;
height: 60px;
}
.addnew .blk {
height: 40px;
font: 16px/40px 'Microsoft YaHei';
padding: 0 20px;
background-color: #666;
}
.hud {
width: 80px;
}
.pack_jselect {
min-width: 60px;
}
.lic {
margin-left: 10px;
}
.cartype {
min-width: 100px;
}
.driver {
width: 60px;
}
.contact {
width: 130px;
}
.wei,
.wid {
width: 50px;
}
.dname,
.dcont {
margin-right: 5px;
}
.fancy-alter {
padding: 20px 50px;
}
.company,
.person {
background-color: #fff7f1;
color: #f60;
border: 1px solid #f60;
position: absolute;
width: 35px;
height: 18px;
overflow: hidden;
border-radius: 3px;
left: -45px;
top: -4px;
}
.company {
border-color: #54ad28;
color: #54ad28;
background-color: #f8fff5;
}