123456789101112131415161718192021222324 |
- /*building SAAS 0.1*/
- /*bootstrap 初始化*/
- body {
- font-size: 12px;
- background: url(bg.png) no-repeat center center;
- }
- .side-bar li {
- font-size:16px;
- }
- .side-bar li.active{
- background-color: #e6eefe
- }
- .side-bar li:hover{
- background-color: #e6eefe
- }
- .side-bar,.comtent-item {
- background:#fff;
- }
- .content-height {
- overflow: auto;
- }
- .ztree-item {
- display:none;
- }
|