app.css 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. html,body,div,p,span,ul,ol,dl,h1,h2,h3,h4,h5,h6{margin:0;padding: 0;font-weight:200}
  2. body{font-family: "Helvetica Neue","PingFang SC",微软雅黑,'Microsoft Yahei';background:#eee;}
  3. ul,ol{list-style: none}
  4. img{border: 0;outline: none}
  5. a{color:#6B6D6E}
  6. a:hover{color:#CD1C20;text-decoration: none}
  7. .v-line{color:#ccc;font-size:12px;margin:0 8px}
  8. .blue{color:#349EDC}
  9. .green{color:#5BB85C}
  10. .red{color:#CD1C20}
  11. .orange{color:#FFA600}
  12. .gray{color:#A2A9B4}
  13. .page-title{padding:10px 0 30px 0;}
  14. .alert{border-radius: 0;border-left:0;border-top: 0;border-right: 0;padding:15px 30px}
  15. .woody-prompt{display: none}
  16. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align: middle}
  17. table>thead>tr>th{color:#666}
  18. table.table>thead>tr>th{color:#337AB7;}
  19. table.table>tbody>tr>td{border-bottom: 1px solid #ddd}
  20. .header{background:#eee;height:60px;border-bottom:1px solid #ddd}
  21. .header .logo{line-height:60px}
  22. .header .logo a:hover img{opacity:.8}
  23. .header .login-info{text-align:right}
  24. .header .login-info>a{line-height:60px;color:#337AB7}
  25. .header .login-info>a:hover{color:#337AB7}
  26. .header .login-info .dropdown>a{color:#337AB7;line-height:60px;}
  27. .main-content .left{padding:0;}
  28. .main-content .left ul.nav{text-align:center;background:#eee;font-size:16px;}
  29. .main-content .left ul.nav li{border-bottom:1px solid #fff}
  30. .main-content .left ul.nav li a{color:#263445;display:block;line-height:20px;border-bottom:1px solid #ddd}
  31. .main-content .left ul.nav li a span{margin-right:10px}
  32. .main-content .left ul.nav li.current a{background:#ddd;color:#337AB7}
  33. .main-content .left ul.nav li a:hover{background:#ddd;color:#337AB7}
  34. .main-content .right{padding:25px 25px;background:#fff;min-height:990px}
  35. .main-content .right .cb-title{background:#eee;line-height:42px;color:#337AB7;padding-left:30px;font-size:16px;border:1px solid #e1e1e1}
  36. .main-content .right .cb-title span{margin-right:10px}
  37. .main-content .right .content-box{padding:50px;background:#fff;border:1px solid #e1e1e1;border-top:0}
  38. .notice-content{margin-top:20px}
  39. .footer{text-align:center;color:#999;margin:30px}
  40. .footer a{color:#999}
  41. .footer a:hover{color:#333}
  42. @media screen and (max-width:768px){
  43. .main-content .left ul.nav{position:absolute;width:100%;z-index:99}
  44. .main-content .right{padding:0}
  45. .notice-content{margin-left:30px}
  46. .main-content .right .content-box{border-bottom:1px solid #e1e1e1;padding:10px}
  47. h3.page-title{padding-left:30px;padding-bottom:20px}
  48. }
  49. @media screen and (max-width:1100px){
  50. .main-content .left ul.nav{position:absolute;width:100%;z-index:99}
  51. .notice-content{margin-left:0px}
  52. }