提交 db180bf7 编写于 作者: A Anne_LXM

fix: 修正样式错误

上级 47cbb6ff
......@@ -204,11 +204,11 @@
<style>
.card {
width: 350px;
width:95%;
height: 375px;
position: absolute;
top: 0;
left: 0;
top: 0px;
/* left: 0px; */
margin: 0 12px;
margin-top: 50px;
border-radius: 10px;
......@@ -219,7 +219,7 @@
}
.card-img {
width: 350px;
width: 100%;
height: 375px;
border-radius: 10px;
}
......@@ -227,7 +227,7 @@
.state {
top: 10px;
left: 10px;
width: 325px;
width: 86%;
padding: 4px;
position: absolute;
flex-direction: row;
......
......@@ -25,6 +25,7 @@
<style>
.root {
flex: 1;
position: relative;
position: relative;
align-items: center;
}
</style>
\ No newline at end of file
</style>
......@@ -158,7 +158,7 @@
.scroll-fold-nav {
height: 44px;
width: 375px;
width: 100%;
justify-content: center;
}
......
......@@ -206,7 +206,7 @@
.swiper-item,
.video-box,
.video-cover {
width: 375px;
width: 100%;
flex: 1;
height: 100%;
}
......@@ -216,7 +216,7 @@
}
.video-box {
width: 375px;
width: 100%;
}
.video-cover {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册