前端补正

This commit is contained in:
xvv 2024-08-01 19:31:37 +08:00
parent ff273f9a40
commit bbcea1de70

View File

@ -157,7 +157,7 @@
</div>
</div>
<div class="backmo">
<div>{{item.summary}}</div>
{{item.summary}}
</div>
</div>
<!-- 动画-->
@ -896,11 +896,14 @@ export default {
}
.backmo{
width: 100%;
height: 100%;
width: 0%;
height: 0%;
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
padding: 15px;
overflow: hidden;
}
@ -914,6 +917,8 @@ export default {
}
.news11 .news11-list .news11-list-item:hover>.backmo {
width: 100%;
height: 100%;
transition: background-color 0.5s;
background-color: rgba(0, 0, 0, 0.46) !important;
color: #fff;