HTML+CSS实现小米登录界面

您所在的位置:网站首页 小米网站官方登录 HTML+CSS实现小米登录界面

HTML+CSS实现小米登录界面

2024-06-14 02:38| 来源: 网络整理| 查看: 265

HTML+CSS实现小米登录界面 效果图如下(需要源代码的评论区留言或者加下面的QQ群,资料都在群里)

点我进群     一起学习交流!(群里有许多的学习资料,我做过的一些网页我都上传在群里了,需要的直接下载就可以了)

QQ群:722384575

在这里插入图片描述 HTML部分源代码如下:

小米账号-登录 小米商城 让每个人都能享受科技的乐趣 账号登录 扫码登录 登录 手机短信登录/注册 立即注册 | 忘记密码 简体| 繁体| English| 常见问题| 隐私政策

CSS部分源代码如下:

*{ margin: 0; padding: 0; } a{ text-decoration: none; } li{ list-style: none; } .header{ display: block; width: 1130px; height: 98px; margin: 0 auto; text-align: center; } .logo{ float: left; display: block; width: 55px; height: 55px; background-image: url(images/mi-logo.png); background-color: #FF6700; background-position: 50%; margin-top: 20px; } .logo_text{ float: left; margin-left: 10px; margin-top: 20px; } .logo_text h2{ font-weight: 400; letter-spacing: 5px; } .logo_text p{ margin-top: 5px; font-size: 6px; } /* 中间部分开始 */ .middle{ position: relative; height: 588px; background-image: url(images/register_middle_banner.jpg); background-repeat: no-repeat; background-position: 50% 0; } .user{ position: absolute; top: 35px; right: 190px; width: 410px; height: 556px; background-color: white; } .user_header{ height: 82px; text-align: center; line-height: 82px; } .user_header a{ padding: 27px 0 24px; text-align: center; font-size: 24px; color: #666; } .user_header a:hover{ color: #FF6700; } .line{ width: 1px; height: 24px; margin: 0 35px 0 42px; border: 1px solid #e0e0e0; background: #e0e0e0; } .user_middle input{ color: #686868; width: 306px; height: 25px; border: 1px solid #e0e0e0; padding: 13px 16px 13px 14px; margin: 0 0 20px 35px; } .user_middle > a{ display: block; width: 308px; height: 25px; background-color: #FF6700; padding: 13px 16px 13px 14px; margin: 0 0 15px 35px; color: white; font-size: 14px; text-align: center; line-height: 25px; } .user_middle li{ width: 308px; padding-bottom: 35px; margin: 0 0 0 45px; font-size: 14px; text-align: center; } .user_middle li a{ color: #757575; } .user_middle li a:hover{ color: #FF6700; } .user_footer img{ margin: 80px 0 0 80px; } .footer{ display: block; height: 30px; margin: 100px 0 0 600px; } .footer li{ float: left; } .footer li a , .footer li span { color: #757575; font-size: 14px; } .footer li a{ display: inline-block; height: 19px; padding: 0 10px; text-align: center; } .footer li a:hover{ color: #FF6700; }


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3