首页 > 代码库 > 第四天的练习

第四天的练习

body,ul{
    margin: 0px;
    padding: 0px;

}
ul{
    list-style: none;
    text-align: center;
}
.wode{
    float: left;
    line-height: 55px;
    margin-left: 20px;
    color:white;
    font-size: 15px;
}
#uni{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 2000px;
    /*background: #FFFFFF;*/
}
#banner{
    height: 60px;
    background: red;
    margin-bottom: 10px;
}
#baboder{
    width: 800px;
    height: 60px;
    margin: 0 auto;
    background: black;
}
#beleft{
    width: 500px;
    height: 60px;
    float: left;
    background: #6575ef;
}
#beright{
    width: 200px;
    height: 60px;
    float: right;
    background: #6575ef;
}
#wrap{
    height: 400px;
    background: blue;
    margin-bottom: 10px;
}
#main{
    height: 2000px;
        /*background: yellow;*/
}
#left{
    width: 600px;
    height: 2000px;
    background: black;
    margin-right: 5px;
}
#right{
    width: 395px;
    height: 2000px;
    background: green;
}
.woca{
    width: 1000px;
}
.wocao{
    float: left;
}

第四天的练习