1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- @charset "utf-8";
- .containerbox {
- background: #f4f4f4;
- background-repeat: no-repeat;
- }
- /**页眉**/
- .super_content {
- margin-top: 50px;
- text-align: center;
- background-color: #fff;
- padding: 8px;
- border-top: 1px solid #CCC;
- border-bottom: 1px solid #CCC;
- }
- /**页脚**/
- .super_contentfoot {
- margin-top: 50px;
- text-align: center;
- background-color: #1e1e1e;
- padding: 8px;
- border-bottom: 1px solid #292929;
- border-top: 1px solid #585858;
- }
- .foot {
- text-align: center;
- color: #FFFFFF;
- background-color: #111111;
- padding: 8px;
- }
- .stream-blank {
- height: 15px;
- border-bottom: 1px solid #eee;
- background-color: #f6f6f6;
- }
- .navbar-inverse .navbar-nav > li > a {
- color: #e6e6e6;
- }
- /**页脚 知识分类页面下分类的操作按钮排序等**/
- .wcp-knowtype-right-operator {
- float: right;
- margin-top: -10px;
- margin-left: 4px;
- }
- .wcp-knowtype-lefttop-title {
- margin-top: -7px;
- }
|