mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
15 lines
356 B
CSS
Executable File
15 lines
356 B
CSS
Executable File
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
#messages { list-style-type: none; margin: 0; padding: 0; }
|
|
#messages li { padding: 5px 10px; }
|
|
#messages li:nth-child(odd) { background: #eee; }
|
|
body {
|
|
margin:0px;
|
|
padding:0px;
|
|
font-family: "Segoe UI", "Microsoft Yahei", sans-serif;
|
|
}
|
|
|
|
.ui-shadow-inset{
|
|
outline: none;
|
|
}
|
|
|