Procházet zdrojové kódy

팝업 두깨 얇게

whakdo963 před 2 roky
rodič
revize
9a84bf827c
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/main/webapp/mobile/css/style.css

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

@@ -19,7 +19,7 @@ body .login {position:fixed;}
19 19
 .color-gray {color:#aaa;}
20 20
 /* 팝업 */
21 21
 section .popup {position: absolute; top:0; width: 100%; height: 100vh; background: transparent; z-index: 11;}
22
-section .popup .pop {position: absolute; top: 50%; 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;}
22
+section .popup .pop {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 360px; padding-top: 20px; background: #fff; border: 1px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
23 23
 section .popup .pop.short {height:260px;}
24 24
 section .popup .pop label.pop_label {position:relative; top:10px; font-size: 16px;}
25 25
 section .popup .pop div.pop_msg {padding:0 5%; text-align:left; position:relative; top:10px; font-size: 16px;}
@@ -29,9 +29,9 @@ section .popup .pop .pop_line .itp_label_area {height:35px; padding:8px; width:1
29 29
 section .popup .pop .pop_line .itp_label_area label {margin:0;font-size: 14px; text-align:left; float: left; min-width: 100px;}
30 30
 section .popup .pop .pop_line .itp_info_area {width:calc(100% - 100px); margin:0; padding:6px;}
31 31
 section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 10px; width: auto;}
32
-section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 2px solid #000;}
32
+section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 40px; border-top: 1px solid #000;}
33 33
 section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 38px; margin:0; font-size: 14px; font-weight: 100; border-radius: 0px; border: none;}
34
-section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
34
+section .popup .pop .popup_btn button.ok { width: 64%; border-left: 1px solid #000;}
35 35
 section .popup .pop .popup_btn button.cancel {width: 36%;}
36 36
 
37 37