tsHistory_W.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /**
  2. * 指挥机
  3. */
  4. #menu .current-formation{
  5. /*display: none;*/
  6. }
  7. #menu .formation-list-content .im-2{
  8. margin-left: 30px;
  9. }
  10. #menu .formation-list-content .im-2 input{
  11. margin-left: 50px;
  12. }
  13. #menu .formation-list-content .im-2 span{
  14. margin-left: 10px;
  15. }
  16. #menu .formation-list-content .im-2 .playback{
  17. float: right;
  18. margin-right: 10px;
  19. font-size: 14px;
  20. margin-top: 10px;
  21. height: 35px;
  22. }
  23. #menu .openhistroyposition input{
  24. margin-left: 50px;
  25. }
  26. #menu .openhistroyposition span{
  27. margin-left: 10px;
  28. }
  29. #chosseHistroyPositionTime{
  30. position: absolute;
  31. top: 470px;
  32. left: 251px;
  33. display: none;
  34. }
  35. #chosseHistroyPositionTime .popup-ct span{
  36. line-height: 45px;
  37. margin-left: 10px;
  38. }
  39. #chosseHistroyPositionTime .gethistroyposition{
  40. z-index: 2;
  41. padding: 10px;
  42. }
  43. #chosseHistroyPositionTime .gethistroyposition li{
  44. width: 100%;
  45. color: #aaaaaa;
  46. }
  47. #chosseHistroyPositionTime .gethistroyposition .title{
  48. height: 46px;
  49. }
  50. #chosseHistroyPositionTime .choose_target_id,
  51. #chosseHistroyPositionTime .choose_start_time,
  52. #chosseHistroyPositionTime .choose_stop_time{
  53. margin-left: 10px;
  54. height: 30px;
  55. }
  56. #chosseHistroyPositionTime .choose_target_id select{
  57. margin-left: 10px;
  58. width: 282px;
  59. height: 40px;
  60. border: 1px solid #aaaaaa;
  61. }
  62. #chosseHistroyPositionTime input{
  63. margin-left: 10px;
  64. width: 150px;
  65. height: 25px;
  66. border: 1px solid #aaaaaa;
  67. }
  68. #chosseHistroyPositionTime input label{
  69. font-size: 14px;
  70. }
  71. #chosseHistroyPositionTime .postcontent{
  72. height: 45px;
  73. }
  74. #chosseHistroyPositionTime .cell{
  75. width: 220px;
  76. margin: 0 auto;
  77. margin-top: 15px;
  78. }
  79. #chosseHistroyPositionTime .cell button{
  80. background-color: #ffffff;
  81. border: 1px solid #aaaaaa;
  82. color: #666666;
  83. padding: 8px 14px;
  84. cursor: pointer;
  85. }
  86. #chosseHistroyPositionTime .cell .post_time{
  87. margin-left: 10px;
  88. margin-right: 20px;
  89. }
  90. .controller_table{
  91. border-collapse: none;
  92. border-spacing: 0px;
  93. text-align: center;
  94. width: 400px;
  95. }
  96. .controller_table .title{
  97. background: #ffffff;
  98. }
  99. .controller_table .info{
  100. background: #ebebeb;
  101. }
  102. .controller_table td{
  103. width: 50px;
  104. }
  105. .controller_table td{
  106. width: 50px;
  107. }
  108. .getHistoryZHJ{
  109. cursor: pointer;
  110. width: 100%;
  111. text-align: center;
  112. }
  113. .getHistoryZHJ:hover{
  114. color: #0ff;
  115. }
  116. .getHistoryZHJ.active{
  117. color: #0ff;
  118. }