日期:2014-05-17  浏览次数:20371 次

css 基础
这种写法的CSS,我看不懂
  <style type="text/css">
  input[type="text"], input[type="password"]
  {
  width: 160px;
  }
  </style>


C# code

@section Header{
    <script type="text/javascript">
        $(function () { $("#username").focus(); });</script>
    <style type="text/css">
        input[type="text"], input[type="password"]
        {
            width: 160px;
        }
    </style>
}



------解决方案--------------------
http://hi.baidu.com/hyjchina/item/93bba76bab7f4109a0cf0f49