|
@@ -343,7 +343,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
343
|
343
|
.content .line .line_right input.mg0 {margin-right:10px;}
|
344
|
344
|
.content .line .line_right input.date{width:140px; margin-right:132px; height:35px;}
|
345
|
345
|
.content .line .line_right select {float: right; width: 180px; height: 30px; margin-top: 7px; border: 1px solid #000; font-size: 1rem; margin-right:93px;}
|
346
|
|
-.content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14px;}
|
|
346
|
+.content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14px; background: url(../img/calender.png) 95%/18px no-repeat white}
|
347
|
347
|
.content .line input.full {width: 100%;}
|
348
|
348
|
.content .line div.date_to {display:flex; width:60%; height:27px; float: left; margin-right:0px;}
|
349
|
349
|
.content .line div.date_to input {font-weight:100; width:47%; height:27px; font-size:14px; margin:0;}
|
|
@@ -363,7 +363,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
363
|
363
|
.content .list_line .mail select {width:30%; height:27px; font-size:14px; border: 1px solid #aaa;border-radius: 5px;}
|
364
|
364
|
.content .list_line .list_info .pay_info {text-align:left; padding-left:17px; font-size:15px;}
|
365
|
365
|
.content .table_header {margin-top: 6px; width: 100%; height: 36px;}
|
366
|
|
-.content .table_header h1 {margin-left: 20px; margin-top:16px; font-size: 13px; float: left; color: #000; font-weight: 100;}
|
|
366
|
+.content .table_header h1 {margin-left: 15px; margin-top:16px; font-size: 13px; float: left; color: #000; font-weight: 100;}
|
367
|
367
|
.content .table_header button {float: right; width: 68px; height:26px; font-size: 12px; font-weight: 100; padding:0px; margin: 4px 12px 6px 0; border-radius:15px;}
|
368
|
368
|
|
369
|
369
|
.detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
|
@@ -536,20 +536,17 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
536
|
536
|
#ITP_FOOTER .itp_modal .itp_form .itp_mip {padding: 8px 5px 4px 12px; height:42px; text-align: left; font-size: 16px; border:1px solid #ccc;}
|
537
|
537
|
|
538
|
538
|
@media screen and (min-width: 550px) {
|
539
|
|
-
|
540
|
|
- .content .line input.date {width: 70%;}
|
541
|
|
- .content .line input.full {width: 100%;}
|
542
|
|
-
|
543
|
539
|
.content .line .line_right {width:80%}
|
544
|
|
- .content .line .float_left .itp_input_btn {width:70%;}
|
545
|
|
- .content .line .float_left {width:70%;}
|
546
|
|
- .content .line div.date_to {width:70%;}
|
547
|
540
|
.content .line div.date_to input {width:47%}
|
548
|
541
|
.content .line .float_left.name {width:76%;}
|
549
|
542
|
.modal-dialog {margin:auto 20% !important;}
|
550
|
543
|
.scroll_area li .left_info .thick {width: 90%;}
|
551
|
544
|
.content .line .search_wrap input {width:78%;}
|
552
|
545
|
.content .line .search_wrap select {width:78%;}
|
|
546
|
+
|
|
547
|
+}
|
|
548
|
+@media screen and (min-width: 650px) {
|
|
549
|
+ .content .line {margin:-6px 140px; }
|
553
|
550
|
}
|
554
|
551
|
@media screen and (max-width: 380px) {
|
555
|
552
|
section .popup2 .barcode_area {width: 250px; height: 250px;}
|