使用JQuery快速高效制作网页交互特效第二章所有上机

上机一
样式

body,ul,li,div,p,h1,h2{margin: 0;padding: 0;}
ul,li{list-style: none;}
.content{width: 810px; margin: 0 auto;}
.logo{margin: 10px 0;}
.logo span{
    display: inline-block;
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #ff0000;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}
.cartList{
    background: url("../Image/sj1(2).jpg") no-repeat;
    height: 414px;
    overflow: hidden;
}
.cartList ul{
    float: right;
    width: 100px;
    margin-top: 110px;
}
.cartList ul li{
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.cartList ul li:nth-of-type(3){margin-top: 60px;}
.cartList ul li:nth-of-type(5){margin-top: 80px;}
.cartList span{
    display: inline-block;
    float: right;
    width: 80px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #ff0000;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: bold;
}

代码

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>广告页面</title>
</head>
<body>
    <img src="../image/adver.jpg" />;
</body>
</html>
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
    <link type="text/css" rel="stylesheet" href="../css/cartStyle.css"/>
</head>
<body onload="open_adv();">
<div class="content">
    <div class="logo">
        <img src="../image/sj1(1).jpg"><span onclick="close_plan();">关闭</span>
    </div>
    <div class="cartList">
        <ul>
            <li onclick="shouc()">移入收藏</li>
            <li onclick="deletes()">删除</li>
            <li onclick="shouc()">移入收藏</li>
            <li onclick="deletes()">删除</li>
            <li><span onclick="jiesuan()">结 算</span></li>
        </ul>
    </div>
    <script type="text/javascript" >
        //弹出窗口
        function open_adv() {
            window.open("GuangKao.html", "", "height=500,width=600,left=500,top=300");
        }
        //关闭窗口
        function close_plan() {
            window.close();
        }
        //收藏
        function shouc(){
            var flag = confirm("移入收藏后,将不在购物车显示,是否继续操作?");
            if (flag == true) {
                alert("移入收藏成功!");
            } else {
                alert("移入收藏取消!");
            }
        }
        //删除
        function deletes(){
            var flag = confirm("您确定要删除商品吗?");
            if (flag == true) {
                alert("删除成功!");
            } else {
                alert("删除取消!");
            }
        }
        //结算
        function jiesuan(){
            var flag = confirm("您本次购买的商品信息如下:\n商品名称:白岩松\n商品数量:2件\n商品总计:46.00元\n运费:0元\n请确认以上信息是否有误!!!");
            if (flag == true) {
                alert("您的订单已提交!");
            } else {
                alert("您的订单已取消!");
            }
        }
    </script>
</div>
</body>
</html>

上机二
代码

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>秋天</title>
    <style type="text/css">
        body {
            margin: 0;
        }

        img {
            border: 0;
            padding: 5px;
        }

        td {
       
  • 3
    点赞
  • 18
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值