提交 db180bf7 编写于 作者: A Anne_LXM

fix: 修正样式错误

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