Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
device-back
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
1
议题
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Matrix
device-back
Commits
e70f25df
提交
e70f25df
authored
5月 18, 2021
作者:
133
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[用户 退役 ] test
上级
23d56d3d
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
319 行增加
和
0 行删除
+319
-0
down.html
dev-union/src/main/resources/down.html
+319
-0
finger.png
dev-union/src/main/resources/img/finger.png
+0
-0
firefox.png
dev-union/src/main/resources/img/firefox.png
+0
-0
logImg.png
dev-union/src/main/resources/img/logImg.png
+0
-0
loginBg.png
dev-union/src/main/resources/img/loginBg.png
+0
-0
loginBg1.png
dev-union/src/main/resources/img/loginBg1.png
+0
-0
loginBg2.png
dev-union/src/main/resources/img/loginBg2.png
+0
-0
nofinger.png
dev-union/src/main/resources/img/nofinger.png
+0
-0
pwd.png
dev-union/src/main/resources/img/pwd.png
+0
-0
title.png
dev-union/src/main/resources/img/title.png
+0
-0
user.png
dev-union/src/main/resources/img/user.png
+0
-0
没有找到文件。
dev-union/src/main/resources/down.html
0 → 100755
浏览文件 @
e70f25df
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<style>
body
,
html
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
;
}
.login
{
width
:
100%
;
height
:
100%
;
background
:
url(./img/logImg.png)
;
background-size
:
100%
100%
;
margin
:
0
;
padding
:
0
;
padding-top
:
80px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
}
.loginBox
{
width
:
80%
;
height
:
70%
;
background
:
rgba
(
32
,
32
,
32
,
0.8
);
margin
:
auto
;
margin-top
:
100px
;
position
:
relative
;
text-align
:
center
;
padding-top
:
50px
;
box-sizing
:
border-box
;
border-radius
:
20px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.loginActive
p
{
font-size
:
32px
;
color
:
#b7221e
;
font-family
:
"Regular"
;
}
.userLogin
,
.fingerLogin
{
cursor
:
pointer
;
}
.userLogin
,
.fingerLogin
p
{
color
:
#fff
;
font-size
:
32px
;
font-family
:
"Regular"
;
margin-top
:
30px
;
}
.userLogin
.loginBtn
,
.fingerLogin
.loginBtn
{
background
:
none
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.6
);
}
.fingerLogin
.loginBtn
{
width
:
240px
;
height
:
66px
;
}
.userLogin
,
.fingerLogin
{
width
:
50%
;
height
:
100%
;
text-align
:
center
;
}
.fingerLogin
img
{
width
:
199px
;
height
:
140px
;
margin
:
auto
;
margin-top
:
109px
;
display
:
block
;
}
.loginActive
{
width
:
46%
;
height
:
670px
;
position
:
absolute
;
background
:
#fff
;
top
:
-40px
;
right
:
30px
;
border-radius
:
20px
;
padding-top
:
118px
;
box-sizing
:
border-box
;
transition
:
all
0.8s
;
}
.moveToFinger
{
transition
:
all
0.8s
;
width
:
46%
;
height
:
670px
;
position
:
absolute
;
background
:
#fff
;
top
:
-40px
;
right
:
50%
;
border-radius
:
20px
;
padding-top
:
118px
;
box-sizing
:
border-box
;
}
.loginActive
input
,
.userLogin
input
,
.NumNouser
{
border-radius
:
10px
;
}
.fignerActive
{
width
:
100%
;
height
:
100%
;
}
.fignerActive
img
{
widows
:
244%
;
height
:
244px
;
margin-top
:
98px
;
}
.userNum
,
.password
,
.NumNouser
,
.passNouser
{
width
:
380px
;
height
:
58px
;
border-radius
:
2px
;
border
:
1px
solid
#787878
;
font-size
:
21px
;
margin-top
:
50px
;
text-indent
:
70px
;
color
:
#a4a4a4
;
outline
:
none
;
font-family
:
"Regular"
;
}
.loginActive
input
:focus
{
border
:
1px
solid
#e61515
;
}
.userNum
,
.NumNouser
{
background
:
url(./img/user.png)
no-repeat
15px
50%
;
background-size
:
22px
22px
;
}
.password
,
.passNouser
{
background
:
url(./img/pwd.png)
no-repeat
15px
50%
;
background-size
:
22px
22px
;
}
input
::-webkit-input-placeholder
{
color
:
#b5b5b5
;
}
input
::-moz-placeholder
{
color
:
#b5b5b5
;
}
.loginBtn
{
width
:
300px
;
height
:
66px
;
border-radius
:
33px
!important
;
background
:
#bf2217
;
color
:
#fff
;
margin
:
60px
auto
;
font-size
:
26px
;
outline
:
none
;
border
:
none
;
cursor
:
pointer
;
}
.userActive
{
width
:
100%
;
height
:
100%
;
}
.userActive
p
{
margin-bottom
:
20px
;
}
.login
.line
{
height
:
22px
;
width
:
2px
;
background
:
#a4a4a4
;
position
:
relative
;
display
:
inline-block
;
left
:
55px
;
top
:
3px
;
}
.shadow
{
width
:
580px
;
height
:
2px
;
border-radius
:
60%
;
background
:
rgba
(
0
,
0
,
0
,
0
);
box-shadow
:
20px
20px
20px
20px
rgba
(
0
,
0
,
0
,
0.2
);
margin-top
:
50px
;
}
.comp
{
font-size
:
16px
;
color
:
rgba
(
255
,
255
,
255
,
0.6
);
position
:
absolute
;
bottom
:
20px
;
left
:
830px
;
}
.visiable
{
display
:
none
;
}
.loginTitle
{
width
:
761px
;
height
:
63px
;
display
:
block
;
margin
:
auto
;
}
.userActive
.userNum
,
.userActive
.password
{
color
:
#000
;
}
.NumNouser
,
.passNouser
{
display
:
inline-block
;
border-radius
:
10px
;
text-align
:
left
;
line-height
:
60px
;
}
.download
{
position
:
absolute
;
right
:
50px
;
bottom
:
30px
;
}
.download1
{
margin-right
:
60px
;
color
:
#fff
;
}
.download2
{
color
:
#fff
;
}
.downBtn
{
width
:
200px
;
height
:
200px
;
background
:
url('./img/firefox.png')
;
background-size
:
cover
;
color
:
#fff
;
border
:
none
;
user-select
:
none
;
cursor
:
pointer
;
text-align
:
center
;
line-height
:
400px
;
font-family
:
"PuHuiTi-Medium"
;
font-size
:
18px
;
color
:
18px
;
border-radius
:
2px
;
/* box-shadow: 0px 5px 10px -6px #ed6c2d; */
outline
:
none
;
}
.downBtn
:nth-child
(
1
)
{
margin-right
:
150px
;
}
.downBtn
:nth-child
(
2
)
{
margin-left
:
150px
;
}
.pInfo
{
left
:
35%
;
color
:
#fff
;
font-size
:
20px
;
position
:
absolute
;
bottom
:
0
;
}
</style>
</head>
<body>
<div
class=
"login"
>
<div
class=
"loginBox"
style=
"position: relative;"
>
<div
class=
"downBtn"
id=
"btn1"
>
32位安装包
</div>
<div
class=
"downBtn"
id=
"btn2"
>
64位安装包
</div>
<p
class=
"pInfo"
>
注:当前浏览器版本不支持,请下载以上版本的浏览器
</p>
</div>
</div>
<script>
let
btn1
=
document
.
querySelector
(
'#btn1'
);
let
btn2
=
document
.
querySelector
(
'#btn2'
);
btn1
.
onclick
=
function
()
{
// window.open('http://10.153.4.11:8088/equip/file/llq/32.exe')
window
.
open
(
'http://10.153.4.11:8088/equip/file/llq/32.exe'
);
};
btn2
.
onclick
=
function
()
{
window
.
open
(
'http://10.153.4.11:8088/equip/file/llq/64.exe'
);
};
</script>
</body>
</html>
\ No newline at end of file
dev-union/src/main/resources/img/finger.png
0 → 100755
浏览文件 @
e70f25df
11.5 KB
dev-union/src/main/resources/img/firefox.png
0 → 100755
浏览文件 @
e70f25df
8.8 KB
dev-union/src/main/resources/img/logImg.png
0 → 100755
浏览文件 @
e70f25df
590.2 KB
dev-union/src/main/resources/img/loginBg.png
0 → 100755
浏览文件 @
e70f25df
456.2 KB
dev-union/src/main/resources/img/loginBg1.png
0 → 100755
浏览文件 @
e70f25df
456.2 KB
dev-union/src/main/resources/img/loginBg2.png
0 → 100755
浏览文件 @
e70f25df
461.7 KB
dev-union/src/main/resources/img/nofinger.png
0 → 100755
浏览文件 @
e70f25df
8.7 KB
dev-union/src/main/resources/img/pwd.png
0 → 100755
浏览文件 @
e70f25df
1004 Bytes
dev-union/src/main/resources/img/title.png
0 → 100755
浏览文件 @
e70f25df
26.8 KB
dev-union/src/main/resources/img/user.png
0 → 100755
浏览文件 @
e70f25df
1014 Bytes
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论