<li> <span>Phone: </span> <span><asp:TextBox ID="txtMobilePhone" MaxLength="11" runat="server" Height="30px" Width="180px"></asp:TextBox></span> <a href="javascript:void(0);" id="AddMobile" class="AddCss ">Add</a> </li>
.AddCss { background: green; text-align: center;width: 76px; height: 30px; line-height: 30px;font-weight: normal; font-size: 12px; color: white; }
加上display: inline-block;
inline-block,你给a加了宽度和高度,那就要把它当div看待了。。。。需要加上display: inline-block