fancyappoint_ui.css
756 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
.formupper {
width: 280px;
padding-bottom: 15px;
border-bottom: 1px dashed #ddd;
}
.formupper .ipt {
height: 30px;
line-height: 30px;
}
.formupper .bt {
height: 34px;
line-height: 34px;
}
.formsub .ic {
background-position: -158px -62px;
background-color: #4aca10;
}
.mini {
height: 20px;
line-height: 20px
}
.carinfo {
margin: 10px 0;
width: 400px;
max-height: 192px;
overflow-x: hidden;
overflow-y: auto;
}
.carinfo .mini {
padding: 0 5px;
border-radius: 0;
}
.minitab td {
padding: 5px;
}
.carsub {
text-align: center;
}
.carsub {
padding-top: 10px;
margin-top: 10px;
border-top: 1px dashed #ddd;
}
.carsub p {
padding: 5px 10px;
background-color: #f9f9f9;
text-align: left;
}
.dw {
width: 60px;
}