【django】校易论坛网源码custom.css

/*头部*/
.app-header {
    height: 40px;
    line-height: 40px;
}

.app-header ,.telephone {
    color: #a1a1a1;
}
.marginIndex {
    width: 1200px;
    margin: 0 auto;
}
.col-xs-6 ,.col-xs-2,.col-xs-10 {
    width: 50%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-10 {
    width: 50%;
    float: left;
}
.col-xs-2 {
    width: 50%;
    height:80px
}
.nav {
    height: 120px;
    border-bottom: 1px solid #ccc;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar {
    border-radius: 4px;
}

.navbar {
    border: 1px solid transparent;
}
#commonTopbar_ipconfig{
    float: left;
    margin: 0 10px 0 8px;
}

你可能感兴趣的:(django)