zoukankan      html  css  js  c++  java
  • 第六章作业2

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title></title>
    <style type="text/css">
    h1{
    background:black;
    color: white;
    padding: 8px 10px;
    250px ;
    }
    ul{
    color: gray;
    }
    h2{
    color: black;
    }
    </style>
    </head>
    <body>
    <div>
    <h1>全部分类</h1>
    </div>
    <ul>
    <h2><img src="icon_01.gif">护肤</h2>
    洁面 化妆水 喷雾 美容液 眼霜</p>
    眼部精华 眼膜 面膜 面膜贴</p>
    水洗面膜 免洗面膜 精华 精油</p>
    凝露 乳液 面霜 日霜 晚霜 </p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_02.gif">彩妆</h2>
    卸妆 防晒 隔离 BB霜 粉底 粉饼</p>
    睫毛膏 眼影 唇彩 腮红 眼线笔</p>
    底妆 遮瑕 蜜粉 眉笔 美甲</p>
    <div style="300px; border-top:1px dashed;"/>
    </h2><img src="icon_03.gif">香氛</h2>
    男香 女香 小Q装 中性香水</p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_04.gif">身体护理</h2>
    洗发 护发 沐浴 身体乳 手足护理</p>
    护手霜 纤体 身体精油 颈部护理</p>
    个人护理 卫生用品 脱毛 </p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_05.gif">礼盒套装</h2>
    护肤套装 身体护理套装 彩妆套装</p>
    旅行装 香水套装 男士套装 </p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_06.gif">美容工具</h2>
    护肤 彩妆 美发 美体 美甲 </p>
    美容仪器 其他美容工具 </p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_07.gif">母婴专区</h2>
    奶粉 尿裤湿巾 母婴洗护
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_08.gif">男士专区</h2>
    洁面 爽肤水 面霜 男香</p>
    眼霜 凝胶 乳液 精华 沐浴</p>
    <div style="300px; border-top:1px dashed;"/>
    <h2><img src="icon_09.gif">食品保健</h2>
    瘦身类 保健类 美容类 食品类 </p>
    </ul>
    </body>
    </html>

  • 相关阅读:
    [JSOI2008]Blue Mary开公司[李超线段树]
    线段树分治
    满汉全席[2-SAT]
    「一本通 3.5 练习 5」和平委员会
    2-SAT问题
    2019/04/06 BJ省选模拟DAY1
    构造题【随时更
    文本编辑器vim/vi——命令模式
    指令——cat
    指令——history
  • 原文地址:https://www.cnblogs.com/SUN99bk/p/7861857.html
Copyright © 2011-2022 走看看