Açıklama Yok

zhiShikuManger.css 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. body{
  2. background: #eaedf1;
  3. }
  4. .tree{
  5. background: #FFFFFF;
  6. height: 700px;
  7. }
  8. .tableCon{
  9. background: #FFFFFF;
  10. }
  11. .container-fluid{
  12. padding: 0;
  13. }
  14. .trTitle {
  15. width: 100%;
  16. height: 44px;
  17. line-height: 44px;
  18. padding-left: 15px;
  19. color: #666666;
  20. font-weight: 700;
  21. font-size: 14px;
  22. background: #f5f5f6;
  23. position: relative;
  24. margin-top: 15px;
  25. }
  26. .trcontent{
  27. background: #FFFFFF;
  28. padding-top: 15px;
  29. width: 100%;
  30. position: relative;
  31. }
  32. .tr_btn{
  33. position: absolute;
  34. top: 15px;
  35. border-radius: 3px;
  36. padding: 5px 10px;
  37. color: #409eff;
  38. border:1px solid #409eff;
  39. cursor: pointer;
  40. }
  41. .tr_btn1{
  42. right: 80px;
  43. }
  44. .tr_btn2{
  45. right: 20px;
  46. }
  47. .trTitle .upupicon{
  48. position: absolute;
  49. width: 15px;
  50. height: 15px;
  51. top: 0px;
  52. right: 20px;
  53. display: block;
  54. cursor: pointer;
  55. }
  56. .trTitle .upupicon img{
  57. width: 100%;
  58. }
  59. i.tub {
  60. position: absolute;
  61. left: 9px;
  62. top: 7px;
  63. font-size: 16px;
  64. color: #3d3d3d;
  65. }
  66. .time-box{
  67. margin-left: 15px;
  68. width: 70%;
  69. }
  70. .time-box input{
  71. outline: none;
  72. }
  73. .serchIp{
  74. width: 100%;
  75. padding: 2px 0px 2px 30px;
  76. border-radius: 13px !important;
  77. }
  78. .serchIp_list{
  79. padding: 0;
  80. height: 32px;
  81. line-height: 32px;
  82. border:1px solid #e1e6eb;
  83. padding-left: 15px;
  84. outline: none !important;
  85. }
  86. i.tub_list {
  87. background: #f7f7f7;
  88. height: 30px;
  89. line-height: 30px;
  90. width: 64px;
  91. text-align: center;
  92. position: absolute;
  93. right: 1px;
  94. top: 1px;
  95. font-size: 16px;
  96. border-left: 1px solid #e1e6eb;
  97. color: #3d3d3d;
  98. }
  99. .trcon_list{
  100. background: #FFFFFF;
  101. }
  102. .trcon_list ul{
  103. overflow: hidden;
  104. }
  105. .trcon_list ul li{
  106. color: #409eff;
  107. float: left;
  108. margin-left: 8px;
  109. margin-right: 20px;
  110. list-style: none;
  111. }