大气的品牌化妆品官网模板

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

HTML期末大作业~ 学生HTML个人网页作业作品下载 ~ web课程设计网页规划与设计 ~大学生个人网站作业模板 ~简单个人网页制作

HTML5期末大作业:大气的品牌化妆品官网模板(9个页面) HTML+CSS+JavaScript 期末作业HTML代码 学生网页课程设计期末作业下载 web网页设计制作成

临近期末, 你还在为HTML网页设计结课作业,老师的作业要求感到头大?HTML网页作业无从下手?网页要求的总数量太多?没有合适的模板?等等一系列问题。你想要解决的问题,在这篇博文中基本都能满足你的需求~

原始HTML+CSS+JS页面设计, web大学生网页设计作业源码,这是一个不错的网页制作,画面精明,非常适合初学者学习使用。

作品介绍

1.网页作品简介方面 :简洁大气的公主家化妆品官网,美容化妆品销售公司网站模板html下载。包含:品牌中心、公主家、仟佰宠、荣誉证书、品牌资讯、联系我们等总共9个页面。

2.网页作品编辑方面:此作品为学生期末大作业网页设计题材,代码为简单学生水平 html+css 布局制作,作品下载后可使用任意HTML编辑软件(例如:DW、HBuilder、NotePAD 、Vscode 、Sublime 、Webstorm 所有编辑器均可使用)

3.网页作品布局方面:网页布局整体为LOGO、导航、主体内容布局。子页面多种布局,兴趣爱好内容使用图片列表布局,成绩页面插入了表格,联系我们使用图片对齐方式设置了左对齐。

4.网页作品技术方面:使用CSS制作了网页背景图、鼠标经过及选中导航变色效果、下划线等。 首页制作了留言表单,同时简单使用JavaScript制作了表单判断(提交时表单不能为空)

一、作品演示

在这里插入图片描述

二、代码目录

在这里插入图片描述

三、代码实现


<title>公主家仟佰宠【官网】</title>
<!-- 关键词、描述 -->
<!doctype html>
<html>

<head>
	<meta charset="utf-8">
	<meta name="baidu-site-verification" content="e35nJw2b79">
</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: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>

	<!--底部-->
	<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>

	<!--返回顶部-->
	<div class="fixtop" onclick="goTop()">
		返回顶部
	</div>
</body>

</html>
<!--返回顶部-->
<div class="fixtop" onclick="goTop()">返回顶部</div>


四、web前端入门到高级(视频+源码+资料+面试)一整套 (教程)

web前端 零基础-入门到高级 (视频+源码+开发软件+学习资料+面试题) 一整套 (教程)
适合入门到高级的童鞋们入手~送1000套HTML+CSS+JavaScript模板网站
在这里插入图片描述


五、源码获取

❉ ~ 关注我,点赞博文~ 每天带你涨知识!

❉1.看到这里了就 [点赞+好评+收藏] 三连 支持下吧,你的「点赞,好评,收藏」是我创作的动力。

❉ 2.关注我 ~ 每天带你学习 :各种前端插件、3D炫酷效果、图片展示、文字效果、以及整站模板 、大学生毕业HTML模板 、期末大作业模板 、等! 「在这里有好多 前端 开发者,一起探讨 前端 Node 知识,互相学习」!

❉3.以上内容技术相关问题可以相互学习,可wx公Z号 ---> web前端小日记 获取更多源码 !
在这里插入图片描述

六、更多HTML期末大作业(成品下载)

>>>戳我>>>点击进入200例期末大作业作品

200多例 HTML5期末考核大作业源码 包含 个人、 美食、 公司、 学校、 旅游、 电商、 宠物、 电器、 茶叶、 家居、 酒店、 舞蹈、 动漫、 明星、 服装、 体育、 化妆品、 物流、 环保、 书籍、 婚纱、 军事、 游戏、 节日、 戒烟、 电影、 摄影、 文化、 家乡、 鲜花、 礼品、 汽车、 其他 可满足大学生网页大作业网页设计需求, 喜欢的可以下载!
在这里插入图片描述
在这里插入图片描述

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

@码出未来-web网页设计

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

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

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

打赏作者

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

抵扣说明:

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

余额充值