yisha.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485
  1. html {
  2. overflow: hidden;
  3. height: 100%;
  4. border: none;
  5. padding: 0px;
  6. margin: 0px;
  7. }
  8. .box {
  9. position: relative;
  10. border-radius: 3px;
  11. background: #ffffff;
  12. border-top: 3px solid #d2d6de;
  13. margin-bottom: 20px;
  14. width: 100%;
  15. box-shadow: 0 1px 1px rgba(0,0,0,0.1)
  16. }
  17. .box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
  18. content: " ";
  19. display: table
  20. }
  21. .box-header:after, .box-body:after, .box-footer:after {
  22. clear: both
  23. }
  24. .btn-box-tool {
  25. padding: 5px;
  26. font-size: 12px;
  27. background: transparent;
  28. color: #97a0b3;
  29. }
  30. .open .btn-box-tool,
  31. .btn-box-tool:hover {
  32. color: #606c84;
  33. }
  34. .box-main {
  35. margin: 0;
  36. border: 0;
  37. padding-top: 2px;
  38. border-radius: 0;
  39. box-shadow: none
  40. }
  41. .box-main > .box-header {
  42. border-bottom: 1px solid #eee;
  43. padding: 12px 10px 2px 15px
  44. }
  45. .box-header .box-title {
  46. display: inline-block;
  47. font-size: 18px;
  48. margin: 0;
  49. line-height: 1;
  50. }
  51. .box-main > .box-header .box-title {
  52. font-size: 16px;
  53. margin-top: 2px;
  54. float: left
  55. }
  56. .box-main > .box-header .box-title .fa {
  57. font-size: 14px;
  58. padding-right: 3px;
  59. margin-top: -2px
  60. }
  61. .box-main > .box-header .box-tools {
  62. position: relative;
  63. top: -5px;
  64. right: 0
  65. }
  66. .box-main > .box-header .box-tools .btn {
  67. padding: 3px 10px 5px 10px;
  68. font-size: 14px;
  69. margin-bottom: 2px
  70. }
  71. .box-main > .box-header .box-tools .btn-box-tool {
  72. padding: 4px 2px
  73. }
  74. .box-main form > .box-footer, .nav-main form > .box-footer {
  75. background: #fafafa
  76. }
  77. .box-main form > .box-footer .row, .nav-main form > .box-footer .row {
  78. margin: 5px 0 5px -25px
  79. }
  80. /** select2 样式修改 */
  81. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  82. background-color: #1AB394;
  83. border-color: #1AB394;
  84. padding: 1px 10px;
  85. color: #fff
  86. }
  87. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  88. margin-right: 5px;
  89. color: rgba(255,255,255,0.7)
  90. }
  91. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  92. color: #fff
  93. }
  94. .select2-container .select2-selection--single .select2-selection__rendered {
  95. padding-right: 10px
  96. }
  97. /** 表单验证 样式布局 */
  98. label.error {
  99. position: absolute;
  100. right: 18px;
  101. top: 7px;
  102. color: #ef392b;
  103. font-size: 12px;
  104. z-index: 1;
  105. }
  106. .Validform_error, input.error, select.error {
  107. background-color: #fbe2e2;
  108. border-color: #c66161;
  109. color: #c00
  110. }
  111. .Validform_wrong, .Validform_right, .Validform_warning {
  112. display: inline-block;
  113. height: 20px;
  114. font-size: 12px;
  115. vertical-align: middle;
  116. padding-left: 25px
  117. }
  118. .i-checks label.error, .check-box label.error, .radio-box label.error {
  119. right: auto;
  120. width: 150px;
  121. left: 210px;
  122. top: 1px;
  123. max-width: none;
  124. }
  125. /** 遮罩层 */
  126. .loaderbox {
  127. display: inline-block;
  128. min-width: 125px;
  129. padding: 10px;
  130. margin: 0 auto;
  131. color: #000 !important;
  132. font-size: 13px;
  133. font-weight: 400;
  134. text-align: center;
  135. vertical-align: middle;
  136. border: 1px solid #ddd;
  137. background-color: #eee;
  138. -webkit-border-radius: 2px;
  139. -moz-border-radius: 2px;
  140. -ms-border-radius: 2px;
  141. -o-border-radius: 2px;
  142. border-radius: 2px;
  143. -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  144. -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  145. box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  146. }
  147. .loaderbox .loading-activity {
  148. float: left;
  149. width: 18px;
  150. height: 18px;
  151. border: solid 2px transparent;
  152. border-top-color: #000;
  153. border-left-color: #000;
  154. border-radius: 10px;
  155. -webkit-animation: pace-spinner 400ms linear infinite;
  156. -moz-animation: pace-spinner 400ms linear infinite;
  157. -ms-animation: pace-spinner 400ms linear infinite;
  158. -o-animation: pace-spinner 400ms linear infinite;
  159. animation: pace-spinner 400ms linear infinite;
  160. }
  161. @media (max-width: 767px) {
  162. .loading-activity {
  163. width: 18px;
  164. height: 18px;
  165. }
  166. }
  167. @-ms-keyframes pace-spinner {
  168. 0% {
  169. -ms-transform: rotate(0deg);
  170. transform: rotate(0deg);
  171. }
  172. 100% {
  173. -ms-transform: rotate(360deg);
  174. transform: rotate(360deg);
  175. }
  176. }
  177. @keyframes pace-spinner {
  178. 0% {
  179. transform: rotate(0deg);
  180. }
  181. 100% {
  182. transform: rotate(360deg);
  183. }
  184. }
  185. /** 表单查询条件 */
  186. ul {
  187. margin: 0;
  188. padding: 0;
  189. -webkit-tap-highlight-color: rgba(0,0,0,0);
  190. }
  191. li {
  192. list-style: none;
  193. }
  194. .time-input {
  195. display: block;
  196. width: 100%;
  197. padding-left: 10px;
  198. }
  199. label {
  200. font-weight: normal;
  201. }
  202. .container-div {
  203. padding: 10px 35px;
  204. height: 100%;
  205. }
  206. .container-div .row {
  207. height: 100%;
  208. }
  209. .search-collapse, .select-table {
  210. width: 100%;
  211. background: #fff;
  212. border-radius: 6px;
  213. margin-top: 10px;
  214. padding-top: 5px;
  215. padding-bottom: 13px;
  216. box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  217. }
  218. .search-collapse {
  219. position: relative;
  220. }
  221. .search-collapse .col-sm-6 .control-label {
  222. color: #333;
  223. }
  224. @media ( max-width : 768px) {
  225. .search-collapse {
  226. display: none;
  227. }
  228. }
  229. @media ( min-width : 768px) {
  230. .select-list > ul > li {
  231. float: left;
  232. }
  233. }
  234. .select-list > ul > li {
  235. color: #333;
  236. margin: 5px 15px 5px 0px;
  237. height: 30px;
  238. }
  239. .select-list li input {
  240. border: 1px solid #ddd;
  241. border-radius: 4px;
  242. background: transparent;
  243. outline: none;
  244. height: 30px;
  245. width: 280px;
  246. padding-left: 5px;
  247. }
  248. .select-list li .submit-btn {
  249. border: 0px;
  250. border-radius: 4px;
  251. background: transparent;
  252. outline: none;
  253. width: 40px;
  254. height: 23px;
  255. }
  256. .select-list li select {
  257. border: 1px solid #ddd;
  258. border-radius: 4px;
  259. background: transparent;
  260. outline: none;
  261. height: 30px;
  262. width: 280px;
  263. }
  264. .select-list .select-time input {
  265. width: 133px;
  266. }
  267. .select-time label, .select-time span, .select-time input {
  268. float: left;
  269. }
  270. .select-time label {
  271. margin-top: 5px;
  272. }
  273. .select-time span {
  274. display: block;
  275. margin: 5px 5px;
  276. }
  277. .search-btn {
  278. background-color: #1ab394;
  279. border-color: #1ab394;
  280. color: #FFF;
  281. margin-bottom: 5px;
  282. display: inline-block;
  283. padding: 6px 12px;
  284. margin-bottom: 0;
  285. font-size: 14px;
  286. font-weight: 400;
  287. line-height: 1.42857143;
  288. text-align: center;
  289. white-space: nowrap;
  290. border-radius: 3px;
  291. vertical-align: middle;
  292. cursor: pointer;
  293. }
  294. /** 表格查询数据 */
  295. .table-striped {
  296. min-height: 75%;
  297. }
  298. .table-striped .bootstrap-table {
  299. border: 0px !important;
  300. }
  301. .table-striped .table, .fixed-table-container, table, .table-striped .table, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  302. border-bottom: 1px solid #e7eaec !important;
  303. background-color: transparent;
  304. border: 0px;
  305. }
  306. .table-striped .table > thead > tr > th, .table-striped .table > tbody > tr > th {
  307. border-bottom: 1px solid #ccc !important;
  308. border-top: 0px !important;
  309. }
  310. .table-striped .table > thead:first-child > tr:first-child > th {
  311. color: #333;
  312. }
  313. .table-bordered td, .table-bordered th {
  314. border: 1px solid #ddd !important
  315. }
  316. .control-label > .red {
  317. position: relative;
  318. top: 3px;
  319. color: red;
  320. }
  321. .treeSelect-panel {
  322. position: absolute;
  323. overflow: auto;
  324. border: 1px solid #DCDCDC;
  325. width: 100%;
  326. display: none;
  327. border-top-width: 0;
  328. z-index: 101;
  329. background: white;
  330. }
  331. .treeSelect-input {
  332. width: 100%;
  333. padding: 5px;
  334. }
  335. .treeSelect-mask {
  336. width: 100%;
  337. height: 100%;
  338. position: absolute;
  339. top: 0;
  340. background-color: #FFF;
  341. opacity: .1;
  342. z-index: 99;
  343. }
  344. /* jQuery autocomplete */
  345. .ui-state-active,
  346. .ui-widget-content .ui-state-active,
  347. .ui-widget-header .ui-state-active,
  348. a.ui-button:active,
  349. .ui-button:active,
  350. .ui-button.ui-state-active:hover {
  351. border: 1px solid #c5c5c5;
  352. background: #f3f3f4;
  353. font-weight: normal;
  354. color: #676a6c;
  355. }
  356. /** 首页样式 **/
  357. .ax_close_max {
  358. position: fixed;
  359. top: 5px;
  360. left: 5px;
  361. z-index: 9999;
  362. display: none;
  363. color: #ccc;
  364. }
  365. .navbar-right > .user-menu > .dropdown-menu {
  366. border-top-right-radius: 0;
  367. border-top-left-radius: 0;
  368. padding: 1px 0 0 0;
  369. border-top-width: 0;
  370. width: 138px;
  371. }
  372. .navbar-right > .user-menu .user-image {
  373. float: left;
  374. width: 27px;
  375. height: 27px;
  376. border-radius: 50%;
  377. margin-right: 8px;
  378. margin-top: -3px;
  379. }
  380. @media (max-width:767px) {
  381. .navbar-right > .user-menu .user-image {
  382. float: none;
  383. margin-right: 0;
  384. margin-top: -8px;
  385. line-height: 10px;
  386. }
  387. }
  388. .dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
  389. margin-right: 10px;
  390. }
  391. .dropdown-menu > li > a:hover {
  392. background-color: #e1e3e9;
  393. color: #333;
  394. }
  395. .dropdown-menu > .divider {
  396. background-color: #eee;
  397. }
  398. .img-xs {
  399. width: 32px;
  400. height: 32px;
  401. }
  402. .img-sm {
  403. width: 64px;
  404. height: 64px;
  405. }
  406. .img-md {
  407. width: 96px;
  408. height: 96px;
  409. }
  410. .img-lg {
  411. width: 120px;
  412. height: 120px;
  413. }