@charset "UTF-8"; * { margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } .box { color: #f00; } .box { width: 800px; height: 800px; border: 1px solid #000; background-color: #ff0; font-size: 50px; font-size: 20px; } .box h1 { font-size: 20px; color: red; } .box .main { border: 1px solid #f00; color: purple; width: 200px; height: 100px; display: flex; justify-content: center; align-items: center; color: #00f; } .box .main:hover { color: #f00; } /* 哈哈哈哈 */