web网页QQ登录

embedded/2024/10/23 0:47:05/

代码:

<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>QQ登录ent</title>
</head>
<style>ul > li{list-style: none;
}
a {text-decoration: none;
}ul.qq {background-color: #38acef;width: 650px;height: 45px;border-radius: 3px;
}ul >li.QQ{width: 80px;height: 40px;font-size: 22px;float: left;text-align: center;margin-top: 10px;color: white;border-left: 1px solid white;
}ul > li {width: 60px;height: 18px;font-size: 12px;float: right;text-align: center;margin-top: 18px;color: white;border-left: 1px solid white;
}ul > li:last-child{border: none;
}
ul > li:nth-last-child(2){border: none;
}div.left{width: 360px;height: 340px;text-align: center;
}div.reight{position: absolute;top: 112px;left: 380px;width: 230px;height: 340px;text-align: left;
}.font1{font-size: 16px;}.font2{font-size: 13px;color: rgb(100, 98, 98);}.font3{font-size: 10px;color: rgb(132, 126, 126);}.font4 {font-size: 11px;}.style1 {color: rgba(35, 107, 231, 0.785);font-size: 13px;}.style2 {color: rgb(70, 69, 69);font-size: 11px;}.style3 {color: rgb(46, 46, 46);font-size: 12px;}input {width: 206px;padding: 8px ;border: 1px solid #ddd;border-radius: 2px;margin-bottom: 8px;font-size: 12px;}button  {background-color: #84d43e;color: white;border: none;height: 36px;padding: 8px 78px;cursor: pointer;border-radius: 2px;}</style>
<body><div><ul class="qq"><li >申请接入</li><li >授权管理</li><li >QQ登录</li><li class="QQ">QQ登录</li></ul></div><div class="left"><p class="font1">账号密码登录</p><p class="font2" >推荐使用<span class="style1">快速安全登录</span>,防止盗号。</p><form action="#" method="post"><p ><input type="text" name="number" placeholder="支持QQ号/邮箱/手机号登录" ></p><p><input type="password" name="password" placeholder="密码"></p><p><button type="submit">授权并登录</button></p><p align="right" class="font3" style="line-height:38px ;">忘了密码?|&nbsp;注册新账号&nbsp;|&nbsp;意见反馈&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p></form></div><div class="reight"><form action="#" method="post"><p style="border-top: 1px solid rgb(220, 219, 219);"></p><span class="font4"><a href="http:\\www.qq.com" target="_blank" style="color: rgba(80, 193, 254, 0.92);" >腾讯网</a>        将获得以下权限:</span><p style="border-top: 1px solid rgb(220, 219, 219);"></p><p class="style2"><input type="checkbox"  name="box" value="全选" style="width: 9px;"  checked>全选</p><p style="border-top: 1px solid rgb(220, 219, 219);" ></p><p class="style2"><input type="checkbox" name="box" value="获得您的昵称、头像、性别及会员信息" style="width: 9px;" checked>获得您的昵称、头像、性别及会员信息</p><p class="style3">授权后表明你已同意&nbsp;<a href="#" target="_blank" style="color: rgba(80, 193, 254, 0.92);">QQ登录服务协议</a></p> </form></div>
</body>
</html>

运行结果:


http://www.ppmy.cn/embedded/129695.html

相关文章

【React】useLayoutEffect、useInsertionEffect

useLayoutEffect useLayoutEffect和useEffect有什么区别呢&#xff1f; useEffect的cb&#xff0c;准确来说&#xff0c;是异步调用的&#xff0c;会等主线程任务执行完成&#xff0c;D0M更新&#xff0c;JS执行完成&#xff0c;视图绘制完成&#xff0c;才执行。 useLayout…

<a-table>行数据增加点击事件并获取点击行的数据+自定义button按事件

先看代码&#xff1a; 在 Ant - Design - Vue 的<a - table>组件中&#xff0c;通过customRow属性可以为表格的每一行添加自定义的行为和样式。当设置customRow为一个返回包含onClick函数的对象的函数时&#xff0c;实际上是在为每一行添加一个点击事件监听器。 在a-tabl…

应用层协议编写,序列化反序列化,网络版计算器,Json序列反序列化工具,条件编译,结合网络协议栈理解协议定制

我们前面说了tcp与udp传输层协议的使用&#xff0c;现在我们来看看传输层的上层应用层&#xff0c;我们是如何约定协议的&#xff0c;是如何让我们的数据封装的&#xff1b; 1.应用层协议 为什么会有应用层协议呢&#xff1f;我们在前面tcp和udp服务器客户端代码实现时就已经…

vnc+wsl2试用

vncwsl2试用 一、vnc VNC&#xff08;Virtual Network Computing&#xff09;是一种远程桌面共享技术&#xff0c;允许用户通过网络远程访问和控制另一台计算机的桌面界面。它基于客户端-服务器架构&#xff0c;主要用于在不同操作系统之间进行远程连接。 工作原理 客户端和…

数据脱敏方案总结

什么是数据脱敏 数据脱敏的定义 数据脱敏百度百科中是这样定义的&#xff1a; 数据脱敏&#xff0c;指对某些敏感信息通过脱敏规则进行数据的变形&#xff0c;实现敏感隐私数据的可靠保护。这样就可以在开发、测试和其它非生产环境以及外包环境中安全地使用脱敏后的真实数据集…

.net framework 3.5sp1安装错误卡住不动怎么解决

解决 .NET Framework 3.5 SP1 安装错误卡住的问题&#xff0c;可以尝试以下几种方法&#xff1a; 1.使用 DISM 工具&#xff1a; 将下载的 NetFx3.cab 文件放置在 C:\Windows 文件夹下。 以管理员身份打开命令提示符&#xff0c;输入以下命令&#xff1a; dism /online /En…

应对 .DevicData-X-XXXXXXXX 勒索病毒:防御与恢复策略

引言 随着信息技术的快速发展&#xff0c;网络安全问题愈发严峻。勒索病毒作为一种恶性网络攻击手段&#xff0c;已成为企业和个人面临的重大威胁之一。尤其是 .DevicData-X-XXXXXXXX 勒索病毒&#xff0c;其通过加密用户数据并勒索赎金&#xff0c;给受害者带来了巨大的经济损…

数据类型的通用操作

#通用操作有&#xff1a;for语句遍历&#xff0c;len()统计元素个数&#xff0c;是数据类型间的相互转换&#xff0c;元素的排序&#xff08;正反向&#xff09; 1.for语句遍历若遍历字典则 只去字典中的key(即名词) 2.各数据类型间的数据转换&#xff08;若为字典转化为列表…