|
@@ -2,6 +2,7 @@
|
2
|
2
|
* {margin: 0; padding: 0; box-sizing: border-box; text-align: center; font-family: 'NanumBarunGothic', 'serif'; list-style: none;}
|
3
|
3
|
section {}
|
4
|
4
|
body{background: #fff; position: relative; width: 100%; height: auto;}
|
|
5
|
+.color-gray {color:#aaa;}
|
5
|
6
|
/* 팝업 */
|
6
|
7
|
section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
7
|
8
|
section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
|
|
@@ -16,7 +17,7 @@ section .popup .pop .popup_btn button.cancel {width: 36%;}
|
16
|
17
|
|
17
|
18
|
|
18
|
19
|
section .popup2 {position: fixed; width: 100%; height: 100%; background: rgba(200, 200,200, 0.8); z-index: 11;}
|
19
|
|
-section .popup2 .content {padding-top: 5%; top: 100px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
|
20
|
+section .popup2 .content {position: fixed; z-index: 10; width:100%; background: #fff;}
|
20
|
21
|
section .popup2 .barcode {width: 100%;}
|
21
|
22
|
section .popup2 .barcode_area {width: 70%; height: 35%; margin: auto; background: #fff; border: 1px solid #000; margin-top: 5%;}
|
22
|
23
|
section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 2.6rem; margin:auto; margin-top: 30%;}
|
|
@@ -54,17 +55,19 @@ section .popup2 .pop .popup_scroll li .right {margin: 40px 0; position: relative
|
54
|
55
|
section .popup2 .pop .popup_scroll li .right .num {margin: 0 40px; width: auto;}
|
55
|
56
|
section .popup2 .pop .popup_scroll li .right button {margin: -12px; padding: 20px; font-size: 1.5rem; border-radius: 0px;}
|
56
|
57
|
section .popup2 .pop .popup_scroll li .add button{float: right; width: 120px; height: 120px; margin: 10px 20px; border-radius: 30px; font-size: 2rem; background: rgb(198, 170, 250);}
|
57
|
|
-section .popup2 .pop .content .line button {width: 40%; height: 80px;font-size: 2.4rem; padding: 0; margin: 0 20px;}
|
|
58
|
+section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
|
58
|
59
|
|
59
|
60
|
section .popup3 { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
60
|
|
-section .popup3 .content {padding-top: 5%; top: 100px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
61
|
|
-section .popup3 .pop { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
|
62
|
|
-section .popup3 .pop .header {position: relative; height: 100px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
|
63
|
|
-section .popup3 .pop .header .header_left {float: left; padding-top: 20px; padding-left: 20px;}
|
64
|
|
-section .popup3 .pop .header .header_left label {font-size: 2.4rem;}
|
|
61
|
+section .popup3 .content {position: fixed; z-index: 10; width:100%; height:596px; background: #fff;}
|
|
62
|
+section .popup3 .content label{width:120px; margin-top:7px;}
|
|
63
|
+section .popup3 .content div{font-weight:100;}
|
|
64
|
+section .popup3 .pop { position: absolute; top: 37%; left: 50%; transform: translate(-50%,-40%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
|
|
65
|
+section .popup3 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
|
|
66
|
+section .popup3 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 20px;}
|
|
67
|
+section .popup3 .pop .header .header_left label {font-size: 1.4rem;}
|
65
|
68
|
section .popup3 .pop .header .header_right {float: right; padding-right: 10px;}
|
66
|
69
|
section .popup3 .pop .header .header_right button {border: none; background: transparent;}
|
67
|
|
-
|
|
70
|
+section .popup3 .pop .header .header_right button img {width:30px; height:30px;}
|
68
|
71
|
/* 버튼 */
|
69
|
72
|
button {background-color: #fff; padding: 10px;}
|
70
|
73
|
button.btn-primary {color: #fff; background-color: #337ab7; border: 1px solid #000;font-weight: 700;}
|
|
@@ -143,7 +146,7 @@ body.eee {height: 700px; background: #eee;}
|
143
|
146
|
|
144
|
147
|
|
145
|
148
|
input {margin-top: 3px; border: 1px solid #000; margin-top: -2px; height: 36px; font-size: 0.8rem; text-align: left; padding:0 15px;}
|
146
|
|
-select {border: 1px solid #000; height: 60px; font-size: 1rem; text-align: left; padding:0 15px;}
|
|
149
|
+select {border: 1px solid #000; height: 35px; font-size: 1rem; text-align: left; padding:0 15px;}
|
147
|
150
|
input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
148
|
151
|
|
149
|
152
|
/* 공통화면 */
|
|
@@ -195,14 +198,13 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
195
|
198
|
.content .line {position: relative; display: inline-block; width: 100%; height: 35px; margin-bottom: 0px;}
|
196
|
199
|
.content .line div {font-weight: 700;}
|
197
|
200
|
.content .line label {font-size: 1.2rem; margin-left: 10px; float: left; text-align: left; margin-top: 12px;}
|
198
|
|
-.content .line label.col_6{width: 404px;}
|
199
|
201
|
.content .line select.label {border: 1px solid #000; font-size: 0.9rem;margin:9px 0 0 5px; float: left; width: 120px; height: 30px; text-align: left;}
|
200
|
202
|
.content .line .search_nm {float: right; margin-right: 2%;}
|
201
|
203
|
.content .line .search_wrap {float:right; margin-right:10px;}
|
202
|
204
|
.content .line .float_left {float: left;}
|
203
|
205
|
.content .line .float_left.note {width: 100%; padding: 10px;}
|
204
|
|
-.content .line .float_left.note textarea {width: 100%; height: 300px; border: 1px solid #000; text-align: left;}
|
205
|
|
-.content .line .float_left div {font-size: 2.4rem; margin-top: -8px;}
|
|
206
|
+.content .line .float_left.note textarea {width: 100%; height: 100px; border: 1px solid #000; text-align: left;}
|
|
207
|
+.content .line .float_left div {font-size: 1rem; margin-top: 8px;}
|
206
|
208
|
.content .line .float_left_btn {float: left; margin-top: 5px; margin-left: 5px;}
|
207
|
209
|
.content .line .float_left_btn button {padding:0; width:36px; height:36px; border-radius:5px;}
|
208
|
210
|
.content .line .float_left_btn button img {width:20px; height:20px;}
|
|
@@ -211,7 +213,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
211
|
213
|
.content .line .line_right div {float: right; font-size: 1.2rem; margin-top: 12px; margin-right: 30px;}
|
212
|
214
|
.content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
|
213
|
215
|
.content .line .line_right input.left {text-align: left;}
|
214
|
|
-.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:83px;}
|
|
216
|
+.content .line .line_right input.mg0 {margin-right:10px;}
|
|
217
|
+.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
|
215
|
218
|
.content .line input.date {width: 40%; margin: 10px; height: 40px; float: right; margin-right: 3%;}
|
216
|
219
|
.content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
|
217
|
220
|
.content .line div.date_to {float: right; margin-right:10px;}
|
|
@@ -219,8 +222,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
219
|
222
|
.content .line div.date_to div.at {width: 3%; font-size: 1rem; float: right; display: contents;}
|
220
|
223
|
.content .line .search {width: 100%; height: 50px;}
|
221
|
224
|
.content .line .search button {width: 50%; height: 35px; font-size: 1rem; padding: 0;}
|
222
|
|
-.content .line .search button.col_3 {width: 35%; margin: 0 20px; float: left;}
|
223
|
|
-.content .line .search button.col_5 {width: 55%; margin: 0 20px; float: right;}
|
|
225
|
+.content .line .search button.col_3 {width: 35%; margin-left:12px; float: left;}
|
|
226
|
+.content .line .search button.col_5 {width: 55%; margin-right: 10px; float: right;}
|
224
|
227
|
.content .table_header {margin: 0 auto; width: 100%; height: 50px; background-color: #92c7f6; position: fixed; z-index: 10; border-bottom: 1px solid #000; border-top: 1px solid #000;}
|
225
|
228
|
.content .table_header h1 {margin-top: 12px; margin-left: 10px; font-size: 1.2rem; float: left; color: #fff; font-weight: 100;}
|
226
|
229
|
.content .table_header button {float: right; width: 111px; font-size: 1rem; padding: 5px 20px; margin: 8px;}
|
|
@@ -273,7 +276,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
273
|
276
|
.row-3{top: 333px;}
|
274
|
277
|
.row-4{top: 377px;}
|
275
|
278
|
.row-5{top: 850px;}
|
276
|
|
-.row-6{top: 950px;}
|
|
279
|
+.row-6{top: 468px;}
|
277
|
280
|
.row-7{top: 1030px;}
|
278
|
281
|
|
279
|
282
|
.col-4{width:40% !important;}
|
|
@@ -289,33 +292,32 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
289
|
292
|
.scroll_area li .left_info .history input{width: 150px;}
|
290
|
293
|
.scroll_area li.history_list {height: 140px; padding-top:8px;}
|
291
|
294
|
.scroll_area li.history_list .button_right {float: right; display: grid;}
|
292
|
|
-.scroll_area li.history_list .button_right button {width: 124px; height: 149px; font-size: 2rem; margin: 0; border-radius: 0;}
|
293
|
|
-.scroll_area li.history_list1 {height: 230px; }
|
|
295
|
+.scroll_area li.history_list .button_right button {width: 70px; height: 70px; font-size: 1rem; margin: 0; border-radius: 0;}
|
|
296
|
+.scroll_area li.history_list1 {height: 230px;}
|
294
|
297
|
.scroll_area li.history_list2 {height: 160px; padding-top:5px;}
|
295
|
298
|
.scroll_area li.history_list2 label{min-width:95px; display:inline-flex;}
|
296
|
299
|
.scroll_area li.history_list3 {height: 330px;}
|
|
300
|
+.scroll_area li.history_list4 {height: 150px;}
|
297
|
301
|
.scroll_area li .history_info {width: auto;}
|
298
|
302
|
.scroll_area li .left {width:100%; height:30px; margin-top:0px;}
|
|
303
|
+.scroll_area li .btn {width:calc(100% - 70px); padding-top:12px;}
|
299
|
304
|
.scroll_area li .left div {display: inline-block;}
|
300
|
305
|
.scroll_area li .left label{font-size: 1.1rem;}
|
301
|
306
|
.scroll_area li .left .thick {float:left; margin: 8px 20px; font-size: 1rem; text-align: left; width: 50%; font-weight: 600;}
|
302
|
307
|
.scroll_area li .left .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
|
303
|
308
|
.scroll_area li .left .history input{width: 150px;}
|
304
|
309
|
|
305
|
|
-.scroll_area li div {padding: 1px;}
|
306
|
|
-.scroll_area li .detail_line {width: 100%; display: inline-block;}
|
|
310
|
+.scroll_area li .detail_line {width: 100%; height:25px; display: inline-block;}
|
307
|
311
|
.scroll_area li .detail_left {float: left;}
|
308
|
|
-.scroll_area li .detail_left div {display: inline-block;}
|
309
|
312
|
.scroll_area li .detail_left .detail_info {margin: 5px 10px;}
|
310
|
|
-.scroll_area li .detail_left .detail_info div {width: auto; font-size: 2.2rem; font-weight: 700;}
|
311
|
|
-.scroll_area li .detail_left .detail_info i {width: auto; font-size: 2.2rem; margin: 0 20px;}
|
312
|
|
-.scroll_area li .detail_left .detail_info label {width: auto; font-size: 2rem;}
|
|
313
|
+.scroll_area li .detail_left .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
|
|
314
|
+.scroll_area li .detail_left .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
|
|
315
|
+.scroll_area li .detail_left .detail_info label {position:absolute; width: auto; font-size: 1rem;}
|
313
|
316
|
.scroll_area li .detail_right {float: right;}
|
314
|
|
-.scroll_area li .detail_right div {display: inline-block;}
|
315
|
317
|
.scroll_area li .detail_right .detail_info {margin: 5px 25px;}
|
316
|
318
|
.scroll_area li .detail_right .detail_info label {margin: 5px 30px; font-size: 2rem;}
|
317
|
|
-.scroll_area li .detail_right .detail_info div {width: auto; font-size: 2.2rem; font-weight: 700;}
|
318
|
|
-.scroll_area li .detail_right .detail_info i {width: auto; font-size: 2.2rem; margin: 0 20px;}
|
|
319
|
+.scroll_area li .detail_right .detail_info div {width: auto; font-size: 1rem; font-weight: 700;}
|
|
320
|
+.scroll_area li .detail_right .detail_info i {width: auto; font-size: 1rem; margin: 0 20px;}
|
319
|
321
|
.scroll_area li .left .nomal {width: 100%; float:left; text-align: left; font-size: 1.2rem;}
|
320
|
322
|
.scroll_area li .left .nomal .half {width:50%; float:left;}
|
321
|
323
|
.scroll_area li .left .nomal .half label {font-weight:100;}
|
|
@@ -336,12 +338,11 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
336
|
338
|
.scroll_area li .left .nomal label{position:relative; margin-left: 10px;}
|
337
|
339
|
.scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
|
338
|
340
|
.scroll_area li .left .nomal label.col_0{width: auto;}
|
339
|
|
-.scroll_area li .left .nomal label.col_1{width: 180px;}
|
340
|
|
-.scroll_area li .left .nomal label.col_2{width: 273px;}
|
341
|
|
-.scroll_area li .left .nomal label.col_6{width: 250px;}
|
342
|
|
-.scroll_area li .left .nomal label.col_7{width: 280px;}
|
|
341
|
+.scroll_area li .left .nomal label.col_2{width: 95px;}
|
343
|
342
|
.scroll_area li .left .nomal i{width: 50px; text-align: center;}
|
344
|
343
|
.scroll_area li .left .nomal div{min-width:90px; display: inline-flex; font-weight: 700; font-size: 1.1rem;}
|
|
344
|
+.scroll_area li .left .nomal .col_5{min-width:50px;}
|
|
345
|
+
|
345
|
346
|
.scroll_area li .right {margin: 30px 20px 0 0; position: relative; display: flex; font-size: 1.4rem; font-weight: 700; float: right;}
|
346
|
347
|
.scroll_area li .right .num {margin: 0 25px; width: auto;}
|
347
|
348
|
.scroll_area li .right button {margin: -6px; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
|