2016-04-16 69 views

回答

0

1请描述可见 2位从工作现场 3利润

例如

CSS:

.m-gallery-product-item .hover-wrap { 
    display: none; 
    height: 0; 
} 


.m-gallery-product-item .item-main:hover .hover-wrap { 
    display: block; 
    position: relative; 
    z-index: 3; 
} 

HTML:

<div class="m-gallery-product-item"> 
<div class="item-main">... 
    <div class="item-img">,</div> 
    <div class="item-info">,</div> 
    <div class="hover-wrap"> 
    <div class="hover-main"> 
    <div class="tags"> ,,,,,,,,, </div> 
    </div> 
    </div> 
</div> 
</div> 

查看ebay.com alibaba.com上的工作示例,许多大型和受欢迎的销售网站使用该打勾很长一段时间,只需将其复制粘贴到您的代码!