Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
fxPark
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-04-22 15:02:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2a9d424d7db49c43c82ef0530cf3ab5f536034df
2a9d424d
1 parent
c73fb5fc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
src/views/fxPark/poster.vue
src/views/fxPark/poster.vue
View file @
2a9d424
...
...
@@ -355,43 +355,43 @@ const afterRead = async (res) => {
.poster-img1 {
position: relative;
img {
width: 4
.5
rem;
width: 4rem;
height: 6rem;
}
}
.poster-img2 {
position: relative;
img {
width: 4
.5
rem;
height:
6
rem;
width: 4rem;
height:
5
rem;
}
}
.poster-img3 {
position: relative;
img {
width: 4
.5
rem;
height:
6
rem;
width: 4rem;
height:
5
rem;
}
}
.poster-img4 {
position: relative;
img {
width: 4
.5
rem;
height:
9
rem;
width: 4rem;
height:
8
rem;
}
}
.poster-img5 {
position: relative;
img {
width: 4
.5
rem;
width: 4rem;
height: 12rem;
}
}
.poster-img6 {
position: relative;
img {
width: 4
.5
rem;
height:
6
rem;
width: 4rem;
height:
5
rem;
}
}
}
...
...
Please
register
or
login
to post a comment