undercoupon.css
647 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
.fixed-table-container thead th .th-inner {
padding: 6px 30px 6px 24px!important;
}
.ITD-form-read{
height: 34px;
line-height: 34px;
}
.ITD-pop-wid60{
width: 60px;
margin-left: 5px;
}
.ITD-pop-wid65{
width: 70px;
}
.ITD-pop-wid150{
width: 150px;
}
.ITD-park-l{
float: left;
width: 100px;
height: 34px;
line-height: 34px;
}
.giftpop_cont{
height: 34px;
width: 100%;
}
.msgMaxwidth{
max-width: 300px;
}
/*dayin*/
@media print {
.pop_common{
width: 300px;
height: 200px;
background: url("../img/car-bg.png") no-repeat;
background-size: 300px 200px;
}
}