Files
ksapi/ksAll/public/stylesheets/style.less
2024-09-27 01:15:04 +08:00

18 lines
196 B
Plaintext

body, ul,li,p,a{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
}
body {
background: #f5f5f5;
}
body,html {
width: 100%;
height: 100%;
}
video {
outline: none;
}