print-main.css
1.28 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
.print-box{padding: 10px 0;}
.print-paper{ background: #fff; padding: 20px 10px; border: 1px solid #ccc; overflow: auto;}
.portrait-box { width: 451px; height: 571px; border: 2px solid #000; border-radius: 5px; padding: 10px; position:relative;} /*width: 600px; height: 1000px; width: 624px; height: 768px;*/
.landscape-box { width: 571px; height: 451px; border: 2px solid #000; border-radius: 5px; padding: 10px; position: relative;} /*width: 1000px; height: 600px; width: 768px; height: 624px;*/
#dvLandscape, #dvPortrait {
border-radius: 5px;
padding: 0px !important;
}
#dvPortrait { margin-top:42%;}
.pp-col-sm-4 .print-col-sm-4{
padding-left: 0px !important;
padding-right: 0px !important;
}
.pp-marginTop10 .print-marginTop10 {
margin-top: 0px;
}
#imgPortrait, #imgLandscape {
padding: 10px;
}
@media (min-width: 768px) {
.print-footer-port div, .print-footer-land div {
width: 50%;
}
}
#minSpan {
margin-top: 6px;
}
.bgnone img{ background: none;}
.scan-scenario{ position: absolute; top: 30px; right: 30px}
.pp-main-full {
margin-top: 10px;
}
.pp-form-control {
border-right: 0;
box-shadow: 0 0 0;
border-color: #ccc;
width: 100%;
float: right;
}
.font12{ font-size:12px;}
.marginbtm10{ margin-bottom:10px;}
.width-auto {
width: auto;
}