作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -260,16 +260,22 @@ p{word-wrap:break-word}
.main3_top ul li{
position: relative;
}
.main3_top ul li:hover .main3_top2_box{
display: block;
}
.main3_top2_box{
position: absolute;
top:0;
left: 0;
display: none;
transition:0.5s;
width: 100%;
background:rgba(226,156,109,1);
height: 100%;
/*width:274px;*/
margin: auto;
padding-top: 100px;
padding: 100px 24px 0;
box-sizing: border-box;
}
.main3_top2_box h2{
text-align: center;
... ...