main.css 7.4 KB

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