Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/聊天室/fontend/css/pub.css
2024-09-27 02:06:13 +08:00

31 lines
334 B
CSS

.comm{
padding: 0 1rem;
}
.top{
position: fixed;
z-index: 999;
top: 0;
left: 0;
right: 0;
position: absolute;
}
.bottom{
position: fixed;
z-index: 99;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
.leftlog{
padding-left: 10px;
}
.rightlog{
padding-right: 10px;
}