• web前端期末大作业 html+css+javascript化妆品网页设计实例 企业网站制作


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



    一、👨‍🎓网站题目

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


    二、✍️网站描述

    🏷️ 网页中包含: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结构代码

    
    <title>公主家仟佰宠【官网】title>
    
    doctype html>
    <html>
    
    <head>
    	<meta charset="utf-8">
    	<meta name="baidu-site-verification" content="e35nJw2b79">
    	<script src="static/js/prototype1.7.2.js" type="text/javascript">script>
    	<script src="static/js/jquery-1.8.3.min.js" type="text/javascript">script>
    
    	<link rel="stylesheet" href="static/css/css.css">
    	<link rel="stylesheet" href="static/css/contact.css">
    	<link rel="stylesheet" href="static/css/camera.css" type="text/css">
    	<link rel="stylesheet" href="static/css/selectordie.css">
    	<link rel="stylesheet" href="static/css/headerflip.css">
    	<script src="static/js/selectordie.min.js">script>
    	<script type="text/javascript" src="static/js/jquery.waypoints.min.js">script>
    	<script src="static/js/index.js" type="text/javascript">script>
    head>
    
    <body>
    	<div id="header">
    		<div class="container h100" style="height: 155px;">
    			<div class="logo" style="height: 69px;top: 8px;">
    				<a href=""><img src="static/picture/logo.png" title="公主家" alt="公主家">a>
    			div>
    			<div class="nav">
    				<ul>
    					<li>
    						<a href="index.html">首页a>
    					li>
    					<li>
    						<a href="about.html">品牌中心a>
    					li>
    					<li>
    						<a href="product.html">公主家a>
    					li>
    					<li>
    						<a href="qbc.html">仟佰宠a>
    					li>
    					<li>
    						<a href="ryzs.html">荣誉证书a>
    					li>
    					<li>
    						<a href="ppzx.html">品牌资讯a>
    					li>
    					<li>
    						<a href="message.html">联系我们a>
    					li>
    				ul>
    			div>
    		div>
    	div>
    	
    	
    	<div class="ty banner">
    		<div class="camera_wrap" id="camera_wrap_1">
    			<div data-src="static/image/5d5bc47621664.jpg">div>
    			<div data-src="static/image/5dd1eeac277ba.jpg">div>
    			<div data-src="static/image/5dd1eeb452745.jpg">div>
    			<div data-src="static/image/5dd1f13dde579.jpg">div>
    		div>
    	div>
    	<link rel="stylesheet" href="static/css/style.css">
    	<link rel="stylesheet" href="static/css/flip.css">
    	<script type="text/javascript" src="static/js/camera1.3.4.js">script>
    	<script type="text/javascript" src="static/js/jquery.fullpage.min.js">script>
    	<script type="text/javascript" src="static/js/jquery.easing.1.3.js">script>
    	<script type="text/javascript">
    		$(function() {
    			$("#camera_wrap_1").camera({
    				time: 3000,
    				pagination: true,
    				height: '35%',
    			});
    		});
    	script>
    	
    	<div class="ty" id="wpt01">
    		<div class="center">
    			<div class="in01 intitle">
    				<h2 class="css3 sm">明星代言h2>
    				<span class="css3 xm">celebrity endorsementspan>
    				<h5 class="css3 left">公主家品牌形象代言人由人气偶像汪东城(Jiro Wang)担任。其高贵优雅的王子气质与”公主家“品牌高度契合。
            <br>王子与公主的牵手将共同演绎出”外在生活轻松,内在心灵高贵“的护肤新理念。h5>div>
    			<div class="zb01 css3 left">
    				<img class="css3" src="static/picture/in01.jpg">div>
    			<div class="yb01 css3 right">
    				<div class="tu">
    					<img class="css3" src="static/picture/in02.jpg">div>
    			div>
    		div>
    	div>
    	
    	<div class="ty" id="wpt02">
    		<div class="center powz">
    			<div class="in02 intitle">
    				<h2>品牌理念h2>
    				<span>Brand conceptspan>
    				<h5>轻生活是一种全新的生活态度和方式,只有外在生活的轻松,才能唤醒内在心灵的高贵公主家护肤品能让你听从内心的声音,
            <br>回归简单、自然的生活,追求心灵上的奢侈,成为美丽、智慧与坚定的现代都市女性。h5>
    				<div class="bindbg">
    					<div class="bindimg css3 right">
    						<a href="about.html">
    							<img src="static/picture/in03.jpg" width="1130" height="398" alt="">a>
    					div>
    				div>
    			div>
    		div>
    	div>
    	
    	<div class="ty" id="wpt03">
    		<div class="center">
    			<div class="in03 intitle">
    				<h2>产品系列h2>
    				<span>Product seriesspan>
    				<h5>h5>
    			div>
    			<section class="procontainer" style="margin-top:-150px;margin-bottom:-350px;">
    				<section class="boxItem">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox">
    						<img src="static/picture/jinglu.jpg" alt="水润亮颜保湿晶露">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水润亮颜保湿晶露p>
                  <p style="letter-spacing:2px;margin-top:10px;">ACTIVE HYDRA-GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水润亮颜保湿晶露p>
                  <p style="letter-spacing:2px;margin-top:10px;">ACTIVE HYDRA-GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水润亮颜保湿晶露p>
                  <p style="letter-spacing:2px;margin-top:10px;">ACTIVE HYDRA-GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水润亮颜保湿晶露p>
                  <p style="letter-spacing:2px;margin-top:10px;">ACTIVE HYDRA-GELp>
                span>
    						section>
    					section>
    				section>
    				<section class="boxItem">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox">
    						<img src="static/picture/jiemian.jpg" alt="舒颜净透洁面凝胶">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒颜净透洁面凝胶p>
                  <p style="letter-spacing:2px;margin-top:10px;">GENTLE CLEANSING GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒颜净透洁面凝胶p>
                  <p style="letter-spacing:2px;margin-top:10px;">GENTLE CLEANSING GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒颜净透洁面凝胶p>
                  <p style="letter-spacing:2px;margin-top:10px;">GENTLE CLEANSING GELp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒颜净透洁面凝胶p>
                  <p style="letter-spacing:2px;margin-top:10px;">GENTLE CLEANSING GELp>
                span>
    						section>
    					section>
    				section>
    				<section class="boxItem">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox">
    						<img src="static/picture/yanshuang.jpg" alt="凝时肌透紧致眼霜">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">凝时肌透紧致眼霜p>
                  <p style="letter-spacing:2px;margin-top:10px;">ANTI-WRINKLE FIRMING EYE CREAMp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">凝时肌透紧致眼霜p>
                  <p style="letter-spacing:2px;margin-top:10px;">ANTI-WRINKLE FIRMING EYE CREAMp>
              span>section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">凝时肌透紧致眼霜p>
                  <p style="letter-spacing:2px;margin-top:10px;">ANTI-WRINKLE FIRMING EYE CREAMp>
              span>section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">凝时肌透紧致眼霜p>
                  <p style="letter-spacing:2px;margin-top:10px;">ANTI-WRINKLE FIRMING EYE CREAMp>
              span>section>
    					section>
    				section>
    				<section class="hufu" style="top: 147px;">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="jinghua" style="width:285px;height:586px;">
    						<img src="static/picture/jinghua.png" alt="焕采皙颜精华液">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕采皙颜精华液p>
                  <p style="letter-spacing:1px;margin-top:10px;">SHINING MOIDTURE ESSENCEp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕采皙颜精华液p>
                  <p style="letter-spacing:1px;margin-top:10px;">SHINING MOIDTURE ESSENCEp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕采皙颜精华液p>
                  <p style="letter-spacing:1px;margin-top:10px;">SHINING MOIDTURE ESSENCEp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕采皙颜精华液p>
                  <p style="letter-spacing:1px;margin-top:10px;">SHINING MOIDTURE ESSENCEp>
                span>
    						section>
    					section>
    				section>
    				<section class="hufu" style="top:-151px;right: 4px;">
    					<a href="240.html">a>
    					<a href="240.html">a>
    					<a href="240.html">a>
    					<a href="240.html">a>
    					<section class="jinghua" style="width:285px;height:586px;">
    						<img src="static/picture/penwu.jpg" alt="富勒烯修颜美肌喷雾">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">富勒烯修颜美肌喷雾p>
                  <p style="letter-spacing:1px;margin-top:10px;">FULLERENES REPAIR BEAUTY SPRAYp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">富勒烯修颜美肌喷雾p>
                  <p style="letter-spacing:1px;margin-top:10px;">FULLERENES REPAIR BEAUTY SPRAYp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">富勒烯修颜美肌喷雾p>
                  <p style="letter-spacing:1px;margin-top:10px;">FULLERENES REPAIR BEAUTY SPRAYp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:160px;letter-spacing:8px;">公主家p><p style="font-size:20px;margin-top:30px;letter-spacing:8px;">富勒烯修颜美肌喷雾p>
                  <p style="letter-spacing:1px;margin-top:10px;">FULLERENES REPAIR BEAUTY SPRAYp>
                span>
    						section>
    					section>
    				section>
    				<section class="logoimg" style="top: -302px;margin-left:-13px">
    					<a href="javascript:void(0)">a>
    					<a href="javascript:void(0)">a>
    					<a href="javascript:void(0)">a>
    					<a href="javascript:void(0)">a>
    					<section class="itemContentBox" style="width:585px;height:285px;">
    						<img src="static/picture/logo1.jpg" alt="">
    						<section class="itemContent">
    							<span><img src="static/picture/logo1.jpg" alt="" style="margin-top:-60px;">span>
    						section>
    						<section class="itemContent">
    							<span><img src="static/picture/logo1.jpg" alt="" style="margin-top:-60px;">span>
    						section>
    						<section class="itemContent">
    							<span><img src="static/picture/logo1.jpg" alt="" style="margin-top:-60px;">span>
    						section>
    						<section class="itemContent">
    							<span><img src="static/picture/logo1.jpg" alt="" style="margin-top:-60px;">span>
    						section>
    					section>
    				section>
    				<div>
    					<section class="itemContentBox" style="width:285px;height:285px;">section>
    				div>
    				<div>
    					<section class="itemContentBox" style="width:285px;height:285px;">section>
    				div>
    				<section class="boxItem" style="top: -452px;left:9px;">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox" style="width:285px;height:285px;">
    						<img src="static/picture/rishuang.jpg" alt="水凝皙颜滋养日霜">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水凝皙颜滋养日霜p>
                  <p style="letter-spacing:2px;margin-top:10px;line-height: 20px;">NUTRITROUS ACTIVE DAYS CREAMp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水凝皙颜滋养日霜p>
                  <p style="letter-spacing:2px;margin-top:10px;line-height: 20px;">NUTRITROUS ACTIVE DAYS CREAMp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水凝皙颜滋养日霜p>
                  <p style="letter-spacing:2px;margin-top:10px;line-height: 20px;">NUTRITROUS ACTIVE DAYS CREAMp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">水凝皙颜滋养日霜p>
                  <p style="letter-spacing:2px;margin-top:10px;line-height: 20px;">NUTRITROUS ACTIVE DAYS CREAMp>
                span>
    						section>
    					section>
    				section>
    				<section class="boxItem" style="top: -452px;left:9px;">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox" style="width:285px;height:285px;margin-left:-3px;">
    						<img src="static/picture/ruye.jpg" alt="焕活生机修护乳液">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕活生机修护乳液p>
                  <p style="letter-spacing:2px;margin-top:10px;">REPAIR ACTIVE LOTIONp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕活生机修护乳液p>
                  <p style="letter-spacing:2px;margin-top:10px;">REPAIR ACTIVE LOTIONp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕活生机修护乳液p>
                  <p style="letter-spacing:2px;margin-top:10px;">REPAIR ACTIVE LOTIONp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">焕活生机修护乳液p>
                  <p style="letter-spacing:2px;margin-top:10px;">REPAIR ACTIVE LOTIONp>
                span>
    						section>
    					section>
    				section>
    				<section class="boxItem" style="top: -452px;left:9px;">
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<a href="productdetail.html">a>
    					<section class="itemContentBox" style="width:285px;height:285px;margin-left:-5px;">
    						<img src="static/picture/mianmo.jpg" alt="舒润皙颜弹润面膜">
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                    <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒润皙颜弹润面膜p>
                    <p style="letter-spacing:2px;margin-top:10px;">NUTRITIVE FIRMING FACIAL MASKp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒润皙颜弹润面膜p>
                  <p style="letter-spacing:2px;margin-top:10px;">NUTRITIVE FIRMING FACIAL MASKp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒润皙颜弹润面膜p>
                  <p style="letter-spacing:2px;margin-top:10px;">NUTRITIVE FIRMING FACIAL MASKp>
                span>
    						section>
    						<section class="itemContent">
    							<span>
                  <p style="font-size:30px;margin-top:30px;letter-spacing:8px;">公主家p>
                  <p style="font-size:20px;margin-top:30px;letter-spacing:8px;">舒润皙颜弹润面膜p>
                  <p style="letter-spacing:2px;margin-top:10px;">NUTRITIVE FIRMING FACIAL MASKp>
                span>
    						section>
    					section>
    				section>
    			section>
    		div>
    	div>
    	<div class="ty" id="wpt05">
    		<div id="fullpage" style="height:82% !important;">
    			<div class="section p6">
    				<div class="in_news intitle">
    					<h2>最新资讯h2>
    					<span>LASTEST NEWSspan>
    					<h5>h5>
    					<ul>
    						<li>
    							<a href="4208.html">
    								<img alt="社交电商,让生活更精致 | 黄寿仙女士于《网易态度公开课》分享商业本质" src="static/picture/5d9004e4629e7.jpg" style="width:372px;height:223px;">
    								<big>社交电商,让生活更精致 | 黄寿仙女士于《网易态度公开课》分big>
    								<font>time:2019-09-29font>
    								<p>9月8日,公主家、公主购品牌创始人黄寿仙前往北京录制网易态度公开课,以《社交电商,让生活更精致,让创业更简单》为主题,结...p>
    							a>
    						li>
    						<li>
    							<a href="4094.html">
    								<img alt="神首再度霸屏 | 公主家登陆杭州东站,实力刷屏再掀品牌效应" src="static/picture/5d25af9d0eda7.jpg" style="width:372px;height:223px;">
    								<big>神首再度霸屏 | 公主家登陆杭州东站,实力刷屏再掀品牌效应big>
    								<font>time:2019-07-10font>
    								<p>为加深公主家品牌的影响力,集团早已开始向全国各个城市的高铁站点陆续投放广告。广东9大高铁站齐屏联播堪称最拉风的品牌宣传,...p>
    							a>
    						li>
    						<li>
    							<a href="4084.html">
    								<img alt="品牌影响力持续升级 | 盘点2019第2季度公主家新增广告投放形式" src="static/picture/5d15e09f30269.jpg" style="width:372px;height:223px;">
    								<big>品牌影响力持续升级 | 盘点2019第2季度公主家新增广告投big>
    								<font>time:2019-06-28font>
    								<p>2019年是品牌爆发年,集团早已在全国各地积极投放各类广告,不遗余力地扩大品牌知名度和影响力。...p>
    							a>
    						li>
    					ul>
    					<div class="in_more">
    						<a href="5.html" style="margin: 0 auto;">更多资讯a>
    					div>
    				div>
    			div>
    		div>
    	div>
    	<script type="text/javascript">
    		$(function() {
    
    			$('#fullpage').fullpage({
    				verticalCentered: false,
    				anchors: ['page6'],
    				menu: '#menu',
    				scrollingSpeed: 1000,
    				afterLoad: function(anchorLink, index) {
    					var _winH = $(window).height();
    					var _fullScreen = _winH - 150;
    					$("#fullpage,.section").height(_fullScreen);
    
    					$(".p7").height(167).css({
    						"overflow": "hidden",
    						"padding-top": "0"
    					});
    				}
    
    			});
    
    		});
    	script>
    	
    	<div class="footer">
    		<div class="center clear">
    			<div class="footzb" style="width: 50%;margin-top:160px;margin-left:-130px;">
    				<div class="footbt">陕西优逸克电子科技有限公司div>
    				<div class="footbt">TEL:18161910796div>
    				<div class="footnav">
    					<a href="javascript:;">授权查询a> | 
    					<a href="javascript:;">防伪查询a> | 
    					<a href="#">官方公众号a> | 
    					<a href="#">宣传公告a> | 
    					<a href="#">仟佰宠a> | 
    					<a href="#" style="opacity: 0;">公主购a>
    
    				div>
    				<div class="footwb">
    				<p>©陕西优逸克电子科技有限公司所有   技术支持:陕西优逸克电子科技有限公司p> 
    				div>
    			div>
    			<div class="footyb">
    				<div class="footbox1" style="width:1348px;margin-top:-237px;">
    					<div class="footgz clear" style="disply:inline;">
    						<a class="fxwb cs3" href="javascript:void(0);">
    							<img src="static/picture/5a74166e11474.jpg" rel="nofollow"> a>
    						<div style="float:left;margin-left:-180px;margin-top:30px;">优逸克官方微博div>
    						<a class="fxwx cs3" href="javascript:void(0);">
    							<img src="static/picture/5ce24d67849f8.png" rel="nofollow"> a>
    						<div style="float:left;margin-left:-180px;margin-top:30px;">优逸克官方微博div>
    						<a class="fxwd cs3" href="javascript:void(0);">
    							<img src="static/picture/5cf4a87986611.jpg" rel="nofollow"> a>
    						<div style="float:left;margin-left:-180px;margin-top:30px;">优逸克官方微博div>
    					div>
    				div>
    				<style>
    					.footbox {
    						margin-left: 25px;
    						padding-left: 14px;
    					}
    					
    					.qbca: {
    						color: #f6f6f6;
    					}
    					
    					.qbca:hover {
    						color: #a44e58 !important;
    					}
    					
    					.closeimg {
    						top: -20px;
    						right: -12px;
    						position: absolute;
    						z-index: 9;
    						cursor: pointer;
    					}
    					
    					.footgz a img {
    						width: 152px;
    						margin-left: -58px;
    						bottom: 83px;
    					}
    				style>
    			div>
    			<div style="float:left;margin-top:-210px;margin-left:950px;">
    				<img src="static/picture/gzj.png" style="width: 356px;">
    			div>
    		div>
    	div>
    	<script>
    		/*aside滚动出现*/
    		$(document).ready(function() {
    			$(".closeimg").click(function() {
    				$(".conAside").hide();
    			});
    			var _index = 0;
    			$(".conAside ul li").bind("mouseenter", function() {
    				_index = $(this).index();
    				turnUp();
    			})
    			$(".conAside ul li").bind("mouseleave", function() {
    				_index = $(this).index();
    				turnDown();
    			})
    
    			function turnUp() {
    				$(".conAside ul li").eq(_index).find(".moveBox").animate({
    					top: "-54px"
    				}, 200);
    				$(".conAside ul li").eq(_index).find(".conHide").css("display", "block").animate({
    					left: "-235px"
    				}, 200);
    			}
    
    			function turnDown() {
    				$(".conAside ul li").eq(_index).find(".moveBox").animate({
    					top: "0px"
    				}, 200);
    				$(".conAside ul li").eq(_index).find(".conHide").css("display", "none").animate({
    					left: "-300px"
    				}, 200);
    			}
    
    			$("#back-to-top").click(function() {
    				$('body,html').animate({
    					scrollTop: 0
    				}, 600);
    				return false;
    			});
    		})
    	script>
    	<style>
    		#cnzz_stat_icon_1272896540 a img {
    			margin: 0 auto;
    		}
    	style>
    
    	
    	<div class="fixtop" onclick="goTop()">
    		返回顶部
    	div>
    body>
    
    html>
    
    <div class="fixtop" onclick="goTop()">返回顶部div>
    
    
    
    • 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
    • 527
    • 528
    • 529
    • 530
    • 531
    • 532
    • 533
    • 534
    • 535
    • 536
    • 537
    • 538
    • 539
    • 540
    • 541
    • 542
    • 543
    • 544
    • 545
    • 546
    • 547
    • 548
    • 549
    • 550
    • 551
    • 552
    • 553
    • 554
    • 555
    • 556
    • 557
    • 558
    • 559
    • 560
    • 561
    • 562
    • 563
    • 564
    • 565
    • 566
    • 567
    • 568
    • 569
    • 570
    • 571
    • 572
    • 573
    • 574
    • 575
    • 576
    • 577
    • 578
    • 579
    • 580
    • 581
    • 582
    • 583
    • 584
    • 585
    • 586
    • 587
    • 588
    • 589
    • 590
    • 591
    • 592
    • 593
    • 594
    • 595
    • 596
    • 597
    • 598
    • 599
    • 600
    • 601
    • 602
    • 603
    • 604
    • 605
    • 606
    • 607
    • 608
    • 609
    • 610
    • 611
    • 612
    • 613
    • 614
    • 615
    • 616
    • 617
    • 618
    • 619
    • 620
    • 621
    • 622
    • 623
    • 624
    • 625
    • 626
    • 627
    • 628
    • 629
    • 630
    • 631
    • 632

    💒CSS样式代码

    /*conAside*/
    aside.conAside{
        position:fixed;
        right:10px;
        top:200px;
        display:none;
        z-index: 99;
    }
    aside.conAside ul li{
        position:relative;
        width:48px;
        height:54px;
        text-align:center;
        background-color:#51B6FC;
        border-bottom:solid 1px #fff;
    }
    aside.conAside ul li .conShow{
        width:48px;
        height:100%;
        text-align:center;
        overflow:hidden;
        position:relative;
    }
    aside.conAside ul li .conShow .moveBox{
        position:absolute;
        left:0;
        top:0px;
    }
    aside.conAside ul li .conShow i{
        display:block;
        height:100%;
        line-height:54px;
    }
    aside.conAside ul li .conShow i img{
        vertical-align:middle;
    }
    aside.conAside ul li .conShow span{
        display:block;
        height:100%;
        color:#fff;
        padding:4px;
    }
    aside.conAside ul li .conHide{
        padding-right:20px;
        position:absolute;
        bottom:-24px;
        left:-300px;
        display:none;
    }
    aside.conAside ul li .conHide>div{
        text-align:left;
        width:202px;
        border:solid 1px #dcdcdc;
        background-color:#fff;
        position:relative;
    }
    aside.conAside ul li .conHide>div:before{
        content:"";
        width:10px;
        height:17px;
        background:url(../image/icon_sanjiao.png) center center no-repeat;
        position:absolute;
        right:-9px;
        bottom:40px;
    }
    aside.conAside ul li .conHide .online{
        padding:10px 0px 10px 19px;
        line-height: 23px;
        /*background:#fff url(../images/pic/icon_asidephone.png) 10px center no-repeat;*/
    }
    aside.conAside ul li .conHide .online a{
        display: block;
        padding-left: 30px;
        background-image: url(../image/qingguan.png);
        background-repeat: no-repeat;
        font-size: 15px;
    color: #1DA8FD;
    }
    aside.conAside ul li .conHide .online span{
        display:block;
        color:#999;
        font-size:14px;
        padding-left:30px;
        background:url(../image/icon_asideqq_small.png) left center no-repeat;
        line-height:2;
        cursor:pointer;
    }
    aside.conAside ul li .conHide .online span.on{
        color:#51B6FC;
        background:url(../image/icon_asideqq_smallturn.png) left center no-repeat;
    }
    aside.conAside ul li .conHide .hotline{
        padding:19px 0px 23px 18px;
    }
    aside.conAside ul li .conHide .hotline h6{
        font-size: 15px;
        color: #1DA8FD;
    }
    aside.conAside ul li .conHide .hotline time{
        font-size: 14px;
        color: #1DA8FD;
    }
        }
        .index_cen{
            width: 1366px;
        }
        .index_can{
            width: 1366px;
        }
        .index_cbn{
            width: 1366px;
        }
        .bottom_con{
            width: 1366px;
            padding: 0 40px;
        }
        .index_bannerbar{
            width: 1366px;
        }
        .aduit_booking{
            width: 1366px;
        }
        .center{
            width: 1200px;
        }
        .coc_con{
            width: 1366px;
        }
        .country_map{
            width: 1366px;
        }
        .help{
            width: 1366px;
        }
        .main{
            width: 1366px;
        }
        .main_2{
            width: 1366px;
        }
        .index_headtop{
            width: 1366px;
        }
        .index_headtop .headright .index_nav li:nth-of-type(5) .sub_box:last-child{
            top:210%;
        }
        .details{
            width: 1366px !important;
        }
        .consultation{
            width: 1366px !important;
        }
    }
    @media screen and (max-width: 1284px) {
        .activity_one>li{
            width: 200px;
        }
        .activity_one>li>a{
            font-size: 11px;
        }
    
        .activity_one>li:last-child>a{
            font-size: 11px;
        }
    }
    
    
    
    
    
    • 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

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

    第一、带着目标去学习,无论看书报课还是各种线下活动。
    首先要明确自己的学习目标是什么,是想解决什么问题,实现怎样的目标。

    第二、学习要建立个人知识体系
    知识是学不完的,书籍是浩如烟海的。我们尽情徜徉其中的时候,千万不要被海水淹死,没有自我了。在学习过程中,我们会发现每一个知识点都是有她的边界和背景的,我们要善于归纳整理知识

    第三、学到了就要用到

    有时,我们一天下来感觉学到了很多干货,那么我们一定要将这些知识点和实际工作和生活联系起来。知识和实践相互联系靠拢。爱学习是一件好事,但只有会学习的人,才有价值。


    七、🎁更多干货

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

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

    3.

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

    在这里插入图片描述

  • 相关阅读:
    坦克车机器人操作学习总结开始篇
    恶意文件分类
    html笔记
    ArcGIS将两个相同范围但不同比例或位置的矢量数据移动到相同位置
    Qt QTextEdit 设置 QScrollBar 样式表不生效解决方案
    JDBCUtils的使用和事务
    聊聊分布式架构04——RPC通信原理
    个人和企业如何做跨境电商?用API电商接口教你选平台选品决胜跨境电商
    C#中的delegate和event,及他们的区别
    Ubuntu查看自身版本,系统架构
  • 原文地址:https://blog.csdn.net/qq_365392777/article/details/127816768