main.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  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. .content {
  76. border-left: 1px solid #ccc;
  77. margin-left: 29px;
  78. background: #fff
  79. }
  80. .toolsbar,.toolsbar-f {
  81. border-bottom: 1px solid #ccc
  82. }
  83. .tools-btn {
  84. height: 30px;
  85. line-height: 30px;
  86. }
  87. .toolsbar .tools-btn.btn:hover,.toolsbar-f .tools-btn.btn:hover {
  88. background: #f7f7f9;
  89. }
  90. .main-side {
  91. border-left: 1px solid #ccc;
  92. overflow-y: hidden;
  93. }
  94. .main-data-top,.main-data-full{
  95. overflow: hidden;
  96. width:100%
  97. }
  98. .main-content.col-lg-8{
  99. width:66.666667%
  100. }
  101. .main-content.col-lg-12{
  102. width:100%
  103. }
  104. .main-side.col-lg-4{
  105. width: 33.333333%;
  106. }
  107. .main-side.col-lg-0{
  108. width:0%;
  109. }
  110. .sidebar-bottom,.sidebar-bottom .col-lg-6,.sidebar-bottom .col-lg-12 {
  111. height:300px
  112. }
  113. .top-content, .fluid-content {
  114. overflow: auto;
  115. border-bottom: 1px solid #ccc;
  116. width: 100%
  117. }
  118. .bottom-content .nav {
  119. background: #f7f7f9;
  120. padding:0 0 0 2px
  121. }
  122. .bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link {
  123. border-radius: 0;
  124. padding: 0.2em 0.5em
  125. }
  126. .side-tabs .nav-tabs .nav-item {
  127. z-index: 999
  128. }
  129. .side-tabs .nav-tabs {
  130. border-bottom: none;
  131. margin-bottom: -1px
  132. }
  133. .side-tabs .nav-tabs .nav-link {
  134. border-radius: 0;
  135. padding: 0em 0.5em;
  136. line-height: 30px;
  137. z-index: 999
  138. }
  139. .bottom-content .nav-tabs .nav-link.active {
  140. border-top: 1px solid #f7f7f9
  141. }
  142. .side-tabs .nav-tabs .nav-link.active {
  143. border-top: none;
  144. border-bottom:1px solid #fff
  145. }
  146. .side-tabs a.active, .sub-nav a.active {
  147. background: #ccc
  148. }
  149. .poj-manage {
  150. background: #fff
  151. }
  152. .slide-sidebar {
  153. border-left: 1px solid #E1E1E1;
  154. box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  155. background: none repeat scroll 0% 0% #ffffff;
  156. overflow: hidden;
  157. position: absolute;
  158. right: 0px;
  159. top: 0;
  160. z-index: 999;
  161. width: 0px;
  162. }
  163. .new-msg {
  164. -webkit-animation: tada 1s infinite .2s ease both;
  165. -moz-animation: tada 1s infinite .2s ease both;
  166. }
  167. @-webkit-keyframes tada {
  168. 0% {
  169. -webkit-transform: scale(1)
  170. }
  171. 10%, 20% {
  172. -webkit-transform: scale(0.9) rotate(-3deg)
  173. }
  174. 30%, 50%, 70%, 90% {
  175. -webkit-transform: scale(1.1) rotate(3deg)
  176. }
  177. 40%, 60%, 80% {
  178. -webkit-transform: scale(1.1) rotate(-3deg)
  179. }
  180. 100% {
  181. -webkit-transform: scale(1) rotate(0)
  182. }
  183. }
  184. @-moz-keyframes tada {
  185. 0% {
  186. -moz-transform: scale(1)
  187. }
  188. 10%, 20% {
  189. -moz-transform: scale(0.9) rotate(-3deg)
  190. }
  191. 30%, 50%, 70%, 90% {
  192. -moz-transform: scale(1.1) rotate(3deg)
  193. }
  194. 40%, 60%, 80% {
  195. -moz-transform: scale(1.1) rotate(-3deg)
  196. }
  197. 100% {
  198. -moz-transform: scale(1) rotate(0)
  199. }
  200. }
  201. .has-danger {
  202. -webkit-animation: shake 1s .2s ease both;
  203. -moz-animation: shake 1s .2s ease both;
  204. animation: shake 1s .2s ease both;
  205. }
  206. @-webkit-keyframes shake {
  207. 0%, 100% {
  208. -webkit-transform: translateX(0);
  209. }
  210. 10%, 30%, 50%, 70%, 90% {
  211. -webkit-transform: translateX(-10px);
  212. }
  213. 20%, 40%, 60%, 80% {
  214. -webkit-transform: translateX(10px);
  215. }
  216. }
  217. @-moz-keyframes shake {
  218. 0%, 100% {
  219. -moz-transform: translateX(0);
  220. }
  221. 10%, 30%, 50%, 70%, 90% {
  222. -moz-transform: translateX(-10px);
  223. }
  224. 20%, 40%, 60%, 80% {
  225. -moz-transform: translateX(10px);
  226. }
  227. }
  228. @keyframes shake {
  229. 0%, 100% {
  230. transform: translateX(0);
  231. }
  232. 10%, 30%, 50%, 70%, 90% {
  233. transform: translateX(-10px);
  234. }
  235. 20%, 40%, 60%, 80% {
  236. transform: translateX(10px);
  237. }
  238. }
  239. .bottom-content .tab-content .main-data-bottom{
  240. height: 300px;
  241. overflow: auto;
  242. }
  243. .bottom-content .tab-content .ovf-hidden{
  244. overflow: hidden;
  245. }
  246. .form-signin {
  247. max-width: 500px;
  248. margin: 150px auto;
  249. }
  250. .poj-list, .side-content ,.form-view{
  251. overflow: auto;
  252. }
  253. .poj-list span.poj-icon {
  254. padding-right:7px;
  255. color:#ccc
  256. }
  257. .poj-list a.tree-open,.poj-list a.tree-close{
  258. width:15px;
  259. display: inline-block;
  260. }
  261. .print-toolsbar{
  262. padding:5px
  263. }
  264. .print-toolsbar .panel {
  265. display:inline-block;
  266. vertical-align:top;
  267. background:#f7f7f9
  268. }
  269. .print-toolsbar .panel .panel-foot{
  270. text-align: center;
  271. font-size: 12px
  272. }
  273. .print-list {
  274. border-right:1px solid #ccc
  275. }
  276. .print-list .form-list {
  277. overflow: auto
  278. }
  279. .print-list .list-tools{
  280. height:50px;
  281. padding:10px 0;
  282. border-bottom:1px solid #f2f2f2
  283. }
  284. .pageContainer {
  285. background: #ededed;
  286. text-align: center
  287. }
  288. .pageContainer .page{
  289. border:9px solid transparent;
  290. display: inline-block;
  291. }
  292. .pageContainer .page img{
  293. width:inherit;
  294. height: inherit;
  295. }
  296. .modal-auto-height {
  297. height: 400px;
  298. overflow-y: auto;
  299. }
  300. .modal-fixed-height {
  301. height: 400px;
  302. overflow-y: hidden;
  303. }
  304. .sidebar-tools-bar {
  305. background:#fff
  306. }
  307. .side-search-box{
  308. background:#fff;
  309. border-bottom:1px solid #ddd
  310. }
  311. .navbar-crumb span{
  312. max-width: 200px
  313. }
  314. .dropdown-item{
  315. color:#007bff
  316. }
  317. .dropdown-item.disabled, .dropdown-item:disabled{
  318. pointer-events:none
  319. }
  320. .text-green{
  321. color: #172a30
  322. }
  323. label.title{
  324. display: inline-block;
  325. width: 100px;
  326. }
  327. .modal-feeRate {max-width: 550px}
  328. .gc-column-header-cell{
  329. text-align: center!important;
  330. }