正在显示
1 个修改的文件
包含
7 行增加
和
1 行删除
@@ -260,16 +260,22 @@ p{word-wrap:break-word} | @@ -260,16 +260,22 @@ p{word-wrap:break-word} | ||
260 | .main3_top ul li{ | 260 | .main3_top ul li{ |
261 | position: relative; | 261 | position: relative; |
262 | } | 262 | } |
263 | +.main3_top ul li:hover .main3_top2_box{ | ||
264 | + display: block; | ||
265 | +} | ||
263 | .main3_top2_box{ | 266 | .main3_top2_box{ |
264 | position: absolute; | 267 | position: absolute; |
265 | top:0; | 268 | top:0; |
266 | left: 0; | 269 | left: 0; |
270 | + display: none; | ||
271 | + transition:0.5s; | ||
267 | width: 100%; | 272 | width: 100%; |
268 | background:rgba(226,156,109,1); | 273 | background:rgba(226,156,109,1); |
269 | height: 100%; | 274 | height: 100%; |
270 | /*width:274px;*/ | 275 | /*width:274px;*/ |
271 | margin: auto; | 276 | margin: auto; |
272 | - padding-top: 100px; | 277 | + padding: 100px 24px 0; |
278 | + box-sizing: border-box; | ||
273 | } | 279 | } |
274 | .main3_top2_box h2{ | 280 | .main3_top2_box h2{ |
275 | text-align: center; | 281 | text-align: center; |
-
请 注册 或 登录 后发表评论