Fetch the repository succeeded.
@charset "UTF-8";
/* style-syspage.css */
/* 左侧导航栏样式 */
.navbar-left {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100px;
background-color: rgb(255, 128, 128);
color: #000;
padding: 10px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
}
/* 导航链接样式 */
.nav-links {
display: flex;
flex-direction: column;
gap: 20px;
}
.nav-links a {
text-decoration: none;
color: white;
text-align: center;
}
/* 内容区域样式 */
.content {
margin-top: 40px; /* 与上方导航栏的间隔 */
margin-left: 100px; /* 左侧导航栏宽度 */
padding: 20px;
box-sizing: border-box;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。