| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .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: 24px;
- width: 172px;
- }
-
- .inps1,.inps4 {
- width: 170px;
- height: 24px;
- 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;
- }
|