Skip to content

Commit

Permalink
登陆注册界面修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Cl0udG0d committed Nov 20, 2020
1 parent fbab8c4 commit 9786ad2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Binary file removed static/images/40.jpg
Binary file not shown.
Binary file removed static/images/45.jpg
Binary file not shown.
Binary file removed static/images/logo.jpg
Binary file not shown.
8 changes: 5 additions & 3 deletions templates/sign_in.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>用户登录</title>
<!-- <link rel="stylesheet" href="../static/css/sign_in.css">
<link rel="stylesheet" href="../static/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="{{url_for('static',filename='css/sign_in.css')}}" />
<link rel="stylesheet" href="{{url_for('static',filename='css/font-awesome.min.css')}}" />
<!-- <script src="{{url_for('static',filename='js/login.js')}}"></script> -->
Expand All @@ -23,12 +25,12 @@
<div class="logo">
<h1>
<a href="#" title="Web漏洞扫描器"
style="position:absolute;top:40px;font-size:65px;color:white;left:50px;font-family:Arial, Helvetica, sans-serif;">SZHE</a>
style="position:absolute;top:40px;font-size:65px;color:#3e3e3e;left:50px;font-family:Arial, Helvetica, sans-serif;">SZHE</a>
</h1>
</div>
<div class="container">
<h2 class="title">
Welcome
登陆
</h2>
<div class="login-form">
<form action="" method="POST" id="form" name="myform" onsubmit="checkform();">
Expand All @@ -49,7 +51,7 @@ <h2 class="title">
</div>
<button class="sign-in-button" style="margin-top: 40px;">
<span id="sign-in-loading"></span>
登录
登 录
</button>
</form>
</div>
Expand Down
10 changes: 6 additions & 4 deletions templates/sign_up.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title>新用户注册</title>
<!-- <link rel="stylesheet" href="../static/css/login2.css" />
<link rel="stylesheet" href="../static/css/font-awesome.min.css" /> -->
<!-- <link rel="stylesheet" href="../static/css/sign_up.css">
<link rel="stylesheet" href="../static/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="{{url_for('static',filename='css/sign_up.css')}}" />
<link rel="stylesheet" href="{{url_for('static',filename='css/font-awesome.min.css')}}" />
<script type="text/javascript" src="../static/js/sign_up.js"></script>
Expand All @@ -24,11 +26,11 @@
<div class="logo">
<h1>
<a href="#" title="Web漏洞扫描器"
style="position:absolute;top:40px;font-size:65px;color:white;left:50px;font-family:Arial, Helvetica, sans-serif;">SZHE</a>
style="position:absolute;top:40px;font-size:65px;color:#3e3e3e;left:50px;font-family:Arial, Helvetica, sans-serif;">SZHE</a>
</h1>
<div class="container">
<h4 class="title">
Sign up
注册
</h4>
<div class="login-form">
<form action="" method="POST" id="form" name="myform" onsubmit="return checkform();">
Expand Down Expand Up @@ -66,13 +68,13 @@ <h4 class="title">
border: none;
border-radius: 25px;
color: #fff;
background-color: rgba(6, 6, 77, 0.8);
background-color: #21a0f0;
outline: none;
display: block;
clear: both;
cursor: pointer;">
<span id="sign-in-loading"></span>
注册
注 册
</button>
</form>
</div>
Expand Down

0 comments on commit 9786ad2

Please sign in to comment.