0
我有一些麻煩,爲圖像(動態)製作訂單號。CSS - 在圖像上創建一個圓圈開始
我現在有這個權利:
的圖像有width 120px
和橙色圓圈在一個單獨的DIV放置空間。
<div>
<img src="../IMG_PATH/{{$local[$i]['image']}}"
width="120" class="img_doctor">
</div>
<div class="order">
{{ intval($i+1) }}
</div>
這是我order
類:
.order {
width: 27px;
height: 27px;
border-radius: 50%;
line-height: 26px;
text-align: center;
background: #FF8242;
color: white;
position: absolute;
margin: -159px 8px;
font-size: 12px;
font-weight: bold;
font-family: Roboto-Regular;
}
所以,我只需要以使圖像前的圓圈,放在角落裏,這樣的事情:
太謝謝你了。 – 2015-04-05 18:46:06
@JhonatanSandoval沒問題:) – Downgoat 2015-04-05 18:50:01