main.css 5.5 KB

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