网页重构作业

74 阅读1分钟
首页 *{ margin:0; padding: 0; } .header{ width: 100%; height: 491px; background-color:#cc2700; } .top{ width: 100%; height: 143px; background-color: black; } .bottom{ width: 100%; height: 348px; background-image: url(image/bottomBJ_03.png); } .main{ width: 100%; height: 896px; background-image: url(image/mainbg_03.png); } .footer{ width: 100%; height: 124px; background-color: black; }