|
@@ -42,13 +42,11 @@
|
|
}
|
|
}
|
|
.page-box .package-number {
|
|
.page-box .package-number {
|
|
position: absolute;
|
|
position: absolute;
|
|
- min-width: 200px;
|
|
|
|
|
|
+ width: 400px;
|
|
height: 40px;
|
|
height: 40px;
|
|
- padding: 0 50px;
|
|
|
|
|
|
+ padding: 0 20px;
|
|
top: 10px;
|
|
top: 10px;
|
|
- right: 25%;
|
|
|
|
- transform: translateX(-50%);
|
|
|
|
- -webkit-transform: translateX(-50%);
|
|
|
|
|
|
+ left: 54%;
|
|
text-align: center;
|
|
text-align: center;
|
|
z-index: 99;
|
|
z-index: 99;
|
|
display: none;
|
|
display: none;
|
|
@@ -289,13 +287,12 @@
|
|
|
|
|
|
.course-barcode {
|
|
.course-barcode {
|
|
position: absolute;
|
|
position: absolute;
|
|
- min-width: 200px;
|
|
|
|
|
|
+ width: 400px;
|
|
height: 40px;
|
|
height: 40px;
|
|
- padding: 0 50px;
|
|
|
|
|
|
+ padding: 0 20px;
|
|
top: 10px;
|
|
top: 10px;
|
|
left: 50%;
|
|
left: 50%;
|
|
- transform: translateX(-100%);
|
|
|
|
- -webkit-transform: translateX(-100%);
|
|
|
|
|
|
+ margin-left: -400px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.course-barcode img {
|
|
.course-barcode img {
|