Advertisement

jquery手风琴效果

阅读量:

css:

复制代码
  <style>

    
     * {
    
         padding: 0;
    
         margin: 0;
    
         list-style: none;
    
     }
    
  
    
     .cont {
    
         width: 375px;
    
         height: 165px;
    
         margin: 50px auto;
    
         /* overflow: hidden; */
    
         display: flex;
    
     }
    
  
    
     .cont dl {
    
         display: flex;
    
     }
    
  
    
     .cont dl dt {
    
         width: 20px;
    
         height: 165px;
    
         color: #fff;
    
         text-align: center;
    
         font-size: 12px;
    
         cursor:

全部评论 (0)

还没有任何评论哟~