本篇内容绝大多数都是基于Bootstrap开发的HTML+CSS模块,各种精美的组件,前端模块,如常会员组件、按钮组件、头部样式等等,这里不过多说明,这些模块都是本站使用过,或者写好待整合后端的!

使用说明:

Bootstrap基于V4.61,使用时请调用Bootstrap相关样式

四栏卡片

基于Bootstrap开发的HTML+CSS模块插图

HTML代码:

<div class="container">
	<div class="row">
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="2000">
							<i class="fa fa-user-circle-o" aria-hidden="true"></i>
							<h5>逼真语音合成</h5>
							<p>实现与人声一致的语调和发音情感</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="2500">
							<i class="fa fa-id-card" aria-hidden="true"></i>
							<h5>多种发音人声</h5>
							<p>多款男声女声任你随意挑选与搭配</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="3000">
							<i class="fa fa-cog" aria-hidden="true"></i>
							<h5>细化语音控件</h5>
							<p>支持调整语速、音调停顿等高级优化</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="3000">
							<i class="fa fa-microphone" aria-hidden="true"></i>
							<h5>多种语言支持</h5>
							<p>140种语言和变体的400种神经网络语音</p>
						</div>
					</div>
				</div>
				</div>

CSS样式:

/*文本转语音卡片*/
.title-section {
    text-align: center;
    padding-bottom: 40px;
}
.title-section h2 {
    font-size: 32px;
	color: #333;
	font-weight: 100;
}
.title-section p {
    font-size: 20px;
	color: #333;

}

.col-md-3 .entry {
    margin: 0px 5px 20px 5px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    text-align: center;
}
.col-md-3 .entry:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #dddddd;
}
.col-md-3 .entry i {
    color: #00aeec;
    font-size: 75px;
}
.col-md-3 .entry h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry p {
    margin-top: 0;
    margin-bottom: 20px;
}
.col-md-6 .entry {
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    padding: 24px 28px 10px 28px;
}

.col-md-6 .entry h5 {
    margin-bottom: 10px;
	color: #111;
	font-size: 20px;
    font-weight: 500;
}
.col-md-6 .entry ul {
    padding: 0;
    margin: 0;
}
.col-md-6 .entry ul li {
    padding: 8px 0;
}
.entry li {
    list-style: none;
}
.col-md-6 .entry ul li i {
    margin-right: 15px;
    font-size: 15px;
}

 

分类小模块

基于Bootstrap开发的HTML+CSS模块插图

HTML代码:

<div class="container">
	<div class="row">
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="2000">
							<i class="fa fa-user-circle-o" aria-hidden="true"></i>
							<h5>逼真语音合成</h5>
							<p>实现与人声一致的语调和发音情感</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="2500">
							<i class="fa fa-id-card" aria-hidden="true"></i>
							<h5>多种发音人声</h5>
							<p>多款男声女声任你随意挑选与搭配</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="3000">
							<i class="fa fa-cog" aria-hidden="true"></i>
							<h5>细化语音控件</h5>
							<p>支持调整语速、音调停顿等高级优化</p>
						</div>
					</div>
					<div class="col-md-3">
						<div class="entry img-thumbnail" data-aos="zoom-in" data-aos-duration="3000">
							<i class="fa fa-microphone" aria-hidden="true"></i>
							<h5>多种语言支持</h5>
							<p>140种语言和变体的400种神经网络语音</p>
						</div>
					</div>
				</div>
				</div>

CSS样式:

