index.less 1.45 KB
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
@import '~antd/lib/style/themes/default.less';

//基石
.base {
    width: 100%;
    background-color: #ffffff;
    padding: 34px;
    min-width: 1020px;
}
//边栏1
.box{
    width: 100%;
    height: 64px;
    position: relative;
}
.item1{
    position: absolute;
    width: 180px;
    text-align: center;
    border-left: 5px solid rgba(24,144,255,1);
    font-family:'Source Han Sans CN';
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}
.item3{
    width:80px;
    height: 32px;
    position: absolute;
    right: 0;

    outline: none;
    background:none;
    cursor: pointer;

    border:1px solid rgba(217,217,217,1);
    border-radius:2px;
}




.box1{
    width: 100%;
    height: 36px;
    position: relative;
    margin-bottom: 28px;
}
.box1item1{
    position: absolute;
    
}
.box1item2{
    position: absolute;
    left: 215px;
    
}

.box2{
    width: 100%; 
    height: 183px;
    position: relative;
}
.box2item1{
    position: absolute;
    
}
.box2item2{
    position: absolute;
    left: 215px;
    
}

.tip{
    font-size:12px;
    font-family:'Source Han Sans CN';
    font-weight:400;
    color:rgba(153,153,153,1);
}


// 线栏
.line{
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(217,217,217,1);
    margin-top: 28px;
    margin-bottom: 28px;
}

.box3{
    width: 100%;
    height: 44px;
    position: relative;
}
.box3item1{
    position: absolute;
    
}
.box3item2{
    position: absolute;
    left: 215px;
    
}