input[type=submit] {
float: left;
font-size: 14px;
width: 30%;
height: auto;
text-align: center;
font-weight: normal;
line-height: 30px;
word-wrap: break-word;
margin-left: 34.998721%;
margin-top: 20px;
clear: both;
min-height: 0px;
font-family: helvetica;
color: rgb(255, 255, 255);
background-color: rgb(0, 154, 222);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
所以,當我將此樣式的<p>
標籤,它看起來:HTML提交按鈕陰影邊界問題
但是當我申請它提交按鈕,它看起來與周圍的一些邊界:
如何刪除此邊框?
請接受我的答案,如果它解決了問題。 – razzak
@razzak是肯定謝謝! –