Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
G
gtp-h5-project
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张志伟
gtp-h5-project
提交
feb20e5b
提交
feb20e5b
编写于
5月 31, 2023
作者:
zhangzhiwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
登录静态页面
上级
334ff50d
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
68 行增加
和
0 行删除
+68
-0
index.html
src/index.html
+68
-0
未找到文件。
src/index.html
0 → 100644
浏览文件 @
feb20e5b
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"
/>
</head>
<body
style=
"margin: 0;padding: 0"
>
<div
class=
"login"
>
<div
class=
"logo"
>
<img
src=
"https://img.edsmall.com/ROOT/ETao/login_logo.png"
alt=
""
>
<p
class=
"text"
>
EDSGPT
</p>
</div>
<form
style=
"padding: 30px"
>
<label
for=
"username"
>
账号
</label>
<input
placeholder=
"请输入您的账号"
class=
"input"
type=
"text"
id=
"username"
name=
"username"
><br>
<label
for=
"password"
>
密码
</label>
<input
style=
"width: 98%;height: 30px;margin-top: 10px"
placeholder=
"请输入您的密码"
type=
"password"
id=
"password"
name=
"password"
><br>
<input
class=
"btn"
type=
"submit"
value=
"登 录"
>
</form>
</div>
<style>
.btn
{
width
:
100%
;
height
:
45px
;
background
:
#4AB7A2
;
border-radius
:
10px
;
margin-top
:
50px
;
color
:
#ffffff
;
border
:
none
;
}
.input
{
width
:
98%
;
margin-bottom
:
20px
;
height
:
30px
;
margin-top
:
10px
}
.login
{
width
:
100%
;
height
:
100%
;
background-image
:
url("https://img.edsmall.com/ROOT/ETao/login_bg.png")
;
background-size
:
cover
;
background-position
:
center
;
min-height
:
100vh
;
}
.logo
{
padding-top
:
15%
;
margin-bottom
:
12%
;
text-align
:
center
;
}
.text
{
height
:
32px
;
font-size
:
20px
;
font-weight
:
800
;
color
:
#05362A
;
}
</style>
</body>
</html>
\ No newline at end of file
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录