Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
ka-manager-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QG
ka-manager-ui
Commits
7eeb0dcf
Commit
7eeb0dcf
authored
Aug 07, 2020
by
suntao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登陆页面调整 404 页面调整
parent
312b1ce4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
119 additions
and
77 deletions
+119
-77
index.vue
src/modules/404/index.vue
+46
-13
index.vue
src/modules/channels/index.vue
+41
-32
index.vue
src/modules/login/index.vue
+22
-31
index.vue
src/modules/report/index.vue
+10
-1
No files found.
src/modules/404/index.vue
View file @
7eeb0dcf
<
style
>
.m404
{
font-size
:
30px
;
margin-left
:
33%
;
margin-top
:
6%
;
color
:
#bababe
;
}
.pic-404
{
position
:
relative
;
float
:
left
;
width
:
6
00px
;
margin-left
:
35%
;
width
:
5
00px
;
overflow
:
hidden
;
}
.pic-404__parent
{
width
:
100%
;
}
width
:
90%
;
}
.pic-404__child
{
width
:
17%
;
}
.my-font
{
margin-left
:
15%
;
margin-top
:
6%
;
position
:
relative
;
width
:
300px
;
padding
:
30px
0
;
overflow
:
hidden
;
}
.my-font
.m404
{
font-size
:
30px
;
/*color: #bababe;*/
}
.my-font
.detail
{
font-size
:
15px
;
color
:
#bababe
;
}
.bullshit__return-home
{
display
:
block
;
float
:
left
;
width
:
110px
;
height
:
36px
;
background
:
#1482f0
;
border-radius
:
100px
;
text-align
:
center
;
color
:
#ffffff
;
opacity
:
1
;
font-size
:
14px
;
line-height
:
36px
;
cursor
:
pointer
;
animation-name
:
slideUp
;
animation-duration
:
0.5s
;
animation-delay
:
0.3s
;
animation-fill-mode
:
forwards
;
}
</
style
>
<
template
>
...
...
@@ -24,9 +56,10 @@
<img
class=
"pic-404__child left"
src=
"../../assets/404_images/404_cloud.png"
alt=
"404"
>
<img
class=
"pic-404__child mid"
src=
"../../assets/404_images/404_cloud.png"
alt=
"404"
>
<img
class=
"pic-404__child right"
src=
"../../assets/404_images/404_cloud.png"
alt=
"404"
>
<div
class=
"m404"
>
<p>
你是不是迷路了~~~
<a
href=
"/"
class=
"bullshit__return-home"
>
返回首页
</a></p>
<!--
<a
href=
"/"
class=
"bullshit__return-home"
>
返回首页
</a>
-->
<div
class=
"my-font"
>
<p
class=
"m404"
>
同学你迷路了~~~
</p>
<p
class=
"detail"
>
请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告
</p>
<a
href=
"/"
class=
"bullshit__return-home"
>
返回首页
</a>
</div>
</div>
</
template
>
src/modules/channels/index.vue
View file @
7eeb0dcf
This diff is collapsed.
Click to expand it.
src/modules/login/index.vue
View file @
7eeb0dcf
...
...
@@ -10,8 +10,8 @@
<span
class=
"svg-container"
>
<svg-icon
:iconClass=
"'user'"
/>
</span>
<el-input
v-model=
"loginForm.username"
name=
"username"
type=
"text"
auto-complete=
"on"
placeholder=
"邮箱前缀"
:suffixIcon=
"'form'
"
>
<span
slot=
"suffix"
>
@quantgroup.cn
</span
>
<el-input
v-model=
"loginForm.username"
name=
"username"
placeholder=
"邮箱前缀
"
>
<template
slot=
"append"
>
@quantgroup.cn
</
template
>
</el-input>
</el-form-item>
<el-form-item
prop=
"password"
>
...
...
@@ -100,7 +100,7 @@
<
style
>
.login-container
.el-input
{
display
:
inline-block
;
/*display: inline-block;*/
height
:
47px
;
width
:
82%
;
}
...
...
@@ -118,16 +118,11 @@
-webkit-box-shadow
:
0
0
0px
1000px
#2d3a4b
inset
!important
;
-webkit-text-fill-color
:
#fff
!important
;
}
/*.login-container .el-input input:-webkit-autofill*/
/*.login-container .el-input input:-webkit-autofill:hover,*/
/*.login-container .el-input input:-webkit-autofill:focus,*/
/*.login-container .el-input input:-webkit-autofill:active {*/
/* transition-delay: 99999s;*/
/* transition: color 99999s ease-out, background-color 99999s ease-out;*/
/* -webkit-transition-delay: 99999s;*/
/* -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;*/
/* -webkit-text-fill-color: #807c7c;*/
/*}*/
.login-form
.el-input-group__append
{
background
:
#2d3a4b
;
border
:
0px
solid
rgba
(
255
,
255
,
255
,
0.1
);
}
.login-container
.el-form-item
{
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.1
);
...
...
@@ -139,13 +134,13 @@
</
style
>
<
style
scoped
>
.login-container
{
position
:
fixed
;
height
:
100%
;
width
:
100%
;
background-color
:
#2d3a4b
;
}
.login-container
.login-form
{
.login-container
{
position
:
fixed
;
height
:
100%
;
width
:
100%
;
background-color
:
#2d3a4b
;
}
.login-container
.login-form
{
position
:
absolute
;
left
:
0
;
right
:
0
;
...
...
@@ -154,17 +149,12 @@
padding
:
35px
35px
15px
35px
;
margin
:
120px
auto
;
}
.login-container
.tips
{
font-size
:
14px
;
color
:
#fff
;
margin-bottom
:
10px
;
}
/*.login-container .tips span {*/
/* &:first-of-type {*/
/* margin-right: 16px;*/
/* }*/
/* }*/
/* }*/
.login-container
.tips
{
font-size
:
14px
;
color
:
#fff
;
margin-bottom
:
10px
;
}
.svg-container
{
padding
:
6px
5px
6px
15px
;
color
:
#889aa4
;
...
...
@@ -197,4 +187,5 @@
cursor
:
pointer
;
user-select
:
none
;
}
</
style
>
src/modules/report/index.vue
View file @
7eeb0dcf
...
...
@@ -2,7 +2,9 @@
<div
class=
"height100"
>
<div
class=
"home-section-wrap"
>
<div
class=
"home-section-env"
>
<p>
内容段1
</p>
<el-input
name=
"username"
placeholder=
"邮箱前缀"
>
<template
slot=
"append"
>
@quantgroup.cn
</
template
>
</el-input>
</div>
</div>
<div
class=
"home-section-wrap home-section-wrap-bottom"
>
...
...
@@ -12,3 +14,10 @@
</div>
</div>
</template>
<
style
>
.home-section-env
.el-input-group__append
{
background
:
#2d3a4b
;
border
:
0px
solid
rgba
(
255
,
255
,
255
,
0.1
);
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment