浏览代码

모바일 버튼 색 변경

whakdo963 2 年之前
父节点
当前提交
cf31e52b9a
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/webapp/mobile/css/style.css

+ 3 - 0
src/main/webapp/mobile/css/style.css

@@ -97,6 +97,7 @@ section .popup2 .pop .popup_scroll li .scroll_left .sub{font-size:14px; color:gr
97 97
 section .popup2 .pop .popup_scroll li .scroll_left .amt{font-size:14px; color:#b88278;}
98 98
 section .popup2 .pop .popup_scroll li .scroll_right {float: right;}
99 99
 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;}
100
+section .popup2 .pop .popup_scroll li .scroll_right button:hover {background:#708cd1;}
100 101
 section .popup2 .pop .popup_scroll li .right {position: relative; display: flex; font-size: 1.6rem; font-weight: 700; float: right; top:16px; height:38px;}
101 102
 section .popup2 .pop .popup_scroll li .right button {padding: 5px; font-size: 22px; width:24px;}
102 103
 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);}
@@ -111,6 +112,7 @@ section .popup2 .list_line .mail select {width:30%;}
111 112
 section .popup2 .list_line .list_info .pay_info {text-align:left; padding-left:17px;}
112 113
 section .popup_scroll li .right .num {padding:8px 12px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
113 114
 section .popup_scroll li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
115
+section .popup_scroll li .right button:hover {background:#D4BEB6;}
114 116
 section .popup2 .list_line .line_right {float:right; width:70%;}
115 117
 section .popup2 .list_line .line_right select {width:200px; float:right; height:27px; margin-top:6px;}
116 118
 section .popup2 .list_line .line_right input {width:200px; float:right;}
@@ -504,6 +506,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
504 506
 .scroll_area li .right .num {padding:6px 22px; width: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
505 507
 .scroll_area li .right .fnnum {margin:10px 30px;}
506 508
 .scroll_area li .right button {background:#e1cac1; color:#fff; border:1px solid #E0B8AB; padding:0px 7px; font-size: 1.5rem; border-radius: 0px;}
509
+.scroll_area li .right button:hover {background:#D4BEB6;}
507 510
 
508 511
 /* ITP_FOOTER */
509 512
 #ITP_FOOTER .itp_modal {z-index:10000;}