• 化妆品展示网页设计作业 静态HTML化妆品网站 DW美妆网站模板下载 大学生简单网页作品代码 个人网页制作 学生个人网页设计作业




    一、👨‍🎓网站题目

    💄美妆介绍、👜美妆分享、👒 品牌化妆品官网网站 、等网站的设计与制作。


    二、✍️网站描述

    🏷️ 网页中包含:Div+CSS、鼠标滑过特效、Table、导航栏效果、banner、表单、二级三级页面等,视频音频元素,同时设计了logo(源文件),基本期末作业所需的知识点全覆盖。

    🏅 一套优质的💯网页设计应该包含 (具体可根据个人要求而定)

    1. 页面分为页头、菜单导航栏(最好可下拉)、中间内容板块、页脚四大部分。
    2. 所有页面相互超链接,可到三级页面,有5-10个页面组成。
    3. 页面样式风格统一布局显示正常,不错乱,使用Div+Css技术。
    4. 菜单美观、醒目,二级菜单可正常弹出与跳转。
    5. 要有JS特效,如定时切换和手动切换图片轮播。
    6. 页面中有多媒体元素,如gif、视频、音乐,表单技术的使用。
    7. 页面清爽、美观、大方,不雷同。 。
    8. 不仅要能够把用户要求的内容呈现出来,还要满足布局良好、界面美观、配色优雅、表现形式多样等要求。

    三、📚网站介绍

    📔网站布局方面:计划采用目前主流的、能兼容各大主流浏览器、显示效果稳定的浮动网页布局结构。

    📓网站程序方面:计划采用最新的网页编程语言HTML5+CSS3+JS程序语言完成网站的功能设计。并确保网站代码兼容目前市面上所有的主流浏览器,已达到打开后就能即时看到网站的效果。

    📘网站素材方面:计划收集各大平台好看的图片素材,并精挑细选适合网页风格的图片,然后使用PS做出适合网页尺寸的图片。

    📒网站文件方面:网站系统文件种类包含:html网页结构文件、css网页样式文件、js网页特效文件、images网页图片文件;

    📙网页编辑方面:网页作品代码简单,可使用任意HTML编辑软件(如:Dreamweaver、HBuilder、Vscode 、Sublime 、Webstorm、Text 、Notepad++ 等任意html编辑软件进行运行及修改编辑等操作)。
    其中:
    (1)📜html文件包含:其中index.html是首页、其他html为二级页面;
    (2)📑 css文件包含:css全部页面样式,文字滚动, 图片放大等;
    (3)📄 js文件包含:js实现动态轮播特效, 表单提交, 点击事件等等(个别网页中运用到js代码)。


    四、🌐网站演示

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


    五、⚙️ 网站代码

    🧱HTML结构代码

    
    DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        
        <link rel="stylesheet" href="css/bootstrap.css">
        <link rel="stylesheet" href="css/swiper.css">
        <link rel="stylesheet" href="css/animate.css">
        <link rel="stylesheet" href="css/style.css">
        <link rel="stylesheet" href="css/cntl.css">
        <title>一池云锦title>
    head>
    <body>
    <div class="container">
        <nav class="navbar navbar-default">
            <div class="container-fluid">
                
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
                        <span class="sr-only">Toggle navigationspan>
                        <span class="icon-bar">span>
                        <span class="icon-bar">span>
                        <span class="icon-bar">span>
                    button>
                    <a class="navbar-brand text-center hidden-xs" href="#"><img src="images/logo.png" alt="" class="img-responsive">a>
                div>
                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                    <ul class="nav navbar-nav">
                        <li>
                            <a href="index.html">首页a>
                        li>
                        <li>
                            <a href="AboutUs.html">关于我们a>
                        li>
                        <li>
                            <a href="product.html">产品中心a>
                        li>
    
                        <li class="dropdown">
                            <a href="query.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">信息查询 <span class="caret">span>a>
                            <ul class="dropdown-menu">
                                <li>
                                    <a href="query.html">信息查询a>
                                li>
                                <li>
                                    <a href="Backstage_Land.html">经销商后台a>
                                li>
                            ul>
                        li>
                        <li>
                            <a href="Join.html">招生加盟a>
                        li>
                        <li>
                            <a href="contactus.html">联系我们a>
                        li>
                    ul>
                div>
                
            div>
            
        nav>
    div>
    
    <div class="swiper-container">
        <div class="swiper-wrapper">
            <div class="swiper-slide"><img src="images/banner1.jpg" alt="" class="img-responsive">div>
            <div class="swiper-slide"><img src="images/banner1.jpg" alt="" class="img-responsive">div>
            <div class="swiper-slide"><img src="images/banner1.jpg" alt="" class="img-responsive">div>
            <div class="swiper-slide"><img src="images/banner1.jpg" alt="" class="img-responsive">div>
        div>
        <div class="swiper-pagination">div>
    div>
    
    
    <div class="container details_nav">
        <div class="row">
            <div class="col-xs-12">当前位置:<a href="">首页a> > <a href="">产品中心a> > <a href="">产品详情a>  div>
        div>
    div>
    <div class="container details_cont">
        <div class="row">
            <div class="col-sm-12">
                <h4>胶原舒润修护面膜h4>
                <p>面膜的原理,就是利用覆盖在脸部的短暂时间,暂时隔离外界的空气与污染,提高肌肤温度,皮肤的毛孔扩张,促进汗腺分泌与新陈代谢,使肌肤的含氧量上升,有利于肌肤排除表皮细胞新陈代谢的产物和累积的油脂类物质,面膜中的水分渗入表皮的角质层,皮肤变得柔软,肌肤自然光亮有弹性。p>
                <img src="images/details.jpg" alt="" class="img-responsive">
                <p>面膜的原理,就是利用覆盖在脸部的短暂时间,暂时隔离外界的空气与污染,提高肌肤温度,皮肤的毛孔扩张,促进汗腺分泌与新陈代谢,使肌肤的含氧量上升,有利于肌肤排除表皮细胞新陈代谢的产物和累积的油脂类物质,面膜中的水分渗入表皮的角质层,皮肤变得柔软,肌肤自然光亮有弹性。p>
                <img src="images/pic2.jpg" alt="" class="img-responsive">
            div>
        div>
    div>
    <div class="footer">
        <div class="container">
            <div class="row">
                <div class="col-sm-2 col-xs-4"><a href="">网站首页a>div>
                <div class="col-sm-2 col-xs-4"><a href="">关于我们a>div>
                <div class="col-sm-2 col-xs-4"><a href="">产品中心a>div>
                <div class="col-sm-2 col-xs-4"><a href="">信息查询a>div>
                <div class="col-sm-2 col-xs-4"><a href="">招商加盟a>div>
                <div class="col-sm-2 col-xs-4"><a href="">联系我们a>div>
                <div class="col-sm-12"><img src="images/logo.png" alt="">div>
                <div class="col-sm-12"> © 2014 - Wooster All Right Reserveddiv>
            div>
        div>
    div>
    <script type="text/javascript"src="js/jquery-1.11.0.min.js">script>
    <script type="text/javascript"src="js/bootstrap.js">script>
    <script type="text/javascript" src="js/swiper.js">script>
    <script type="text/javascript" src="js/script.js">script>
    body>
    html>
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116

    💒CSS样式代码

    .container {
        padding: 0;
    }
    a {
        text-decoration: none;
    }
    a:active {
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
    .navbar-default .navbar-brand {
        line-height: 100px;
    }
    .navbar {
        padding: 0 15px;
        border-radius: 0;
        line-height: 100px;
    }
    .navbar-brand>img {
        margin-right: 50px;
    }
    .navbar-default {
        background: #ffffff;
        border: none;
        line-height: 100px;
        margin-bottom: 0;
    }
    .container-fluid {
        padding: 0;
    }
    .navbar-nav>li>a {
        width: 100%;
        padding: 0px 45px;
        background: #ffffff;
        line-height: 100px;
     
    .text_cent>.col-sm-12>h4 {
        line-height: 40px;
        font-size: 24px;
        text-align: center;
    
    .a_about>.col-sm-6>.row>.col-sm-12:first-child>p {
        font-size: 14px;
        color: #777777;
        line-height: 30px;
    }
    .a_about>.col-sm-6>.row>.col-sm-9:last-child>p {
        font-size: 14px;
        color: #777777;
        line-height: 30px;
    
    }
    .details_nav>.row>.col-xs-12>a {
        color: #000;
    }
    .details_cont>.row>.col-sm-12>h4 {
        line-height: 40px;
        margin-top: 2%;
        font-weight: bold;
    }
    .details_cont>.row>.col-sm-12>p {
        font-size: 14px;
        line-height: 28px;
        color: #777777;
    }
    .Carousel>.col-sm-3 {
    
    }
    .Carousel>.col-sm-3>img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .Carousel>.col-sm-3>p {
        background: #eeeeee;
        text-align: center;
        line-height: 40px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .Carousel_add {
        background: #2c3e50 !important;
        color: #ffffff;
    }
    /*.text_cent {
        margin: 0;
    }
    .contact_ico {
        margin: 0;
    }
    .i_about_us {
        margin: 0;
    }*/
    .row {
        margin: 0;
    }
    /*PC end*/
    /*----------------------------------------------------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------------------------------------------------*/
    @media screen and (max-width: 414px){
        .navbar-nav>li>a {
            line-height: 50px;
            font-size: 16px;
        }
        .navbar-default {
            line-height: 50px;
        }
        .p_nav>.col-sm-10>.row>.col-sm-3>a {
            margin-left: 0;
            padding: 2.5% 5%;
            border: none;
        }
        .p_nav>.col-sm-10>.row>.col-sm-3>a:hover {
            border: none;
        }
    
        .q_form>label:first-child {
            width: 25%;
            float: left;
            text-align: right;
            line-height: 60px !important;
        }
        .q_form>label:last-child {
            width: 25%;
            float: left;
            text-align: center !important;
            line-height: 60px !important;
        }
        .q_form>div {
            float: left;
            width: 50%;
        }
    }
    
    
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
    • 56
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • 64
    • 65
    • 66
    • 67
    • 68
    • 69
    • 70
    • 71
    • 72
    • 73
    • 74
    • 75
    • 76
    • 77
    • 78
    • 79
    • 80
    • 81
    • 82
    • 83
    • 84
    • 85
    • 86
    • 87
    • 88
    • 89
    • 90
    • 91
    • 92
    • 93
    • 94
    • 95
    • 96
    • 97
    • 98
    • 99
    • 100
    • 101
    • 102
    • 103
    • 104
    • 105
    • 106
    • 107
    • 108
    • 109
    • 110
    • 111
    • 112
    • 113
    • 114
    • 115
    • 116
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137

    🎁更多干货

    1.如果我的博客对你有帮助、如果你喜欢我的博客内容,请 “👍点赞” “✍️评论” “💙收藏” 一键三连哦!

    2.💗【👇🏻👇🏻👇🏻关注我| 💬获取更多源码 | 优质文章】 带您学习各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

    3.

    以上内容技术相关问题💌欢迎一起交流学习👇🏻👇🏻👇🏻💬

  • 相关阅读:
    2020年最新最全的Java面试经历整理(一次性查缺补漏个够)
    Packet Tracer - 排除单区域 OSPFv2 故障
    【WinForm】用ChromiumWeb内核开发一个自用的浏览器
    B2B企业如何打造独立站:从策略到实施的全面指南
    flex布局实现 内容区域高度自适应
    python--连接oracle数据库
    UniApp集成微信小程序原生分包
    好用又有趣的软件分享,走过路过不要错过
    基于python+django的个性化电影推荐系统设计与实现
    详解【计算机类&面试真题】军队文职考试——第10期:存储系统有哪三种?如何清理内存垃圾?xp系统文件的共享方法 | C#中委托和事件的区别 | 为何备份的时候找不到ghost.txt文件?子网掩码计算
  • 原文地址:https://blog.csdn.net/VX_WJ88950106/article/details/126200911