2015-09-23 55 views
1

我正在這個元素http://zag-test.nowcommu.myhostpoint.ch/徑向導航:放大列表元素

什麼我需要之間的空間是「enalrge」在同一位置整個元素,而是通過CSS我可以放大中央按鈕(CLICK按鈕)。

我該如何解決?

CSS

.cn-button { 
position: absolute; 
top: 100%; 
left: 50%; 
z-index: 11; 
margin-top: -2.25em; 
margin-left: -3.78em; 
padding-top: 0em; 
width: 7.5em; 
height: 7.5em; 
border: none; 
border-radius: 50%; 
background: none; 
background-color: #000; 
color: #f9d70a; 
text-align: center; 
font-weight: 700; 
font-size: 1.3em; 
text-transform: uppercase; 
cursor: pointer; 
-webkit-backface-visibility: hidden; 

enter image description here

回答

1

您可以使用變換屬性與規模,使一切大!

#cn-wrapper { 
    transform: scale(1.4) !important; 
} 

這是外部的菜單選項和重要力量它要使用

+0

非常感謝你!我能問你嗎?我怎樣才能改變「點擊按鈕」的背景?我是tryiong,但沒有任何反應......我將CSS添加到第一個職位 –

+0

更改爲什麼?顏色?圖片?梯度? @NOW_Antonio – BobbyTables

+0

我想tadd一個形象:) –