main.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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. .btn-link:focus, .btn-link:hover{
  14. text-decoration: none
  15. }
  16. /*自定义css*/
  17. .header {
  18. border-bottom: 1px solid #ccc
  19. }
  20. .header .header-logo {
  21. background: #ff6501;
  22. float: left;
  23. margin-right: 1rem;
  24. font-size: 1rem;
  25. height:38px;
  26. background:url("/web/building_saas/css/logo.png") no-repeat 0 0;
  27. padding-left:40px;
  28. }
  29. .header-logo div.v-title{
  30. font-size:12px;
  31. color:#aeaeae;
  32. line-height: 12px;
  33. margin-top:3px;
  34. }
  35. .header-logo div.p-title{
  36. font-size:14px;
  37. color:#ff6501;
  38. }
  39. .top-msg{
  40. position: fixed;
  41. top:0;
  42. width:100%;
  43. z-index: 999
  44. }
  45. .main {
  46. position: relative;
  47. background: #f7f7f9;
  48. }
  49. .main-nav {
  50. position: absolute;
  51. text-align: center;
  52. z-index: 999;
  53. padding: 30px 0 0 2px
  54. }
  55. .main-nav .nav a {
  56. display: block;
  57. width: 28px;
  58. text-align: center;
  59. line-height: 18px;
  60. padding: 10px 0;
  61. border-right: 1px solid #ccc;
  62. }
  63. .main-nav .nav a:hover {
  64. background: #fff;
  65. color: #333;
  66. text-decoration: none;
  67. }
  68. .main-nav .nav a.active {
  69. border: 2px solid #ff6501;
  70. border-right: 1px solid #fff;
  71. background: #fff;
  72. color: #333
  73. }
  74. .main-nav .nav-tabs{
  75. border-bottom: none
  76. }
  77. .poj-manage .col-auto{
  78. background:#f7f7f9
  79. }
  80. .poj-cate {
  81. width:58px
  82. }
  83. .poj-cate .nav-pills .nav-link{
  84. border-radius: 0;
  85. font-size: 24px;
  86. color: #007bff
  87. }
  88. .poj-cate .nav-pills .nav-link:hover{
  89. color:#0056b3
  90. }
  91. .poj-cate .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  92. background-color: #6c757d;
  93. color:#fff
  94. }
  95. .pm-side{
  96. position: fixed;
  97. left:0
  98. }
  99. .pm-content{
  100. padding-left:58px
  101. }
  102. .content {
  103. border-left: 1px solid #ccc;
  104. margin-left: 29px;
  105. background: #fff
  106. }
  107. .toolsbar,.toolsbar-f {
  108. background: #f7f7f9;
  109. border-bottom: 1px solid #ccc
  110. }
  111. .tools-btn {
  112. height: 30px;
  113. line-height: 30px
  114. }
  115. .toolsbar .tools-btn.btn:hover,.toolsbar-f .tools-btn.btn:hover {
  116. background: #f7f7f9;
  117. }
  118. .main-side {
  119. border-left: 1px solid #ccc;
  120. overflow-y: hidden;
  121. }
  122. .main-data-top,.main-data-full{
  123. overflow: hidden;
  124. width:100%
  125. }
  126. .main-content.col-lg-8{
  127. width:66.666667%
  128. }
  129. .main-content.col-lg-12{
  130. width:100%
  131. }
  132. .main-side.col-lg-4{
  133. width: 33.333333%;
  134. }
  135. .main-side.col-lg-0{
  136. width:0%;
  137. }
  138. .sidebar-bottom,.sidebar-bottom .col-lg-6,.sidebar-bottom .col-lg-12 {
  139. height:300px
  140. }
  141. .top-content, .fluid-content {
  142. overflow: auto;
  143. border-bottom: 1px solid #ccc;
  144. width: 100%
  145. }
  146. .bottom-content .nav {
  147. background: #f7f7f9;
  148. padding:1px 0 0 2px
  149. }
  150. .bottom-content .nav-tabs .nav-link, .side-tabs .nav-tabs .nav-link {
  151. border-radius: 0;
  152. padding: 0.2em 0.5em
  153. }
  154. .bottom-tools {
  155. height: 30px;
  156. line-height: 30px;
  157. background:#F1F1F1;
  158. bottom:30px;
  159. left:2px;
  160. z-index: 999
  161. }
  162. .side-tabs .nav-tabs .nav-item {
  163. z-index: 999
  164. }
  165. .side-tabs .nav-tabs {
  166. border-bottom: none;
  167. margin-bottom: -1px
  168. }
  169. .side-tabs .nav-tabs .nav-link {
  170. border-radius: 0;
  171. padding: 0em 0.5em;
  172. line-height: 30px;
  173. z-index: 999
  174. }
  175. .bottom-content .nav-tabs .nav-link.active {
  176. border:2px solid #ff6501;
  177. border-bottom: 1px solid #fff
  178. }
  179. .side-tabs .nav-tabs .nav-link.active {
  180. border-top: none;
  181. border-bottom:1px solid #fff
  182. }
  183. .side-tabs a.active, .sub-nav a.active {
  184. background: #ccc
  185. }
  186. .poj-manage {
  187. background: #fff
  188. }
  189. .slide-sidebar {
  190. border-left: 1px solid #E1E1E1;
  191. box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.1);
  192. background: none repeat scroll 0% 0% #ffffff;
  193. overflow: hidden;
  194. position: absolute;
  195. right: 0px;
  196. top: 0;
  197. z-index: 999;
  198. width: 0px;
  199. }
  200. .new-msg {
  201. -webkit-animation: tada 1s infinite .2s ease both;
  202. -moz-animation: tada 1s infinite .2s ease both;
  203. }
  204. @-webkit-keyframes tada {
  205. 0% {
  206. -webkit-transform: scale(1)
  207. }
  208. 10%, 20% {
  209. -webkit-transform: scale(0.9) rotate(-3deg)
  210. }
  211. 30%, 50%, 70%, 90% {
  212. -webkit-transform: scale(1.1) rotate(3deg)
  213. }
  214. 40%, 60%, 80% {
  215. -webkit-transform: scale(1.1) rotate(-3deg)
  216. }
  217. 100% {
  218. -webkit-transform: scale(1) rotate(0)
  219. }
  220. }
  221. @-moz-keyframes tada {
  222. 0% {
  223. -moz-transform: scale(1)
  224. }
  225. 10%, 20% {
  226. -moz-transform: scale(0.9) rotate(-3deg)
  227. }
  228. 30%, 50%, 70%, 90% {
  229. -moz-transform: scale(1.1) rotate(3deg)
  230. }
  231. 40%, 60%, 80% {
  232. -moz-transform: scale(1.1) rotate(-3deg)
  233. }
  234. 100% {
  235. -moz-transform: scale(1) rotate(0)
  236. }
  237. }
  238. .has-danger {
  239. -webkit-animation: shake 1s .2s ease both;
  240. -moz-animation: shake 1s .2s ease both;
  241. animation: shake 1s .2s ease both;
  242. }
  243. @-webkit-keyframes shake {
  244. 0%, 100% {
  245. -webkit-transform: translateX(0);
  246. }
  247. 10%, 30%, 50%, 70%, 90% {
  248. -webkit-transform: translateX(-10px);
  249. }
  250. 20%, 40%, 60%, 80% {
  251. -webkit-transform: translateX(10px);
  252. }
  253. }
  254. @-moz-keyframes shake {
  255. 0%, 100% {
  256. -moz-transform: translateX(0);
  257. }
  258. 10%, 30%, 50%, 70%, 90% {
  259. -moz-transform: translateX(-10px);
  260. }
  261. 20%, 40%, 60%, 80% {
  262. -moz-transform: translateX(10px);
  263. }
  264. }
  265. @keyframes shake {
  266. 0%, 100% {
  267. transform: translateX(0);
  268. }
  269. 10%, 30%, 50%, 70%, 90% {
  270. transform: translateX(-10px);
  271. }
  272. 20%, 40%, 60%, 80% {
  273. transform: translateX(10px);
  274. }
  275. }
  276. .gl-side{
  277. border-right:1px solid #ccc;
  278. width:150px
  279. }
  280. .bottom-content .tab-content .main-data-bottom{
  281. height: 300px;
  282. overflow: auto;
  283. }
  284. .bottom-content .main-data-bottom2{
  285. height: 331px;
  286. overflow: hidden;
  287. }
  288. .bottom-content .tab-content .ovf-hidden{
  289. overflow: hidden;
  290. }
  291. .form-signin {
  292. max-width: 500px;
  293. margin: 150px auto;
  294. }
  295. .poj-list, .side-content ,.form-view{
  296. overflow: auto;
  297. }
  298. .print-toolsbar{
  299. padding:5px
  300. }
  301. .print-toolsbar .panel {
  302. display:inline-block;
  303. vertical-align:top
  304. }
  305. .print-toolsbar .panel .panel-foot{
  306. text-align: center;
  307. font-size: 12px;
  308. padding-bottom:3px;
  309. background:#F2F2F2
  310. }
  311. .print-list {
  312. border-right:1px solid #ccc
  313. }
  314. .print-list .form-list {
  315. overflow: auto
  316. }
  317. .print-list .list-tools{
  318. height:50px;
  319. padding:10px 0;
  320. border-bottom:1px solid #f2f2f2
  321. }
  322. .pageContainer {
  323. text-align: center
  324. }
  325. .pageContainer .page{
  326. border:9px solid transparent;
  327. display: inline-block;
  328. }
  329. .pageContainer .page img{
  330. width:inherit;
  331. height: inherit;
  332. }
  333. .modal-auto-height {
  334. height: 400px;
  335. overflow-y: auto;
  336. }
  337. .modal-toolbar + .modal-auto-height{
  338. height:369px
  339. }
  340. .modal-fixed-height {
  341. height: 400px;
  342. overflow-y: hidden;
  343. }
  344. .sidebar-tools-bar {
  345. background:#fff
  346. }
  347. .side-search-box{
  348. background:#fff;
  349. border-bottom:1px solid #ddd
  350. }
  351. .navbar-crumb span{
  352. width: 200px
  353. }
  354. .dropdown-item{
  355. color:#007bff
  356. }
  357. .dropdown-item:hover{
  358. color:#0056b3
  359. }
  360. .dropdown-item.disabled, .dropdown-item:disabled{
  361. pointer-events:none
  362. }
  363. .tools-symbol{
  364. width:450px
  365. }
  366. .tools-symbol p{
  367. margin: 0
  368. }
  369. .tools-symbol a.btn{
  370. font-size: .95rem;
  371. width:26px;
  372. padding: 0;
  373. height:26px;
  374. }
  375. .custom-file-input:lang(zh) ~ .custom-file-label::after {
  376. content: "浏览";
  377. }