管理员登陆
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./font_xkbdg65qqqh/iconfont.css">
<link rel="stylesheet" href="./demo01.css">
</head>
<body>
<div class="left">
<div class="neirong">
<div class="yetou">
<div class="yunduan">云端中国城</div>
</div>
<div class="a shouye iconfont icon-zhuye">首页</div>
<div class="a shezhi iconfont icon-shezhi">设置</div>
<div class="a yonyhu iconfont icon-yonghufill">用户管理</div>
<div class="a jiangchi iconfont icon-jiangchi">奖池管理</div>
<div class="a zhubo iconfont icon-zhuborenzheng">主播认证</div>
<div class="a zhibo iconfont icon-zhuborenzheng" >直播管理</div>
<div class="a shipin iconfont icon-shipinguanli">视频管理</div>
<div class="a caiwu iconfont icon-caiwu ">财务管理</div>
<div class="a jiazu iconfont icon-xitongjiaose
">家族管理</div>
<div class="a daoju iconfont icon-daojuguanli ">道具管理</div>
<div class="a hongbao iconfont icon-hongbaoguanli ">红包管理</div>
<div class="a shouhu iconfont icon-newprople">守护管理</div>
<div class="a dengji iconfont icon-01_huiyuandengjiguanli
">等级管理</div>
<div class="a yaoqing iconfont icon-yaoqingguanli">邀请奖励</div>
</div>
</div>
<div class="right">
<div class="header">
<div>云端中国城后台管理系统</div>
</div>
<div class="main"></div>
<div class="footer">
<div class="yejiao">
云端大学城延安大学版权所有
2024 EduCoder 公网安备4301900200862号
</div>
</div>
</div>
</body>
</html>
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
display: flex;
}
.left{
height: 100%;
width: 200px;
background-color: antiquewhite;
text-align: center;
overflow: hidden;
}
.right{
flex: 1;
height: 100%;;
/* background-color: azure; */
justify-content: space-between;
display: flex;
flex-direction: column;
}
.header{
height: 35px;
width: 100%;
/* background-color: beige; */
line-height: 30PX;
letter-spacing: 3px;
}
.main{
flex: 1;
width: 100%;
background-color: rgb(179, 207, 219);
}
.footer{
height: 40px;
width: 100%;
/* background-color: azure; */
color: darkgrey;
text-align: center;
line-height: 40px;
font-size: 13px;
}
.neirong{
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.yetou{
width: 200px;
height: 50px;
background-color: darkgray;
text-align: center;
line-height: 50PX;
}
.a{
width: 200px;
height: 51px;
cursor: pointer;
text-align: center;
line-height: 53px;
}
.a:hover{
background-color: cadetblue;
color: black;
}
会员登陆
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
background-color: #8aaaea;
}
.header{
height: 65px;
width: 100%;
display: flex;
justify-content: center;
}
.content{
width: 600px;
height: 65px;
display: flex;
align-items: center;
}
.main {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.login-box {
width: 450px;
height: 250px;
background-color: rgb(208, 218, 240);
border-radius: 8px;
box-shadow: #8aaaea 10px 10px 20px;
}
.header .content {
width: 1200px;
height: 72px;
}
.head {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 16px;
letter-spacing: 3px;
}
.login {
height: 160px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.login p {
height: 45px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
.login p input {
width: 260px;
height: 30px;
}
.header .content img {
width: 100px;
height: 30px;
}
body {
display: flex;
flex-direction: column;
}
.login p button{
outline: none;
border: none;
width: 290px;
height: 30px;
border-radius: 15px;
background-color: rgb(63, 80, 209);
color: aliceblue;
}
.login p button:hover{
background-color: blue;
font-weight: 600;
}
</style>
</head>
<body>
<div class="header">
<div class="content">
<img src="./th.png" alt="">
</div>
</div>
<div class="main">
<div class="login-box">
<div class="head">鸿蒙AI管理系统 管理员登陆</div>
<div class="login">
<p>
<label for="zhang'hao">账号:</label>
<input type="text" name="zhanghao" id="zhanghao" placeholder="请输入账号">
</p>
<p>
<label for="mima">密码:</label>
<input type="text" name="mima" id="mima" placeholder="请输入密码">
</p>
<p>
<button>登录</button>
</p>
</div>
</div>
</div>
</body>
</html>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
登陆系统开发
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
相关阅读更多精彩内容
- 持续更新完善中... 目录1、HTML篇2、CSS篇3、ECMAScript篇4、DOM篇5、浏览器常见兼容问题篇...
- 该ui库对一些常用的方法样式进行封装,方便开发时使用,可以不断封装,也可以作为尝试使用练习,后面可以学习对UI基础...
- CSS介绍 CSS 指层叠样式表(Cascading Style Sheets), 样式定义如何显示 HTML 元...