Compare commits

..

2 Commits

Author SHA1 Message Date
xvv
7695ef585e Merge remote-tracking branch 'origin/main' 2024-08-01 19:31:51 +08:00
xvv
bbcea1de70 前端补正 2024-08-01 19:31:37 +08:00

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;