main.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. /*building SAAS 0.1*/
  2. /*bootstrap 初始化*/
  3. body {
  4. font-size: 0.9rem
  5. }
  6. .dropdown-menu {
  7. font-size: 0.9rem
  8. }
  9. /*自定义css*/
  10. .header {
  11. background: #e1e1e1
  12. }
  13. .header .header-logo {
  14. background: #ff6501;
  15. color: #fff;
  16. float: left;
  17. padding-top: .25rem;
  18. padding-bottom: .25rem;
  19. margin-right: 1rem;
  20. font-size: 1.25rem;
  21. line-height: inherit
  22. }
  23. .top-msg {
  24. position: fixed;
  25. top: 0;
  26. width: 100%;
  27. z-index: 999
  28. }
  29. .in-1 {
  30. padding-left: 0rem!important
  31. }
  32. .in-2 {
  33. padding-left: 1rem!important
  34. }
  35. .in-3 {
  36. padding-left: 1.5rem!important
  37. }
  38. .in-4 {
  39. padding-left: 2rem!important
  40. }
  41. .in-5 {
  42. padding-left: 2.5rem!important
  43. }
  44. .in-6 {
  45. padding-left: 3rem!important
  46. }
  47. .main {
  48. position: relative;
  49. background: #f7f7f9;
  50. }
  51. .main-nav {
  52. position: absolute;
  53. text-align: center;
  54. z-index: 999;
  55. padding: 2px 0 0 2px
  56. }
  57. .main-nav .nav a {
  58. display: block;
  59. width: 28px;
  60. text-align: center;
  61. line-height: 18px;
  62. color: #999;
  63. padding: 10px 0;
  64. border-right: 1px solid #ccc;
  65. }
  66. .main-nav .nav a:hover {
  67. background: #fff;
  68. color: #333;
  69. text-decoration: none;
  70. }
  71. .main-nav .nav a.active {
  72. border: 1px solid #ccc;
  73. border-right: 1px solid #fff;
  74. background: #fff;
  75. color: #333
  76. }
  77. .content {
  78. background: #fff
  79. }
  80. .tools-btn {
  81. height: 30px;
  82. line-height: 30px;
  83. }
  84. .toolsbar .tools-btn.btn:hover {
  85. background: #f7f7f9;
  86. }
  87. .main-side {
  88. border-right: 1px solid #ccc;
  89. border-left: 1px solid #ccc;
  90. overflow: hidden;
  91. }
  92. .main-side .tab-bar {
  93. padding: 5px 10px;
  94. height: 38px;
  95. position: fixed;
  96. }
  97. .main-side .tab-content {
  98. margin-top: 38px
  99. }
  100. .top-content, .fluid-content {
  101. overflow: hidden;
  102. border-bottom: 1px solid #ccc;
  103. }
  104. .warp-p2 {
  105. padding: 2px
  106. }
  107. .bottom-content .nav, .top-content .nav {
  108. background: #f7f7f9;
  109. padding: 0 0 0 2px
  110. }
  111. .bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link, .top-content .nav-tabs .nav-link {
  112. border-radius: 0;
  113. padding: 0.2em 0.5em
  114. }
  115. .side-tabs .nav-tabs .nav-item {
  116. z-index: 999
  117. }
  118. .side-tabs .nav-tabs {
  119. border-bottom: none;
  120. margin-bottom: -1px
  121. }
  122. .side-tabs .nav-tabs .nav-link {
  123. border-radius: 0;
  124. padding: 0em 0.5em;
  125. line-height: 30px;
  126. z-index: 999
  127. }
  128. .bottom-content .nav-tabs .nav-link.active {
  129. border-top: 1px solid #f7f7f9
  130. }
  131. .side-tabs .nav-tabs .nav-link.active {
  132. border-top: none;
  133. border-bottom: 1px solid #fff
  134. }
  135. .side-tabs a.active, .sub-nav a.active {
  136. background: #ccc
  137. }
  138. .poj-manage {
  139. background: #fff
  140. }
  141. .slide-sidebar {
  142. border-left: 1px solid #E1E1E1;
  143. box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  144. background: none repeat scroll 0% 0% #ffffff;
  145. overflow: hidden;
  146. position: absolute;
  147. right: 0px;
  148. top: 0;
  149. z-index: 999;
  150. width: 0px;
  151. }
  152. .new-msg {
  153. -webkit-animation: tada 1s infinite .2s ease both;
  154. -moz-animation: tada 1s infinite .2s ease both;
  155. }
  156. @-webkit-keyframes tada {
  157. 0% {
  158. -webkit-transform: scale(1)
  159. }
  160. 10%, 20% {
  161. -webkit-transform: scale(0.9) rotate(-3deg)
  162. }
  163. 30%, 50%, 70%, 90% {
  164. -webkit-transform: scale(1.1) rotate(3deg)
  165. }
  166. 40%, 60%, 80% {
  167. -webkit-transform: scale(1.1) rotate(-3deg)
  168. }
  169. 100% {
  170. -webkit-transform: scale(1) rotate(0)
  171. }
  172. }
  173. @-moz-keyframes tada {
  174. 0% {
  175. -moz-transform: scale(1)
  176. }
  177. 10%, 20% {
  178. -moz-transform: scale(0.9) rotate(-3deg)
  179. }
  180. 30%, 50%, 70%, 90% {
  181. -moz-transform: scale(1.1) rotate(3deg)
  182. }
  183. 40%, 60%, 80% {
  184. -moz-transform: scale(1.1) rotate(-3deg)
  185. }
  186. 100% {
  187. -moz-transform: scale(1) rotate(0)
  188. }
  189. }
  190. .has-danger {
  191. -webkit-animation: shake 1s .2s ease both;
  192. -moz-animation: shake 1s .2s ease both;
  193. animation: shake 1s .2s ease both;
  194. }
  195. @-webkit-keyframes shake {
  196. 0%, 100% {
  197. -webkit-transform: translateX(0);
  198. }
  199. 10%, 30%, 50%, 70%, 90% {
  200. -webkit-transform: translateX(-10px);
  201. }
  202. 20%, 40%, 60%, 80% {
  203. -webkit-transform: translateX(10px);
  204. }
  205. }
  206. @-moz-keyframes shake {
  207. 0%, 100% {
  208. -moz-transform: translateX(0);
  209. }
  210. 10%, 30%, 50%, 70%, 90% {
  211. -moz-transform: translateX(-10px);
  212. }
  213. 20%, 40%, 60%, 80% {
  214. -moz-transform: translateX(10px);
  215. }
  216. }
  217. @keyframes shake {
  218. 0%, 100% {
  219. transform: translateX(0);
  220. }
  221. 10%, 30%, 50%, 70%, 90% {
  222. transform: translateX(-10px);
  223. }
  224. 20%, 40%, 60%, 80% {
  225. transform: translateX(10px);
  226. }
  227. }
  228. .bottom-content {
  229. height: 370px;
  230. overflow: hidden;
  231. }
  232. .bottom-content .tab-content .main-data-bottom {
  233. height: 340px;
  234. overflow: auto;
  235. }
  236. .form-signin {
  237. max-width: 500px;
  238. margin: 150px auto;
  239. }
  240. .poj-list, .side-content {
  241. overflow: auto;
  242. }
  243. .poj-list span.poj-icon {
  244. padding-right: 10px;
  245. color: #ccc
  246. }
  247. .print-toolsbar {
  248. padding: 5px
  249. }
  250. .print-toolsbar .panel {
  251. display: inline-block;
  252. vertical-align: top;
  253. background: #f7f7f9
  254. }
  255. .print-toolsbar .panel .panel-foot {
  256. text-align: center;
  257. font-size: 12px
  258. }
  259. .print-list {
  260. border-right: 1px solid #ccc
  261. }
  262. .print-list .form-list {
  263. overflow: auto
  264. }
  265. .print-list .list-tools {
  266. height: 50px;
  267. padding: 10px 0;
  268. border-bottom: 1px solid #f2f2f2
  269. }
  270. .pageContainer {
  271. background: #ededed;
  272. text-align: center
  273. }
  274. .pageContainer .page {
  275. border: 9px solid transparent;
  276. display: inline-block;
  277. }
  278. .pageContainer .page img {
  279. width: inherit;
  280. height: inherit;
  281. }
  282. .codeList {
  283. max-height: 200px;
  284. overflow: auto;
  285. }
  286. .main-data-top, .main-data-bottom, .main-data, .main-side, .main-data-side-q {
  287. overflow: hidden;
  288. }
  289. .modal-fixed-height {
  290. height: 400px;
  291. overflow-y: auto;
  292. }
  293. .modal-fixed-height2 {
  294. height: 368px;
  295. overflow-y: auto;
  296. }
  297. .btn.disabled, .btn:disabled {
  298. cursor: not-allowed;
  299. opacity: .65;
  300. color: #666
  301. }
  302. .modal-lgx {
  303. max-width: 1022px
  304. }
  305. .second_header {
  306. background: #e1e1e1;
  307. }
  308. .input-group-addon {
  309. padding: 6px 12px;
  310. font-size: 14px;
  311. font-weight: 400;
  312. line-height: 1;
  313. color: #555;
  314. text-align: center;
  315. background-color: #eee;
  316. border: 1px solid #ccc;
  317. border-radius: 4px;
  318. }
  319. .input-sm {
  320. height: 30px;
  321. padding: 5px 10px;
  322. font-size: 12px;
  323. line-height: 1.5;
  324. border-radius: 3px;
  325. }
  326. .btn-default {
  327. color: #333;
  328. background-color: #fff;
  329. border-color: #ccc;
  330. }
  331. .checkbox {
  332. position: relative;
  333. display: block;
  334. margin-top: 10px;
  335. margin-bottom: 10px;
  336. }
  337. input[type=checkbox] {
  338. position: absolute;
  339. margin-top: 5px;
  340. margin-left: -20px;
  341. }
  342. .col-md-2 {
  343. position: relative;
  344. min-height: 1px;
  345. padding-right: 15px;
  346. padding-left: 15px;
  347. width: 16.66666667%
  348. }
  349. .checkbox label, .radio label {
  350. min-height: 20px;
  351. padding-left: 20px;
  352. margin-bottom: 0;
  353. font-weight: 400;
  354. cursor: pointer;
  355. width: 200px;
  356. }
  357. .close {
  358. float: right;
  359. font-size: 21px;
  360. font-weight: 700;
  361. line-height: 1;
  362. color: #000;
  363. text-shadow: 0 1px 0 #fff;
  364. filter: alpha(opacity=20);
  365. opacity: .2;
  366. }
  367. .disabled {
  368. pointer-events: none;
  369. opacity: .65;
  370. color: #666;
  371. }
  372. .split {
  373. padding: .5rem .75rem;
  374. font-size: 1rem;
  375. line-height: 1.25;
  376. }
  377. .tips {
  378. font-size: .5rem;
  379. }