|
@@ -12,10 +12,10 @@ body{background: #fff; position: relative; width: 100%; height: auto; font-famil
|
12
|
12
|
section .popup { position: fixed; width: 100%; height: 100%; background: transparent; z-index: 11;}
|
13
|
13
|
section .popup .pop { position: absolute; top: 45%; left: 50%; transform: translate(-50%,-50%); width: 70%; height: 250px; padding-top: 30px; background: #fff; border: 2px solid #000; border-top-left-radius: 10px; border-top-right-radius: 10px;}
|
14
|
14
|
section .popup .pop label.pop_label {position:relative; top:10px; font-size: 1.2rem;}
|
15
|
|
-section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 1.2rem;}
|
|
15
|
+section .popup .pop div.pop_msg {position:relative; top:10px; font-size: 18px;}
|
16
|
16
|
section .popup .pop .pop_line { width: 100%; height: 30px;}
|
17
|
|
-section .popup .pop .pop_line label { font-size: 1.2rem; margin-left: 20px; float: left; width: auto; text-align: left;}
|
18
|
|
-section .popup .pop .pop_line div {text-align: right; float: right; font-size: 1.2rem; margin-right: 20px; width: auto;}
|
|
17
|
+section .popup .pop .pop_line label { font-size: 16px; margin-left: 20px; float: left; width: auto; text-align: left;}
|
|
18
|
+section .popup .pop .pop_line div {text-align: right; float: right; font-size: 16px; margin-right: 20px; width: auto;}
|
19
|
19
|
section .popup .pop .popup_btn { position: absolute; background-color: #ccc; bottom: 0; width: 100%; height: 51px; border-top: 2px solid #000;}
|
20
|
20
|
section .popup .pop .popup_btn button { position: relative; float: left; width: 100%; height: 50px; font-size: 1rem; font-weight: 700; border-radius: 0px; border: none;}
|
21
|
21
|
section .popup .pop .popup_btn button.ok { width: 64%; border-left: 2px solid #000;}
|
|
@@ -35,7 +35,7 @@ section .popup2 .pop .header .header_left {padding-top: 12px;}
|
35
|
35
|
section .popup2 .pop .header .header_left label {font-size: 18px; font-weight:100;}
|
36
|
36
|
section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
|
37
|
37
|
section .popup2 .pop .header .header_right button {border: none; background: transparent;}
|
38
|
|
-section .popup2 .pop .header .header_right button img {width:30px; height:30px;}
|
|
38
|
+section .popup2 .pop .header .header_right button img {width:22px;}
|
39
|
39
|
section .popup2 .pop .select_btn button.btn_blue {float: right; width: 100px; height: 30px; background:#d9baaf; color: #fff; font-size: 13px; padding-top:6px; border: 1px solid #cca597;}
|
40
|
40
|
section .popup2 .pop .select_btn {position:relative; top:-25px; left:55px; width:100%; height: 20px;}
|
41
|
41
|
section .popup2 .pop .search_bar {width: 100%; height: 60px; padding:10px;}
|
|
@@ -67,13 +67,13 @@ section .popup2 .pop .popup_scroll li .left .nomal {float: left; margin: 15px 0p
|
67
|
67
|
section .popup2 .pop .popup_scroll li .left .history {font-weight: 700; font-size: 2.4rem; margin-left: 20px;}
|
68
|
68
|
section .popup2 .pop .popup_scroll li .left .history input{width: 150px;}
|
69
|
69
|
section .popup2 .pop .popup_scroll li .scroll_left {float: left; display:grid;}
|
70
|
|
-section .popup2 .pop .popup_scroll li .scroll_left div {text-align:left; float: left; font-size: 18px; font-weight: 100; width: auto; margin:9px 6px -6px 10px;}
|
|
70
|
+section .popup2 .pop .popup_scroll li .scroll_left div {text-align:left; float: left; font-size: 18px; font-weight: 100; width: auto; margin:8px 6px -6px 10px;}
|
71
|
71
|
section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gray;}
|
|
72
|
+section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:16px; color:#b88278;}
|
72
|
73
|
section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
|
73
|
74
|
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:25px 10px;}
|
74
|
|
-section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: left; top:20px;}
|
75
|
|
-section .popup2 .pop .popup_scroll li .right .num {margin: 0 20px; width: auto;}
|
76
|
|
-section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 1rem; border-radius: 0px;}
|
|
75
|
+section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:24px; height:38px;}
|
|
76
|
+section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:30px;}
|
77
|
77
|
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);}
|
78
|
78
|
section .popup2 .pop .content .line button {width: 40%; height: 35px;font-size: 1rem; padding: 0; margin: 0 10px;}
|
79
|
79
|
section .popup2 .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
|
|
@@ -84,7 +84,8 @@ section .popup2 .list_line .list_info input{width:90%;}
|
84
|
84
|
section .popup2 .list_line .mail input {width:30%;}
|
85
|
85
|
section .popup2 .list_line .mail select {width:30%;}
|
86
|
86
|
section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
|
87
|
|
-
|
|
87
|
+section .popup_scroll li .right .num {padding:8px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|
|
88
|
+section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
|
88
|
89
|
section .popup2 .list_line .line_right {float:right; width:70%;}
|
89
|
90
|
section .popup2 .list_line .line_right select {width:200px; float:right;}
|
90
|
91
|
section .popup2 .list_line .line_right input {width:200px; float:right;}
|