123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- @CHARSET "UTF-8";
- .infoBtn {
- background-image: url('/nwyj/scripts/qui/sample_html/tree/list.gif')
- !important;
- background-repeat: no-repeat;
- background-position: 0% 100%;
- width: 20px !important;
- height: 16px;
- display: inline-block;
- }
- .layerBtn {
- background-image: url('/nwyj/scripts/qui/sample_html/tree/layers.gif')
- !important;
- background-repeat: no-repeat;
- background-position: 0% 100%;
- width: 20px !important;
- height: 16px;
- cursor: default !important;
- display: inline-block;
- }
- .delBtn {
- background-image: url('/nwyj/scripts/qui/libs/icons/delete.png')
- !important;
- background-repeat: no-repeat;
- background-position: 100% 0% !important;
- width: 20px !important;
- height: 16px;
- display: inline-block;
- }
- .globeBtn {
- background-image:
- url('/nwyj/scripts/qui/libs/images/icons/user-worker.gif')
- !important;
- background-repeat: no-repeat;
- background-position: 100% 0% !important;
- width: 20px !important;
- height: 16px;
- display: inline-block;
- }
- .arrowBtn {
- background-image: url('/nwyj/scripts/qui/libs/images/icons/user.gif')
- !important;
- background-repeat: no-repeat;
- background-position: 100% 0% !important;
- width: 20px !important;
- height: 16px;
- display: inline-block;
- }
- .bossBtn {
- background-image:
- url('/nwyj/scripts/qui/libs/images/icons/user-female.gif')
- !important;
- background-repeat: no-repeat;
- background-position: 100% 0% !important;
- width: 20px !important;
- height: 16px;
- display: inline-block;
- }
- .diydom {
- width: 200px;
- }
- .diydom li span {
- display: inline-block !important;
- float: left;
- }
- .diydomCon {
- width: 280px;
- height: 480px;
- border: solid 1px #cccccc;
- overflow: auto;
- background-color: #ffffff;
- }
- .hoverWidth {
- width: 80px;
- overflow: hidden;
- }
- .rightDiv {
- width: 100%;
- height: 126px;
- border: solid 1px #cccccc;
- border-left: none;
- border-right: none;
- overflow: auto;
- background-color: #ffffff;
- }
- .rightDiv2 {
- width: 100%;
- height: 126px;
- border: solid 1px #cccccc;
- border-left: none;
- border-right: none;
- border-bottom: none;
- overflow: auto;
- background-color: #ffffff;
- }
- .rightDiv3 {
- width: 100%;
- height: 126px;
- border: solid 1px #cccccc;
- border-left: none;
- border-right: none;
- border-bottom: none;
- overflow: auto;
- background-color: #ffffff;
- }
- .rightBigDiv {
- width: 275px;
- height: 480px;
- border: solid 1px #cccccc;
- overflow: auto;
- background-color: #ffffff;
- }
- /**按钮行**/
- .buttonPan {
- background-color: #F6F6F6;
- height: 48px;
- text-align: center;
- line-height: 48px;
- width: 100%;
- border-top: 1px solid #DADEE5;
- }
|