Mr_Tang 3 years ago
parent
commit
9f19752027
3 changed files with 16 additions and 17 deletions
  1. 8 7
      src/main/webapp/css/loginPage.css
  2. 7 8
      src/main/webapp/loginPage.html
  3. 1 2
      src/main/webapp/register.html

+ 8 - 7
src/main/webapp/css/loginPage.css

@@ -6,6 +6,8 @@
     text-decoration: none;
 }
 
+div {}
+
 .biggestBox {
     height: 100vh;
     display: flex;
@@ -21,7 +23,7 @@
 }
 
 .log-Page>h1:nth-child(1) {
-    color: #E33333;
+    color: rgb(254, 152, 2);
     font-size: 25px;
     font-weight: 400;
     text-align: center;
@@ -74,7 +76,7 @@
 
 .input-email div {
     padding: 9px 0px 3px 0px;
-    color: #E33333;
+    color: rgb(254, 152, 2);
 }
 
 .password {
@@ -100,7 +102,7 @@
 
 .input-password div:nth-of-type(2) {
     padding: 10px 0px 3px 0px;
-    color: #E33333;
+    color: rgb(254, 152, 2);
 }
 
 .checkPassword {
@@ -133,7 +135,7 @@
 
 .register>div {
     height: 14px;
-    color: #E33333;
+    color: rgb(254, 152, 2);
     padding: 0 8px;
 }
 
@@ -141,15 +143,14 @@
     width: calc(50% - 1px);
 }
 
-.logConfirm>input {
+.logConfirm>div {
     width: 90px;
     height: 48px;
     display: flex;
     justify-content: center;
     align-items: center;
     float: right;
-    background-color: #E33333;
+    background-color: rgb(254, 152, 2);
     border-radius: 4px;
     color: white;
-    outline: 0;
 }

+ 7 - 8
src/main/webapp/loginPage.html

@@ -5,14 +5,14 @@
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" href="CSS/loginPage.css">
+    <link rel="stylesheet" href="css/loginPage.css">
     <title>Document</title>
 </head>
 
 
 <body>
     <div class="biggestBox">
-        <form class="log-Page" method="post" action="loginPage.html">
+        <div class="log-Page">
             <h1>E&S</h1>
             <h1>登录</h1>
             <div class="keepOn">
@@ -53,21 +53,20 @@
 
                 <div class="register">
                     <div>
-                        <a href="register.html">创建账号</a>
+                        <span>创建账号</span>
                     </div>
 
                 </div>
 
                 <div class="logConfirm">
-                    <!-- <div> -->
-                        <!-- <span>下一步</span> -->
-                    <!-- </div> -->
-                    <input type="submit" value="下一步">
+                    <div>
+                        <span>下一步</span>
+                    </div>
                 </div>
 
             </div>
 
-        </form>
+        </div>
     </div>
 </body>
 

+ 1 - 2
src/main/webapp/register.html

@@ -5,8 +5,7 @@
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" type="text/css" href="css/register.css">
-    <!-- <link rel="stylesheet" type="text/css" href="css/CartCss.css"> -->
+    <link rel="stylesheet" href="css/register.css">
     <title>Document</title>
 </head>