main.css 7.3 KB

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