Blogger Information
Blog 5
fans 0
comment 0
visits 2834
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1105作业
王伟
Original
552 people have browsed it

2.png

1 (1).jpg

3.png

1.jpg

2.jpg

3.jpg

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link rel="stylesheet" href="index3.css">
    <style>
        .a1{
            border:2px dashed #f00;
            margin:15px;
            background:#cdc;
        }
        .a{
            box-sizing: border-box;
            border:1px solid ;
            padding:20px;
            background:#ede;
        }
        .flex{
            display: flex;
            flex-direction: row;
        }
        .a1{
            width:550px;
        }
        .demo1 > .a{
            width:100px;
            height: 60px;
            /*flex: 0 1 auto;*/
            flex:auto;
        }
    </style>
</head>
<body>
<div class="a1 flex demo1">
    <span class="a">a1</span>
    <span class="a">a2</span>
    <span class="a">a3</span>
</div>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post