|
@@ -83,7 +83,7 @@ section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:h
|
83
|
83
|
section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}
|
84
|
84
|
|
85
|
85
|
section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
|
86
|
|
-section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 70%; overflow: auto; border-top:1px solid #E0B8AB;}
|
|
86
|
+section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 70%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
87
|
87
|
section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
|
88
|
88
|
section .popup2 .pop .popup_scroll li.row_2 {height: 70px; display:flex;}
|
89
|
89
|
|
|
@@ -355,7 +355,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
355
|
355
|
.content .line .float_left.name {width:62%;}
|
356
|
356
|
.content .line .float_left button {float:right; left:-2px; top:-2px; position:relative; background:transparent; border:none; width:34px; height:34px; padding:0;}
|
357
|
357
|
.content .line .float_left button img {width:18px;}
|
358
|
|
-.content .line .float_left input {width:100%; font-size:14pt; text-overflow:ellipsis; padding-right:22px;}
|
|
358
|
+.content .line .float_left input {width:100%; font-size:12pt; text-overflow:ellipsis; padding-right:22px;}
|
|
359
|
+.content .line .float_left input::placeholder {color:#bbb; font-size:10pt;}
|
359
|
360
|
.content .line .float_left.note {width: 100%; padding: 10px;}
|
360
|
361
|
.content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #aaa; text-align: left; font-size:14px;}
|
361
|
362
|
.content .line .float_left div {font-size: 14pt; margin-top: 4px; margin-right:8px; text-align:right; font-weight:100;}
|