<asp:Content ID="Content1" ContentPlaceHolderID="cphHead" Runat="Server">
 <style type ="text/css"  >
 li
{
    float :right;
    margin-top:10px;
    clear:right;
    }
 span
{
    margin-right:20px;
    float :left ;
    }
input
{
    margin-right:20px;
    float :right ;
    width:150px;
    }
 </style>
</asp:Content>

<asp:Content ID="Content5" ContentPlaceHolderID="cphMain" Runat="Server">

<div class="list1" >
    <center>
    <fieldset style="width:300px;">
        <legend>基本信息</legend>
       <ul >
       <li ><span>显示信息条数:</span><asp:TextBox ID="txtShowNum" runat="server"></asp:TextBox></li>
       <li><span>显示字数:</span><asp:TextBox ID="txtShowWordNum" runat="server"></asp:TextBox></li></ul>
    </fieldset>
    </center>
</div>

相关文章:

  • 2022-12-23
  • 2022-01-22
  • 2022-01-25
  • 2022-02-10
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2021-06-27
  • 2022-12-23
  • 2021-11-19
  • 2021-08-08
  • 2022-01-26
相关资源
相似解决方案