Explorar el Código

파일 원복

whakdo963 hace 2 años
padre
commit
a5a16578ed

+ 0 - 1
src/main/webapp/mobile/app/mordmng/MORDMNG01010.html

@@ -1,4 +1,3 @@
1
-<link rel="stylesheet" href="/style.css">
2 1
 <section>
3 2
   <div id="ITP_AJAX_MORDMNG01010_VIEW_CONTAINER" style="display: block;">
4 3
     <div class="content">

+ 2 - 2
src/main/webapp/mobile/css/style.css

@@ -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;}