Compare commits

..

No commits in common. "7695ef585e3d7c787c7a3c2fd5976ea0aef746b4" and "e0310b7f21604f7722122ae76858465c00c84f66" have entirely different histories.

View File

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