main.css 6.1 KB

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