Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
894efa72
Commit
894efa72
authored
Nov 30, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改底部箭头拉伸问题
parent
b6d6b1c7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
20 deletions
+43
-20
nextArrow-hover2.png
src/assets/image/home/nextArrow-hover2.png
+0
-0
prevArrow-hover2.png
src/assets/image/home/prevArrow-hover2.png
+0
-0
HeaderBtn.vue
src/components/layout/header/HeaderBtn.vue
+9
-0
index.vue
src/views/Home/index.vue
+34
-20
No files found.
src/assets/image/home/nextArrow-hover2.png
0 → 100644
View file @
894efa72
1.73 KB
src/assets/image/home/prevArrow-hover2.png
0 → 100644
View file @
894efa72
284 Bytes
src/components/layout/header/HeaderBtn.vue
View file @
894efa72
...
...
@@ -28,3 +28,12 @@ export default {
},
}
</
script
>
<
style
lang=
"scss"
>
.header-btn
{
button{
&:hover{
background
:
#CC3C0F
;
}
}
}
</
style
>
src/views/Home/index.vue
View file @
894efa72
...
...
@@ -1168,36 +1168,36 @@ export default {
&.slick-prev
{
left
:
0
;
&::before
{
background
:
url("../../assets/image/home/prevArrow-default.png")
no-repeat
;
background-size
:
100%
100%
;
content
:
""
;
}
&
:hover
{
&::before
{
background
:
url("../../assets/image/home/prevArrow-hover.png")
no-repeat
;
background-size
:
100%
100%
;
content
:
""
;
}
}
//
&
:hover
{
//
&::before
{
//
background
:
url("../../assets/image/home/prevArrow-hover.png")
//
no-repeat
;
//
background-size
:
100%
100%
;
//
}
//
}
}
&
.slick-next
{
right
:
0
;
display
:
flex
;
justify-content
:
flex-end
;
&::before
{
background
:
url("../../assets/image/home/nextArrow-default.png")
no-repeat
;
background-size
:
100%
100%
;
content
:
""
;
}
&
:hover
{
&::before
{
background
:
url("../../assets/image/home/nextArrow-hover.png")
no-repeat
;
background-size
:
100%
100%
;
content
:
""
;
}
}
//
&
:hover
{
//
&::before
{
//
background
:
url("../../assets/image/home/nextArrow-hover.png")
//
no-repeat
;
//
background-size
:
100%
100%
;
//
}
//
}
}
img
{
vertical-align
:
middle
;
...
...
@@ -1262,6 +1262,9 @@ export default {
&::before
{
width
:
9px
;
height
:
14px
;
//
background
:
url("../../assets/image/home/prevArrow-hover.png")
//
no-repeat
;
//
background-size
:
100%
100%
;
}
}
&
.slick-next
{
...
...
@@ -1269,6 +1272,9 @@ export default {
&::before
{
width
:
9px
;
height
:
14px
;
//
background
:
url("../../assets/image/home/nextArrow-hover.png")
//
no-repeat
;
//
background-size
:
100%
100%
;
}
}
img
{
...
...
@@ -1285,15 +1291,23 @@ export default {
height
:
50px
;
margin
:
0
10px
;
&.slick-prev
{
//
position
:
relative
;
&::before
{
width
:
10px
;
height
:
18px
;
width
:
24px
;
height
:
50px
;
background
:
url("../../assets/image/home/prevArrow-hover2.png")
no-repeat
;
background-size
:
100%
100%
;
}
}
&
.slick-next
{
//
position
:
relative
;
&::before
{
width
:
10px
;
height
:
18px
;
width
:
24px
;
height
:
50px
;
background
:
url("../../assets/image/home/nextArrow-hover2.png")
no-repeat
;
background-size
:
100%
100%
;
}
}
}
...
...
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