@charset "UTF-8"; * { margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } body, html { font-size: 30px; } /* 你好 */ h1 { color: #f00 !important; font-size: 50px; } ul { width: 400px; height: 400px; background: #ff0; list-style: none; } ul li { padding: 10px; } ul li a { text-decoration: none; color: #00f; font-size: 40px; font-weight: bold; } ul li a:hover { color: #f00; } p { color: #00f; }