Нет описания

common.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. table td {
  2. word-break: break-all;
  3. word-wrap: break-word;
  4. }
  5. .btns{
  6. padding: 0 18px !important;
  7. height: 34px;
  8. line-height: 34px;
  9. }
  10. .seach-box ul li {
  11. display: flex;
  12. line-height: 34px;
  13. }
  14. .ld-service li {
  15. float: left;
  16. font-size: 14px;
  17. color: #000;
  18. padding: 5px 15px;
  19. cursor: pointer;
  20. border-bottom: 1px solid #ccc;
  21. }
  22. .cr-click {
  23. border: 1px solid #ccc;
  24. background-color: #fff;
  25. border-bottom: none !important;
  26. border-bottom-left-radius: 5px;
  27. border-bottom-right-radius: 5px;
  28. }
  29. .Shows {
  30. display: block !important;
  31. }
  32. .complain {
  33. display: none;
  34. }
  35. th {
  36. padding: 5px;
  37. text-align: center;
  38. }
  39. td {
  40. padding: 5px;
  41. }
  42. .Borders {
  43. border: 1px solid #d7d7d7;
  44. }
  45. .cx {
  46. display: block;
  47. }
  48. .inpBox {
  49. /* border: 1px solid #cccccc; */
  50. width: 100%;
  51. display: inline-block;
  52. position: relative;
  53. vertical-align: middle;
  54. position: absolute;
  55. left: 0px;
  56. top: 0px;
  57. z-index: 111;
  58. }
  59. .selDpart1 {
  60. position: absolute;
  61. left: 10px;
  62. top: 36px;
  63. z-index: 11111;
  64. width: 220px;
  65. line-height: 30px;
  66. background: #ffffff;
  67. display: none;
  68. }
  69. #sponsor {
  70. width: 218px;
  71. border: 1px solid #00a1cb;
  72. margin: 0;
  73. padding: 0;
  74. max-height: 212px;
  75. overflow-y: scroll;
  76. }
  77. #sponsor li {
  78. margin: 0;
  79. padding-left: 10px;
  80. width: 100%;
  81. height: 30px;
  82. line-height: 30px;
  83. list-style: none;
  84. }
  85. #sponsor li:hover {
  86. background: #00a1cb;
  87. }
  88. .addTree,
  89. .addTreeReactionCategory {
  90. background: #fff;
  91. position: absolute;
  92. width: 95%;
  93. border: 1px solid darkgrey;
  94. left: 10px;
  95. top: 33px;
  96. display: none;
  97. z-index: 222;
  98. }
  99. .ztree li span {
  100. border: none;
  101. padding: 0;
  102. }
  103. .inps,
  104. .inpsReactionCategory {
  105. width: 100%;
  106. height: 33px;
  107. outline: none;
  108. border: 0;
  109. border-image-width: 0;
  110. padding: 0;
  111. padding-left: 3px;
  112. }
  113. .xl,
  114. .xlReactionCategory {
  115. display: inline-block;
  116. background: url(../../img/dropDown.png) no-repeat;
  117. height: 100%;
  118. background-position: center center;
  119. width: 20px;
  120. position: absolute;
  121. right: 0;
  122. top: 0px;
  123. /* background-color: #f7bc8b; */
  124. cursor: pointer;
  125. }
  126. .Cleans,
  127. .CleansReactionCategory {
  128. width: 20px;
  129. position: absolute;
  130. right: 15px;
  131. top: 9px;
  132. display: none;
  133. }
  134. .Min-width {
  135. display: inline-block;
  136. width: 50%;
  137. margin-right: 30px;
  138. }
  139. .btn-default {
  140. background: #ffffff;
  141. color: #000000;
  142. }
  143. .nameJustified {
  144. width: 5em;
  145. display: inline-block;
  146. text-align: justify;
  147. text-align-last: justify;
  148. }
  149. .reflectCategory-wrapper {
  150. position: relative;
  151. }
  152. .reflectCategoryList-wrapper {
  153. display: none;
  154. position: absolute;
  155. top: 38px;
  156. z-index: 9999;
  157. line-height: 32px;
  158. background: #FFF;
  159. }
  160. #reflectCategoryList {
  161. height: 240px;
  162. background: #FFF;
  163. border: 1px solid #e5e6e7;
  164. overflow: auto;
  165. }
  166. #reflectCategoryList li {
  167. padding: 0 10px;
  168. width: 100%;
  169. line-height: 32px;
  170. }
  171. #reflectCategoryList li:hover {
  172. background: #00a1cb;
  173. }
  174. .reflectCategoryImg {
  175. position: absolute;
  176. right: 10px;
  177. }
  178. .layui-menu li {
  179. margin: 0 !important;
  180. padding: 2px 15px !important;
  181. height: 16px;
  182. line-height: 12px !important;
  183. font-size: 12px !important;
  184. }
  185. .tool_downs a {
  186. margin-right: 5px;
  187. }
  188. .addTree ul li{
  189. float: none;
  190. }