style.less 513 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 20 21 22 23 24 25 26 27 28 29
.title{
    font-size: 18px;
        color:#333333;
        font-weight: bold;
}
.noList{
    width: 100%;
    line-height: 200px;
    text-align: center;
    font-size: 18px;
    color:#333333;
    font-weight: bold;
}
.yesList{
    width: 100%;
    padding: 12px;
    .left_title{
        text-align: right;
        font-size: 14px;
        color:#333333;
        font-weight: bold;
        margin:12px 0;
    }
    .right_content{
        font-size: 14px;
        color:#333333;
        margin:12px 0;
    }
}