|
@@ -97,14 +97,14 @@ section .popup2 .pop .popup_scroll li .scroll_left .con_2 {padding-top:3px;}
|
97
|
97
|
section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0;}
|
98
|
98
|
section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 8px 8px 0px 2px;}
|
99
|
99
|
.type_hide {display:block;}
|
100
|
|
-section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
|
101
|
|
-section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
|
|
100
|
+section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14pt; color:gray;}
|
|
101
|
+section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14pt; color:#b88278;}
|
102
|
102
|
section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
|
103
|
|
-section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{margin:18px 11px 0 11px;}
|
|
103
|
+section .popup2 .pop .popup_scroll li .scroll_right input[type=checkbox]{width:27px; margin:18px 11px 0 11px;}
|
104
|
104
|
section .popup2 .pop .popup_scroll li .scroll_right button {width: 50px; height: 38px; padding: 0; background:#8f9fc6; border:1px solid #cacfe3; color:#eee; border-radius: 10px; font-size: 14px; margin:16px 10px;}
|
105
|
105
|
section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
|
106
|
|
-section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:16px; height:38px;}
|
107
|
|
-section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
|
|
106
|
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:21px; height:27px;}
|
|
107
|
+section .popup2 .pop .popup_scroll li .right button {padding: 0px; font-size: 17px; width:24px;}
|
108
|
108
|
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);}
|
109
|
109
|
section .popup2 .pop .content .line button {width: 35%; height: 35px;font-size: 14px; font-weight:100; padding-top: 7px; margin: 0 10px;}
|
110
|
110
|
section .popup2 .list_line {width:98%; float:left; height:40px;display: inline-flex; margin:0 1%; font-size:12px;}
|
|
@@ -115,7 +115,7 @@ section .popup2 .list_line .list_info input{width:90%;}
|
115
|
115
|
section .popup2 .list_line .mail input {width:30%;}
|
116
|
116
|
section .popup2 .list_line .mail select {width:30%;}
|
117
|
117
|
section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
|
118
|
|
-section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
|
118
|
+section .popup_scroll li .right .num {padding:2px 0px; width: 43px; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
119
|
119
|
section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
|
120
|
120
|
section .popup_scroll li .right button:hover {background:#FCD5C1;}
|
121
|
121
|
section .popup_scroll li .right button:checked {background:#ccc;}
|
|
@@ -565,7 +565,6 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
565
|
565
|
}
|
566
|
566
|
@media screen and (max-width: 380px) {
|
567
|
567
|
section .popup2 .barcode_area {width: 250px; height: 250px;}
|
568
|
|
- section .popup2 .pop .popup_scroll li.row_2 {height: 85px;}
|
569
|
568
|
section .popup2 .pop .popup_scroll li .scroll_left .mg_0 {margin:0; width:100px;}
|
570
|
569
|
.type_hide {display:none;}
|
571
|
570
|
section .popup2 .pop .popup_scroll li .scroll_left .mg_0 div {margin:0; padding: 4px 8px 0px 2px;}
|