|
@@ -19,8 +19,8 @@ section .popup .pop .popup_btn button.cancel {width: 36%;}
|
19
|
19
|
section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
|
20
|
20
|
section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
|
21
|
21
|
section .popup2 .barcode {width: 100%;}
|
22
|
|
-section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 5%;}
|
23
|
|
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.6rem; margin:auto; margin-top: 5%;}
|
|
22
|
+section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
|
|
23
|
+section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 1.1rem; margin:auto; margin-top: 20%;}
|
24
|
24
|
section .popup2 .btn_barcode {margin-top: 20%;}
|
25
|
25
|
section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
|
26
|
26
|
section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 2px solid #000;}
|