|
@@ -19,11 +19,11 @@ 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: 70%; height: 35%; margin: auto; background: #fff; border: 1px solid #000; margin-top: 5%;}
|
23
|
|
-section .popup2 .barcode h1{text-align: left; width: 85%; font-size: 2.6rem; margin:auto; margin-top: 30%;}
|
|
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%;}
|
24
|
24
|
section .popup2 .btn_barcode {margin-top: 20%;}
|
25
|
|
-section .popup2 .btn_barcode button {width: 35%; height: 100px; font-size: 2.2rem;}
|
26
|
|
-section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 90%; height: 85%; background: #fff; border: 2px solid #000;}
|
|
25
|
+section .popup2 .btn_barcode button {width: 35%; height: 50px; font-size: 1rem;}
|
|
26
|
+section .popup2 .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 95%; height: 85%; background: #fff; border: 2px solid #000;}
|
27
|
27
|
section .popup2 .pop .header {position: relative; height: 50px; background: rgb(204, 225, 240); border-bottom: 1px solid #000;}
|
28
|
28
|
section .popup2 .pop .header .header_left {float: left; padding-top: 5px; padding-left: 15px;}
|
29
|
29
|
section .popup2 .pop .header .header_left label {font-size: 1.4rem;}
|
|
@@ -34,27 +34,27 @@ section .popup2 .pop .search_bar {width: 100%; height: 50px; padding: 10px;}
|
34
|
34
|
section .popup2 .pop .search_bar input {width: 80%; height: 40px; float: left;}
|
35
|
35
|
section .popup2 .pop .search_bar button {float: right; border: none; padding-top:3px;}
|
36
|
36
|
section .popup2 .pop .search_bar button img {width: 30px; height: 30px;}
|
37
|
|
-section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 70px; background:rgb(46, 46, 248); color: #fff; font-size: 2rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
|
|
37
|
+section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
|
38
|
38
|
section .popup2 .pop .search_bar button.btn_blue {float: right; width: 100px; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000;}
|
39
|
39
|
|
40
|
40
|
section .popup2 .pop .popup_scroll {position: relative; width: 100%;height: 720px; overflow: auto;}
|
41
|
41
|
section .popup2 .pop .popup_scroll li {list-style: none; width: 99%; height: 50px; border: 1px solid #000; margin: 0 auto;}
|
42
|
|
-section .popup2 .pop .popup_scroll li.row_2 {height: 140px;}
|
|
42
|
+section .popup2 .pop .popup_scroll li.row_2 {height: 80px;}
|
43
|
43
|
section .popup2 .pop .popup_scroll li .left {position: relative; float: left;}
|
44
|
44
|
section .popup2 .pop .popup_scroll li .left div {display: inline-block;}
|
45
|
45
|
section .popup2 .pop .popup_scroll li .left label{font-size: 2.5rem;}
|
46
|
|
-section .popup2 .pop .popup_scroll li .left .thick {float: left; margin: 10px 20px; font-size: 2rem; text-align: left; width: 50%; font-weight: 600;}
|
47
|
|
-section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 10px 20px 10px 40px; font-size: 1.8rem; text-align: left; width: 50%;}
|
|
46
|
+section .popup2 .pop .popup_scroll li .left .thick {float: left; margin: 10px 0 0 10px; font-size: 1rem; text-align: left; width: 100%; font-weight: 600;}
|
|
47
|
+section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0px 0px 15px; font-size: 1.2rem; text-align: left; width: 100%;}
|
48
|
48
|
section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
|
49
|
49
|
section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
|
50
|
50
|
section .popup2 .pop .popup_scroll li .scroll_left {float: left;}
|
51
|
51
|
section .popup2 .pop .popup_scroll li .scroll_left div {float: left; font-size: 0.8rem; font-weight: 700; width: auto; margin: 15px 10px;}
|
52
|
52
|
section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
|
53
|
53
|
section .popup2 .pop .popup_scroll li .scroll_right button {width: 60px; height: 40px; padding: 0; background: rgb(198, 170, 250); border-radius: 10px; font-size: 0.8rem; margin:4px 10px;}
|
54
|
|
-section .popup2 .pop .popup_scroll li .right {margin: 40px 0; position: relative; display: flex; font-size: 2rem; font-weight: 700; float: left;}
|
55
|
|
-section .popup2 .pop .popup_scroll li .right .num {margin: 0 40px; width: auto;}
|
56
|
|
-section .popup2 .pop .popup_scroll li .right button {margin: -12px; padding: 20px; font-size: 1.5rem; border-radius: 0px;}
|
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);}
|
|
54
|
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: left; top:20px;}
|
|
55
|
+section .popup2 .pop .popup_scroll li .right .num {margin: 0 20px; width: auto;}
|
|
56
|
+section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 1rem; border-radius: 0px;}
|
|
57
|
+section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 10px 10px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
|
58
|
58
|
section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
|
59
|
59
|
|
60
|
60
|
section .popup3 { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
|
@@ -214,6 +214,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
214
|
214
|
.content .line .line_right input {position: relative; text-align: right; margin-right: 84px;}
|
215
|
215
|
.content .line .line_right input.left {text-align: left;}
|
216
|
216
|
.content .line .line_right input.mg0 {margin-right:10px;}
|
|
217
|
+.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
|
217
|
218
|
.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
|
218
|
219
|
.content .line input.date {width: 40%; margin: 10px; height: 40px; float: right; margin-right: 3%;}
|
219
|
220
|
.content .line input.date2 {width: 140px; height: 30px; margin-right:133px;}
|
|
@@ -292,7 +293,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
292
|
293
|
.scroll_area li .left_info .history input{width: 150px;}
|
293
|
294
|
.scroll_area li.history_list {height: 140px; padding-top:8px;}
|
294
|
295
|
.scroll_area li.history_list .button_right {float: right; display: grid;}
|
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_list .button_right button {width: 65px; height: 70px; font-size: 1rem; margin: 0; border-radius: 0;}
|
296
|
297
|
.scroll_area li.history_list1 {height: 230px;}
|
297
|
298
|
.scroll_area li.history_list2 {height: 160px; padding-top:5px;}
|
298
|
299
|
.scroll_area li.history_list2 label{min-width:95px; display:inline-flex;}
|
|
@@ -300,7 +301,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
300
|
301
|
.scroll_area li.history_list4 {height: 150px;}
|
301
|
302
|
.scroll_area li .history_info {width: auto;}
|
302
|
303
|
.scroll_area li .left {width:100%; height:30px; margin-top:0px;}
|
303
|
|
-.scroll_area li .btn {width:calc(100% - 70px); padding-top:12px;}
|
|
304
|
+.scroll_area li .btn {width:calc(100% - 65px); padding-top:12px;}
|
304
|
305
|
.scroll_area li .left div {display: inline-block;}
|
305
|
306
|
.scroll_area li .left label{font-size: 1.1rem;}
|
306
|
307
|
.scroll_area li .left .thick {float:left; margin: 8px 20px; font-size: 1rem; text-align: left; width: 50%; font-weight: 600;}
|
|
@@ -328,13 +329,13 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
328
|
329
|
.scroll_area li .left .nomal span {margin:0 10px;}
|
329
|
330
|
|
330
|
331
|
.scroll_area li .left .nomal .btn_bar{position: relative; width: auto; font-size: 2.2rem;}
|
331
|
|
-.scroll_area li .left .nomal .btn_bar button{width: 50px; height: 70px; font-size: 2rem; padding: 0;}
|
332
|
|
-.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 0 50px;}
|
|
332
|
+.scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
|
|
333
|
+.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
|
333
|
334
|
|
334
|
335
|
.scroll_area li .left .nomal .space{ margin-left: 30px; min-width: 100px;}
|
335
|
336
|
.scroll_area li .left .nomal .space0{ margin-left: 30px; width: auto;}
|
336
|
337
|
.scroll_area li .left .nomal .space1{ margin-left: 0px; width: 200px;}
|
337
|
|
-.scroll_area li .left .nomal .space2 {width: 120px; display: inline-flex; font-size: 2.4rem; margin-right: 30px; font-weight: 700;}
|
|
338
|
+.scroll_area li .left .nomal .space2 {display: inline-flex; font-size: 1.4rem; font-weight: 700;}
|
338
|
339
|
.scroll_area li .left .nomal label{position:relative; margin-left: 10px;}
|
339
|
340
|
.scroll_area li .left .nomal label.sub_info{min-width: 70px; display: inline-flex;}
|
340
|
341
|
.scroll_area li .left .nomal label.col_0{width: auto;}
|