iefile.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .filter{
  2. width: 100%;
  3. height: 190px;
  4. line-height: 30px;
  5. margin-bottom: 0px;
  6. border-bottom:solid 1px rgb(83, 78, 78);
  7. }
  8. .align_right{
  9. text-align: right;
  10. }
  11. .align_left{
  12. text-align: left;
  13. }
  14. .Watch_body{
  15. margin: auto;
  16. width: 1400px;
  17. background-color: wheat;
  18. /* border-bottom:1px solid #989494; */
  19. }
  20. .Watch_body div{
  21. box-sizing:border-box;
  22. height: 500px;
  23. width: 700px;
  24. }
  25. .container_right{
  26. /* border-bottom:1px solid #989494; */
  27. border-left:1px solid #989494;
  28. /* border-right:1px solid #989494; */
  29. overflow:scroll;
  30. }
  31. .container_left{
  32. /* border-bottom:1px solid #989494; */
  33. border-left:1px solid #989494;
  34. overflow:scroll;
  35. }
  36. /* .itm_right{
  37. width: 20px;
  38. } */
  39. .btn {
  40. padding: 3px 4px;
  41. }
  42. .list-unstyled{
  43. margin-top: 20px;
  44. margin-left: 20px;
  45. }
  46. .container_left .itm_left{
  47. width: 70%;
  48. height: 30px ;
  49. line-height: 30px;
  50. border-bottom:1px solid #989494;
  51. /* margin-top: 2px; */
  52. }
  53. .container_left .itm_left input{
  54. width: 80% !important;
  55. }
  56. .container_left .itm_right{
  57. width: 30%;
  58. height: 30px ;
  59. line-height: 30px;
  60. border-bottom:1px solid #989494;
  61. }
  62. .container_right .itm_left{
  63. width: 45%;
  64. height: 30px ;
  65. line-height: 30px;
  66. border-bottom:1px solid #989494;
  67. /* margin-top: 2px; */
  68. }
  69. .container_right .itm_right{
  70. width: 45%;
  71. height: 30px ;
  72. line-height: 30px;
  73. border-bottom:1px solid #989494;
  74. }
  75. .container_right .itm_del{
  76. height: 30px ;
  77. line-height: 30px;
  78. border-bottom:1px solid #989494;
  79. }
  80. .select_file_left,.select_file_right{
  81. height: 85%;
  82. }
  83. .select_file_left{
  84. width: 80%;
  85. overflow:scroll;
  86. border-top: 1px #989494 solid;
  87. border-right: 1px #989494 solid;
  88. border-bottom: 1px #989494 solid;
  89. /* background-color: khaki; */
  90. }
  91. .select_file_right{
  92. width: 20%;
  93. /* background-color: lawngreen; */
  94. border: 1px #989494 solid;
  95. }
  96. .select_file_right button{
  97. margin-top: 10px;
  98. margin-left: 10%;
  99. background-color: rgb(238, 83, 83);
  100. border: none;
  101. }
  102. .select_file_right label,p{
  103. padding: 0;
  104. margin: 0;
  105. }
  106. .select_file_right input, select ,label {
  107. width: 100% !important;
  108. height: 25px;
  109. line-height: inherit;
  110. }
  111. .left_float{
  112. float: left;
  113. }
  114. .right_float{
  115. float: right;
  116. }
  117. .footer_base{
  118. border-top: 1px solid #989494 !important;
  119. border-bottom: 1px solid #989494 !important;
  120. height: 40px;
  121. /* position:absolute; */
  122. /* bottom: 0; */
  123. }
  124. .footer_base .btn{
  125. margin-top: 5px;
  126. margin-left: 20px;
  127. }
  128. .slet_01{
  129. width: 90px;
  130. }
  131. .slet_02{
  132. width: 115px;
  133. }
  134. .slet_03{
  135. width: 130px;
  136. }
  137. .slet_04{
  138. width: 75px;
  139. }
  140. .slet_05{
  141. width: 75px;
  142. }
  143. .slet_06{
  144. width: 120px;
  145. }
  146. .active{
  147. background-color: black;
  148. color: brown;
  149. }