5 Star 0 Fork 0

杨谨徽/公文传输系统

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
style-syspage.css 774 Bytes
Copy Edit Raw Blame History
周睿雅 authored 2023-11-25 18:57 +08:00 . css文件
@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;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SHIBATORI/document-transmission-system.git
git@gitee.com:SHIBATORI/document-transmission-system.git
SHIBATORI
document-transmission-system
公文传输系统
master

Search