| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
-
- .toolBar {
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- }
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 32px;
- width: 172px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
-
- .inps {
- height: 30px;
- width: 172px;
- }
-
- .inps1,.inps4 {
- width: 97%;
- height: 30px;
- 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: 30px;
- display: none;
- }
- .ztree li {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|