| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
-
- .toolBar {
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- }
-
-
-
- .tree {
- height: 400px;
- overflow-y: auto;
- }
-
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 27px;
- width: 172px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
-
- .inps {
- height: 27px;
- width: 172px;
- }
-
- .inps1,.inps4 {
- width: 170px;
- height: 25px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
-
- .xl {
- display: inline-block;
- background: url("../../img/dropDown.png") no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- background-color: #f7bc8b;
- cursor: pointer;
- }
- .xl:hover{
- background-color: #e6d523;
- }
- .addTree{
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- display: none;
- }
- .ztree li {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|