|
@@ -473,8 +473,9 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
473
|
473
|
.scroll_area li .left_info .thick {float:left; text-align: left; width: 90%; height:38px; font-weight: 100;}
|
474
|
474
|
.scroll_area li .left_info .thick .itp_item {color:gray;text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:calc(100% - 81px); top:7px; text-align:left; position:relative;}
|
475
|
475
|
.scroll_area li .left_info .thick .itp_gram {position:relative; top:7px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#aaa; font-size:14pt; text-align:right; width: 85px;}
|
476
|
|
-.scroll_area li .left_info .thick .itp_gram.auto {width:auto;}
|
|
476
|
+.scroll_area li .left_info .thick .auto {width:auto; float:left;}
|
477
|
477
|
.scroll_area li .left_info .thick .itp_amt {color:#b88278; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width: calc(100% - 105px); top: 7px; position:relative; text-align:left;}
|
|
478
|
+.scroll_area li .left_info .thick .amt_wd {width:calc(100% - 95px);}
|
478
|
479
|
.scroll_area li .left_info .history {font-weight: 700; font-size: 1.1rem; margin-top:-2px;}
|
479
|
480
|
.scroll_area li .left_info .history input{width: 150px;}
|
480
|
481
|
.scroll_area li.history_list {height: 140px; padding-top:8px;}
|