@CHARSET "UTF-8"; .tabTable { border-collapse : collapse; border-spacing : 0; border : none; } .tdBu { height : 70px; } .tabPan{ background-color:white; width : 550px; height : 35px; } #tabButton span { float : left; margin-left : 5px; overflow:hidden; } .tt { width : 60px; height : 30px; cursor : pointer; text-align : center; line-height : 30px; display : block; } .tabButton { background-color:#f4f7f8; border:1px solid #d3dbde; color:#000000; border-radius: 3px 3px 3px 3px; } .tabButtonSelected { background-color:#3c95c8; border:1px solid #3c95c8; color:#ffffff; border-radius: 3px 3px 3px 3px; } .seachText { width : 610px; margin-left : 5px; } #se div { float : left; } .searchButton { height : 30px; line-height : 30px; border-color: #3c95c8; border-style: solid; border-width: 1px; width : 120px; font-weight : bold; color : #ffffff; background-color : #3C95C8; text-align : center; cursor : pointer; } #sear { position : absolute; display : block; } #result { position : absolute; width : 99.8%; overflow-y : auto; display : block; } #dataGrid { margin :15px; width : 98%; display : block; } /**********资源库搜索************/ .eachPan { margin-left : 50px; margin-right : 50px; margin-bottom : 10px; padding-left : 10px; } .eachPan a{ color: #3366CC; text-decoration: underline; font-weight : bold; cursor: pointer; } .eachPan a:hover{ color: #FF6600; font-weight : bold; text-decoration: underline; } .eachPan:hover { background-color : #F6FAFB; } .seMore span { margin-right : 20px; } #showPaging{ border : 1px solid red; height : 35px; width : 450px; position:relative; left : 30%; } .seMore span.mo { float : right; } .sorry { margin-left : 50px; margin-right : 50px; margin-bottom : 10px; color : red; text-align : center; } #dd { width : 98%; height : 50px; margin :15px; } #dd table{ position : absolute; right : 60px; } .pageNumber a, .pageNumber span { margin-left : 10px; } .pageNumber .prev,.pageNumber .next { border-radius : 3px!important; } .pageNumber a, .pageNumber span { border : 1px solid #AAAAAA!important; } #msg { margin-left : 10px; }