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 14:45:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c73fb5fcc6ea4946deba75d0bb41119db2d2591c
c73fb5fc
1 parent
d3442608
fix 海报文字清晰度调整
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
src/views/fxPark/poster.vue
src/views/fxPark/poster.vue
View file @
c73fb5f
...
...
@@ -17,7 +17,8 @@
</div>
</div> -->
<div v-if="tree_data?.name" class="poster-img-boxer">
<div :class="'poster-img' + tree_data?.revision" :style="{ backgroundImage: `url(https://cdn.ipadbiz.cn/xfPark/post/public/title/${tree_data?.revision}.png)` }"></div>
<div :class="'poster-img' + tree_data?.revision">
<img :src="'https://cdn.ipadbiz.cn/xfPark/post/public/title/'+ tree_data?.revision + '.png'"></div>
</div>
<div style="position: relative;">
<img :src="imgSrc">
...
...
@@ -353,47 +354,47 @@ const afterRead = async (res) => {
left: 2rem;
.poster-img1 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img2 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img3 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img4 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 6rem;
img {
width: 4.5rem;
height: 9rem;
}
}
.poster-img5 {
position: relative;
background-repeat: no-repeat;
background-size: contain
;
width: 8
rem;
height: 13rem;
img {
width: 4.5rem
;
height: 12
rem;
}
}
.poster-img6 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
img {
width: 4.5rem;
height: 6rem;
}
}
}
img {
width: 100%;
height: 70vh;
...
...
Please
register
or
login
to post a comment