Browse Source

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 years ago
parent
commit
f73a892d15

+ 1 - 0
src/main/webapp/login.html

@@ -15,6 +15,7 @@
15
 	<link rel="shortcut icon" type="image/png" href="./images/favicon.ico"/>
15
 	<link rel="shortcut icon" type="image/png" href="./images/favicon.ico"/>
16
 	<link rel="stylesheet" href="./bootstrap/dist/css/bootstrap.min.css" />
16
 	<link rel="stylesheet" href="./bootstrap/dist/css/bootstrap.min.css" />
17
 	<link rel="stylesheet" href="./css/style.css" />
17
 	<link rel="stylesheet" href="./css/style.css" />
18
+	<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.css'>
18
 
19
 
19
 	<script>
20
 	<script>
20
 		const VIEW_PAGE = 'LOGIN'; //config.js 에서 로그인 페이지 인지 아닌지 확인하기 위한 변수
21
 		const VIEW_PAGE = 'LOGIN'; //config.js 에서 로그인 페이지 인지 아닌지 확인하기 위한 변수

+ 1 - 0
src/main/webapp/mobile/app/main.html

@@ -10,6 +10,7 @@
10
 	<link rel="stylesheet" href="../../bootstrap/dist/css/bootstrap.min.css" />
10
 	<link rel="stylesheet" href="../../bootstrap/dist/css/bootstrap.min.css" />
11
 	<link rel="stylesheet" href="../../bootstrap-datepicker/css/bootstrap-datepicker3.css" />
11
 	<link rel="stylesheet" href="../../bootstrap-datepicker/css/bootstrap-datepicker3.css" />
12
 	<link rel="stylesheet" href="../css/style.css?2011221">
12
 	<link rel="stylesheet" href="../css/style.css?2011221">
13
+	<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/font-kopub@1.0/kopubdotum.min.css'>
13
 
14
 
14
 	<script>
15
 	<script>
15
 		const ITP_SYSTEM_ADMIN_YN = 'Y';
16
 		const ITP_SYSTEM_ADMIN_YN = 'Y';

+ 2 - 2
src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html

@@ -13,7 +13,7 @@
13
 				<div class="line mt5">
13
 				<div class="line mt5">
14
 					<label>반품요청일</label>
14
 					<label>반품요청일</label>
15
 					<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
15
 					<input type="text" id="ITP_FORM_MRTNMNG01010_DETAIL_DLV_REQ_DT" name="colReqDt" class="itp_input date" data-check-required="empty" readonly>
16
-				</div>
16
+				</div> 
17
 				<div class="line">
17
 				<div class="line">
18
 					<label>반품요청금액</label>
18
 					<label>반품요청금액</label>
19
 					<div class="float_left">
19
 					<div class="float_left">
@@ -68,7 +68,7 @@
68
 				</div>
68
 				</div>
69
 			</div>
69
 			</div>
70
 			<div class="button_bar">
70
 			<div class="button_bar">
71
-				<button id="ITP_BTN_MRTNMNG01010_DETAIL_RTN_ORDER" data-call-popup="ITP_POP_MRTNMNG01010_RTN_AREA" class="col_3 btn-orange REQ">반품요청</button>
71
+				<button id="ITP_BTN_MRTNMNG01010_DETAIL_RTN_ORDER" data-call-popup="ITP_POP_MRTNMNG01010_RTN_AREA" class="col_3 btn-m-orange REQ">반품요청</button>
72
 				<button id="ITP_BTN_MRTNMNG01010_DETAIL_TEMP_SAVE" data-call-popup="ITP_POP_MRTNMNG01010_RTN_AREA" class="col_3 btn-w-gray TSA">임시저장</button>
72
 				<button id="ITP_BTN_MRTNMNG01010_DETAIL_TEMP_SAVE" data-call-popup="ITP_POP_MRTNMNG01010_RTN_AREA" class="col_3 btn-w-gray TSA">임시저장</button>
73
 				<button id="ITP_BTN_MRTNMNG01010_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
73
 				<button id="ITP_BTN_MRTNMNG01010_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
74
 			</div>
74
 			</div>

+ 10 - 6
src/main/webapp/mobile/css/style.css

@@ -1,12 +1,16 @@
1
-@font-face {
1
+/* @font-face {
2
     font-family: 'GmarketSansMedium';
2
     font-family: 'GmarketSansMedium';
3
     src: url("../main/webapp/mobile/fonts/KoPubWorld Dotum Medium.ttf") format('woff');
3
     src: url("../main/webapp/mobile/fonts/KoPubWorld Dotum Medium.ttf") format('woff');
4
+} */
5
+/* @font-face {
6
+    font-family: 'GmarketSansMedium';
7
+    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
4
     font-weight: normal;
8
     font-weight: normal;
5
     font-style: normal;
9
     font-style: normal;
6
-}
7
-* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'GmarketSansMedium', 'serif'; list-style: none;}
10
+} */
11
+* {margin: 0; padding: 0;letter-spacing: -1px; box-sizing: border-box; text-align: center; font-family: 'KoPub Dotum', 'serif'; list-style: none;}
8
 section {}
12
 section {}
9
-body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'GmarketSansMedium';
13
+body{background: #fff; position: relative; width: 100%; height: auto; font-family: 'KoPub Dotum';
10
 	overflow:scroll-y; 
14
 	overflow:scroll-y; 
11
 	-webkit-overflow-scrolling:touch;}
15
 	-webkit-overflow-scrolling:touch;}
12
 body .login {position:fixed;}
16
 body .login {position:fixed;}
@@ -145,8 +149,8 @@ button {background-color: #fff; padding: 10px;}
145
 button.btn-primary  {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
149
 button.btn-primary  {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
146
 button.btn-primary:active{background-color: #708cd1;}
150
 button.btn-primary:active{background-color: #708cd1;}
147
 button.btn-yellow   {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
151
 button.btn-yellow   {color: #fff; background-color: #f9c03c; border: 1px solid #cacfe3;}
148
-button.btn-orange	{color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
149
-button.btn-orange:active {border:3px solid #708cd1; background-color: #fff; color:#B7B8B8;}
152
+button.btn-m-orange	{color: #fff; background-color: #f0831e; border: 1px solid #cacfe3;}
153
+button.btn-m-orange:hover {border:3px solid #f0831e !important; background-color: #fff; color:#B7B8B8;}
150
 button.btn-gray     {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
154
 button.btn-gray     {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
151
 button.btn-danger   {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
155
 button.btn-danger   {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
152
 button.btn-green	{color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}
156
 button.btn-green	{color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}