mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-19 19:23:47 +08:00
更新于 07-06 01:56
This commit is contained in:
@@ -12,13 +12,40 @@
|
|||||||
<title>JSTOOL控制面板</title>
|
<title>JSTOOL控制面板</title>
|
||||||
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="./js/sweetalert2.js"></script>
|
<script type="text/javascript" src="./js/sweetalert2.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="./css/main2.css">
|
|
||||||
<link href="./css/layui.css" rel="stylesheet" type="text/css">
|
<link href="./css/layui.css" rel="stylesheet" type="text/css">
|
||||||
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
<link href="./css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
||||||
<link href="./css/index_style.css" rel="stylesheet" type="text/css">
|
<link href="./css/index_style.css" rel="stylesheet" type="text/css">
|
||||||
<link href="./css/animate.min.css" rel="stylesheet" type="text/css">
|
<link href="./css/animate.min.css" rel="stylesheet" type="text/css">
|
||||||
<link rel="icon" type="image/x-icon" href="https://gitee.com/favicon.ico" />
|
<link rel="icon" type="image/x-icon" href="https://gitee.com/favicon.ico" />
|
||||||
|
|
||||||
|
|
||||||
|
<style type="text/css">
|
||||||
|
/* Login page */
|
||||||
|
.login-form {
|
||||||
|
width: 300px;
|
||||||
|
height: 250px;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: auto;
|
||||||
|
font-family: Tahoma, Geneva, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-form input[type="password"],
|
||||||
|
.login-form input[type="text"] {
|
||||||
|
width: 100%;
|
||||||
|
padding: 15px;
|
||||||
|
border: 1px solid #dddddd;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
border-radius: 11px 11px 11px 11px;
|
||||||
|
-moz-border-radius: 11px 11px 11px 11px;
|
||||||
|
-webkit-border-radius: 11px 11px 11px 11px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<div class="section" id="section1">
|
<div class="section" id="section1">
|
||||||
<div class="fp-tablecell">
|
<div class="fp-tablecell">
|
||||||
<div class="page1">
|
<div class="page1">
|
||||||
|
Reference in New Issue
Block a user