main.css 5.2 KB

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