main.css 5.6 KB

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