7 lines
156 B
CSS
Raw Normal View History

2025-03-27 15:45:47 +08:00
/* 基本样式重置 */
body, html {
margin: 0;
padding: 0;
font-family: Arial, sans-serif; /* 默认字体 */
background-color:#f4f4f4;
}