<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>管理員登錄</title>
<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
}
html,body{
width:100%;
height:100%;
}
body{
display: flex;
flex-direction: column;
background: linear-gradient(280deg,#8fceff,#8bfff5);
}
.kong{
width: 100%;
height: 40px;
display: flex;
justify-content: center;
}
.biao{
width: 60%;
height: 40px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
img{
width: 90px;
height: 28px;
}
.xia{
width: 100%;
flex: 1;
/* background-color: aquamarine; */
display: flex;
justify-content: center;
align-items: center;
}
.box{
width: 360px;
height: 260px;
background-color: rgb(255, 255, 255);
border-radius: 10px;
box-shadow: #b8b8b8 10px 10px 10px;
}
.tou{
width: 100%;
height: 55px;
line-height: 60px;
text-align: center;
font-size: 18px;
letter-spacing: 4px;
border-bottom: solid 2px #0000005e;
}
.zhuti{
height: 180px;
/* background-color: #e24444; */
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.zhuti p {
/* width: 260px; */
height: 35px;
}
.zhuti p input{
width:260px;
height:32px;
}
.zhuti p button{
outline: none;
border: none;
width: 300px;
height: 32px;
border-radius: 16px;
background-color:#84a0ff;
color:white;
}
</style>
</head>
<body>
<!--上-->
<div class="kong">
<div class="biao">
<img src="https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/khwyrhmg0bshiiavgi9w.png" alt="">
</div>
</div>
<!--下-->
<div class="xia">
<!--窗口-->
<div class="box">
<div class="tou">XXXXX管理系統(tǒng)</div>
<div class="zhuti">
<p>
<label for="zhanghao">賬號:</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>
登錄
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- 需求場景 說起登錄,你可能會不屑一顧,還有比這更簡單的功能嗎? 獲取一下用戶提交參數(shù) username + pas...
- 1.登錄成功后保存賬號密碼 NSUserDefaults*userDefaults = [NSUserDefaul...
- 一、需求分析 如果你經(jīng)常使用騰訊QQ,就會發(fā)現(xiàn)它的登錄有如下特點:它可以手機(jī)電腦同時在線,但是不能在兩個手機(jī)上同時...
- 一、在微信開放平臺創(chuàng)建移動應(yīng)用 點擊創(chuàng)建移動應(yīng)用 二、拿到微信登錄權(quán)限 三、app或小程序授權(quán) 1. app在拿到...