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>
	<!--导航-->
	<!--banner-->
	<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 endorsement</span>
				<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 concept</span>
				<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 series</span>
				<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-GEL</p>
            </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-GEL</p>
            </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-GEL</p>
            </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-GEL</p>
            </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 GEL</p>
            </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 GEL</p>
            </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 GEL</p>
            </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 GEL</p>
            </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 CREAM</p>
            </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 CREAM</p>
          </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 CREAM</p>
          </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 CREAM</p>
          </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 ESSENCE</p>
            </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 ESSENCE</p>
            </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 ESSENCE</p>
            </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 ESSENCE</p>
            </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 SPRAY</p>
            </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 SPRAY</p>
            </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 SPRAY</p>
            </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 SPRAY</p>
            </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 CREAM</p>
            </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 CREAM</p>
            </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 CREAM</p>
            </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 CREAM</p>
            </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 LOTION</p>
            </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 LOTION</p>
            </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 LOTION</p>
            </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 LOTION</p>
            </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 MASK</p>
            </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 MASK</p>
            </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 MASK</p>
            </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 MASK</p>
            </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 NEWS</span>
					<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-29</font>
								<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-10</font>
								<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-28</font>
								<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:18161910796</div>
				<div class="footnav">
					<a href="javascript:;">授权查询</a>&nbsp;|&nbsp;
					<a href="javascript:;">防伪查询</a>&nbsp;|&nbsp;
					<a href="#">官方公众号</a>&nbsp;|&nbsp;
					<a href="#">宣传公告</a>&nbsp;|&nbsp;
					<a href="#">仟佰宠</a>&nbsp;|&nbsp;
					<a href="#" style="opacity: 0;">公主购</a>

				</div>
				<div class="footwb">
				<p>©陕西优逸克电子科技有限公司所有 &nbsp; 技术支持:陕西优逸克电子科技有限公司</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>


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

3.

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

在这里插入图片描述

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

IT黑马程序员

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值