style(国王皇后): 补充背景图片最小高度
This commit is contained in:
parent
ccbd4f23de
commit
3249bd63c0
@ -39,7 +39,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 每周榜首 -->
|
<!-- 每周榜首 -->
|
||||||
<div style="display: flex; flex-direction: column; align-items: center">
|
<div style="display: flex; flex-direction: column; align-items: center; gap: 16px">
|
||||||
<!-- 主标题 -->
|
<!-- 主标题 -->
|
||||||
<img
|
<img
|
||||||
v-smart-img
|
v-smart-img
|
||||||
@ -47,16 +47,9 @@
|
|||||||
alt=""
|
alt=""
|
||||||
style="min-height: 11.55vw; width: 90%"
|
style="min-height: 11.55vw; width: 90%"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 榜首 -->
|
<!-- 榜首 -->
|
||||||
<div
|
<div style="min-height: 40vw; width: 100%; display: flex; justify-content: space-around">
|
||||||
style="
|
|
||||||
min-height: 40vw;
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
margin-top: 16px;
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<div
|
<div
|
||||||
style="width: 40%"
|
style="width: 40%"
|
||||||
v-for="(topUser, index) in listTop"
|
v-for="(topUser, index) in listTop"
|
||||||
@ -68,7 +61,6 @@
|
|||||||
min-height: 40vw;
|
min-height: 40vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: max-content;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user