0
由於某些原因,ASP.NET mvc3應用程序中輸入的默認樣式正在改變我按鈕的外觀。輸入的默認樣式以某種方式混淆了設計
如果我申請的風格,以一個正常的股利或ActionLink的按鈕看起來只有精細
當我把它應用到我:
<input type="submit" value="create" class="universalbutton" />
按鈕犯規收到合適的尺寸,但它確實收到顏色和背景顏色等。
任何想法,爲什麼發生這種情況?按鈕
.universalbutton
{
border: 1px solid black;
background-color: #3fa9f5;
width: 100px;
height: 20px;
color: White;
font-variant: small-caps;
padding: 5px;
text-transform: none;
text-decoration: none;
text-align: center;
margin: 0px;
display: block;
float: left;
margin-right: 5px;
}
你能演示一個例子嗎?也許在jsfiddle? – David 2011-12-13 19:05:56