真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表-創(chuàng)新互聯(lián)

這篇文章主要講解了“在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表”吧!

開平網(wǎng)站制作公司哪家好,找成都創(chuàng)新互聯(lián)公司!從網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)公司等網(wǎng)站項(xiàng)目制作,到程序開發(fā),運(yùn)營維護(hù)。成都創(chuàng)新互聯(lián)公司于2013年開始到現(xiàn)在10年的時(shí)間,我們擁有了豐富的建站經(jīng)驗(yàn)和運(yùn)維經(jīng)驗(yàn),來保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選成都創(chuàng)新互聯(lián)公司。
HTML

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

該css3價(jià)格表的HTML結(jié)構(gòu)如下:

   

       

           

               

Standard

               

                   per month                                            $                        10                        99                                    

               
                       
  • 50GB Disk Space
  •                    
  • 50 Email Accounts
  •                    
  • 50GB Monthly Bandwidth
  •                    
  • 10 Subdomains
  •                    
  • 15 Domains
  •                
                           

       

       

           

               

Business

               

                   per month                                            $                        20                        99                                    

               
                       
  • 60GB Disk Space
  •                    
  • 60 Email Accounts
  •                    
  • 60GB Monthly Bandwidth
  •                    
  • 15 Subdomains
  •                    
  • 20 Domains
  •                
                           

       

   

CSS3

為該價(jià)格表添加下面的CSS樣式來進(jìn)行渲染和美化。

.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; } }

現(xiàn)在你可以打開瀏覽器看看效果了,手機(jī)上效果也不錯(cuò)的。

感謝各位的閱讀,以上就是“在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián)網(wǎng)站建設(shè)公司,,小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!


網(wǎng)頁名稱:在Bootstrap上實(shí)現(xiàn)漂亮簡潔的CSS3價(jià)格表-創(chuàng)新互聯(lián)
網(wǎng)站URL:http://weahome.cn/article/deeeph.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部