0
我試圖將自定義GMail圖標添加到自舉按鈕。不幸的是,渲染後看起來很尷尬。我想讓GMail圖標和標籤垂直和水平居中。Bootstrap自定義圖標效果不佳
CSS
.gmail a{
font-size: 23px;
font-style: normal;
padding: 8px 6px;
}
.gmailicon {
*margin-right: .3em;
vertical-align: text-top;
width: 33px;
height: 30px;
line-height: 30px;
background-image: url("/assets/cacheable/images/social/gmail1.png");
background-position: 10% 50%;
background-repeat: no-repeat;
}
HTML
a.btn.btn-default.btn-xlarge(href='/auth/google', target='_top')
i.gmailicon #{getMessage('Gmail')}
輸出
https://jsfiddle.net/njeovqgc/
添加代碼的jsfiddle –
https://jsfiddle.net/njeovqgc/ – ppshein
@DrinkinPeople如果把後臺定位中心,標籤將會在圖像重疊。 – ppshein