ソースを参照

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

juney 2 年 前
コミット
f73a892d15
共有4 個のファイルを変更した14 個の追加8 個の削除を含む
  1. 1 0
      src/main/webapp/login.html
  2. 1 0
      src/main/webapp/mobile/app/main.html
  3. 2 2
      src/main/webapp/mobile/app/mrtnmng/MRTNMNG01010.html
  4. 10 6
      src/main/webapp/mobile/css/style.css

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

@@ -15,6 +15,7 @@
15 15
 	<link rel="shortcut icon" type="image/png" href="./images/favicon.ico"/>
16 16
 	<link rel="stylesheet" href="./bootstrap/dist/css/bootstrap.min.css" />
17 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 20
 	<script>
20 21
 		const VIEW_PAGE = 'LOGIN'; //config.js 에서 로그인 페이지 인지 아닌지 확인하기 위한 변수

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

@@ -10,6 +10,7 @@
10 10
 	<link rel="stylesheet" href="../../bootstrap/dist/css/bootstrap.min.css" />
11 11
 	<link rel="stylesheet" href="../../bootstrap-datepicker/css/bootstrap-datepicker3.css" />
12 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 15
 	<script>
15 16
 		const ITP_SYSTEM_ADMIN_YN = 'Y';

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

@@ -13,7 +13,7 @@
13 13
 				<div class="line mt5">
14 14
 					<label>반품요청일</label>
15 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 17
 				<div class="line">
18 18
 					<label>반품요청금액</label>
19 19
 					<div class="float_left">
@@ -68,7 +68,7 @@
68 68
 				</div>
69 69
 			</div>
70 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 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 73
 				<button id="ITP_BTN_MRTNMNG01010_DETAIL_CANCEL" class="col_3 btn-gray CLB">취소</button>
74 74
 			</div>

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

@@ -1,12 +1,16 @@
1
-@font-face {
1
+/* @font-face {
2 2
     font-family: 'GmarketSansMedium';
3 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 8
     font-weight: normal;
5 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 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 14
 	overflow:scroll-y; 
11 15
 	-webkit-overflow-scrolling:touch;}
12 16
 body .login {position:fixed;}
@@ -145,8 +149,8 @@ button {background-color: #fff; padding: 10px;}
145 149
 button.btn-primary  {color: #fff; background-color: #8f9fc6; border: 1px solid #cacfe3;}
146 150
 button.btn-primary:active{background-color: #708cd1;}
147 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 154
 button.btn-gray     {color: #fff; background-color: #a89d9c; border: 1px solid #cacfe3;}
151 155
 button.btn-danger   {color: #fff; background-color: #c8989d; border: 1px solid #cacfe3;}
152 156
 button.btn-green	{color: #fff; background-color: #5cb85c; border: 1px solid #cacfe3;}