Kaynağa Gözat

모바일 css 변경

whakdo963 2 yıl önce
ebeveyn
işleme
789649f4ad
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/main/webapp/mobile/css/style.css

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

@@ -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: absolute; top:0; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
32
+section .popup2 {position: absolute; top:0; width: 100%; height: 100vh; 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: absolute; top:0;width: 100%; height: 100%; background: transparent; z-index: 11;}
129
+section .popup3 {position: absolute; top:0;width: 100%; height: 100vh; 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;}