| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- body{
- background: #eaedf1;
- }
- .tree{
- background: #FFFFFF;
- height: 700px;
- }
- .tableCon{
- background: #FFFFFF;
- }
- .container-fluid{
- padding: 0;
- }
- .trTitle {
- width: 100%;
- height: 44px;
- line-height: 44px;
- padding-left: 15px;
- color: #666666;
- font-weight: 700;
- font-size: 14px;
- background: #f5f5f6;
- position: relative;
- margin-top: 15px;
- }
- .trcontent{
- background: #FFFFFF;
- padding-top: 15px;
- width: 100%;
- position: relative;
- }
- .tr_btn{
- position: absolute;
- top: 15px;
- border-radius: 3px;
- padding: 5px 10px;
- color: #409eff;
- border:1px solid #409eff;
- cursor: pointer;
- }
- .tr_btn1{
- right: 80px;
- }
- .tr_btn2{
- right: 20px;
- }
- .trTitle .upupicon{
- position: absolute;
- width: 15px;
- height: 15px;
- top: 0px;
- right: 20px;
- display: block;
- cursor: pointer;
- }
- .trTitle .upupicon img{
- width: 100%;
- }
- i.tub {
- position: absolute;
- left: 9px;
- top: 7px;
- font-size: 16px;
- color: #3d3d3d;
- }
- .time-box{
- margin-left: 15px;
- width: 70%;
- }
- .time-box input{
- outline: none;
- }
- .serchIp{
- width: 100%;
- padding: 2px 0px 2px 30px;
- border-radius: 13px !important;
- }
- .serchIp_list{
- padding: 0;
- height: 32px;
- line-height: 32px;
- border:1px solid #e1e6eb;
- padding-left: 15px;
- outline: none !important;
-
- }
- i.tub_list {
- background: #f7f7f7;
- height: 30px;
- line-height: 30px;
- width: 64px;
- text-align: center;
- position: absolute;
- right: 1px;
- top: 1px;
- font-size: 16px;
- border-left: 1px solid #e1e6eb;
- color: #3d3d3d;
- }
- .trcon_list{
- background: #FFFFFF;
- }
- .trcon_list ul{
- overflow: hidden;
- }
- .trcon_list ul li{
- color: #409eff;
- float: left;
- margin-left: 8px;
- margin-right: 20px;
- list-style: none;
- }
|