<!--四栏-->
<section class="features__area pt-40 pb-20 pl-10 pr-10">
	<div class="container">
		<div class="features__inner">
			<div class="row row-cols-xxl-5 row-cols-xl-5 row-cols-lg-3 row-cols-md-2 row-cols-sm-2 row-cols-1 gx-0">
				<div class="col">
					<div class="features__item d-flex white-bg">
						<div class="features__icon mr-15">
							<i class="fa fa-television"></i>
						</div>
						<div class="features__content">
							<h6>网站模板</h6>
							<p>VIP会员尊享</p>
						</div>
					</div>
				</div>
				<div class="col">
					<div class="features__item d-flex white-bg">
						<div class="features__icon mr-15">
							<i class="fa fa-chrome"></i>
						</div>
						<div class="features__content">
							<h6>建站源码</h6>
							<p>VIP会员尊享</p>
						</div>
					</div>
				</div>
				<div class="col">
					<div class="features__item d-flex white-bg">
						<div class="features__icon mr-15">
							<i class="fa fa-weixin"></i>
						</div>
						<div class="features__content">
							<h6>微信程序</h6>
							<p>VIP会员尊享</p>
						</div>
					</div>
				</div>
				<div class="col">
					<div class="features__item d-flex white-bg">
						<div class="features__icon mr-15">
							<i class="fa fa-cogs"></i>
						</div>
						<div class="features__content">
							<h6>技术支持</h6>
							<p>VIP会员尊享</p>
						</div>
					</div>
				</div>
				<div class="col">
					<div class="features__item features__item-last d-flex white-bg">
						<div class="features__icon mr-15">
							<i class="fa fa-user-circle"></i>
						</div>
						<div class="features__content">
							<h6>在线客服</h6>
							<p>VIP会员尊享</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>

CSS样式:

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费

总裁主题VIP模块

基于Bootstrap开发的HTML+CSS模块插图

CSS样式:

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费

HTML代码:

<!-- 会员价格当总裁 -->
<div class="container my-5">
<h2 class="text--heading-1 section__title">会员价格</h2>
		<div class="yewu1-app">
			<ul>
			    			<li>
				    <a href="/vip" target="_blank">
    					<div class="yewu1-app-card" target="_blank">
    						<div class="yewu1-app-card-bg" style="background-image: url(http://ceomax.ceotheme.com/wp-content/uploads/2021/01/2021010909515588.jpg)">
    						</div>
    						<div class="yewu1-app-card-top">
    							<i class="iconfont icon-like"></i>
    							<h2>体验VIP</h2>
    							<p>在这里,会员每月平均600个用户开通会员, 下载资源 3000+份~</p>
    						</div>
    						<div class="yewu1-app-card-bottom">
    							<ul>
    							        								<li>
    									限时活动价    								</li>
    								    								<li>
    									月费SVIP 30天 福利    								</li>
    								    								<li>
    									享受全站资源免费下载    								</li>
    								    								<li>
    									每天可下载99个SVIP资源    								</li>
    								    							</ul>
    						</div>
    					</div>
					</a>
				</li>
								<li>
				    <a href="/vip" target="_blank">
    					<div class="yewu1-app-card" target="_blank">
    						<div class="yewu1-app-card-bg" style="background-image: url(http://ceomax.ceotheme.com/wp-content/uploads/2021/01/2021010909534046.jpg)">
    						</div>
    						<div class="yewu1-app-card-top">
    							<i class="iconfont icon-security"></i>
    							<h2>月付VIP</h2>
    							<p>在这里,会员每月平均600个用户开通会员, 下载资源 3000+份~</p>
    						</div>
    						<div class="yewu1-app-card-bottom">
    							<ul>
    							        								<li>
    									限时活动价    								</li>
    								    								<li>
    									月费SVIP 30天 福利    								</li>
    								    								<li>
    									享受全站资源免费下载    								</li>
    								    								<li>
    									每天可下载99个SVIP资源    								</li>
    								    							</ul>
    						</div>
    					</div>
					</a>
				</li>
								<li>
				    <a href="/vip" target="_blank">
    					<div class="yewu1-app-card" target="_blank">
    						<div class="yewu1-app-card-bg" style="background-image: url(http://ceomax.ceotheme.com/wp-content/uploads/2021/01/2021010909495915.jpg)">
    						</div>
    						<div class="yewu1-app-card-top">
    							<i class="iconfont icon-integral1"></i>
    							<h2>季付VIP</h2>
    							<p>在这里,会员每月平均600个用户开通会员, 下载资源 3000+份~</p>
    						</div>
    						<div class="yewu1-app-card-bottom">
    							<ul>
    							        								<li>
    									限时活动价    								</li>
    								    								<li>
    									季费SVIP 90天 福利    								</li>
    								    								<li>
    									享受全站资源免费下载    								</li>
    								    								<li>
    									每天可下载99个SVIP资源    								</li>
    								    							</ul>
    						</div>
    					</div>
					</a>
				</li>
								<li>
				    <a href="/vip" target="_blank">
    					<div class="yewu1-app-card" target="_blank">
    						<div class="yewu1-app-card-bg" style="background-image: url(http://ceomax.ceotheme.com/wp-content/uploads/2021/01/2021010909481411.jpg)">
    						</div>
    						<div class="yewu1-app-card-top">
    							<i class="iconfont icon-folder"></i>
    							<h2>年费VIP</h2>
    							<p>在这里,会员每月平均600个用户开通会员, 下载资源 3000+份~</p>
    						</div>
    						<div class="yewu1-app-card-bottom">
    							<ul>
    							        								<li>
    									限时活动价    								</li>
    								    								<li>
    									年费SVIP 366天 福利    								</li>
    								    								<li>
    									享受全站资源免费下载    								</li>
    								    								<li>
    									每天可下载99个SVIP资源    								</li>
    								    							</ul>
    						</div>
    					</div>
					</a>
				</li>
								<li>
				    <a href="/vip" target="_blank">
    					<div class="yewu1-app-card" target="_blank">
    						<div class="yewu1-app-card-bg" style="background-image: url(http://ceomax.ceotheme.com/wp-content/uploads/2021/01/2021010909323648.jpg)">
    						</div>
    						<div class="yewu1-app-card-top">
    							<i class="iconfont icon-wenjuan"></i>
    							<h2>终身VIP</h2>
    							<p>在这里,会员每月平均600个用户开通会员, 下载资源 3000+份~</p>
    						</div>
    						<div class="yewu1-app-card-bottom">
    							<ul>
    							        								<li>
    									限时活动价    								</li>
    								    								<li>
    									终身SVIP 终身 福利    								</li>
    								    								<li>
    									享受全站资源免费下载    								</li>
    								    								<li>
    									每天可下载99个SVIP资源    								</li>
    								    							</ul>
    						</div>
    					</div>
					</a>
				</li>
							</ul>
		</div>
	</div>

