Detail.less 527 Bytes
Newer Older
maple's avatar
maple 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 30 31 32 33 34 35 36 37 38 39 40 41 42
@import '~antd/lib/style/themes/default.less';

//基石
.base {
    width: 100%;
    background-color: #ffffff;
    padding: 34px;
    min-width: 1020px;
}

//头部组件
.item0{
    float: left;
}
.item0_1{
    float: left;
    line-height: 32px;
    margin-left: 38px;
}
.item1{
    float: left;
    width: 120px;
}
.item1_1{
    float: left;
    margin-left: 16px;
}
.item2{
    float: right;
}

.clear{
    clear: both;
}
.clear0{
    .clear();
    margin-bottom: 35px;
}
.clear1{
    .clear();
    margin-bottom: 16px;
}