页面定制CSS代码

#home {
    margin: 0 auto;
    width: 100%;
}

#sideBar {
    min-height: 200px;
    padding: 0 5px 0 5px;
    margin-left: 80%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
}

#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 80%;
    background: #fff;
}

#navigator {
    background-color: #333;
    height: 60px;
    clear: both;
    margin-top: 10px;
    position: relative;
}

 

相关文章:

  • 2021-11-26
  • 2022-12-23
  • 2021-12-02
  • 2021-05-24
  • 2022-01-04
  • 2021-12-13
  • 2022-12-23
  • 2022-01-13
猜你喜欢
  • 2021-08-23
  • 2021-11-21
  • 2021-09-05
  • 2021-11-18
  • 2022-12-23
  • 2021-10-22
  • 2021-06-04
相关资源
相似解决方案