国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > CSS > 正文

利用Bootstrap實現漂亮簡潔的CSS3價格表實例源碼

2024-07-11 08:58:16
字體:
來源:轉載
供稿:網友

前言

這是一款漂亮簡潔的CSS3價格表樣式,該價格表基于Bootstrap網格系統來進行布局,通過簡單的CSS3代碼來美化價格表,樣式非常的時尚漂亮,且能在不同屏幕下展示良好的效果。

先來看效果圖

查看演示 下載源碼

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

<link rel="stylesheet" href="http//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">

該css3價格表的HTML結構如下:

<div class="container">     <div class="row">         <div class="col-md-4 col-sm-6">             <div class="pricingTable">                 <h3 class="title">Standard</h3>                 <div class="price-value">                     <span class="month">per month</span>                     <span class="amount">                         <span class="currency">$</span>                         10                         <span class="value">99</span>                     </span>                 </div>                 <ul class="pricing-content">                     <li>50GB Disk Space</li>                     <li>50 Email Accounts</li>                     <li>50GB Monthly Bandwidth</li>                     <li>10 Subdomains</li>                     <li>15 Domains</li>                 </ul>                 <a href="#" class="pricingTable-signup">sign up</a>             </div>         </div>          <div class="col-md-4 col-sm-6">             <div class="pricingTable">                 <h3 class="title">Business</h3>                 <div class="price-value">                     <span class="month">per month</span>                     <span class="amount">                         <span class="currency">$</span>                         20                         <span class="value">99</span>                     </span>                 </div>                 <ul class="pricing-content">                     <li>60GB Disk Space</li>                     <li>60 Email Accounts</li>                     <li>60GB Monthly Bandwidth</li>                     <li>15 Subdomains</li>                     <li>20 Domains</li>                 </ul>                 <a href="#" class="pricingTable-signup">sign up</a>             </div>         </div>     </div> </div>

CSS3

為該價格表添加下面的CSS樣式來進行渲染和美化。

.pricingTable{     text-align: center;     background: #fff;     padding: 30px 0; } .pricingTable .title{     font-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; } }

現在你可以打開瀏覽器看看效果了,手機上效果也不錯的。

總結

以上就是這篇文章的全部內容了,希望本文的內容對大家的學習或者工作能帶來一定的幫助,如果有疑問大家可以留言交流,謝謝大家對武林網的支持。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 新巴尔虎左旗| 岳阳市| 南涧| 泸西县| 银川市| 青神县| 凉城县| 彭水| 永定县| 宁蒗| 台安县| 灵璧县| 十堰市| 临湘市| 渭源县| 贺兰县| 红安县| 九江市| 磐石市| 师宗县| 南陵县| 新宾| 祁阳县| 汉阴县| 平舆县| 天柱县| 泽库县| 台湾省| 循化| 新源县| 松潘县| 建始县| 平度市| 怀来县| 鹤庆县| 运城市| 枞阳县| 平顶山市| 长宁县| 许昌市| 铅山县|