我有一個引導按鈕,我希望有一個數字的泡泡,就像在iPhone上的應用程序圖標上出現的通知一樣。範圍不起作用在引導按鈕
我標記的按鈕:
<button class="btn btn-warning view-sl-btn" type="button"><span class="notification, red">6</span>View Shortlist</button>
而且CSS的跨度:
.btn.span {
position: absolute;
background-color: #f56c7e;
border: 1px solid #ce4f5e;
padding: 2px 5px 1px;
margin-left: -2px;
margin-top: -16px;
border-radius: 100px;
color: #fff;
text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
font-size: 11px;
-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4);
-moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4);
-o-box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4);
box-shadow: inset 0px 1px 2px rgba(255,255,255,0.4);
}
.btn.span.red {
background-color: #f56c7e;
border-color: #ce4f5e;
}
但它似乎並沒有工作。
任何意見將不勝感激。
乾杯
這裏不是問題,但如果你想要定位類'notification',你需要在你的類屬性'class =「通知中刪除逗號,紅色''應該是'class =」通知紅色「 – scrappedcola 2013-05-10 22:10:30