Files
ClassContent/历届学生/朱立伟/项目案例/小说app/css/public.css
2024-09-27 02:06:13 +08:00

16 lines
197 B
CSS

body {
background-color: #e6e6e6;
}
.back-fff {
background: #fff;
}
.content{
padding-bottom: 50px;
padding-top: 84.5px;
}
.header {
position: fixed;
left: 0;
width: 100%;
top: 0;
}