• 前端联系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>
  • 相关阅读:
    android.animation(6)
    android.animation(5)
    android.animation(4)
    android.animation(3)
    android.animation(2)
    android.animation(1)
    android.view.animation(2)
    php热身2:CRUD with Ajax
    PHP热身
    Android热身:通过网络获取资源并更新UI组件
  • 原文地址:https://www.cnblogs.com/cl94/p/10295679.html
Copyright © 2020-2023  润新知