html透明表单登录注册页面源码

本文介绍了如何获取一款免费的HTML透明表单登录注册页面源码,该页面具备自适应各种分辨率的特点,适用于网站登录和注册界面。源码包含两个表单,一个是登录,另一个是注册,并提供了部分关键代码展示。读者可以通过指定链接并搜索编码10134来获取完整源码。
摘要由CSDN通过智能技术生成

大家好,今天给大家介绍一款,html透明表单登录注册页面源码(图1)。送给大家哦,获取方式在本文末尾。

图1

自适应页面,适合于各种分辨率(图2)

图2

部分源码:

<!doctype html>
<html>
<head>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- font files  -->
<link href='#css?family=Muli:400,300' rel='stylesheet' type='text/css'>
<link href='#css?family=Nunito:400,300,700' rel='stylesheet' type='text/css'>
<!-- /font files  -->
<!-- css files -->
<link href="css/style.css" rel='stylesheet' type='text/css' media="all" />
<!-- /css files -->
</head>
<body>
<h1>Unique Login Form</h1>
<div class="log">
	<div class="content1">
		<h2>Sign In Form</h2>
		<form>
			<input type="text" name="userid" value="USERNAME" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'USERNAME';}">
			<input type="password" name="psw" value="PASSWORD" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'PASSWORD';}">
			<div class="button-row">
				<input type="submit" class="sign-in" value="Sign In">
				<input type="reset" class="reset" value="Reset">
				<div class="clear"></div>
			</div>
		</form>
	</div>
	<div class="content2">
		<h2>Sign Up Form</h2>
		<form>
			<input type="text" name="userid" value="USERNAME" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'NAME AND SURNAME';}">
			<input type="tel" name="usrtel" value="PHONE" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'PHONE';}">
			<input type="email" name="email" value="EMAIL ADDRESS" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'EMAIL ADDRESS';}">
			<input type="password" name="psw" value="PASSWORD" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'PASSWORD';}">
			<input type="submit" class="register" value="Register">
		</form>
	</div>
	<div class="clear"></div>
</div>
<div class="footer">
	
</div>

</body>
</html>

图3

本模板编码:10134,需要的朋友,点击下面的链接后,搜索10134,即可获取。

就爱UI - 分享UI设计的点点滴滴icon-default.png?t=M3C8https://www.92ui.net/

以下是一个简洁而又美观的HTML登录注册页面源码: ```html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>登录/注册</title> <style> body { background-color: #f2f2f2; font-family: Arial, sans-serif; } .container { max-width: 400px; margin: 0 auto; padding: 20px; background-color: #fff; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } h2 { text-align: center; color: #333; } input[type="text"], input[type="password"] { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; } .button { width: 100%; padding: 10px; background-color: #4CAF50; color: #fff; border: none; border-radius: 4px; cursor: pointer; } .button:hover { background-color: #45a049; } .footer { text-align: center; margin-top: 20px; } </style> </head> <body> <div class="container"> <h2>登录</h2> <form> <input type="text" placeholder="邮箱"> <input type="password" placeholder="密码"> <input class="button" type="submit" value="登录"> </form> <div class="footer"> 还没有账号?<a href="#">注册</a> </div> </div> </body> </html> ``` 这个源码中的登录注册页面采用了简洁的设计,页面背景为淡灰色,整体使用白色背景框,使界面看起来干净整洁。输入框和按钮使用圆角矩形边框,并配以合适的间距。表单包括了邮箱和密码的输入框,以及一个登录按钮。底部还提供了一个注册的链接,点击后可跳转到注册页面。整个页面具有良好的用户体验,界面美观且易于使用。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值