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>

  • 相关阅读:
    Logistic Regression
    如何把日期格式化为指定格式?
    JavaScript的自调用函数
    elementui 在原生方法参数里,添加参数
    原生js实现随着滚动条滚动,导航会自动切换的效果
    微信小程序-canvas绘制文字实现自动换行
    visual studio 和 sql server 的激活密钥序列号
    跨多个服务器访问不同数据库的表的方法
    数据库面试中常问的几个问题
    聚集索引和非聚集索引的区别
  • 原文地址:https://www.cnblogs.com/SUN99bk/p/7861857.html
Copyright © 2011-2022 走看看