菜单框

<%@ page language="java" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>新教员注册第一步</title>
<meta name="viewport" content="width=1002px" />

<style type="text/css">
#main {
clear:both;height:auto;
margin-top:0px;
}

.f_r1 .box {
width:956px;overflow:hidden;
float:left;
border:1px solid #e6e6e6;
text-indent:5px;}

.boxtitle {
height:28px;
text-indent:10px;
line-height:28px;
margin-left:auto;
margin-right:auto;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
font-size: 12px;
color: #666;
}
</style>
</head>
<body >
<div id="main">
<div class="f_r1" >
<div class="box" style="margin-bottom: 10px;">
<div class="boxtitle">请家教</div>
<div class="boxcontent">
d
</div>
</div>
</div>
</div>

</body>
</html>

猜你喜欢

转载自503144181.iteye.com/blog/2122771