会员说明

基于Bootstrap开发的HTML+CSS模块插图

CSS样式:

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费

HTML代码:

<!--会员差异-->
	<div class="container my-6">
		<h2 class="text--heading-1 section__title">会员说明</h2>
		<div class="row">
			<div class="col-lg-4 col-md-6">
				<div class="work-card">
					<span class="work-card__icon"><svg   viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M25 31.25C31.9036 31.25 37.5 25.6536 37.5 18.75C37.5 11.8464 31.9036 6.25 25 6.25C18.0964 6.25 12.5 11.8464 12.5 18.75C12.5 25.6536 18.0964 31.25 25 31.25Z" fill="#FF4F4F"></path><path d="M34.375 10.9375H43.75" stroke="#FF4F4F" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M39.0625 6.25V15.625" stroke="#FF4F4F" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.05255 42.1857C7.97357 38.8606 10.7358 36.0996 14.0617 34.18C17.3876 32.2605 21.1601 31.25 25.0002 31.25C28.8403 31.25 32.6128 32.2606 35.9387 34.1803C39.2646 36.0999 42.0267 38.8609 43.9477 42.1861" stroke="#FF4F4F" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M36.7287 23.0826C35.8932 25.3386 34.4241 27.3054 32.4978 28.7467C30.5716 30.188 28.2702 31.0424 25.8701 31.2075C23.47 31.3725 21.0733 30.8411 18.9679 29.677C16.8625 28.5129 15.138 26.7657 14.0015 24.6453C12.865 22.5249 12.3649 20.1215 12.5613 17.7237C12.7576 15.326 13.6421 13.0359 15.1084 11.1287C16.5747 9.22143 18.5605 7.77809 20.8272 6.97207C23.094 6.16604 25.5452 6.03161 27.8865 6.58493" stroke="#FF4F4F" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></span>
					<span class="work-card__count-number">01 </span>
					<h2 class="work-card__title text--body-1">VIP会员</h2>
					<p class="work-card__description text--body-3">含月度会员、年度会员,每日限制下载10次,部分会员资源免费下载,享受会员资源折扣规则,最低值两折!</p>
				</div>
			</div>
			<div class="col-lg-4 col-md-6">
				<div class="work-card">
					<span class="work-card__icon"><svg   viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M10.9375 7.8136H39.0625C39.4769 7.8136 39.8743 7.97822 40.1674 8.27124C40.4604 8.56427 40.625 8.9617 40.625 9.3761V39.0636C40.625 40.3068 40.1311 41.4991 39.2521 42.3782C38.373 43.2572 37.1807 43.7511 35.9375 43.7511H14.0625C12.8193 43.7511 11.627 43.2572 10.7479 42.3782C9.86886 41.4991 9.375 40.3068 9.375 39.0636V9.3761C9.375 8.9617 9.53962 8.56427 9.83265 8.27124C10.1257 7.97822 10.5231 7.8136 10.9375 7.8136Z" fill="#FFBF00"></path><path d="M18.75 25.0012H31.25" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.75 31.2512H31.25" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.9375 7.8136H39.0625C39.4769 7.8136 39.8743 7.97822 40.1674 8.27124C40.4604 8.56427 40.625 8.9617 40.625 9.3761V39.0636C40.625 40.3068 40.1311 41.4991 39.2521 42.3782C38.373 43.2572 37.1807 43.7511 35.9375 43.7511H14.0625C12.8193 43.7511 11.627 43.2572 10.7479 42.3782C9.86886 41.4991 9.375 40.3068 9.375 39.0636V9.3761C9.375 8.9617 9.53962 8.56427 9.83265 8.27124C10.1257 7.97822 10.5231 7.8136 10.9375 7.8136Z" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.625 4.68872V10.9387" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M25 4.68872V10.9387" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M34.375 4.68872V10.9387" stroke="#FFBF00" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></span>
					<span class="work-card__count-number">02 </span>
					<h2 class="work-card__title text--body-1">永久会员</h2>
					<p class="work-card__description text--body-3">本站开通永久会员用户,每日限制下载100次,享受会员资源折扣规则,更有终身会员免费资源!</p>
				</div>
			</div>
			<div class="col-lg-4 col-md-12">
				<div class="work-card">
					<span class="work-card__icon"><svg   viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.2" d="M6.46637 14.5736C6.32466 14.814 6.24995 15.0879 6.25 15.3669V34.633C6.25 34.9103 6.32377 35.1825 6.46374 35.4219C6.6037 35.6612 6.80483 35.8589 7.04647 35.9949L24.234 45.6628C24.4678 45.7944 24.7317 45.8635 25 45.8635L25.002 45.8635L25.1854 25L6.46641 14.5736L6.46637 14.5736Z" fill="#27C200"></path><path d="M43.75 34.633V15.3669C43.75 15.0897 43.6762 14.8174 43.5363 14.5781C43.3963 14.3388 43.1952 14.141 42.9535 14.0051L25.766 4.33714C25.5322 4.20558 25.2683 4.13647 25 4.13647C24.7317 4.13647 24.4678 4.20558 24.234 4.33714L7.04647 14.0051C6.80483 14.141 6.6037 14.3388 6.46374 14.5781C6.32377 14.8174 6.25 15.0897 6.25 15.3669V34.633C6.25 34.9103 6.32377 35.1825 6.46374 35.4219C6.6037 35.6612 6.80483 35.859 7.04647 35.9949L24.234 45.6628C24.4678 45.7944 24.7317 45.8635 25 45.8635C25.2683 45.8635 25.5322 45.7944 25.766 45.6628L42.9535 35.9949C43.1952 35.859 43.3963 35.6612 43.5363 35.4219C43.6762 35.1825 43.75 34.9103 43.75 34.633Z" stroke="#27C200" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M34.5746 29.7873V19.6311L15.625 9.17969" stroke="#27C200" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M43.5345 14.5756L25.1853 25L6.46631 14.5736" stroke="#27C200" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M25.1853 25L25.002 45.8635" stroke="#27C200" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></span>
					<span class="work-card__count-number">03 </span>
					<h2 class="work-card__title text--body-1">合作会员</h2>
					<p class="work-card__description text--body-3">本站合作用户,下载不限次数,享受所有会员优惠规则,除商业授权资源外,全站几乎免费下载! </p>
				</div>
			</div>
		</div>
	</div>

