PC端登录页源码分享(一键复制)

87ade2a77b58926fd3f9c01109c6824c

 <!DOCTYPE html>
 <html>
 	<head>
 		<meta charset="utf-8">
 		<title>登录2</title>
 		<style>
 			* {
 				margin: 0;
 				padding: 0;
 				box-sizing: border-box;
 			}

 			body {
 				height: 100vh;
 				background: linear-gradient(to right, #6af4ff, #ffffff);
 			}

 			.Box {
 				position: fixed;
 				top: 50%;
 				left: 50%;
 				transform: translate(-50%, -50%);
 				width: 550px;
 				height: 330px;
 				display: flex;
 			}

 			form {
 				position: absolute;
 				top: 50%;
 				left: 50%;
 				transform: translate(-50%, -60%);
 				width: 80%;
 				text-align: center;
 			}

 			h3 {
 				font-size: 24px;
 				margin-bottom: 20px;
 				letter-spacing: 5px;
 			}

 			input {
 				width: 100%;
 				height: 38px;
 				border: 1px solid #000000;
 				background-color: transparent;
 				padding-left: 10px;
 				font-size: 12px;
 				color: #000000;
 				margin-bottom: 15px;
 				outline: none;
 			}

 			.desc {
 				margin: 0px 20px 30px;
 				text-align: center;
 				font-size: 12px;
 				color: #828282;
 			}

 			.loginBtn {
 				width: 100%;
 				line-height: 36px;
 				text-align: center;
 				font-size: 15px;
 				color: #fff;
 				background: rgb(57, 99, 134);
 				outline: none;
 				border: none;
 				margin-top: 10px;
 			}

 			.no {
 				display: flex;
 				justify-content: space-between;
 				cursor: pointer;
 				text-align: center;
 				font-size: 12px;
 				color: #828282;
 			}
 		</style>
 	</head>
 	<body>
 		<div class="Box">
 			<form action="">
 				<h3>欢迎登录</h3>
 				<p class="desc">WELCOME LOGIN</p> <input type="text" placeholder="请输入账号" required> <input
 					type="password" placeholder="请输入密码" required> <input type="submit" class="loginBtn"
 					value="登录"></button>
 				<p class="no"> <span>忘记密码</span> <span>没有账号?立即注册</span> </p>
 			</form>
 		</div>
 	</body>
 </html> 

 

72e440e06a63306d18afab81b878d0c9

 

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>登录3</title>
    <style>
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        height: 100vh;
        background-color: aquamarine;
        background: url("https://images.pexels.com/photos/936722/pexels-photo-936722.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1") no-repeat;
        background-size: cover;
      }

      .Box {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 550px;
        height: 330px;
        display: flex;
      }

      .left {
        position: relative;
        width: 50%;
        height: 100%;
        background-color: rgba(57, 99, 134, 0.75);
      }

      .right {
        position: relative;
        width: 50%;
        height: 100%;
        background-color: rgba(255, 255, 255, 1);
      }

      .centerBox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
      }

      .left img {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
      }

      .left p {
        font-size: 14px;
        color: #fff;
      }

      .left h4 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px;
      }

      .right form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
      }

      h3 {
        margin-bottom: 20px;
      }

      input {
        width: 100%;
        height: 30px;
        border: 1px solid #767676;
        background-color: transparent;
        padding-left: 10px;
        font-size: 12px;
        color: #000000;
        margin-bottom: 15px;
        outline: none;
      }

      .loginBtn {
        width: 100%;
        height: 35px;
        line-height: 32px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border-radius: 6px;
        background: rgb(57, 99, 134);
        outline: none;
        border: none;
        margin-top: 10px;
      }

      .no {
        cursor: pointer;
        margin-top: 30px;
        text-align: center;
        font-size: 12px;
        color: #828282;
      }
    </style>
  </head>
  <body>
    <div class="Box">
      <div class="left">
        <div class="centerBox">
          <img src="https://img0.baidu.com/it/u=2804005887,994501744&fm=253&fmt=auto&app=138&f=JPEG?w=200&h=200"
            alt="">
          <h4>某某后台管理系统</h4>
          <p>This is a description</p>
        </div>
      </div>
      <div class="right">
        <form action="">
          <h3>欢迎登录</h3>
          <input type="text" placeholder="请输入账号" required>
          <input type="password" placeholder="请输入密码" required>
          <input type="submit" class="loginBtn" value="登录"></button>
          <p class="no">没有账号?立即注册</p>
        </form>

      </div>
    </div>
  </body>
</html>
版权声明:
作者:漏网的鱼
链接:https://csev.cn/share/code/20240410184.html
来源:彩色动力-测试分享
版权声明:本文欢迎任何形式转载,转载时完整保留本声明信息(包含原文链接、原文出处、原文作者、版权声明)即可。本文后续所有修改都会第一时间在原始地址更新。
THE END
根据我国《计算机软件保护条例》第十七条规定:“为了学习和研究软件内含的设计思想和原理,通过安装、显示、传输或者存储软件等方式使用软件的,可以不经软件著作权人许可,不向其支付报酬。本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
分享
二维码
打赏
< <上一篇
下一篇>>
微信扫一扫关注蓝威网官方公众号

微信扫一扫关注蓝威网官方公众号