
批改狀態(tài):合格
老師批語:
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>登錄頁</title>
<link rel="stylesheet" href="felx-login.css" />
<link
rel="stylesheet"
href="http://at.alicdn.com/t/c/font_3962778_0fyvy9jjizwi.css"
/>
</head>
<body>
<header>
<span>未來科技</span>
<select name="" id="">
<option value="1">中文</option>
<option value="2">English</option>
</select>
</header>
<main>
<div class="warp">
<!-- 左邊區(qū)域 -->
<div class="left">
<div class="title">郵箱登陸</div>
<form action="">
<input type="text" name="uname" placeholder="請輸入郵箱地址/賬號" />
<input type="password" name="pwd" placeholder="請輸入密碼" />
<button>登陸</button>
</form>
<div class="other-mod">
<div class="other-tit">
<span>其他登陸方式</span>
</div>
<div class="other-con">
<div class="other-link">
<a href=""><i class="iconfont icon-QQ"></i><span>QQ</span></a>
</div>
<div class="other-link">
<a href=""
><i class="iconfont icon-weixin"></i><span>微信</span></a
>
</div>
<div class="other-link">
<a href=""
><i class="iconfont icon-baidu"></i><span>百度</span></a
>
</div>
<div class="other-link">
<a href=""
><i class="iconfont icon-baidu"></i><span>微博</span></a
>
</div>
<div class="other-link">
<a href=""
><i class="iconfont icon-douyin"></i><span>抖音</span></a
>
</div>
</div>
<div class="other-tool">
<div class="other-tool-item"><a href="">立即注冊</a></div>
<div class="other-tool-item"><a href="">忘記密碼</a></div>
</div>
</div>
<div class="tips">
<p>登錄遇到問題?</p>
<p>
原登錄方式不可用、密碼無法找回、賬號管理員變動,前往進行
<a href="" target="_blank">自助申訴</a>
<br />
其他登錄異常,請參考
<a href="" target="_blank">登錄異常幫助文檔</a>
</p>
</div>
</div>
<!-- 右邊區(qū)域 -->
<div class="right"></div>
</div>
</main>
<footer>
<p>
Copyright ? 2023 Tencent Cloud. All Rights Reserved. 未來科技
版權(quán)所有
</p>
</footer>
</body>
</html>
.tips {
padding-top: 20px;
margin-top: 20px;
border-top: 1px dashed #ddd;
}
.tips > p:nth-child(1) {
color: #555;
font-size: 14px;
padding-bottom: 10px;
}
.tips > p:nth-child(2) {
font-size: 12px;
color: #999;
line-height: 22px;
}
.tips a {
color: coral;
}
footer {
height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #f7f8fa;
border-top: 1px solid #dedfe1;
font-size: 14px;
}
footer > p {
color: #999;
}
```
微信掃碼
關(guān)注PHP中文網(wǎng)服務號
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號