main.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  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. /*自定义css*/
  14. .header {
  15. background: #e1e1e1
  16. }
  17. .header .header-logo {
  18. background: #ff6501;
  19. color: #fff;
  20. float: left;
  21. padding-top: .25rem;
  22. padding-bottom: .25rem;
  23. margin-right: 1rem;
  24. font-size: 1.25rem;
  25. line-height: inherit
  26. }
  27. .top-msg{
  28. position: fixed;
  29. top:0;
  30. width:100%;
  31. z-index: 999
  32. }
  33. .in-1{padding-left:0px!important}
  34. .in-2{padding-left:21px!important}
  35. .in-3{padding-left:42px!important}
  36. .in-4{padding-left:63px!important}
  37. .in-5{padding-left:84px!important}
  38. .in-6{padding-left:105px!important}
  39. .main {
  40. position: relative;
  41. background: #f7f7f9;
  42. }
  43. .main-nav {
  44. position: absolute;
  45. text-align: center;
  46. z-index: 999;
  47. padding: 2px 0 0 2px
  48. }
  49. .main-nav .nav a {
  50. display: block;
  51. width: 28px;
  52. text-align: center;
  53. line-height: 18px;
  54. color: #999;
  55. padding: 10px 0;
  56. border-right: 1px solid #ccc;
  57. }
  58. .main-nav .nav a:hover {
  59. background: #fff;
  60. color: #333;
  61. text-decoration: none;
  62. }
  63. .main-nav .nav a.active {
  64. border: 1px solid #ccc;
  65. border-right: 1px solid #fff;
  66. background: #fff;
  67. color: #333
  68. }
  69. .main-nav .nav-tabs{
  70. border-bottom: none
  71. }
  72. .content {
  73. border-left: 1px solid #ccc;
  74. margin-left: 29px;
  75. background: #fff
  76. }
  77. .toolsbar,.toolsbar-f {
  78. border-bottom: 1px solid #ccc
  79. }
  80. .tools-btn {
  81. height: 30px;
  82. line-height: 30px;
  83. }
  84. .toolsbar .tools-btn.btn:hover,.toolsbar-f .tools-btn.btn:hover {
  85. background: #f7f7f9;
  86. }
  87. .main-side {
  88. border-left: 1px solid #ccc;
  89. overflow-y: hidden;
  90. }
  91. .main-data-top,.main-data-full{
  92. overflow: hidden;
  93. width:100%
  94. }
  95. .main-content.col-lg-8{
  96. width:66.666667%
  97. }
  98. .main-content.col-lg-12{
  99. width:100%
  100. }
  101. .main-side.col-lg-4{
  102. width: 33.333333%;
  103. }
  104. .main-side.col-lg-0{
  105. width:0%;
  106. }
  107. .sidebar-bottom,.sidebar-bottom .col-lg-6,.sidebar-bottom .col-lg-12 {
  108. height:200px
  109. }
  110. .top-content, .fluid-content {
  111. overflow: auto;
  112. border-bottom: 1px solid #ccc;
  113. width: 100%
  114. }
  115. .bottom-content .nav {
  116. background: #f7f7f9;
  117. padding:0 0 0 2px
  118. }
  119. .bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link {
  120. border-radius: 0;
  121. padding: 0.2em 0.5em
  122. }
  123. .side-tabs .nav-tabs .nav-item {
  124. z-index: 999
  125. }
  126. .side-tabs .nav-tabs {
  127. border-bottom: none;
  128. margin-bottom: -1px
  129. }
  130. .side-tabs .nav-tabs .nav-link {
  131. border-radius: 0;
  132. padding: 0em 0.5em;
  133. line-height: 30px;
  134. z-index: 999
  135. }
  136. .bottom-content .nav-tabs .nav-link.active {
  137. border-top: 1px solid #f7f7f9
  138. }
  139. .side-tabs .nav-tabs .nav-link.active {
  140. border-top: none;
  141. border-bottom:1px solid #fff
  142. }
  143. .side-tabs a.active, .sub-nav a.active {
  144. background: #ccc
  145. }
  146. .poj-manage {
  147. background: #fff
  148. }
  149. .slide-sidebar {
  150. border-left: 1px solid #E1E1E1;
  151. box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  152. background: none repeat scroll 0% 0% #ffffff;
  153. overflow: hidden;
  154. position: absolute;
  155. right: 0px;
  156. top: 0;
  157. z-index: 999;
  158. width: 0px;
  159. }
  160. .new-msg {
  161. -webkit-animation: tada 1s infinite .2s ease both;
  162. -moz-animation: tada 1s infinite .2s ease both;
  163. }
  164. @-webkit-keyframes tada {
  165. 0% {
  166. -webkit-transform: scale(1)
  167. }
  168. 10%, 20% {
  169. -webkit-transform: scale(0.9) rotate(-3deg)
  170. }
  171. 30%, 50%, 70%, 90% {
  172. -webkit-transform: scale(1.1) rotate(3deg)
  173. }
  174. 40%, 60%, 80% {
  175. -webkit-transform: scale(1.1) rotate(-3deg)
  176. }
  177. 100% {
  178. -webkit-transform: scale(1) rotate(0)
  179. }
  180. }
  181. @-moz-keyframes tada {
  182. 0% {
  183. -moz-transform: scale(1)
  184. }
  185. 10%, 20% {
  186. -moz-transform: scale(0.9) rotate(-3deg)
  187. }
  188. 30%, 50%, 70%, 90% {
  189. -moz-transform: scale(1.1) rotate(3deg)
  190. }
  191. 40%, 60%, 80% {
  192. -moz-transform: scale(1.1) rotate(-3deg)
  193. }
  194. 100% {
  195. -moz-transform: scale(1) rotate(0)
  196. }
  197. }
  198. .has-danger {
  199. -webkit-animation: shake 1s .2s ease both;
  200. -moz-animation: shake 1s .2s ease both;
  201. animation: shake 1s .2s ease both;
  202. }
  203. @-webkit-keyframes shake {
  204. 0%, 100% {
  205. -webkit-transform: translateX(0);
  206. }
  207. 10%, 30%, 50%, 70%, 90% {
  208. -webkit-transform: translateX(-10px);
  209. }
  210. 20%, 40%, 60%, 80% {
  211. -webkit-transform: translateX(10px);
  212. }
  213. }
  214. @-moz-keyframes shake {
  215. 0%, 100% {
  216. -moz-transform: translateX(0);
  217. }
  218. 10%, 30%, 50%, 70%, 90% {
  219. -moz-transform: translateX(-10px);
  220. }
  221. 20%, 40%, 60%, 80% {
  222. -moz-transform: translateX(10px);
  223. }
  224. }
  225. @keyframes shake {
  226. 0%, 100% {
  227. transform: translateX(0);
  228. }
  229. 10%, 30%, 50%, 70%, 90% {
  230. transform: translateX(-10px);
  231. }
  232. 20%, 40%, 60%, 80% {
  233. transform: translateX(10px);
  234. }
  235. }
  236. .bottom-content .tab-content .main-data-bottom{
  237. height: 200px;
  238. overflow: auto;
  239. }
  240. .bottom-content .tab-content .ovf-hidden{
  241. overflow: hidden;
  242. }
  243. .form-signin {
  244. max-width: 500px;
  245. margin: 150px auto;
  246. }
  247. .poj-list, .side-content {
  248. overflow: auto;
  249. }
  250. .poj-list span.poj-icon {
  251. padding-right:7px;
  252. color:#ccc
  253. }
  254. .poj-list a.tree-open,.poj-list a.tree-close{
  255. width:15px;
  256. display: inline-block;
  257. }
  258. .print-toolsbar{
  259. padding:5px
  260. }
  261. .print-toolsbar .panel {
  262. display:inline-block;
  263. vertical-align:top;
  264. background:#f7f7f9
  265. }
  266. .print-toolsbar .panel .panel-foot{
  267. text-align: center;
  268. font-size: 12px
  269. }
  270. .print-list {
  271. border-right:1px solid #ccc
  272. }
  273. .print-list .form-list {
  274. overflow: auto
  275. }
  276. .print-list .list-tools{
  277. height:50px;
  278. padding:10px 0;
  279. border-bottom:1px solid #f2f2f2
  280. }
  281. .pageContainer {
  282. background: #ededed;
  283. text-align: center
  284. }
  285. .pageContainer .page{
  286. border:9px solid transparent;
  287. display: inline-block;
  288. }
  289. .pageContainer .page img{
  290. width:inherit;
  291. height: inherit;
  292. }
  293. .modal-auto-height {
  294. height: 400px;
  295. overflow-y: auto;
  296. }
  297. .modal-fixed-height {
  298. height: 400px;
  299. overflow-y: hidden;
  300. }
  301. .sidebar-tools-bar {
  302. background:#fff
  303. }
  304. .side-search-box{
  305. background:#fff;
  306. border-bottom:1px solid #ddd
  307. }