@charset "utf-8"; /* CSS Document */ /* form Begin */ .form{ clear:both; padding:0; margin:8px; min-height:28px; height:auto!important; height:28px; line-height:28px; } .form:after{ content: ".";/*这里设定最后插入的内容,可为任意值,但不能为容,我们要设定隐藏*/ display: block;/*显示区显示*/ height: 0; clear: both; /*达到clear效果*/ visibility: hidden;/*内容不显示*/ } .form-item-wrap{ clear:both; margin:12px; } .form ul{ font-size:9pt; padding:1px 0 0 0; } .form ul li{ border-bottom:solid 1px #EAEAEA; clear:both; min-height:28px; height:auto!important; height:28px; line-height:28px; list-style-type:none; } .form ul li:after{ content: ".";/*这里设定li最后插入的内容,可为任意值,但不能为容,我们要设定隐藏*/ display: block;/*显示区显示*/ height: 0; clear: both; /*达到clear效果*/ visibility: hidden;/*内容不显示*/ } .form label,.form i,.form strong,.form b{ padding:0; margin:6px 2px 0 2px; font-size:9pt; font-style: normal; font-weight:normal; float:left; line-height:inherit; height:auto!important; height:18px; line-height:18px; text-align:left; clear:none; } /*form下特殊标签各个CSS*/ /*form的序号样式区域*/ .form label{ width:140px; text-align:right; margin:inherit 0 inherit 0; margin-right:8px; color:#0066CC; } /*Form中,form控件区*/ .form i{ margin:4px 2px 0 2px!important; margin:2px 8px 0 2px; } .form .input{ width:200px; line-height:20px; height:22px; padding:2px; font-size:12px; border:1px solid #B5B8C8; background:transparent url(images/form/form-input-field.gif) repeat-x scroll right 0px ; } .form b{ margin:4px 2px 0 2px!important; margin:2px 0 0 8px; cursor:pointer; } .form .select{ line-height:18px; width:100px; padding:2px; font-size:12px; border:1px solid #B5B8C8; background:transparent url(images/form/form-select-field.gif) repeat-x scroll right 0px ; } .form .textarea{ width:320px; height:80px; line-height:18px; padding:2px; margin:0 0 4px 0; font-size:12px; border:1px solid #B5B8C8; background:transparent url(images/form/form-textarea-field.gif) repeat-x scroll right 0px ; } .form .checkbox{} .form .radio{} .form .submit{ margin:0 1px 0 0!important; margin:1px 1px 0 1px; } .form .reset{ margin:0 1px 0 0!important; margin:1px 1px 0 1px; } /*说明区域*/ .form strong{ color:#0066CC; color:#FF0000; } .searchmore-b{ background:transparent url(images/form/searchmore.gif) repeat-x scroll 0px 0px ; width:72px; height:22px; cursor:pointer; } .searchmore-b-value{ background:transparent url(images/form/searchmore-value.gif) repeat-x scroll right 0px ; width:72px; height:22px; cursor:pointer; } .searchmore-b-hover{ background:transparent url(images/form/searchmore-hover.gif) repeat-x scroll right 0px ; width:64px; height:22px; cursor:pointer; } .searchmore-show{ display:none; } .searchmore-show-value{ display:block; margin:0 0 0 0!important; margin:4px 0 0 0; clear:both; }