第6章 课后作业

第3题  制作开班信息

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>中心开班信息</title>
    <style>
        li{
            list-style-type: none;
            font-size: 18px;
            background: url("图片素材/dotBg.gif") no-repeat;
            padding-left: 18px;
            height: 32px;
            padding-top: 6px;
        }
        h1{
            font-size: 18px;
            background: url("图片素材/bg.gif") no-repeat 10px 1px;
            padding-left: 45px;
            border-bottom: white solid 2px;
            height: 29px;
            padding-top: 5px;
            color: white;
        }
        ul{
            padding-left: 5px;
            margin-top: 0px;
        }
        div{
            width: 250px;
            background: linear-gradient(to bottom,#5BC1F9,#EEF8FE,white);
            border: gray solid 1px;
            border-radius: 5px;
        }
        a{
            color: gray;
            text-decoration: none;
        }
        a:hover{
            color: red;
        }
    </style>
</head>
<body>
<div>
<h1>中心开班信息</h1>
<ul>
    <li><a href="#"/>8月12日:学历+技能班</li>
    <li><a href="#"/>8月16日:高考特招班</li>
    <li><a href="#"/>8月23日:Java精英班</li>
    <li><a href="#"/>8月31日:学士后强化班</li>
    <li><a href="#"/>9月5日:大学生就业班</li>
    <li><a href="#"/>9月9日:企业定向委培班</li>
    <li><a href="#"/>9月16日:网络营销强化班</li>
</ul>
</div>
</body>
</html>

第4题 制作商品分类列表页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>商品分类列表</title>
    <style>
        div {
            border: orange 2px solid;
            border-radius: 10px;
            width: 200px;
        }
        li{
            list-style-type: none;
            width: 200px;
            height: 50px;
            padding-top: 10px;
            padding-left: 50px;
        }
        ul{
            padding: 0px;
        }
        a{
            text-decoration: none;
            color: black;
            font-weight: bold;
        }
        a:hover{
            color: #ff1405;
        }
        li:nth-of-type(1){
            background: url("图片素材/icon_01.jpg") no-repeat;
        }
        li:nth-of-type(2){
            background: url("图片素材/icon_02.jpg") no-repeat;
        }
        li:nth-of-type(3){
            background: url("图片素材/icon_03.jpg") no-repeat;
        }
        li:nth-of-type(4){
            background: url("图片素材/icon_04.jpg") no-repeat;
        }
        li:nth-of-type(5){
            background: url("图片素材/icon_05.jpg") no-repeat;
        }
        li:nth-of-type(6){
            background: url("图片素材/icon_06.jpg") no-repeat;
        }
        li:nth-of-type(7){
            background: url("图片素材/icon_07.jpg") no-repeat;
        }
        li:nth-of-type(8){
            background: url("图片素材/icon_08.jpg") no-repeat;
        }
        li:nth-of-type(9){
            background: url("图片素材/icon_09.jpg") no-repeat;
        }
        li:nth-of-type(10){
            background: url("图片素材/icon_10.jpg") no-repeat;
        }
    </style>
</head>
<body>
<div>
    <ul>
        <li><a href="#"/>酒水、饮料</li>
        <li><a href="#"/>进口食品</li>
        <li><a href="#"/>休闲零食</li>
        <li><a href="#"/>地方特产</li>
        <li><a href="#"/>保健、冲调</li>
        <li><a href="#"/>粮油、生鲜</li>
        <li><a href="#"/>美容洗护</li>
        <li><a href="#"/>清洁洗涤</li>
        <li><a href="#"/>母婴、纸品</li>
        <li><a href="#"/>家居百货</li>
    </ul>
</div>
</body>
</html>

第5题   制作免费体验登录页面

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>免费体验登录页面</title>
    <style>
        div{
            background: url("图片素材/bg.jpg") no-repeat;
            color: white;
            height: 400px;
        }
        li{
            list-style-type: none;
            line-height: 40px;
        }
        span{
            color: red;
        }
        li:nth-of-type(1){
            padding-top: 80px;
        }
        input,select{
            border-radius: 5px;
        }
        li:last-of-type{
            padding-left: 40px;
        }
    </style>
</head>
<body>
<div>
    <form method="post" action=""/>
    <ul>
        <li><span>*</span>姓名:<input type="text"></li>
        <li><span>*</span>邮箱:<input type="email"></li>
        <li><span>*</span>电话:<input type="text" pattern="^1([358][0-9]|4[579]|66|7[0135678]|9[89])[0-9]{8}$"></li>
        <li>性别:<select name="sex">
            <option selected>请选择</option>
            <option></option>
            <option></option>
        </select></li>
        <li>年龄:<select name="age">
            <option selected>请选择</option>
            <option>18岁</option>
            <option>19岁</option>
            <option>20岁</option>
            <option>21岁</option>
            <option>22岁</option>
        </select></li>
        <li><input type="image" src="图片素材/btn.jpg"></li>
    </ul>
</div>
</body>
</html>

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值