index.less 435 Bytes
Newer Older
徐立's avatar
徐立 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.content_div{
    margin:-24px;
    position: relative;
    .title{
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        line-height: 44px; 
        text-align: center;
        background-color: #E0E7EE;
        .button{
            background-color: rgba(255, 255, 255, 0);
            border:0 solid #cccccc;
            float: right;
            margin-top: 5px;
        }
    }
}