1 Star 0 Fork 0

工信通研发部/GXT_OAPortal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
xunxunhong 提交于 2020-03-31 10:19 . 初始化
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./css/login.css">
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<title>工信通</title>
</head>
<body>
<div class="logindiv">
<div class="leftinfo">
<img src="./img/loginleft.png" style="width:80%;margin-top: 20%;" alt="">
</div>
<div class="rightinfo">
<div class="logininfo">
<div class="logintitle">系统登录</div>
<div class="userinput">
<img src="./img/username.png" style="width:20px" alt="">
<input type="text" placeholder="请输入登录名">
</div>
<div class="userinput" style="margin-top: 5%;">
<img src="./img/password.png" style="width:20px" alt="">
<input type="password" placeholder="请输入登录密码">
</div>
<!-- <div class="rembername">
<label class="mylabel">
<input class="mycheck" type="checkbox" />
<span style="margin-top: 5px;"></span>
</label>
<span>记住用户名</span>
</div> -->
<div class="loginbtn">
<button>登录</button>
</div>
</div>
</div>
</div>
<div style="position: absolute;
bottom: 20px;
color: #fff;">Copyright @2020 工信通(北京)信息技术有限公司 </div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gxtProjects/GXT_OAPortal.git
git@gitee.com:gxtProjects/GXT_OAPortal.git
gxtProjects
GXT_OAPortal
GXT_OAPortal
master

搜索帮助