Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
周远喜
mes-ui
Commits
38862c26
Commit
38862c26
authored
Jun 01, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login web optimization
parent
b9dee450
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
index.vue
pages/account/login/index.vue
+14
-11
execute.less
pages/produce/execute/execute.less
+1
-1
No files found.
pages/account/login/index.vue
View file @
38862c26
<
template
>
<div
class=
"account"
>
<Carousel
v-model=
"value1"
autoplay
:autoplay-speed=
"5000"
loop
class=
"zmd"
>
<
!--
<
Carousel
v-model=
"value1"
autoplay
:autoplay-speed=
"5000"
loop
class=
"zmd"
>
<CarouselItem>
<div
class=
"bg bg1"
></div>
</CarouselItem>
...
...
@@ -10,7 +10,7 @@
<CarouselItem>
<div
class=
"bg bg3"
></div>
</CarouselItem>
</Carousel>
</Carousel>
-->
<div
class=
"main"
>
<div
class=
"ad"
>
<div
class=
"page_log"
>
...
...
@@ -127,6 +127,7 @@ export default {
width: 100%;
top: 0;
bottom: 0;
background-image: url("../../../assets/images/login/login01.png");
.zmd {
z-index: 1;
position: absolute;
...
...
@@ -158,8 +159,8 @@ export default {
bottom: 168px;
left: 360px;
right: 360px;
background: url("../../../assets/images/login/login02.jpg") no-repeat -
37px 13
px;
background-size:
74
%;
background: url("../../../assets/images/login/login02.jpg") no-repeat -
70px 0
px;
background-size:
80
%;
display: flex;
h2{ padding: 4px 0 15px 0;}
.ad {
...
...
@@ -209,15 +210,17 @@ export default {
.shadown{
padding: 30px 0 0 0;
button{
height: 72px;
border:none;
height: 50px;
border-radius: 25px;
box-shadow: 0px 9px 11px 3px #c2d6ec;
letter-spacing: 3px;
font-size: 18px;
background: url("../../../assets/images/login/btn_bg.png") no-repeat center;
span{
margin: -14px 0 0;
display: block;
}
outline: none;
// background: url("../../../assets/images/login/btn_bg.png") no-repeat center;
// span{
// margin: -14px 0 0;
// display: block;
// }
}
}
}
...
...
pages/produce/execute/execute.less
View file @
38862c26
...
...
@@ -444,7 +444,7 @@
}
.fei_right{
float: right;
padding-top: 1
0
px;
padding-top: 1
5
px;
line-height: 50px;
width: 460px;
}
...
...
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