MediaWiki:Common.css:修订间差异

hover-underline
 
无编辑摘要
第7行: 第7行:
   display: inline-block;
   display: inline-block;
   padding-bottom: 2px; /* 为下划线留出空间 */
   padding-bottom: 2px; /* 为下划线留出空间 */
   transition: all 0.3s ease-in-out; /* 过渡效果 */
   transition: all 1s ease-in-out; /* 过渡效果 */
}
}


第18行: 第18行:
   height: 1px; /* 下划线高度 */
   height: 1px; /* 下划线高度 */
   background: #D3D3D3; /* 灰白色 */
   background: #D3D3D3; /* 灰白色 */
   transition: all 0.3s ease-in-out; /* 过渡效果 */
   transition: all 1s ease-in-out; /* 过渡效果 */
}
}
a:hover::after{
a:hover::after{