web-black.css 977 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @charset "utf-8";
  2. .containerbox {
  3. background: #f4f4f4;
  4. background-repeat: no-repeat;
  5. }
  6. /**页眉**/
  7. .super_content {
  8. margin-top: 50px;
  9. text-align: center;
  10. background-color: #fff;
  11. padding: 8px;
  12. border-top: 1px solid #CCC;
  13. border-bottom: 1px solid #CCC;
  14. }
  15. /**页脚**/
  16. .super_contentfoot {
  17. margin-top: 50px;
  18. text-align: center;
  19. background-color: #1e1e1e;
  20. padding: 8px;
  21. border-bottom: 1px solid #292929;
  22. border-top: 1px solid #585858;
  23. }
  24. .foot {
  25. text-align: center;
  26. color: #FFFFFF;
  27. background-color: #111111;
  28. padding: 8px;
  29. }
  30. .stream-blank {
  31. height: 15px;
  32. border-bottom: 1px solid #eee;
  33. background-color: #f6f6f6;
  34. }
  35. .navbar-inverse .navbar-nav > li > a {
  36. color: #e6e6e6;
  37. }
  38. /**页脚 知识分类页面下分类的操作按钮排序等**/
  39. .wcp-knowtype-right-operator {
  40. float: right;
  41. margin-top: -10px;
  42. margin-left: 4px;
  43. }
  44. .wcp-knowtype-lefttop-title {
  45. margin-top: -7px;
  46. }