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
c141b41f
Commit
c141b41f
authored
Nov 08, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页轮播按钮样式更改
parent
1f8ce75f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
index.vue
src/views/Home/index.vue
+16
-9
No files found.
src/views/Home/index.vue
View file @
c141b41f
...
...
@@ -1603,15 +1603,16 @@ export default {
&:hover{
border
:
1.5px
solid
#0E2C6B
;
box-shadow
:
0px
3px
6px
0px
rgba
(
14
,
44
,
107
,
0.21
);
}
&
.slick-prev
{
justify-content
:
center
;
top
:
auto
;
bottom
:
31
px
;
transform
:
translate
(
0
,
0
);
bottom
:
25
px
;
transform
:
translate
(
-68px
,
0
);
//
left
:
76%
!important
;
left
:
auto
!important
;
right
:
22
%
!important
;
right
:
17.1
%
!important
;
&::before
{
width
:
24px
;
height
:
24px
;
...
...
@@ -1619,6 +1620,9 @@ export default {
no-repeat
;
background-size
:
100%
100%
;
}
&
:hover
{
transform
:
translate
(
-68px
,
-6px
);
}
}
&
.slick-next
{
...
...
@@ -1627,12 +1631,12 @@ export default {
bottom
:
25px
;
transform
:
translate
(
0
,
0
);
right
:
17.1%
!important
;
@media
screen
and
(
max-width
:
1200px
)
{
right
:
15%
!important
;
}
@media
screen
and
(
max-width
:
920px
)
{
right
:
10%
!important
;
}
//
@media
screen
and
(
max-width
:
1200px
)
{
//
right
:
15%
!important
;
//
}
//
@media
screen
and
(
max-width
:
920px
)
{
//
right
:
10
%!
important
;
//
}
&
::before
{
width
:
24px
;
height
:
24px
;
...
...
@@ -1640,6 +1644,9 @@ export default {
no-repeat
;
background-size
:
100%
100%
;
}
&
:hover
{
transform
:
translate
(
0
,
-6px
);
}
}
}
...
...
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