/* 通用样式 */ *{ margin: 0; padding: 0; font-weight: 400; } a{ text-decoration: none; } ul{ list-style: none; } .container{ width: 100%; height: 100%; position: relative; }