|
@@ -118,7 +118,7 @@ section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#70
|
118
|
118
|
section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; width:91px; height:27px;}
|
119
|
119
|
section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17px; width:24px;}
|
120
|
120
|
section .popup2 .pop .popup_scroll li .add button{float: right; width: 60px; height: 55px; margin: 12px 9px; border-radius: 10px; font-size: 1rem; background: rgb(198, 170, 250);}
|
121
|
|
-section .popup2 .pop .popup_scroll li .right input {width:43px; height:27px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
|
|
121
|
+section .popup2 .pop .popup_scroll li .right input {width:43px; height:27px; margin:0; padding:3px; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
|
122
|
122
|
section .popup2 .pop .popup_scroll li .right input:focus {outline:none;}
|
123
|
123
|
section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
|
124
|
124
|
section .popup2 .list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}
|
|
@@ -552,6 +552,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
552
|
552
|
.scroll_area li .left .nomal .m_btn_bar button{width: 20px; height: 25px; font-size: 12pt; padding: 0; border:1px solid #E0B8AB; background: #e1cac1; color:#fff;}
|
553
|
553
|
.scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:-2px; left:2px;}
|
554
|
554
|
.scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
|
555
|
+.scroll_area li .left .nomal .m_btn_bar input {width:40px; height:25px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
|
|
556
|
+.scroll_area li .left .nomal .m_btn_bar input:focus {outline:none;}
|
555
|
557
|
|
556
|
558
|
.scroll_area li .left .nomal label{position:relative; font-size:12pt; font-weight:100; min-width:70px; padding-left:5px; text-align:left;}
|
557
|
559
|
.scroll_area li .left .nomal label.sub_info{min-width: auto; display: inline-flex;}
|
|
@@ -578,7 +580,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
578
|
580
|
.scroll_area li .right {margin: 22px 10px 22px 0; position: relative; display: flex; width:110px; height:30px; font-size: 1.4rem; font-weight: 700; float: right;}
|
579
|
581
|
.scroll_area li .right .num {padding:2px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB; background:#fff; font-size:14pt;}
|
580
|
582
|
.scroll_area li .right .fnnum {margin:5px 30px; font-size:14pt;}
|
581
|
|
-.scroll_area li .right input {width:43px; height:30px; margin:0; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
|
|
583
|
+.scroll_area li .right input {width:45px; height:30px; margin:0; padding:5px; text-align:center; border-radius:0px; border:1px solid #E0B8AB;}
|
582
|
584
|
.scroll_area li .right input:focus {outline:none;}
|
583
|
585
|
.scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 16px; border-radius: 0px;}
|
584
|
586
|
.scroll_area li .right button:hover {background:#FCD5C1;}
|