<!DOCTYPE html><html> <head> <title>小米</title> <meta charset="utf-8" /> <style type="text/css"> *{ margin: 0; padding: 0; } .header{ width: 100%; height: 100px; background-color: yellowgreen; } .content1{ width: 100%; height: 100px; background-color: yellow; } .content3{ width: 100%; height: 400px; background-color: red; } .content4{ width: 100%; height: 300px; background-color: orange; margin: 10px 10px; } .left1{ width: 18%; height: 120px; background-color: skyblue; float: left; margin: 10px 10px; } .left2{ width: 18%; height: 120px; background-color: skyblue; float: left; margin: 10px 10px; } .left3{ height: 120px; width: 18%; background-color: skyblue; margin: 10px 10px; float: left; } .left4{ width: 18%; height: 120px; background-color: skyblue; margin: 10px 10px; float: left; } .left5{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left6{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left7{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left8{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left9{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left10{ width: 18%; height: 120px; background-color: skyblue; float:left; margin: 10px 10px; } .left{ width: 49%; height: 500px; background-color: skyblue; float: left; margin: 0 10px; } .right{ width: 49%; height:250px; background-color:yellow ; float: left ; } .right1{ width: 49%; height:250px; background-color:red ; float: left ; } </style> </head> <body> <div class="header"></div> <div class="content1"> </div> <div class="content2"> </div> <div class="content3"></div> <div class="content4"> <div class="left1"></div> <div class="left2"></div> <div class="left3"></div> <div class="left4"></div> <div class="left5"></div> <div class="left6"></div> <div class="left7"></div> <div class="left8"></div> <div class="left9"></div> <div class="left10"></div> </div> <div class="left"></div> <div class="right"></div> <div class="right1"></div> </body></html>
2020-03-11
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。