前端补正
This commit is contained in:
parent
ff273f9a40
commit
bbcea1de70
@ -157,7 +157,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="backmo">
|
<div class="backmo">
|
||||||
<div>{{item.summary}}</div>
|
{{item.summary}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 动画-->
|
<!-- 动画-->
|
||||||
@ -896,11 +896,14 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.backmo{
|
.backmo{
|
||||||
width: 100%;
|
width: 0%;
|
||||||
height: 100%;
|
height: 0%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 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 {
|
.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;
|
||||||
|
Loading…
Reference in New Issue
Block a user