123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- @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;
- }
|