提交 29b9a2f1 编写于 作者: xuty73419315's avatar xuty73419315

修改card初始高度为0避免200ms修改高度iOS有弹跳的效果

上级 4ddba3ed
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
<style> <style>
.card { .card {
width:95%; width:95%;
height: 375px; height: 0px;
position: absolute; position: absolute;
top: 0px; top: 0px;
/* left: 0px; */ /* left: 0px; */
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
.card-img { .card-img {
width: 100%; width: 100%;
height: 375px; height: 0px;
border-radius: 10px; border-radius: 10px;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册