顶部动态效果

基于Bootstrap开发的HTML+CSS模块插图

HTML代码:

<!--头部标题-->
  <div class="waves-box">
    <div class="waves-inner">
      <h1>加入本站VIP会员,海量资源免费下载</h1>
      <p>会员特权/折扣/免费资源一网打尽</p>
      <ul>
        <li><button style="background: rgb(224, 136, 51);"><span>月度会员</span></button></li>
        <li><button style="background: rgb(3, 190, 190);"><span>永久会员</span></button></li>
      </ul>
      <div class="pro-current my-3"><span> 您当前为 <?php echo _get_user_vip_type_badge($current_user->ID); ?> ,请登录以后操作 </span></div>
    </div>
	<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto" class="waves"><defs><path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path></defs><g class="parallax"><use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7"></use><use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)"></use><use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)"></use><use xlink:href="#gentle-wave" x="48" y="7" fill="rgb(240, 244, 245)"></use></g></svg>
  </div>

CSS样式:

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费

会员价格说明

基于Bootstrap开发的HTML+CSS模块插图

HTML代码:

<div class="container">
		<div class="pricing-header px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center">
  <h2 class="display-4"><?php echo $instance['title'];?></h2>
  <p class="lead"><?php echo $instance['desc'];?></p>
</div>
	<div class="row">
		<div class="col-lg-4 col-md-6 mb-4">
			<div class="categorylist-card">
				<div class="categorylist-card__top">
					<div class="categorylist-card__top-left">
						<h2 class="categorylist-card__title text--body-2-600">VIP会员</h2>
						<span class="categorylist-card__item-available">(¥45.00)</span>
					</div>
					<div class="categorylist-card__top-right">
						<div class="categorylist-card__icon">
							<svg   viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M27 30.375V5.625C27 4.38236 25.9926 3.375 24.75 3.375L11.25 3.375C10.0074 3.375 9 4.38236 9 5.625V30.375C9 31.6176 10.0074 32.625 11.25 32.625H24.75C25.9926 32.625 27 31.6176 27 30.375Z" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M13.5 7.875H22.5" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
							</svg>
						</div>
					</div>
				</div>
				<div class="categorylist-card__bottom">
					<ul class="categorylist-card__list">
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>限时活动价
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>含月度、年度会员
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>享受VIP免费资源和VIP折扣
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>每日下载次数 1日/10次
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>会员中心直接开通
							</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
		<div class="col-lg-4 col-md-6 mb-4">
			<div class="categorylist-card">
				<div class="categorylist-card__top">
					<div class="categorylist-card__top-left">
						<h2 class="categorylist-card__title text--body-2-600">永久会员</h2>
						<span class="categorylist-card__item-available">(¥298.00)</span>
					</div>
					<div class="categorylist-card__top-right">
						<div class="categorylist-card__icon">
							<svg   viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M6.75 27L29.25 27C30.4926 27 31.5 25.9926 31.5 24.75L31.5 9C31.5 7.75736 30.4926 6.75 29.25 6.75L6.75 6.75C5.50736 6.75 4.5 7.75736 4.5 9L4.5 24.75C4.5 25.9926 5.50736 27 6.75 27Z" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M22.5 31.5H13.5" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
							</svg>
						</div>
					</div>
				</div>
				<div class="categorylist-card__bottom">
					<ul class="categorylist-card__list">
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>限时活动价
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>终身VIP福利
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>享受终会资源免费下载和VIP折扣
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>不限制每日下载次数
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>会员中心直接开通
							</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
		<div class="col-lg-4 col-md-6 mb-4">
			<div class="categorylist-card">
				<div class="categorylist-card__top">
					<div class="categorylist-card__top-left">
						<h2 class="categorylist-card__title text--body-2-600">合作会员</h2>
						<span class="categorylist-card__item-available">(¥698.00)</span>
					</div>
					<div class="categorylist-card__top-right">
						<div class="categorylist-card__icon">
							<svg   viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
								<path d="M2.25 16.875H33.75" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M31.5 25.875V29.25C31.5 29.5484 31.3815 29.8345 31.1705 30.0455C30.9595 30.2565 30.6734 30.375 30.375 30.375H27C26.7016 30.375 26.4155 30.2565 26.2045 30.0455C25.9935 29.8345 25.875 29.5484 25.875 29.25V25.875" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M10.125 25.875V29.25C10.125 29.5484 10.0065 29.8345 9.79549 30.0455C9.58452 30.2565 9.29837 30.375 9 30.375H5.625C5.32663 30.375 5.04048 30.2565 4.82951 30.0455C4.61853 29.8345 4.5 29.5484 4.5 29.25V25.875" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M9 21.375H11.25" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M24.75 21.375H27" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
								<path d="M31.5 16.875L27.2969 7.41809C27.2085 7.21923 27.0644 7.05028 26.8819 6.9317C26.6995 6.81311 26.4865 6.75 26.2689 6.75H9.73111C9.51349 6.75 9.30055 6.81311 9.11808 6.9317C8.93561 7.05028 8.79145 7.21923 8.70307 7.41809L4.5 16.875V25.875H31.5V16.875Z" stroke="currentColor" stroke- stroke-linecap="round" stroke-linejoin="round"></path>
							</svg>
						</div>
					</div>
				</div>
				<div class="categorylist-card__bottom">
					<ul class="categorylist-card__list">
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>限时活动价
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>终身SVIP福利
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>享受全站资源免费下载(除授权)
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>不限制每日下载次数
							</a>
						</li>
						<li class="categorylist-card__list-item">
							<a href="/user?action=vip" class="categorylist-card__list-link text--body-3">
								<span class="icon">
									<svg   viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
										<path d="M7.5 3.75L13.75 10L7.5 16.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
									</svg>
								</span>特殊权限获取
							</a>
						</li>
					</ul>
				</div>
			</div>
		</div>
	</div>
