2017-07-16 34 views

回答

0
plus { 
    display: block; 
    position: relative; 
    margin: auto; 
    margin-top: -50px; 
} 

HTML例如:

<div class="panel">...</div> 
<a class="plus" href="#plus"></a> 

或作爲顯示使用:內聯塊和設置文本對齊:中心到父DIV。 您也可以使用: 如果按鍵寬度250像素 - 使用125px

position: absolute; 
bottom: 10px; 
left: 50%; 
margin-left: -125px; 
+0

你不介意的圖像編碼爲我好嗎? – arnold

+0

https://jsfiddle.net/g646eb58/ –

相關問題