hookehuyr

fix 海报文字清晰度调整

......@@ -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,45 +354,45 @@ const afterRead = async (res) => {
left: 2rem;
.poster-img1 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 4.5rem;
height: 6rem;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img2 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 4.5rem;
height: 6rem;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img3 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 4.5rem;
height: 6rem;
img {
width: 4.5rem;
height: 6rem;
}
}
.poster-img4 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 6rem;
height: 9rem;
img {
width: 4.5rem;
height: 9rem;
}
}
.poster-img5 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 8rem;
height: 13rem;
img {
width: 4.5rem;
height: 12rem;
}
}
.poster-img6 {
position: relative;
background-repeat: no-repeat;
background-size: contain;
width: 4.5rem;
height: 6rem;
img {
width: 4.5rem;
height: 6rem;
}
}
}
img {
......