|
@@ -386,28 +386,28 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
386
|
386
|
.content .table_header {margin-top: 6px; width: 100%; height: 36px;}
|
387
|
387
|
.content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
|
388
|
388
|
.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;}
|
389
|
|
-.detail_content {top: 0px; position: fixed; z-index: 10; width:100%; background: #fff;}
|
|
389
|
+.detail_content {top: 0px; position: fixed; display:contents; z-index: 10; width:100%; background: #fff;}
|
390
|
390
|
.detail_content .detail_content_fix {background: #f5f6f6; border-bottom:1px solid #E0B8AB;}
|
391
|
|
-.detail_content .detail_header {width: 100%; height: 80px; padding-top:65px}
|
392
|
|
-.detail_content .detail_header .detail_logo {float: left;}
|
393
|
|
-.detail_content .detail_header .detail_logo img {width: 70px; margin-left: 15px;}
|
394
|
|
-.detail_content .detail_header .detail_ok {float: left;}
|
395
|
|
-.detail_content .detail_header .detail_ok label {margin-left: 50px; font-size: 1.6rem; font-weight: 700;}
|
396
|
|
-.detail_content .detail_confirmation {height: 260px; }
|
397
|
|
-.detail_content .detail_confirmation .detail_col {float: left; width: 100%; display: inline-flex; margin-left: 15px; margin-bottom: 10px;}
|
398
|
|
-.detail_content .detail_confirmation .detail_col label{font-size: 12pt; font-weight: 700; float: left; width: 100px; text-align: left;}
|
399
|
|
-.detail_content .detail_confirmation .detail_col i{font-size: 1rem; font-style:normal; width: 1%; text-align: right; margin-right: 10px;}
|
400
|
|
-.detail_content .detail_confirmation .detail_col div{font-size: 1rem; width: auto; text-align: left;}
|
401
|
|
-.detail_content .detail_company_info {height:150px;}
|
402
|
|
-.detail_content .detail_company_info label{font-size: 1rem; font-weight: 600;}
|
403
|
|
-.detail_content .detail_company_info .weight {margin-bottom: 20px;}
|
404
|
|
-.detail_content .detail_company_info .weight label{font-size: 1.2rem; font-weight: 700;}
|
405
|
|
-.detail_content .detail_company_info div{font-size: 1rem;}
|
406
|
|
-.detail_content .detail_company_info .info_left {width: 50%; height: 150px; float: left;}
|
407
|
|
-.detail_content .detail_company_info .info_left .company_info {width: 100%; float: left; display: flex; margin-left: 15px; margin-top:3px;}
|
408
|
|
-.detail_content .table_header {margin: 0% auto; width: 100%; height: 45px; background-color: skyblue; align-items: center; position: fixed; z-index: 10;}
|
409
|
|
-.detail_content .table_header h1 {margin-top: 12px; margin-left: 15px; font-size: 1.2rem; float: left;}
|
410
|
|
-.detail_content .table_header button {float: right; width: 200px; font-size: 2rem; padding: 5px 20px; margin: 20px;}
|
|
391
|
+.detail_content .detail_header {width: 330px; height: 50px; margin:0; left:50%; position:relative; transform:translateX(-50%);}
|
|
392
|
+.detail_content .detail_header .detail_logo {float: left; margin-top:7px;}
|
|
393
|
+.detail_content .detail_header .detail_logo img {width: 35px; margin-left: 10px;}
|
|
394
|
+.detail_content .detail_header .detail_ok {float: left; margin-top:10px;}
|
|
395
|
+.detail_content .detail_header .detail_ok label {margin-left: 72px; font-size: 14pt; font-weight: 700;}
|
|
396
|
+.detail_content .detail_confirmation {height: 190px; margin-top:5px;}
|
|
397
|
+.detail_content .detail_confirmation .detail_col {left:50%; position:relative; transform:translateX(-50%); float: left; width: 330px; height:20px; margin-bottom:11px; display: flex;}
|
|
398
|
+.detail_content .detail_confirmation .detail_col label{font-size: 12pt; font-weight: 700; float: left; width: auto; text-align: left; min-width:78px;}
|
|
399
|
+.detail_content .detail_confirmation .detail_col i{font-size: 12pt; font-style:normal; width: 1%; text-align: right; margin-right: 10px;}
|
|
400
|
+.detail_content .detail_confirmation .detail_col div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-size: 12pt; width: 210px; text-align: left;}
|
|
401
|
+.detail_content .detail_company_info {width: 330px;left: 50%; position: relative; transform: translateX(-50%); height:150px; margin-top:5px;}
|
|
402
|
+.detail_content .detail_company_info label{font-size: 11pt; font-weight: 600; width: auto; text-align:left;}
|
|
403
|
+.detail_content .detail_company_info .weight {width:50px; margin:0 auto;}
|
|
404
|
+.detail_content .detail_company_info .weight label{font-size: 13pt; font-weight: 700;}
|
|
405
|
+.detail_content .detail_company_info div{font-size: 11pt; width:120px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left;}
|
|
406
|
+.detail_content .detail_company_info .info_left {width: 165px; height: 150px; float: left;}
|
|
407
|
+.detail_content .detail_company_info .info_left .company_info {width: 100%; float: left; display: flex; margin-left: 0px; margin-top:3px;}
|
|
408
|
+.detail_content .table_header {margin-top: 6px; width: 100%; height: 36px;}
|
|
409
|
+.detail_content .table_header h1 {margin-left: 15px; margin-top:16px; margin-bottom:0; font-size: 13px; float: left; color: #000; font-weight: 100;}
|
|
410
|
+.detail_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;}
|
411
|
411
|
|
412
|
412
|
/* select.stcd {
|
413
|
413
|
float: left;
|
|
@@ -476,6 +476,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
476
|
476
|
.scroll_area li.history_list3 .btn_check {height:158px; margin-top:-5px; width:90%; float:right; padding-top:7px; }
|
477
|
477
|
.scroll_area li.history_list4 {height: 150px; padding-top:4px;}
|
478
|
478
|
.scroll_area li.history_list5 {height: 65px; padding-top:5px;}
|
|
479
|
+.scroll_area li.history_list10 {height: 90px; padding-top:5px;}
|
479
|
480
|
.scroll_area li.history_list8 {height: 100px; padding-top:5px;}
|
480
|
481
|
.scroll_area li.history_list6 {height: 110px; padding-top:5px;}
|
481
|
482
|
.scroll_area li.history_list7 {height: 120px; padding-top:5px;}
|
|
@@ -612,6 +613,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
612
|
613
|
}
|
613
|
614
|
@media screen and (min-width: 630px) {
|
614
|
615
|
.content .line {margin:0 100px -10px 100px;}
|
|
616
|
+ .detail_content .detail_confirmation .detail_col {width:410px;}
|
615
|
617
|
}
|
616
|
618
|
@media screen and (max-height: 720px) {
|
617
|
619
|
#ITP_LOGIN {position:fixed; top:80px; max-width: 500px; margin: 0 auto;}
|