seeyou.jsp

来自「基于MVC架构实现的购物车功能」· JSP 代码 · 共 55 行

JSP
55
字号
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>

<html>
  <head>
    
  </head>
  
  <body>
	<center>
  <div style="width:98%;position:relative;border:1px solid red;">
  	<div style="width:98%;height:150px;border:1px solid green;">
  		<div style="width:35%;float:left;height:100px;border:1px solid green"><img src=""></div>
  		<div style="width:64%;float:left;display:inline; height:100px;text-align:center;border:1px solid green"><br><br><h2>我学我会,网上订餐系统</h2></div>
  		<div style="width:99%;height:50px;border:1px solid green;float:left;text-align:middle;"><br>|网站首页|关于我们|订餐帮助|网上订餐|客服中心|</div>
  	
  	</div>
  	
  	
  	<div style="width:98%;position:relative;height:400px;border:1px solid blue;">
  		<div style="width:35%;float:left;height:400px;border:1px solid blue;">
  			<img src="">
  			<p></p>
  			<hr>
  			<p>
  			<input type="text" id="myTime" size="20px" >
  			</p>
  			<hr>
  			
  		</div>
  		<div style="width:64%;float:left;display:inline;height:400px; border:1px solid blue;";>
  			<div style="width:99%;height:50px;border:1px solid red;"></div>
  			<div style="width:99%;height:50px;border:1px solid red;"></div>
  			<div style="width:99%;height:30px;text-align:right; border:1px solid red;"></div>
  			<div style="width:99%;height:270px;text-align:left;border:1px solid red;">
  			
  			<br>
  			<br>
  			<center>
  			<font size="30">感谢您的惠顾祝您用餐快乐!</font>
  			</center>
  			</div>
  			</div>
  		</div>
  	
  	

  	<div style="width:98%;position:relative;height:50px;border:1px solid yellow;">
  	版权
  	</div>
  	  	</div>
  
  </center>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?