User:Irukaza/common.css:修订间差异

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
(清空页面)
imported>=海豚=
无编辑摘要
(未显示同一用户的5个中间版本)
第1行: 第1行:
.wds-dropdown {
   display: inline-block;
   position: relative;
}
.wds-dropdown__content {
display: none;
   background-color: #f3f4f4eb;
   border-radius: 4px;
   left: 50%;
   min-width: 70%;
   padding: 7px 0;
   position: absolute;
   top: 100%;
   transform: translateX(-50%);
   z-index: 1;
}
.wds-dropdown__toggle:after{
text-decoration: none !important;
   border-bottom: 1px dotted #f3f4f4eb;
   cursor: pointer;
   position: relative;
}
.wds-dropdown:before {
display: none;
   border: 9px solid transparent;
   border-bottom: 9px solid #f3f4f4eb;
   margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
   bottom: -1px;
   content: "";
   height: 0;
   left: 50%;
   pointer-events: none;
   position: absolute;
   width: 0;
   z-index: 2;
}


.wds-dropdown:hover .wds-dropdown__content {
display: inline-block;
}
.wds-dropdown:hover::before {
display: block;
}

2021年6月16日 (三) 12:21的版本

.wds-dropdown {
    display: inline-block;
    position: relative;
}
.wds-dropdown__content {
	display: none;
    background-color: #f3f4f4eb;
    border-radius: 4px;
    left: 50%;
    min-width: 70%;
    padding: 7px 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    z-index: 1;
}
.wds-dropdown__toggle:after{
	text-decoration: none !important;
    border-bottom: 1px dotted #f3f4f4eb;
    cursor: pointer;
    position: relative;
}
.wds-dropdown:before {
	display: none;
    border: 9px solid transparent;
    border-bottom: 9px solid #f3f4f4eb;
    margin-left: -9px;
}
.wds-dropdown:after, .wds-dropdown:before {
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 2;
}

.wds-dropdown:hover .wds-dropdown__content {
	display: inline-block;
}

.wds-dropdown:hover::before {
	display: block;
}