</div>
</div>

CSS样式:

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费

滚动公告

基于Bootstrap开发的HTML+CSS模块插图

HTML代码

<section class="moveing-text-area">
	<div class="container">
		<div class="ovic-running">
			<div class="wrap">
				<div class="inner">
					<p class="item">感谢您访问360模板吧,本站限时钜惠,终身VIP仅需98元 <b>298元</b>,全站资源任意下载!</p>
					<p class="item">感谢您访问360模板吧,本站限时钜惠,终身VIP仅需98元 <b>298元</b>,全站资源任意下载!</p>
					<p class="item">感谢您访问360模板吧,本站限时钜惠,终身VIP仅需98元 <b>298元</b>,全站资源任意下载!</p>
				</div>
			</div>
		</div>
	</div>
</section>

CSS样式

隐藏内容
本内容需权限查看
  • 注册用户: 15积分
  • 会员用户: 3积分2折
  • 永久会员: 免费
1.使用本站下载的源码仅限于个人学习和非商业用途。
2.禁止将本站下载的源码用于搭建或支持任何违法、淫秽、暴力或侵犯他人合法权益的网站或应用。
3.使用本站下载的源码需遵守国家法律法规及相关规定,不得从事任何违法活动。
4.如若本站内容侵犯了原著者的合法权益,请联系我们进行处理。