汇联通执法队后台管理系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

stylex.css 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. .login {
  2. position: relative;
  3. margin:90px 0px;
  4. }
  5. .alert {
  6. border: medium none;
  7. position: fixed;
  8. top: 40%;
  9. left: 50%;
  10. margin-left:-200px;
  11. display:none;
  12. z-index: 2000;
  13. min-width:200px;
  14. }
  15. .alert-success {
  16. z-index: 2001;
  17. }
  18. .navbar-brand{
  19. width:500px;
  20. }
  21. .panel.panel-expand .panel-toolbar ,
  22. .panel.panel-expand .panel-footer {
  23. display: none;
  24. }
  25. .taiji-logo{
  26. background: url(../images/taiji_logo.png) no-repeat left top ;
  27. height:100%;
  28. width: 120px;
  29. display: inline-block;
  30. background-size:contain;
  31. }
  32. .sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
  33. display: none !important;
  34. }
  35. .sidebar-minified .sidebar li.has-sub:focus > .sub-menu,
  36. .sidebar-minified .sidebar li.has-sub:hover > .sub-menu {
  37. display: block !important;
  38. overflow: visible !important;
  39. }
  40. /*解决左侧菜单隐藏后不能滚动,因 data-scrollbar影响hover问题 */
  41. .sidebar-minified .sidebar {
  42. position: absolute;
  43. width: 60px;
  44. }
  45. .sidebar-minified [data-scrollbar=true] {
  46. overflow:visible !important;
  47. }
  48. .sidebar-minified .sidebar-bg {
  49. width: 60px;
  50. }
  51. .sidebar-bg {
  52. background: #2d353c none repeat scroll 0 0;
  53. bottom: 0;
  54. left: 0;
  55. position: fixed;
  56. top: 0;
  57. width: 220px;
  58. z-index: 0;
  59. }
  60. .row > .ui-sortable[class*="col-"] {
  61. min-height: 50px;
  62. }
  63. /* wlj add begin */
  64. .pagination > li > span.input{
  65. border:none;
  66. margin:0;
  67. padding:6px 0px 6px 6px;
  68. }
  69. .taiji_sortable::after {
  70. border-left: 4px dashed;
  71. border-right: 0px ;
  72. border-bottom:4px solid transparent ;
  73. border-top: 4px solid transparent;
  74. display: inline-block;
  75. transform:rotate(0deg);
  76. margin-left:2px;
  77. content:'';
  78. }
  79. .taiji_asc::after {
  80. transform:rotate(-90deg);
  81. }
  82. .taiji_desc::after {
  83. transform:rotate(90deg);
  84. }
  85. .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  86. background: #dbf0f7 none repeat scroll 0 0 !important;
  87. }
  88. .table tr.taiji_clicked > td {
  89. background: #dbf0f7 none repeat scroll 0 0 !important;
  90. }
  91. .taiji_placeholder{position:absolute;color:#999;z-index:2000;font-size:12px}
  92. /** 选择查询条件*/
  93. .taiji_search_condition .cond_item,.select_result .select_item{
  94. display: inline-block;
  95. vertical-align: middle;
  96. background: #ffffff none repeat scroll 0 0;
  97. border: 1px solid #ff5b57;
  98. border-radius: 3px;
  99. margin: 0 3px;
  100. }
  101. .taiji_search_condition .cond_item>*,.select_result .select_item>*{
  102. float: left;
  103. display:inline-block;
  104. font-size: 12px;
  105. line-height: 1.42857;
  106. text-align: center;
  107. vertical-align: middle;
  108. }
  109. .taiji_search_condition .cond_item>*:first-child,.select_result .select_item>*:first-child{
  110. margin-left: 2px;
  111. }
  112. .taiji_search_condition .cond_item i,.select_result .select_item i{
  113. background: #ff5b57 none repeat scroll 0 0;
  114. color: white;
  115. cursor: pointer;
  116. margin-left: 2px;
  117. width: 16px;
  118. }
  119. .taiji_search_condition .cond_item:hover i ,.select_result .select_item:hover i{
  120. background: #cc4946 none repeat scroll 0 0;
  121. }
  122. #myTable-fix{
  123. position: absolute;
  124. overflow: hidden;
  125. background-color: steelblue;
  126. }
  127. #myTable-fix.fixed{
  128. position: fixed;
  129. top: 54px;
  130. z-index: 200;
  131. }
  132. #myTable-header{
  133. overflow: hidden;
  134. z-index: 100;
  135. width: 100%;
  136. }
  137. #myTable-header.fixed{
  138. background: #d0d3d5;
  139. position: fixed;
  140. top: 54px;
  141. }
  142. #myTable-column{
  143. position: absolute;
  144. overflow: hidden;
  145. }
  146. .taiji_table_float,.taiji_column_float{
  147. overflow-x: auto;
  148. width: 100%;
  149. }
  150. #myTable-fix>table{
  151. max-width:10000px !important;
  152. border: 0px none;
  153. margin: 0;
  154. }
  155. #myTable-header>table{
  156. max-width:10000px !important;
  157. margin: 0;
  158. border-top: 1px solid #ddd;
  159. }
  160. #myTable-column>table{
  161. max-width:10000px !important;
  162. border: 0px none;
  163. margin: 0;
  164. background-color: #d0d3d5;
  165. }
  166. .taiji_table_float>table{
  167. max-width:10000px !important;
  168. }
  169. .taiji_column_float>table{
  170. max-width:10000px !important;
  171. }
  172. .taiji_table_float.fixed>table{
  173. margin-top: 0px !important;
  174. }
  175. th.taiji_column_compress>span{
  176. pointer-events: none;
  177. display: block;
  178. margin-right: 12px;
  179. }
  180. th.taiji_column_compress.on{
  181. width: 50px !important;
  182. }
  183. th.taiji_column_compress::before{
  184. content: "\f066";
  185. font: normal normal normal 14px/1 FontAwesome;
  186. float: right;
  187. }
  188. th.taiji_column_compress.on::before{
  189. content: "\f065";
  190. }
  191. table.col-compress1 tr>th:nth-child(1)>span,
  192. table.col-compress1 tr>td:nth-child(1)>span,
  193. table.col-compress2 tr>th:nth-child(2)>span,
  194. table.col-compress2 tr>td:nth-child(2)>span,
  195. table.col-compress3 tr>th:nth-child(3)>span,
  196. table.col-compress3 tr>td:nth-child(3)>span,
  197. table.col-compress4 tr>th:nth-child(4)>span,
  198. table.col-compress4 tr>td:nth-child(4)>span,
  199. table.col-compress5 tr>th:nth-child(5)>span,
  200. table.col-compress5 tr>td:nth-child(5)>span,
  201. table.col-compress6 tr>th:nth-child(6)>span,
  202. table.col-compress6 tr>td:nth-child(6)>span,
  203. table.col-compress7 tr>th:nth-child(7)>span,
  204. table.col-compress7 tr>td:nth-child(7)>span,
  205. table.col-compress8 tr>th:nth-child(8)>span,
  206. table.col-compress8 tr>td:nth-child(8)>span,
  207. table.col-compress9 tr>th:nth-child(9)>span,
  208. table.col-compress9 tr>td:nth-child(9)>span,
  209. table.col-compress10 tr>th:nth-child(10)>span,
  210. table.col-compress10 tr>td:nth-child(10)>span,
  211. table.col-compress11 tr>th:nth-child(11)>span,
  212. table.col-compress11 tr>td:nth-child(11)>span,
  213. table.col-compress12 tr>th:nth-child(12)>span,
  214. table.col-compress12 tr>td:nth-child(12)>span,
  215. table.col-compress13 tr>th:nth-child(13)>span,
  216. table.col-compress13 tr>td:nth-child(13)>span,
  217. table.col-compress14 tr>th:nth-child(14)>span,
  218. table.col-compress14 tr>td:nth-child(14)>span,
  219. table.col-compress15 tr>th:nth-child(15)>span,
  220. table.col-compress15 tr>td:nth-child(15)>span,
  221. table.col-compress16 tr>th:nth-child(16)>span,
  222. table.col-compress16 tr>td:nth-child(16)>span,
  223. table.col-compress17 tr>th:nth-child(17)>span,
  224. table.col-compress17 tr>td:nth-child(17)>span,
  225. table.col-compress18 tr>th:nth-child(18)>span,
  226. table.col-compress18 tr>td:nth-child(18)>span,
  227. table.col-compress19 tr>th:nth-child(19)>span,
  228. table.col-compress19 tr>td:nth-child(19)>span,
  229. table.col-compress20 tr>th:nth-child(20)>span,
  230. table.col-compress20 tr>td:nth-child(20)>span,
  231. table.col-compress21 tr>th:nth-child(21)>span,
  232. table.col-compress21 tr>td:nth-child(21)>span,
  233. table.col-compress22 tr>th:nth-child(22)>span,
  234. table.col-compress22 tr>td:nth-child(22)>span,
  235. table.col-compress23 tr>th:nth-child(23)>span,
  236. table.col-compress23 tr>td:nth-child(23)>span,
  237. table.col-compress24 tr>th:nth-child(24)>span,
  238. table.col-compress24 tr>td:nth-child(24)>span,
  239. table.col-compress25 tr>th:nth-child(25)>span,
  240. table.col-compress25 tr>td:nth-child(25)>span
  241. {
  242. display: none;
  243. }
  244. .jconfirm .jconfirm-box div.content-pane .content {
  245. margin: 0;
  246. padding: 0;
  247. }
  248. /* header页面时间 */
  249. .clock {padding: 12px 15px;}
  250. #Date { font-family:Arial, Helvetica, sans-serif; font-size:12px;line-height:30px; text-align:center;float: left; }
  251. .clock ul { margin:0 auto; padding:0px 3px; list-style:none; text-align:center;float:left;}
  252. .clock ul li { display:inline-block; font-size:30px; line-height:30px;text-align:center; font-family:Arial, Helvetica, sans-serif; }
  253. .clock #hours,.clock #min,.clock #sec{width:35px;}
  254. .clock #point { position:relative; animation:mymove 1s ease infinite; padding-left:2px; padding-right:2px; }
  255. @keyframes mymove
  256. {
  257. 0% { opacity:1.0; text-shadow:0 0 20px #00c6ff; }
  258. 50% { opacity:0; text-shadow:none; }
  259. 100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
  260. }