index.less 297 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14

.div{
    .card{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 1200px;
        min-height: 319px;
        margin-bottom: 16px;
        padding:36px 35px 24px 24px;
        background-color: #fff;
        border-top: 4px solid #0F91FF; 
    }
}