用户:攸萨/SandBox/styles.css:修订间差异

跳到导航 跳到搜索
删除572字节 、​ 2023年11月25日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
第56行: 第56行:
}
}
/* 右拉式选单效果*/
/* 右拉式选单效果*/
.drop {
.dropbtn {
  position: relative;
    display: inline-block;
  display: block;
     color: white;
  width: 100%;
     text-align: center;
  margin: 0 0 10px;  }
     padding: 14px 16px;
.dropOption {
     text-decoration: none;
  position: relative;
}
    width: auto;
.dropup:hover, .dropbtn {
     color: #666;
    background-color: #111;
    font-size: 20px;
}
     background-color: #fff;
     padding: 10px;
    border: 1px solid #888;
    border-radius: 5px;
     box-sizing: border-box;
    cursor: pointer;  }
   
    ::after {
      content: "";
      position: absolute;
      top: 20px;
      right: 12px;
      border-width: 8px 6px;
      border-style: solid;
      border-color: #999 transparent transparent transparent;
    }


.dropup {
    display: inline-block;
}


.dropright {
.dropup-content {
     display: none;
     display: none;
    width: 100%;
    max-height: 350px;
     position: absolute;
     position: absolute;
    color: #333;
    padding: 0;
    margin: 0;
     background-color: #f9f9f9;
     background-color: #f9f9f9;
     box-shadow: 0px 2px 3px 0px #ccc;
    min-width: 160px;
     border-radius: 6px;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     box-sizing: border-box;
}
     overflow: auto;  
.dropup-content a {
     z-index: 10;  
     color: black;
 
     padding: 12px 16px;
     text-decoration: none;
     display: block;
}
}
li {
  display: block;
  color: #000;
  padding: 12px;
  font-size: 20px;
  margin: 0 10px;
  cursor: pointer; }
  :first-child {
    margin: 10px;
  }
  :last-child {
    margin-bottom: 10px;
  }
  :hover {
    background-color: orange;
    border-radius: 6px;
  }




.dropup:hover .dropup-content {
    display: block;
}


/* 以上选单效果*/
/* 以上选单效果*/
15,370

个编辑

导航菜单