Commit 83b426f5 authored by 罗超's avatar 罗超

修改市场封面图过度模糊的问题

parent 07e4b892
...@@ -396,6 +396,8 @@ ...@@ -396,6 +396,8 @@
height: 0; height: 0;
position: relative; position: relative;
padding-bottom: 56.25%; padding-bottom: 56.25%;
overflow: hidden;
border-radius: 4px;
} }
.MarketIndexList-img img{ .MarketIndexList-img img{
/* position: absolute; /* position: absolute;
...@@ -403,7 +405,7 @@ ...@@ -403,7 +405,7 @@
left: 0; left: 0;
height: 100%; */ height: 100%; */
width: 100%; width: 100%;
height: 100%; height: auto;
position: absolute; position: absolute;
object-fit: cover; object-fit: cover;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment