浏览代码

테스트

xodud1202 5 年之前
父节点
当前提交
d2d75692d7
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. 5 6
      src/main/webapp/WEB-INF/views/web/order/OrderFormWeb.html

+ 5 - 6
src/main/webapp/WEB-INF/views/web/order/OrderFormWeb.html

@@ -58,9 +58,11 @@
 
 	<form id="order_info" name="order_info" method="post" action="/order/pay/result/response" ></form>
 	
-	
-	<input type="button" id="buyBtn" value="테스트버튼" style="width:200px; height:200px;"/>
-
+	<div style="margin:20px;">
+		<input type="button" id="buyBtn" value="KCP테스트버튼" style="width:200px; height:70px; background-color: black; color: white; border: unset;"/>
+		<input type="button" id="kakaoBtn" value="카카오테스트버튼" style="width:200px; height:70px; background-color: #fffa00; color: black; border: unset;"/>
+		<input type="button" id="naverBtn" value="네이버테스트버튼" style="width:200px; height:70px; background-color: lawngreen; color: black; border: unset;"/>
+	</div>
 <!-- // xodud1202 -->
 
 
@@ -288,9 +290,6 @@
 			});
 		}
 	</script>
-
-	<input type="button" id="kakaoBtn" value="카카오테스트버튼" style="width:200px; height:200px;"/>
-	<input type="button" id="naverBtn" value="네이버테스트버튼" style="width:200px; height:200px;"/>
 <!-- // card007 -->