mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 06:30:49 +00:00
12 lines
125 B
CSS
12 lines
125 B
CSS
|
|
* {
|
||
|
|
padding: 0 0;
|
||
|
|
margin: 0 0;
|
||
|
|
}
|
||
|
|
body,html {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
overflow-y: hidden;
|
||
|
|
}
|
||
|
|
ul {
|
||
|
|
list-style: none;
|
||
|
|
}
|