鱼C论坛

 找回密码
 立即注册
查看: 3491|回复: 7

[庖丁解牛] 0 0 4 3 - 双列图文混排【终】

[复制链接]
发表于 2017-2-5 12:39:50 | 显示全部楼层 |阅读模式
购买主题 已有 11 人购买  本主题需向作者支付 2 鱼币 才能浏览

本帖被以下淘专辑推荐:

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-4-28 17:47:45 | 显示全部楼层
交作业
<!DOCTYPE html>
<html lang="en">
<head>
        <meta charset="UTF-8">
        <title>section2</title>
        <style type="text/css">
                *{
                        margin: 0;
                        padding: 0;
                }
                section{
                        width: 98%;
                        margin-left: 1%;
                        background:#f5f5f5;
                        box-shadow: 0 0 1px rgba(0,0,0,.4) inset;
                        box-sizing: border-box;
                        padding: 33px;
                }
                section::after {
                        content: "";
                        display: table;
                        clear: both;
                }
                article{
                        width: 49%;
                        float: left;
                }
                article:first-child{
                        margin-right:2%;
                }
                h1{
                        font-size: 33px;
                        margin-bottom: 13px;
                        font-family:"NSimSun";
                }
                
                p{
                        font-size: 22px;
                        color: #F08;
                        font-family:"KaiTi"

                }
                h1,p{
                        width: 66%;
                        margin-left: 8%;
                }
                img{
                        margin-bottom: -39px;
                }
        </style>
</head>
<body>
<section>
        <article>
                <img src="http://xxx.fishc.com/forum/201703/13/141706pevgs8gk88l0jkks.png" alt="drumsticl_1">
                <h1>蓝鸡腿</h1>
                <p>穷爸爸:“你要好好学习,以后就能找一份好工作养活自己。”驱动学习的力量是恐惧。</p>
        </article>
        <article>
                <img src="http://xxx.fishc.com/forum/201703/13/141707x807n8a8am79nm81.png" alt="drumsticl_2">
                <h1>红鸡腿</h1>
                <p>富爸爸:“你要好好学习,以后就能开自己的公司,创造很多就业机会给别人。驱动力量是爱,好好学就会帮到更多的人。</p>
        </article>
</section>
</body>
</html>
0035section2.png

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-4-28 18:41
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-7-25 02:05:17 | 显示全部楼层
交作业!
043.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-11-1 10:57:01 | 显示全部楼层
come on~
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
/* * {
margin: 0;
padding: 0;
} */
section {
        /* width: 1000px;
        background: #95a5a6;
        text-shadow: 0,0,1px,rgb(0, 0, 0,.4) inset; */
        box-sizing: border-box;
        padding: 33px;
}
article {
        width: 49%;
        float:left;
        position:relative;
}
img {
        position:absolute;
        top:25px;
        left:170px;
}
article:first-child {
        margin-right: 2%;
}

h1 {
        font-size:33px;
        margin-bottom:13px;
        font-family:"NSimSun";
}

p {
        font-size:22px;
        color:sandybrown;
        font-family:"KaiTi";
}
h1,p {
        width:66%;
        margin-left:33%;
}

        /* 清除浮动 */
/* section::after{
                        content: "";
                        display: table;
                        clear: both;
                } */
       
</style>
</head>
<body>
<section>
        <article>
                <img src="1.jpg" alt="drumsticl_1">
                <h1>蓝鸡腿</h1>
                <p>穷爸爸:“你要好好学习,以后就能找一份好工作养活自己。”驱动学习的力量是恐惧。</p>
        </article>
        <article>
                <img src="2.jpg" alt="drumsticl_2">
                <h1>红鸡腿</h1>
                <p>富爸爸:“你要好好学习,以后就能开自己的公司,创造很多就业机会给别人。驱动力量是爱,好好学就会帮到更多的人。</p>
        </article>
</section>
</body>
</html>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-1-4 17:24:40 | 显示全部楼层
老师加油,我也加油。
<!doctype html>
<html>
                <head>
                                <meta charset="utf-8">
                                <title>双....双飞?</title>
                                <style type="text/css">
                                                *{
                                                                margin: 0;
                                                                padding: 0;
                                                                background:#f5f5f5; 
                                                }
                                article{
                                                
                                                float: left;
                                                width:49%;
                                                 position: relative;
                                }
                                
                                article:first-child{
                                                margin-right:2%;
                                }
                                
                                img{
                                                position: absolute;
                                                top: -20px;
                                                left: 96px;
                                                
                                
                                }
                                
                                section{
                                                box-sizing: border-box;
                                                padding: 33px;
                                }
                        /*        section::after{
                                                content:"";
                                                display: table;
                                                clear: both;
                                }*/
                                
                                h1{
                                                font-size: 33px;
                                                margin-bottom: 13px;
                                                font-family:"NSimSun";
                                
                                
                                }
                                p{
                                                font-size: 22px;
                                                color: #F08;
                                                font-family: "KaiTi"
                                                
                                
                                }
                                h1,p{
                                                width: 66%;
                                                margin-left: 20%;
                                
                                
                                }
                                
                                </style>
                </head>
                
                
                <body>
                                <section>
                                                <article>
                                                                <img src="蓝.png" alt="蓝鸡腿">
                                                                <h1>蓝鸡腿</h1>
                                                                <p>穷爸爸:“你要好好学习,以后就能找一份好工作养活自己。”驱动学习的力量是恐惧。</p>
                                                </article>
                                                <article>
                                                                <img src="红.png" alt="红鸡腿">
                                                                <h1>红鸡腿</h1>
                                                                <p>富爸爸:“你要好好学习,以后就能开自己的公司,创造很多就业机会给别人。“驱动力量是爱,好好学就会帮到更多的人。</p>
                                                </article>
                                </section>
                </body>

</html>
3.png
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-3-14 22:13:11 | 显示全部楼层

撸鉄.png
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2022-2-13 17:52:24 | 显示全部楼层
article元素 是不是应该添加
 display:inline-block;  
??
否则示例的两个块就不在一行了.
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-22 13:03

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表