欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Bootstrap CSS布局之圖像

 更新時間:2016年12月17日 10:43:52   作者:github_34514750  
這篇文章主要介為大家詳細(xì)紹了Bootstrap CSS布局之圖像的相關(guān)資料,具有一定的參考價值,感興趣的小伙伴們可以參考一下

本文大家分享了Bootstrap CSS布局之圖像,供大家參考,具體內(nèi)容如下

img-rounded、img-circle、img-thumbnail(縮放圖模式)

//源碼
img {
 vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 display: block;
 max-width: 100%;
 height: auto;
}
.img-rounded {
 border-radius: 6px;
}
//縮略圖模式
.img-thumbnail {
 display: inline-block;
 max-width: 100%;
 height: auto;
 padding: 4px;
 line-height: 1.42857143;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}
.img-circle {
 border-radius: 50%;
}

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評論