模板:首页左栏/图鉴导航:修订间差异

无编辑摘要
无编辑摘要
第42行: 第42行:
{{#css:
{{#css:
   .nav-item {
   .nav-item {
     width: 149px;
     width: 160px;
     height: 149px;
     height: 120px;
     overflow: hidden;
     overflow: hidden;
     position: relative;
     position: relative;
第50行: 第50行:
     transition: background-color 0.5s ease, box-shadow 0.5s ease; /* 背景色和阴影变化动画 */
     transition: background-color 0.5s ease, box-shadow 0.5s ease; /* 背景色和阴影变化动画 */
     box-shadow: 0px 0px 0px transparent; /* 初始无阴影 */
     box-shadow: 0px 0px 0px transparent; /* 初始无阴影 */
     margin: 15px; /* 5px外边距 */
     margin: 10px; /* 5px外边距 */
     border: 2px solid #36363c; /* 添加边框 */
     border: 2px solid #36363c; /* 添加边框 */
}
}

2024年8月5日 (一) 14:05的版本