| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- .fweditgrid{
- /* height:220px; */
- width:100%;
- }
- .fweditgrid-wrap{
- position:relative;
- border:1px solid #99BBE8;
- }
-
- .fweditgrid-pager{
- zoom:1;
- background:#efefef;
- /*position:relative;*/
- }
- .fweditgrid-pager table{
- float:left;
- }
- .fweditgrid-title-text{
- color:#15428b;
- font-weight:bold;
- padding-left:5px;
- }
- .fweditgrid-title-with-icon{
- padding-left:22px;
- }
- .fweditgrid-title-icon{
- position:absolute;
- width:16px;
- height:16px;
- left:3px;
- top:4px!important;
- top:6px;
- }
- .fweditgrid-toolbar{
- height:28px;
- background:#efefef;
- padding:1px 2px;
- border-bottom:1px solid #ccc;
- }
- .fweditgrid-btn-separator{
- float:left;
- height:24px;
- border-left:1px solid #ccc;
- border-right:1px solid #fff;
- margin:2px 1px;
- }
-
- .fweditgrid-header-opr{
- width:65px;
- text-align:center;
- margin:0px;
- padding:3px 0px;
- }
-
- .fweditgrid-cell-opr{
- width:65px;
- text-align:center;
- margin:0px;
- padding:3px 0px;
- }
-
- .fweditgrid-cell-subs{
- text-align:right;
- background-color:#FBE17A;
- }
- .fweditgrid-row-alt,.fweditgrid-row-alt input{
- background:#EEEEFF;
- }
-
- .fweditgrid-td input,.fweditgrid-row input,.fweditgrid-row-alt input{
- width:95%;
- }
- .fweditgrid-td radio,.fweditgrid-row .radio,.fweditgrid-row-alt .radio{
- width:75%;
- }
-
- .fweditgrid-td numberbox,.fweditgrid-row .numberbox,.fweditgrid-row-alt .numberbox{
- width:85%;
- }
- .fweditgrid-row,.fweditgrid-row input{
- background:white;
- }
- .fweditgrid-row-over{
- background:#D0E5F5;
- background1:#FBEC88;
- cursor:default;
- }
- .fweditgrid-row-selected{
- background:#FBEC88;
- }
- .fweditgrid-resize-proxy{
- position:absolute;
- width:1px;
- top:0;
- height:10000px;
- background:red;
- cursor:e-resize;
- display:none;
- }
- .fweditgrid-info{
- float:right;
- padding-right:6px;
- padding-top:8px;
- font-size:12px;
- }
- .gltcombox-panel{
- overflow:hidden;
- position:absolute;
- white-space:nowrap;
- margin:0;
- padding:0;
- border: #B5B8C8 1px solid;
- background-color:white;
- width:100%;
- }
- .gltcombox-panel-body{
- padding:2px;
- font-size:12px;
- padding:3px;
- padding-right:0px;
- cursor:pointer;
- overflow-x:scroll;
- overflow-x:scroll;
- }
-
- .gltcombox-item-hover{
- background:#3399FF;
- color:white;
- }
- .gltcombox-item-selected{
- background:#FBEC88;
- }
- .gltcombox-item{
- padding:2px;
- font-size:12px;
- padding:3px;
- padding-right:0px;
- cursor:pointer;
- }
- .gtltextbox{
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
-
- .fweditgrid-page-list{
- border: #B5B8C8 1px solid;
- color: #000000;
- width:50px;
- height:18px;
- background-color:white;
- text-align:center;
- }
- .fweditgrid-btn-separator{
- float:left;
- height:24px;
- border-left:1px solid #ccc;
- border-right:1px solid #fff;
- margin:3px 1px;
- }
- .fweditgrid-num{
- text-align:center;
- border:1px solid #ccc;
- margin:0 2px;
- height:18px;
- background-color:white;
- }
- .fweditgrid-page-list{
- margin:0px 6px;
- }
- .fweditgrid-info{
- float:right;
- padding-right:6px;
- padding-top:8px;
- font-size:12px;
- }
- .fweditgrid-first{
- background:url('images/pagination_first.gif') no-repeat;
- }
- .fweditgrid-prev{
- background:url('images/pagination_prev.gif') no-repeat;
- }
- .fweditgrid-next{
- background:url('images/pagination_next.gif') no-repeat;
- }
- .fweditgrid-last{
- background:url('images/pagination_last.gif') no-repeat;
- }
- .fweditgrid-load{
- background:url('images/pagination_load.png') no-repeat;
- }
- .fweditgrid-loading{
- background:url('images/pagination_loading.gif') no-repeat;
- }
- .fweditgrid-mask{
- position:absolute;
- left:0;
- top:0;
- display:none;
- }
- .fweditgrid-mask-msg{
- position:absolute;
- cursor:wait;
- left:100px;
- top:50px;
- width:auto;
- height:16px;
- padding:12px 5px 10px 30px;
- background:#fff url('images/fweditgrid_loading.gif') no-repeat scroll 5px 10px;
- border:2px solid #6593CF;
- color:#222;
- display:none;
- }
- .fweditgrid-mask-msg2{
- position:absolute;
- cursor1:wait;
- left:100px;
- top:50px;
- width:auto;
- height:16px;
- padding:5px 5px 5px 5px;
- border:2px solid #6593CF;
- color:#222;
- display:none;
- }
- .fweditgrid-excel{
- background:url('images/excel.png') no-repeat;
- }
- .fweditgrid-text{
- background:url('images/text.png') no-repeat;
- }
- .fweditgrid-pdf{
- background:url('images/pdf.gif') no-repeat;
- }
- .fweditgrid-csv{
- background:url('images/csv.png') no-repeat;
- }
- .fweditgrid-dbf{
- background:url('images/dbf.png') no-repeat;
- }
- /*整个grid的数据区*/
- .fweditgrid-view{
- overflow:auto;
- }
- .fweditgrid-view table{
- border-collapse:collapse;
- }
- .fweditgrid-view th.fweditgrid-header-over{
- background:#71AED0;
- }
-
- .fweditgrid-th-opr{
- border-bottom:1px solid #ccc;
- background:#3299CC;
- color:white;
- width:65px;
- text-align:center;
- margin:0px;
- padding:3px 0px;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-th-fixed{
- border-right:1px solid #ccc;
- font-size:12px;
- font-weight:bold;
- background:#3299CC;
- border-bottom:1px solid #ccc;
- color:white;
- text-align:center;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-th-rownum{
- border_bottom:1px solid #dfe4ed;
- width:25px;
- background:#f3f5f9;
- color:#000000;
- font-size:14px;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-th-rownum-top{
- border-right:1px solid #ccc;
- border-bottom:0px solid #ccc;
- width:25px;
- background:#3299CC;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-th-rownum-bottom{
- border-top:0px solid #ccc;
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- width:25px;
- background:#3299CC;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-th{
- font-size:14px;
- font-weight:bold;
- background:#f3ff5f9;
- border-bottom:1px solid #dfe4ed;
- color:#000000S;
- text-align:center;
- }
- .fweditgrid-header-tr{
- position: relative;
- top: expression(this.parentElement.parentElement.parentElement.scrollTop);
- z-index:2;
- }
- .fweditgrid-header-group{
- position: relative;
- top: expression(this.parentElement.parentElement.parentElement.scrollTop);
- z-index:2;
- }
- .fweditgrid-td-fixed{
- font-size:12px;
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- padding:1px 2px;
- word-wrap:break-word;
- margin:0;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- background:white;
- }
- .fweditgrid-td{
- font-size:12px;
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- margin:0;
- padding:1px 2px;
- word-wrap:break-word;
- }
- .fweditgrid-td-rownumber{
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- background:#fafafa url('images/number_header_bg.gif') repeat-x left bottom;
- width:25px;
- text-align:center;
- margin:0px;
- padding:1px 2px;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-td-opr{
- text-align:center;
- font-size:12px;
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- margin:0;
- padding:1px 2px;
- word-wrap:break-word;
- position: relative;
- left: expression(this.parentElement.parentElement.parentElement.parentElement.scrollLeft);
- z-index:0;
- }
- .fweditgrid-resize{
- width:1px;
- margin:0px 0 0px 0;
- background:white;
- border:0px;
- float:right;
- cursor:e-resize;
- vertical-align:top;
- text-align:right;
- }
- .fweditgrid-div{
- color:#000000;
- background:#f3f5f9;
- text-align:center;
- white-space:nowrap;
- word-wrap:normal;
- overflow:hidden;
- }
|