基于Bootstrap漂亮简洁的CSS3价格表(附源码下载)

网友投稿 269 2023-06-07


基于Bootstrap漂亮简洁的CSS3价格表(附源码下载)

这是一款漂亮简洁的css3价格表样式,该价格表基于Bootstrap网格系统来进行布局,通过简单的CSS3代码来美化价格表,样式非常的时尚漂亮,且能在不同屏幕下展示良好的效果。

查看演示     下载源码

HTML

首先在页面中引入bootstrap.min.css文件,这里我用官方的CDN资源,你也可以下载到本地使用。

该css3价格表的HTML结构如下:

per month

$

nQXWKcn 10

99

http://

per month

$

20

99

CSS3

为该价格表添加下面的CSS样式来进行渲染和美化。

.pricingTable{

text-align: center;

background: #fff;

padding: 30px 0;

}

.pricingTable .title{

fhttp://ont-size: 22px;

font-weight: 600;

color: #2e282a;

text-transform: uppercase;

margin: 0 0 30px 0;

}

.pricingTable .price-value{

padding: 30px 0;

background: #ba5289;

margin-bottom: 30px;

position: relative;

}

.pricingTable .price-value:before{

content: "";

border-top: 15px solid #fff;

border-left: 15px solid transparent;

border-right: 15px solid transparent;

position: absolute;

top: 0;

left: 46%;

}

.pricingTable .month{

display: block;

height: 50px;

font-size: 15px;

font-weight: 900;

color: #fff;

text-transform: uppercase;

}

.pricingTable .amount{

display: inline-block;

font-size: 50px;

color: #fff;

position: relative;

}

.pricingTable .currency{

position: absolute;

top: -1px;

left: -35px;

}

.pricingTable .value{

font-size: 20px;

position: absolute;

top: -11px;

right: -27px;

}

.pricingTable .pricing-content{

padding: 0;

margin: 0 0 30px 0;

list-style: none;

}

.pricingTable .pricing-content li{

font-size: 16px;

color: #868686;

line-height: 35px;

}

.pricingTable .pricingTable-signup{

display: inline-block;

padding: 8px 40px;

background: #fca4a7;

font-size: 15px;

font-weight: 600;

color: #fff;

text-transform: capitalize;

border: 2px solid #fca4a7;

border-radius: 30px;

transition: all 0.5s ease 0s;

}

.pricingTable .pricingTable-signup:hover{

background: #fff;

color: #fca4a7;

}

@media only screen and (max-width: 990px){

.pricingTable{ margin-bottom: 30px; }

}

现在你可以打开浏览器看看效果了,手机上效果也不错的。

以上所述是给大家介绍的基于Bootstrap漂亮简洁的CSS3价格表(附源码下载),希望对大家有所帮助,如果大家有任何疑问请给我留言,会及时回复大家的。在此也非常感谢大家对我们网站的支持!


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:Java实现图片上传到服务器并把上传的图片读取出来
下一篇:Hibernate中实现增删改查的步骤详解
相关文章

 发表评论

暂时没有评论,来抢沙发吧~