ExchangeRecords.less 3.52 KB
.ExchangeRecords_box{
    width: 100%;
    min-height: 100vh;
    background: rgb(241,46,50,1) url("../../../static/img/pointsMall/ExchangeRecords.jpg") no-repeat
    center bottom;
    background-size: 100%;
    padding: 1px 0 0 0;
    .top_back{
        height: 60px;
        display: flex;
        justify-content: flex-start;
        padding: 0 0 40px 40px;
        img{
            width: 60px;
            height: 60px;
        }
    }
    .drawRecord_title{
        width: 588px;
        height: 390px;
        //background: url("../../../static/img/pointsMall/title.png") no-repeat center top;
        background-size: 100%;
        margin: 2px 81px 64px  81px;
    }
    .title_t{
        height:53px;
        font-size:34px;
        font-weight:400;
        color:rgba(249,249,249,1);
        line-height:53px;
        text-align: center;
        margin: 49px 0;
    }
    .content_box{
        width:670px;
        height:669px;
        background:rgba(241,46,50,1);
        border-radius:16px;
        margin: auto;
        padding-top: 1px;
        .tip{
            text-align: center;
        }
        ul{
            height: 540px;
            overflow-y: auto;
        }
        div{
            //display: flex;
            //justify-content: space-between;
            color: #fff;
        }
        .content_top{
            width:580px;
            height:60px;
            line-height: 60px;
            background:rgba(232,28,32,1);
            border-radius:12px;
            margin: 20px auto;
            font-size: 30px;
            font-weight: 600;
            padding: 0 27px;
            display: flex;
            justify-content: space-between;
            div{
                color:rgba(255,202,40,1);
            }
        }
        .item{
            padding: 20px 34px 20px 20px;
            font-size:28px;
            font-weight:400;
            color:rgba(255,255,255,1);
            line-height:40px;
            position: relative;
            display: flex;
            align-items: center;
            .adderss{
                position: absolute;
                right:72px;
                top:48px;
                width:100px;
                height:34px;
                line-height: 34px;
                border-radius:18px;
                border:1px solid rgba(244,195,47,1);
                color: #F4C32F;
                font-size: 22px;
                display: flex;
                justify-content: center !important;
            }
            div:nth-child(1){
                float: left;
                display: flex;
                justify-content: flex-start;
                flex: 1;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient:vertical;
                -webkit-line-clamp:2;
                -ms-word-wrap:break-word;
                word-wrap:break-word;
            }
            div:nth-child(2){
                float: left;
                width: 280px;
                display: flex;
                justify-content: flex-start;
            }
            div:nth-child(3){
                width: 80px;
                text-align: center;
            }
        }
    }
    .btn{
        width:520px;
        height:88px;
        background:linear-gradient(180deg,rgba(241,205,59,1) 0%,rgba(254,155,2,1) 100%);
        border-radius:44px;
        border:1px solid rgba(151,151,151,1);
        margin: 64px auto;
        text-align: center;
        line-height: 88px;
        font-size: 34px;
        color: #0A0741;
    }
}