zoukankan      html  css  js  c++  java
  • 前端联系1

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Document</title>
    </head>
    <style>
        .box{
            height: 300px;
              500px;
        }
        .left{
            height: 300px;
            300px;
            float: left;
    
        }
        .right{
            height:300px;
            180px;
            margin-left: 20px;
            float: left;
        }
        .right div{
            180px;
        
            height: 90px;
            background-color: red;
        }
        .left .head{
            height: 200px;
            300px;    
            background-color: blue;    
        }
        .left .bottom{
            margin-top: 20px;
            height: 80px;
            300px;    
    
        }
        .bottom .left{
            height: 80px;
            145px;    
            background-color: red;
        }
        .bottom .right{
            margin-left: 10px;
            height: 80px;
            145px;
            background-color: black;    
        }
    </style>
    <body>
        <div class="box">
            <div class="left">
                <div class="head">
    
                </div>
    
                <div class="bottom">
                    <div class="left">
    
                    </div>
    
                    <div class="right">
    
                    </div>                
                </div>
            </div>
    
            <div class="right">
                <div style="margin-bottom:15px;">
    
                </div>
    
                <div style="margin-bottom:15px;">
    
                </div>
    
                <div>
    
                </div>            
            </div>
        </div>
    </body>
    </html>
  • 相关阅读:
    C++ 实现B+树
    SSM项目--
    spring+mybatis使用MapperScannerConfigurer简化配置
    SpringMVC复习总结
    MyBatis复习总结
    ajax
    几种常用页面的跳转
    MyShop-不用框架的基础javaweb项目
    jsp
    Guava 工具类之joiner的使用
  • 原文地址:https://www.cnblogs.com/cl94/p/10295679.html
Copyright © 2011-2022 走看看