2 Star 31 Fork 5

imnu20gdxu / 基于微信小程序的图书管理系统设计与实现

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
框架 3.87 KB
一键复制 编辑 原始数据 按行查看 历史
田向荣 提交于 2019-12-23 15:02 . 框架
<%@ page language="java" contentType="text/html; charset=UTF-8"
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>
<base href="<%=basePath %>" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>***写字楼</title>
<link rel="stylesheet" type="text/css" href="static/css/style2.0.css">
<style type="text/css">
ul li{font-size: 30px;color:#2ec0f6;}
.tyg-div{z-index:-1000;float:left;position:absolute;left:5%;top:20%;}
.tyg-p{
font-size: 14px;
font-family: 'microsoft yahei';
position: absolute;
top: 135px;
left: 60px;
}
.tyg-div-denglv{
z-index:1000;float:right;position:absolute;right:3%;top:10%;
}
.tyg-div-form{
background-color: #23305a;
width:300px;
height:auto;
margin:120px auto 0 auto;
color:#2ec0f6;
}
.tyg-div-form form {padding:10px;}
.tyg-div-form form input[type="text"]{
width: 270px;
height: 30px;
margin: 25px 10px 0px 0px;
}
.tyg-div-form form button {
cursor: pointer;
width: 270px;
height: 44px;
margin-top: 25px;
padding: 0;
background: #2ec0f6;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #2ec0f6;
-moz-box-shadow:
0 15px 30px 0 rgba(255,255,255,.25) inset,
0 2px 7px 0 rgba(0,0,0,.2);
-webkit-box-shadow:
0 15px 30px 0 rgba(255,255,255,.25) inset,
0 2px 7px 0 rgba(0,0,0,.2);
box-shadow:
0 15px 30px 0 rgba(255,255,255,.25) inset,
0 2px 7px 0 rgba(0,0,0,.2);
font-family: 'PT Sans', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 700;
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,.1);
-o-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
-ms-transition: all .2s;
}
</style>
<body>
<div class="tyg-div">
<ul>
<li></li>
<li><div style="margin-left:20px;"></div></li>
<li><div style="margin-left:40px;"></div></li>
<li><div style="margin-left:60px;"></div></li>
<li><div style="margin-left:80px;"></div></li>
<li><div style="margin-left:100px;"></div></li>
<li><div style="margin-left:120px;"></div></li>
</ul>
</div>
<div id="contPar" class="contPar">
<div id="page1" style="z-index:1;">
<div class="title0">***图书馆</div>
<div class="imgGroug">
<ul>
<img alt="" class="img0 png" src="static/img/page1_0.png">
<img alt="" class="img1 png" src="static/img/page1_1.png">
<img alt="" class="img2 png" src="static/img/page1_2.png">
</ul>
</div>
<img alt="" class="img3 png" src="static/img/page1_3.jpg">
</div>
</div>
<div class="tyg-div-denglv">
<div class="tyg-div-form">
<form action="loginController/login" method="post">
<h2>管理员登录</h2><p class="tyg-p"></p>
<div style="margin:5px 0px;">
<input type="text" name="stunum" placeholder="请输入账号..."/>
</div>
<div style="margin:5px 0px;">
<input style="width: 270px;height: 30px;margin: 25px 10px 0px 0px;" type="password" name="stupassword" placeholder="请输入密码..."/>
</div>
<div style="margin:10px 0px;">
<a href="views/pages/main/alter.jsp">忘记密码</a>
</div>
<button type="submit" ><span style="width:20px;"></span></button>
<div style="margin:10px 0px;">
${ess}
</div>
</form>
</div>
</div>
<script type="text/javascript" src="static/js/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="static/js/com.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/imnu20gdxu/a-123.git
git@gitee.com:imnu20gdxu/a-123.git
imnu20gdxu
a-123
基于微信小程序的图书管理系统设计与实现
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891