HTML静态网页作业html+css+javascript+jquery水果商城7页

这篇博客分享了一位学生制作的HTML静态网页作业,内容包括一个7页的水果商城设计,涵盖HTML结构、JavaScript和jQuery实现。网页设计适用于初学者,介绍了网页布局、特效和代码编辑,适合前端学习者参考。
摘要由CSDN通过智能技术生成

常见网页设计作业题材有 个人、 美食、 公司、 学校、 旅游、 电商、 宠物、 电器、 茶叶、 家居、 酒店、 舞蹈、 动漫、 服装、 体育、 化妆品、 物流、 环保、 书籍、 婚纱、 游戏、 节日、 戒烟、 电影、 摄影、 文化、 家乡、 鲜花、 礼品、 汽车、 其他等网页设计题目, A+水平作业, 可满足大学生网页大作业网页设计需求都能满足你的需求。原始HTML+CSS+JS页面设计, web大学生网页设计作业源码,画面精明,排版整洁,内容丰富,主题鲜明,非常适合初学者学习使用。


⚽精彩专栏推荐👇🏻👇🏻👇🏻

【作者主页——🔥获取更多优质源码】
【web前端期末大作业——🔥🔥毕设项目精品实战案例(1000套)】


一、网页介绍📖

1 网页简介:此作品为学生个人主页网页设计题材,HTML+CSS 布局制作,web前端期末大作业,大学生网页设计作业源码,这是一个不错的网页制作,画面精明,代码为简单学生水平, 非常适合初学者学习使用。

2.网页编辑:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。

3.知识应用:技术方面主要应用了网页知识中的: Div+CSS、鼠标滑过特效、Table、导航栏效果、Banner、表单、二级三级页面等,视频、 音频元素 、Flash,同时设计了Logo(源文件)所需的知识点。


一、网页效果🌌

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述


二、代码展示😈


1.HTML结构代码 🧱

代码如下(示例):以下仅展示部分代码供参考~


<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="author" content="order by dede58.com">
    <title>果然新鲜</title>
    <link href="css/index.css" rel="stylesheet">
    <link href="css/share.css" rel="stylesheet">
    <script src="js/js.js" type="text/javascript" ></script>

    <script src="js/jquery-1.12.3.js"></script>
    
    <script type="text/javascript" src="http://www.ylcp.shop/files/files/1651940908374/js/jquery.SuperSlide.2.1.1.js"></script>
</head>
<style>
    #boxhdp {
     
        position: relative;
        top: 0px;
        width: 1300px;
        height: 320px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        font-size: 0px;
    }
    
    #img>li {
     
        width: 100%;
        float: left;
        text-align: center;
        display: none;
    }
    
    #img>li img {
     
        width: 100%;
    }
    
    #img>.current {
     
        display: block;
    }
    
    #li {
     
        position: absolute;
        left: 50%;
        bottom: 15px;
        margin-left: -35px;
    }
    
    #li>li {
     
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin-right: 5px;
        float: left;
        cursor: pointer;
    }
    
    #li>.on {
     
        background-color: #f50;
    }
    
    #an {
     
        display: none;
    }
    
    #an a {
     
        position: absolute;
        top: 50%;
        width: 40px;
        height: 46px;
        background-color: rgba(0, 0, 0, 0.108);
        line-height: 40px;
        color: #fff;
    }
    
    #an a:hover {
     
        background-color: rgba(0, 0, 0, 0.293);
    }
    
    #an .an-a2 {
     
        right: 0;
    }
    
    .chuang {
     }
    
    .chuang a {
     
        color: black;
        line-height: 20px;
    }
    
    .chuang a:hover {
     
        font-size: 14px;
        color: #ccc;
    }
    
    .nixingzhe {
     
        top: 100px;
        width: 80px;
        height: 300px;
        position: absolute;
        background-color: blanchedalmond;
    }
    
    .widsh {
     
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
</style>

<body>
    <!--顶部导航-->
    <div class="headr">
        <div class="heard-con">
            <img src="picture/logo.jpg" style="margin-top: 7px;float: left;position: absolute;width: 200px;height: 100%;">
            <div class="headr-nav">
                <ul>
                    <li><a href="" style="color: #4AB344"><span style="color: #4AB344">首页</span></a> </li>
                    <li><a href="hot.html">蔬果热卖</a> </li>
                    <li><a href="produ.html">全部产品</a> </li>
                    <li><a href="consult.html">最新资讯</a></li>
                    <li><a href="touch.html">联系我们</a> </li>
                </ul>
                <div class="sptopfoot">
                    <div class="spbottom">
                    </div>
                </div>
            </div>
            <div class="headr-right">
                <i class="iconfont" style="font-size: 16px;margin-right: 10px"></i> 我的购物车 ∨
                <div class="hr-car">
                    <i class="iconfont" style="font-size: 40px;margin-right: 10px"></i> 您的购物车内暂时没有任何产品。
                </div>
            </div>
        </div>
    </div>
    <!--顶部导航结束-->
    <!--banner图片-->
    <!-- 轮播图开始 -->
    <div id="boxhdp">
        <ul id="img">
            <li class="current">
                <img src="picture/ban-1.jpg">
            </li>
            <li>
                <img src="picture/ban-2.jpg">

                <li>
                    <img src="picture/ban-3.jpg">

        </li></ul>
        <ul id="li">
            <li class="on"></li>
            <li></li>
            <li></li>
        </ul>
        <div style="clear: both;"></div>
        <div class="an" id="an">
            <a href="javascript:;" id="prev">
                <img src="http://www.ylcp.shop/files/files/1651940908374/images/l.png" alt
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值