|
@@ -12,7 +12,7 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
|
12
|
12
|
body .login {position:fixed;}
|
13
|
13
|
.color-gray {color:#aaa;}
|
14
|
14
|
/* 팝업 */
|
15
|
|
-section .popup {position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
|
15
|
+section .popup {position: absolute; top:0; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
16
|
16
|
section .popup .pop {position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
|
17
|
17
|
section .popup .pop.short {height:260px;}
|
18
|
18
|
section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
|
|
@@ -29,7 +29,7 @@ section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #0
|
29
|
29
|
section .popup .pop .popup_btn button.cancel {width: 36%;}
|
30
|
30
|
|
31
|
31
|
|
32
|
|
-section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
|
|
32
|
+section .popup2 {position: absolute; top:0; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
|
33
|
33
|
section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
|
34
|
34
|
section .popup2 .barcode {width: 100%;}
|
35
|
35
|
section .popup2 .barcode_area {width: 300px; height: 300px; margin: auto; background: #fff; border: 1px solid #000; margin-top: 10%;}
|
|
@@ -126,7 +126,7 @@ section .popup2 .content .line.mt_5 {margin-top:5px;}
|
126
|
126
|
section .popup2 .content .line .search_wrap select {float:right; width:50%; height:27px; margin-right:10px;}
|
127
|
127
|
|
128
|
128
|
|
129
|
|
-section .popup3 { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
|
129
|
+section .popup3 {position: absolute; top:0;width: 100%; height: 100%; background: transparent; z-index: 11;}
|
130
|
130
|
section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
|
131
|
131
|
section .popup3 .content label{width:120px; margin-top:7px;}
|
132
|
132
|
section .popup3 .content div{font-weight:100;}
|