#title{ position: absolute; width: 100%; height: 10%; right: 0; top: 0; background-color: #444444; } .title{ float: center; display: flex; top:20%; align-items: center; font-family: '隶书'; justify-content: center; color: wheat; font-size: 40px; } #l2{ position: absolute; width: 50%; height: 60%; left: 0; top: 40%; background-color: #f9f9f9; } #l1{ position: absolute; width: 50%; height: 30%; left: 0%; top: 10%; background-color: #444444; } #c2{ position: absolute; width: 40%; height: 60%; right: 30%; top: 40%; background-color: #ffaa7f; }#r1{ position: absolute; width: 50%; height: 30%; right: 0; top: 10%; background-color: #444444; } #r2{ position: absolute; width: 50%; height: 60%; right: 0; top: 40%; background-color: #555555; } .num{ width: 25%; float: left; display: flex; align-items: center; font-family: '楷体', Times, serif; justify-content: center; color: gold; font-size: 20px; } .num2{ width: 33%; float: left; display: flex; align-items: center; font-family: '楷体', Times, serif; justify-content: center; color: gold; font-size: 20px; } .txt2{ width: 33%; float: left; font-family: "楷体"; color: whitesmoke; display: flex; align-items: center; justify-content: center; } .txt{ width: 25%; float: left; font-family: "楷体"; display: flex; color: whitesmoke; align-items: center; justify-content: center; } .button{ position: absolute; display: flex; top: 0; right: 0; background-color: #444444; } .button1{ position: absolute; display: flex; top: 33%; right: 0; background-color: #444444; } .button2{ position: absolute; display: flex; top: 66%; right: 0; background-color: #444444; }