<style type="text/css">
INPUT.Input1 { BORDER-TOP-WIDTH: 0px; FONT-WEIGHT: normal; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 13pt; BACKGROUND: #ffffff; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #ff6633; COLOR: #000000; LINE-HEIGHT: normal; FONT-STYLE: normal; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; FONT-VARIANT: normal; solid: }INPUT.textbox { BORDER-RIGHT: #000000 1px dashed; BORDER-TOP: #000000 1px dashed; BORDER-LEFT: #000000 1px dashed; BORDER-BOTTOM: #000000 1px dashed }
</style>

解决方案 »

  1.   

    <asp:textbox id="t_ccdh" style="Z-INDEX: 101; LEFT: 288px; POSITION: absolute; TOP: 64px" runat="server" Width="144px" CssClass="Input1" MaxLength="13">or<asp:textbox id="t_ccdh" style="Z-INDEX: 101; LEFT: 288px; POSITION: absolute; TOP: 64px" runat="server" Width="144px" CssClass="textbox" MaxLength="13">
      

  2.   

    Input{ Background:#FF0000;}
    BODY { FONT-SIZE: 9pt;background:#f6f6f6 }
      

  3.   

    body,textarea,input,button
    {
    font-size:12px;font-family:Verdana;background:#f6f6f6; 
    }
    table 
    {
    border-collapse :collapse ; }INPUT
    {
    border-width:1px;  border-color:Black; ReadOnly:true;   
    }
      

  4.   

    请指教label的背景怎么改颜色?