• HTML5期末考核大作业,个人网站—— 程序员个人简历模板下载HTML+CSS+JavaScript


    🎉精彩专栏推荐👇🏻👇🏻👇🏻
    ✍️ 作者简介: 一个热爱把逻辑思维转变为代码的技术博主
    💂 作者主页: 【主页——🚀获取更多优质源码】
    🎓 web前端期末大作业: 【📚毕设项目精品实战案例 (1000套) 】
    🧡 程序员有趣的告白方式:【💌HTML七夕情人节表白网页制作 (110套) 】
    🌎超炫酷的Echarts大屏可视化源码:【🔰 echarts大屏展示大数据平台可视化(150套) 】
    🎁 免费且实用的WEB前端学习指南: 【📂web前端零基础到高级学习视频教程 120G干货分享】
    🥇 关于作者: 历任研发工程师,技术组长,教学总监;曾于2016年、2020年两度荣获CSDN年度十大博客之星。 十载寒冰,难凉热血;多年过去,历经变迁,物是人非。 然而,对于技术的探索和追求从未停歇。 💪坚持原创,热衷分享,初心未改,继往开来!



    一、👨‍🎓网站题目

    🧑个人网页设计、🙋‍♂️个人简历制作、👨‍💼简单静态HTML个人网页作品、👨‍🏭个人介绍网站模板 、等网站的设计与制作。


    二、✍️网站描述

    ⭐个人网页设计网站模板采用DIV CSS布局制作,网页作品有多个页面,如 :个人介绍(文字页面)、我的作品(图片列表)、个人技能(图文页面)、在线留言(表单页面)CSS样式方面网页整体采用左右布局结构,制作了网页背景图片,导航区域每个导航背景色不同,导航背景色与页面背景呼应。

    🏅 一套A+的网页应该包含 (具体可根据个人要求而定)

    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 name="viewport" content="width=device-width, initial-scale=1">
        <title>前端工程师简历title>
        <meta name="description" content="本人英文名Baron,是一名前端工程师,对前端和编程技术非常热爱,做过很多技术方面的东西,对我有意向的公司和猎头可以QQ联系我或者给我发邮件,谢谢!">
        <meta name="keywords" content="Baron简历,前端工程师,求职前端,前端博客" />
        <meta name="author" content="Baron,个人博客:http://blog.youzewang.com">
    
        
    
        <link rel="shortcut icon" href="img/favicon_jianli.ico" type="image/x-icon">
    
    
        
        <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
        <link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
    
        
        <link href="css/owl.carousel.css" rel="stylesheet" media="screen">
        <link href="css/owl.theme.css" rel="stylesheet" media="screen">
    
        
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
    
        <link rel="stylesheet" type="text/css" href="fonts/sns_fonts/iconfont.css">
    
    
        
        
        
    head>
    
    <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
        
        <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
            <div class="container">
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
                        <i class="fa fa-bars">i>
                    button>
                    <a class="navbar-brand page-scroll" href="#page-top"><i class="fa fa-terminal">i>前端工程师a>
                div>
    
                
                <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
                    <ul class="nav navbar-nav">
                        
                        <li class="hidden">
                            <a href="#page-top">a>
                        li>
                        <li>
                            <a class="page-scroll" href="#services">基本资料a>
                        li>
                        <li>
                            <a class="page-scroll" href="#works">项目经验a>
                        li>
                        <li>
                            <a class="page-scroll" href="#about">专业技能a>
                        li>
                        <li>
                            <a class="page-scroll" href="#team">工作经历a>
                        li>
                        <li>
                            <a class="page-scroll" href="#testimonials">自我评价a>
                        li>
                        <li>
                            <a class="page-scroll" href="#contact">联系方式a>
                        li>
                    ul>
                div>
                
            div>
            
        nav>
    
        
        <header class="intro">
            <div class="intro-body">
                <div class="container">
                    <div class="row">
                        <div class="col-md-8 col-md-offset-2">
                            <h1>简历<span class="brand-heading">-前端工程师span>h1>
                            <p class="intro-text">喜欢技术,热爱挑战p>
                            <a href="#services" class="btn btn-circle page-scroll">
                                <i class="fa fa-angle-double-down animated">i>
                            a>
                        div>
                    div>
                div>
            div>
        header>
        <div class="copyrights">Baron简历 <a href="http://blog.youzewang.com/jianli">前端工程师a>div>
        
        <div id="services" class="text-center">
            <div class="container">
                <div class="section-title center">
                    <h2>基本 <strong>资料strong>h2>
                    <hr>
                div>
                <div class="space">div>
                <div class="row">
                    <div class="col-md-3 col-sm-6 service"> <i class="fa fa-laptop">i>
                        <h4><strong>个人信息strong>h4>
                        <p>
                            英文名: Baron  性别:男br>
                            年龄: 25岁 籍贯:湖南
                        p>
                    div>
                    <div class="col-md-3 col-sm-6 service"> <i class="fa fa-code">i>
                        <h4><strong>专业学历strong>h4>
                        <p>
                            专业:电子信息工程br>
                            学历:大学本科br>
    
                        p>
                    div>
                    <div class="col-md-3 col-sm-6 service"> <i class="fa fa-rocket">i>
                        <h4><strong>毕业学校strong>h4>
                        <p>
                            毕业学校:浙江理工大学br>
                            学习技能:编程
                        p>
                    div>
                    <div class="col-md-3 col-sm-6 service"> <i class="fa fa-bullseye">i>
                        <h4><strong>联系方式strong>h4>
                        <p>QQ:2194737655br>
                            邮箱:2194737655@qq.comp>
                    div>
                div>
            div>
        div>
        
        <div id="works">
            <div class="container">
                
                <div class="section-title text-center center">
                    <h2>项目 <strong>经验strong>h2>
                    <hr>
                    <div class="clearfix">div>
                    <p>主要涉及电商,金融,家装领域,包括PC端,手机端,微信端,移动APP端等等,主要技术是HTML+CSS+JSp>
                div>
                <div class="categories">
                    <ul class="cat">
                        <li>
                            <ol class="type">
                                <li><a href="#" data-filter="*" class="active">所有a>li>
                                <li><a href="#" data-filter=".web">PC端a>li>
                                <li><a href="#" data-filter=".app">移动端a>li>
                                <li><a href="#" data-filter=".branding">响应式a>li>
                            ol>
                        li>
                    ul>
                    <div class="clearfix">div>
                div>
                <div class="row">
                    <div class="portfolio-items">
    
                        <div class="col-sm-6 col-md-3 col-lg-3 web">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href='http://www.ogmall.com' target='_blank' title="欧工商城">欧工商城a>h4>
                                        <small>技术:html+css+jssmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/01.jpg" class="img-responsive" alt="欧工商城">div>
                            div>
                        div>
    
                        <div class="col-sm-6 col-md-3 col-lg-3 web">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href="http://www.caishulicai.com" target='_blank' title="财树理财">财树理财a>h4>
                                        <small>技术:HTML+CSS+JQuerysmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/02.jpg" class="img-responsive" alt="财树理财">div>
                            div>
                        div>
    
                        <div class="col-sm-6 col-md-3 col-lg-3 web">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href="http://it.youzewang.com" target='_blank' title="IT技术之家">IT技术之家a>h4>
                                        <small>技术:Bootstrap+JQuerysmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/03.jpg" class="img-responsive" alt="IT技术之家">div>
                            div>
                        div>
    
                        <div class="col-sm-6 col-md-3 col-lg-3 web">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href='http://99jiyin.com/' target='_blank' title="久久基因">久久基因h4>
                    <small>技术:Bootstrap+JQuerysmall>
                    <div class="clearfix">div>
                    <i class="fa fa-search">i> div>
                  <img src="img/portfolio/04.jpg" class="img-responsive" alt="久久基因">div>
              div>
            div>
            <div class="col-sm-6 col-md-3 col-lg-3 web">
              <div class="portfolio-item">
                <div class="hover-bg">
                  <div class="hover-text">
                    <h4><a href='http://www.silicongene.net' target='_blank' title="纵横基因">纵横基因a>h4>
                                        <small>技术:HTML+CSS+JQuerysmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/05.jpg" class="img-responsive" alt="纵横基因">
                                div>
                            div>
                        div>
                        <div class="col-sm-6 col-md-3 col-lg-3 branding">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href="http://ued.hengtiansoft.com" target='_blank' title="浙江网新恒天UED">浙江网新恒天UEDa>h4>
                                        <small>技术:Bootstrap+JQuerysmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/06.jpg" class="img-responsive" alt="浙江网新恒天UED">div>
                            div>
                        div>
                        <div class="col-sm-6 col-md-3 col-lg-3 branding app web">
                            <div class="portfolio-item">
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href="http://blog.youzewang.com" target='_blank' title="个人博客">个人博客a>h4>
                                        <small>技术:HTMl+CSS+JS+Wordpresssmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i> div>
                                    <img src="img/portfolio/07.jpg" class="img-responsive" alt="个人博客">div>
                            div>
                        div>
                        <div class="col-sm-6 col-md-3 col-lg-3 web app">
                            <div class="portfolio-item">
    
                                <div class="hover-bg">
                                    <div class="hover-text">
                                        <h4><a href='http://new.rzds.net/' target='_blank' title="软装大师">软装大师 a>h4>
                                        <small>技术:Bootstrap+JQuerysmall>
                                        <div class="clearfix">div>
                                        <i class="fa fa-search">i>
                                    div>
                                    <img src="img/portfolio/08.jpg" class="img-responsive" alt="软装大师">
                                div>
                            div>
                        div>
                    div>
                div>
            div>
        div>
        
        <div id="about">
            <div class="container">
                <div class="section-title text-center center">
                    <h2><strong>专业strong> 技能h2>
                    <hr>
                div>
                <div class="row">
                    <div class="col-md-6"> <img src="img/about.png" class="img-responsive"> div>
                    <div class="col-md-6">
                        <div class="about-text"> <i class="fa fa-users">i>
                            <div class="padding-left">
                                <h4>PC端h4>
                                <p>熟练使用HTML/CSS技术,精通Javascript/jquery编程,能够熟练使用angularjs,reactjs等前端MVC框架进行模块开发,熟练的使用grunt,gulp等前端工具,了解less,sass,stylus,coffeescript等前端新技术p>
                            div>
                            <i class="fa fa-magic">i>
                            <div class="padding-left">
                                <h4>移动端h4>
                                <p>熟练使用zepto.js,Frozen ui,Amaze ui等移动框架进行移动页面的开发,熟练使用threejs等js引擎进行3d效果和H5游戏的开发.p>
                            div>
                            <i class="fa fa-check-square-o">i>
                            <div class="padding-left">
                                <h4>其它h4>
                                <p>懂网站性能优化,网站百度排名和SEO优化,熟练使用photoshop等切图工具,会常见的UI技巧,懂Java,php等后台语言开发.p>
                            div>
                        div>
                    div>
                div>
            div>
        div>
        <div id="achivements" class="section dark-bg">
            <div class="container">
                <div class="row">
                    <div class="col-md-3 col-sm-3">
                        <div class="achivement-box">
                            <i class="fa fa-smile-o">i>
                            <span class="count">25span>
                            <h4>Age Yearsh4>
                        div>
                    div>
                    <div class="col-md-3 col-sm-3">
                        <div class="achivement-box">
                            <i class="fa fa-code">i>
                            <span class="count">100000span>
                            <h4>Code Amounth4>
                        div>
                    div>
                    <div class="col-md-3 col-sm-3">
                        <div class="achivement-box">
                            <i class="fa fa-check-square-o">i>
                            <span class="count">4800span>
                            <h4>Work Hourh4>
                        div>
                    div>
                    <div class="col-md-3 col-sm-3">
                        <div class="achivement-box">
                            <i class="fa fa-trophy">i>
                            <span class="count">20span>
                            <h4>Projects Amounth4>
                        div>
                    div>
                div>
            div>
        div>
        
        <div id="team" class="text-center">
            <div class="container">
                <div class="section-title center">
                    <h2>人生 <strong>经历strong>h2>
                    <hr>
                    <p>热爱互联网,热爱技术,专注于前端技术开发和用户体验p>
                div>
                <div id="row">
    
                    <div class="col-md-3 col-sm-6">
                        <div class="thumbnail"> <img src="img/team/02.jpg" alt="浙江理工大学" class="img-circle team-img">
                            <div class="caption">
                                <h3>浙江理工大学h3>
                                <p>电子信息工程p>
                                <p>主要学习编程语言,前端技术,网站制作和开发,大学期间做过很多项目,很喜欢编程p>
                            div>
                        div>
                    div>
    
                    <div class="col-md-3 col-sm-6">
                        <div class="thumbnail"> <img src="img/team/01.jpg" alt="杭州归谷培训中心" class="img-circle team-img">
                            <div class="caption">
                                <h3>杭州归谷培训中心h3>
                                <p>前端培训p>
                                <p>主要培训HTMl,CSS,JS,Jquery技术,还有ajax,ui等基础知识和一些常见的angular,react等MVC框架p>
                            div>
                        div>
                    div>
    
    
    
                    <div class="col-md-3 col-sm-6">
                        <div class="thumbnail"> <img src="img/team/03.jpg" alt="浙大网新" class="img-circle team-img">
                            <div class="caption">
                                <h3>浙大网新h3>
                                <p>前端工程师p>
                                <p>工作时间:2014.5-2015.12,主要从事金融电商行业的网站开发,包括金融管理系统,电商网站,移动端商城等等p>
                            div>
                        div>
                    div>
                    <div class="col-md-3 col-sm-6">
                        <div class="thumbnail"> <img src="img/team/04.jpg" alt="欧工国际" class="img-circle team-img">
                            <div class="caption">
                                <h3>欧工国际h3>
                                <p>前端工程师p>
                                <p>工作时间:2015.12-至今,主要从事欧工商城的前端页面开发,和用threejs引擎做网页3d效果包括移动端3d效果p>
                            div>
                        div>
                    div>
                div>
            div>
        div>
        
        <div id="testimonials" class="text-center">
            <div class="container">
                <div class="section-title center">
                    <h2>自我 <strong>评价strong>h2>
                    <hr>
                div>
                <div class="row">
                    <div class="col-md-8 col-md-offset-2">
                        <div id="testimonial" class="owl-carousel owl-theme">
                            <div class="item">
                                <p>
                                    热爱学习,良好的团队合作精神,能迅速融入新的团队。br>易和人相处,拥有良好的亲和力。
                                p>
                            div>
                            <div class="item">
                                <p>
                                    有强烈的责任感,工作踏实,性格开朗乐观,积极上进,吃苦耐劳。br>能在较大的压力下保持良好的工作状态,善于自我调节。
                                p>
                            div>
                            <div class="item">
                                <p>
                                    非常热爱编程,喜欢钻研新的技术,喜欢接受各种不同的挑战。br>具有很强的自学能力和良好的学习方法。
                                p>
                            div>
                        div>
                    div>
                div>
            div>
        div>
    
        
        <div id="contact" class="text-center">
            <div class="container">
                <div class="section-title center">
                    <h2><strong>联系strong> 方式h2>
                    <hr>
                div>
                <div class="col-md-8 col-md-offset-2">
                    <div class="col-md-4"> <i class="fa fa-map-marker fa-2x">i>
                        <p>上海市闵行区申滨路1058弄57号p>
                    div>
                    <div class="col-md-4"> <i class="fa fa-envelope-o fa-2x">i>
                        <p>2194737655@qq.comp>
                    div>
                    <div class="col-md-4"> <i class="fa fa-phone fa-2x">i>
                        <p>QQ:2194737655p>
                    div>
                    <hr>
                    <div class="clearfix">div>
                div>
                <div class="col-md-8 col-md-offset-2">
                    <hr>
                    <h3>给我发邮件h3>
                    <form name="sentMessage" id="contactForm" novalidate>
                        <div class="row">
                            <div class="col-md-6">
                                <div class="form-group">
                                    <input type="text" id="name" class="form-control" placeholder="姓名" required="required">
                                    <p class="help-block text-danger">p>
                                div>
                            div>
                            <div class="col-md-6">
                                <div class="form-group">
                                    <input type="email" id="email" class="form-control" placeholder="邮箱" required="required">
                                    <p class="help-block text-danger">p>
                                div>
                            div>
                        div>
                        <div class="form-group">
                            <textarea name="message" id="message" class="form-control" rows="4" placeholder="内容" required>textarea>
                            <p class="help-block text-danger">p>
                        div>
                        <div id="success">div>
                        <button type="submit" class="btn btn-default">确认发送button>
                    form>
                div>
            div>
        div>
        div>
        <nav id="footer">
            <div class="container">
                <div class="pull-left fnav">
                    <p>Copyright © 2016 作者:Baron. 前端工程师
                        <script src="http://s11.cnzz.com/z_stat.php?id=1257641755&web_id=1257641755" language="JavaScript">script>
                        <a style='color:#F4D03F' href="http://blog.youzewang.com/" target="_blank" title="前端博客">个人博客a> p>
                div>
                <div class="pull-right fnav">
                    <ul class="footer-social">
                        <li><a href="http://v.t.sina.com.cn/share/share.php?url=http://blog.youzewang.com/jianli&title=Baron简历"><i class="icon iconfont">i>a>li>
                        <li><a href="http://connect.qq.com/widget/shareqq/index.html?url=http://blog.youzewang.com/jianli=&title=Baron简历"> <i class="icon iconfont">i>a>li>
                        <li><a href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=http://blog.youzewang.com/jianli&title=Baron简历"> <i class="icon iconfont">i>a>li>
    
                        <li><a href="http://share.renren.com/share/buttonshare.do?link=http://blog.youzewang.com/jianli&title=Baron简历"><i class="icon iconfont">i>a>li>
                    ul>
                div>
            div>
        nav>
    
        
        <script type="text/javascript" src="js/jquery.1.11.1.js">script>
        
        <script type="text/javascript" src="js/bootstrap.js">script>
        <script type="text/javascript" src="js/SmoothScroll.js">script>
        <script type="text/javascript" src="js/jquery.prettyPhoto.js">script>
        <script type="text/javascript" src="js/jquery.isotope.js">script>
        <script type="text/javascript" src="js/jquery.counterup.js">script>
        <script type="text/javascript" src="js/waypoints.js">script>
        <script type="text/javascript" src="js/jqBootstrapValidation.js">script>
        <script type="text/javascript" src="js/contact_me.js">script>
        <script src="js/owl.carousel.js">script>
    
        
        <script type="text/javascript" src="js/main.js">script>
    
        <script>
            $(function() {
                var u = navigator.userAgent;
                if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1 || u.indexOf('iPhone') > -1 || u.indexOf('Windows Phone') > -1 || navigator.userAgent.indexOf("iPad") > -1) {
                    $(".hover-bg .hover-text").css({
                        'opacity': '1'
                    });
    
                    $(".hover-bg .hover-text>h4").css({
                        'opacity': '1',
                        '-webkit-transform': 'translateY(0)',
                        'transform': 'translateY(0)'
                    });
    
                    $(".hover-bg .hover-text>i").css({
                        'opacity': '1'
                    });
                }
    
            });
        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
    • 117
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • 128
    • 129
    • 130
    • 131
    • 132
    • 133
    • 134
    • 135
    • 136
    • 137
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411
    • 412
    • 413
    • 414
    • 415
    • 416
    • 417
    • 418
    • 419
    • 420
    • 421
    • 422
    • 423
    • 424
    • 425
    • 426
    • 427
    • 428
    • 429
    • 430
    • 431
    • 432
    • 433
    • 434
    • 435
    • 436
    • 437
    • 438
    • 439
    • 440
    • 441
    • 442
    • 443
    • 444
    • 445
    • 446
    • 447
    • 448
    • 449
    • 450
    • 451
    • 452
    • 453
    • 454
    • 455
    • 456
    • 457
    • 458
    • 459
    • 460
    • 461
    • 462
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • 470
    • 471
    • 472
    • 473
    • 474
    • 475
    • 476
    • 477
    • 478
    • 479
    • 480
    • 481
    • 482
    • 483
    • 484
    • 485
    • 486
    • 487
    • 488
    • 489
    • 490
    • 491
    • 492
    • 493
    • 494
    • 495
    • 496
    • 497
    • 498
    • 499
    • 500
    • 501
    • 502
    • 503
    • 504
    • 505
    • 506
    • 507
    • 508
    • 509
    • 510
    • 511
    • 512
    • 513
    • 514
    • 515
    • 516
    • 517
    • 518
    • 519
    • 520
    • 521
    • 522
    • 523
    • 524
    • 525
    • 526

    💒CSS样式代码

    
    div.pp_default .pp_top,
    div.pp_default .pp_top .pp_middle,
    div.pp_default .pp_top .pp_left,
    div.pp_default .pp_top .pp_right,
    div.pp_default .pp_bottom,
    div.pp_default .pp_bottom .pp_left,
    div.pp_default .pp_bottom .pp_middle,
    div.pp_default .pp_bottom .pp_right {
        height: 13px
    }
    
    div.pp_default .pp_top .pp_left {
        background: url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat
    }
    
    div.pp_default .pp_top .pp_middle {
        background: url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x
    }
    
    div.pp_default .pp_top .pp_right {
        background: url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat
    }
    
    div.pp_default .pp_content .ppt {
        color: #f8f8f8
    }
    
    div.pp_default .pp_content_container .pp_left {
        background: url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
        padding-left: 13px
    }
    
    div.pp_default .pp_content_container .pp_right {
        background: url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;
        padding-right: 13px
    }
    
    div.pp_default .pp_next:hover {
        background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
        cursor: pointer
    }
    
    div.pp_default .pp_previous:hover {
        background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
        cursor: pointer
    }
    
    div.pp_default .pp_expand {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
        cursor: pointer;
        width: 28px;
        height: 28px
    }
    
    div.pp_default .pp_expand:hover {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
        cursor: pointer
    }
    
    div.pp_default .pp_contract {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
        cursor: pointer;
        width: 28px;
        height: 28px
    }
    
    div.pp_default .pp_contract:hover {
        background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
        cursor: pointer
    }
    
    div.pp_default .pp_close {
        width: 30px;
        height: 30px;
        background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
        cursor: pointer
    }
    
    div.pp_default .pp_gallery ul li a {
        background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
        border: 1px solid #aaa
    }
    
    div.pp_default .pp_social {
        margin-top: 7px
    }
    
    div.pp_default .pp_gallery a.pp_arrow_previous,
    div.pp_default .pp_gallery a.pp_arrow_next {
        position: static;
        left: auto
    }
    
    div.pp_default .pp_nav .pp_play,
    div.pp_default .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
        height: 30px;
        width: 30px
    }
    
    div.pp_default .pp_nav .pp_pause {
        background-position: -51px -29px
    }
    
    div.pp_default a.pp_arrow_previous,
    div.pp_default a.pp_arrow_next {
        background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
        height: 20px;
        width: 20px;
        margin: 4px 0 0
    }
    
    div.pp_default a.pp_arrow_next {
        left: 52px;
        background-position: -82px -3px
    }
    
    div.pp_default .pp_content_container .pp_details {
        margin-top: 5px
    }
    
    div.pp_default .pp_nav {
        clear: none;
        height: 30px;
        width: 110px;
        position: relative
    }
    
    div.prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.light_rounded .pp_arrow_previous {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
    }
    
    div.light_rounded .pp_arrow_next {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
    }
    
    div.light_rounded .pp_bottom .pp_left {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
    }
    
    div.light_rounded .pp_bottom .pp_right {
        background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
    }
    
    div.dark_rounded .pp_top .pp_left {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
    }
    
    div.dark_rounded .pp_top .pp_right {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
    }
    
    div.dark_rounded .pp_content_container .pp_left {
        background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
    }
    
    div.dark_rounded .pp_content_container .pp_right {
        background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
    }
    
    div.dark_rounded .pp_next:hover {
        background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_previous:hover {
        background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_expand {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_expand:hover {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_contract {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_contract:hover {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_close {
        width: 75px;
        height: 22px;
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
        cursor: pointer
    }
    
    div.dark_rounded .pp_description {
        margin-right: 85px;
        color: #fff
    }
    
    div.dark_rounded .pp_nav .pp_play {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.dark_rounded .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.dark_rounded .pp_arrow_previous {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
    }
    
    div.dark_rounded .pp_arrow_next {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
    }
    
    div.dark_rounded .pp_bottom .pp_left {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
    }
    
    div.dark_rounded .pp_bottom .pp_right {
        background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
    }
    
    div.dark_rounded .pp_loaderIcon {
        background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
    }
    
    div.dark_square .pp_left,
    div.dark_square .pp_middle,
    div.dark_square .pp_right,
    div.dark_square .pp_content {
        background: #000
    }
    
    div.dark_square .pp_description {
        color: #fff;
        margin: 0 85px 0 0
    }
    
    div.dark_square .pp_loaderIcon {
        background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat
    }
    
    div.dark_square .pp_expand {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_expand:hover {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_contract {
        background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_contract:hover {
        background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_close {
        width: 75px;
        height: 22px;
        background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_nav {
        clear: none
    }
    
    div.dark_square .pp_nav .pp_play {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.dark_square .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.dark_square .pp_arrow_previous {
        background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
    }
    
    div.dark_square .pp_arrow_next {
        background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
    }
    
    div.dark_square .pp_next:hover {
        background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
        cursor: pointer
    }
    
    div.dark_square .pp_previous:hover {
        background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_expand {
        background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_expand:hover {
        background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_contract {
        background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_contract:hover {
        background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_close {
        width: 75px;
        height: 22px;
        background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_nav .pp_play {
        background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.light_square .pp_nav .pp_pause {
        background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
        height: 15px;
        width: 14px
    }
    
    div.light_square .pp_arrow_previous {
        background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
    }
    
    div.light_square .pp_arrow_next {
        background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
    }
    
    div.light_square .pp_next:hover {
        background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
        cursor: pointer
    }
    
    div.light_square .pp_previous:hover {
        background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
        cursor: pointer
    }
    
    div.facebook .pp_top .pp_left {
        background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
    }
    
    div.fa
    }
    
    .pp_top .pp_middle,
    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px
    }
    
    * html .pp_top .pp_middle,
    * html .pp_bottom .pp_middle {
        left: 0;
        position: static
    }
    
    .pp_top .pp_right,
    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }
    
    .pp_fade,
    .pp_gallery li.default a img {
        display: none
    }
    
    
    
    • 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
    • 138
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • 146
    • 147
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • 155
    • 156
    • 157
    • 158
    • 159
    • 160
    • 161
    • 162
    • 163
    • 164
    • 165
    • 166
    • 167
    • 168
    • 169
    • 170
    • 171
    • 172
    • 173
    • 174
    • 175
    • 176
    • 177
    • 178
    • 179
    • 180
    • 181
    • 182
    • 183
    • 184
    • 185
    • 186
    • 187
    • 188
    • 189
    • 190
    • 191
    • 192
    • 193
    • 194
    • 195
    • 196
    • 197
    • 198
    • 199
    • 200
    • 201
    • 202
    • 203
    • 204
    • 205
    • 206
    • 207
    • 208
    • 209
    • 210
    • 211
    • 212
    • 213
    • 214
    • 215
    • 216
    • 217
    • 218
    • 219
    • 220
    • 221
    • 222
    • 223
    • 224
    • 225
    • 226
    • 227
    • 228
    • 229
    • 230
    • 231
    • 232
    • 233
    • 234
    • 235
    • 236
    • 237
    • 238
    • 239
    • 240
    • 241
    • 242
    • 243
    • 244
    • 245
    • 246
    • 247
    • 248
    • 249
    • 250
    • 251
    • 252
    • 253
    • 254
    • 255
    • 256
    • 257
    • 258
    • 259
    • 260
    • 261
    • 262
    • 263
    • 264
    • 265
    • 266
    • 267
    • 268
    • 269
    • 270
    • 271
    • 272
    • 273
    • 274
    • 275
    • 276
    • 277
    • 278
    • 279
    • 280
    • 281
    • 282
    • 283
    • 284
    • 285
    • 286
    • 287
    • 288
    • 289
    • 290
    • 291
    • 292
    • 293
    • 294
    • 295
    • 296
    • 297
    • 298
    • 299
    • 300
    • 301
    • 302
    • 303
    • 304
    • 305
    • 306
    • 307
    • 308
    • 309
    • 310
    • 311
    • 312
    • 313
    • 314
    • 315
    • 316
    • 317
    • 318
    • 319
    • 320
    • 321
    • 322
    • 323
    • 324
    • 325
    • 326
    • 327
    • 328
    • 329
    • 330
    • 331
    • 332
    • 333
    • 334
    • 335
    • 336
    • 337
    • 338
    • 339
    • 340
    • 341
    • 342
    • 343
    • 344
    • 345
    • 346
    • 347
    • 348
    • 349
    • 350
    • 351
    • 352
    • 353
    • 354
    • 355
    • 356
    • 357
    • 358
    • 359
    • 360
    • 361
    • 362
    • 363
    • 364
    • 365
    • 366
    • 367
    • 368
    • 369
    • 370
    • 371
    • 372
    • 373
    • 374
    • 375
    • 376
    • 377
    • 378
    • 379
    • 380
    • 381
    • 382
    • 383
    • 384
    • 385
    • 386
    • 387
    • 388
    • 389
    • 390
    • 391
    • 392
    • 393
    • 394
    • 395
    • 396
    • 397
    • 398
    • 399
    • 400
    • 401
    • 402
    • 403
    • 404
    • 405
    • 406
    • 407
    • 408
    • 409
    • 410
    • 411

    六、🥇 如何让学习不再盲目

    很多刚入门编程的小白学习了基础语法,却不知道语法的用途,不知道如何加深映像,不知道如何提升自己,这个时候每天刷自主刷一些题就非常重要(百炼成神),可以去牛客网上的编程初学者入门训练。该专题为编程入门级别,适合刚学完语法的小白练习,题目涉及编程基础语法,基本结构等,每道题带有练习模式和考试模式,可还原考试模式进行模拟,也可通过练习模式进行练习 。


    七、🎁更多干货

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

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

    3.

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

    在这里插入图片描述

  • 相关阅读:
    提出创意的方法
    FPGA HLS Matrix_MUL 矩阵乘法 AXI-lite接口&Vivado电路综合&zynq主机程序
    Zuul和GateWay小结
    MySQL子查询
    appium
    SpringCloud——负载均衡Ribbon
    安装appnium
    提示msvcp140.dll丢失的5个解决方法,msvcp140.dll丢失问题全面分析
    Spring Boot + Vue的网上商城之商品管理
    生鲜店怎么做微信小程序
  • 原文地址:https://blog.csdn.net/qq_38513433/article/details/127582408