2019-12-25





.expenditure-details {
    .mt20 {
        margin-top: 0;
        .account {
            margin-top: 0.30rem;
            line-height: 0.88rem;
            height: 0.88rem !important;
            // padding-bottom: 0.29rem;
            .ynet-cell__title {
                font-size: 0.28rem;
            }
            p {
                span {
                    color: red;
                }
            }
        }
        .use {
            padding-bottom: 0.29rem;
        }
    }
    .warn {
        padding-top: 0.13rem;
        display: flex;
        align-items: center;
        justify-content: center;
        .warn-content {
            font-size: 0.26rem;
            line-height: 0.36rem;
            color: #999; // padding: 0.1rem 0;
        }
        .iconfont {
            font-size: 0.26rem;
            color: #999;
            padding: 0.1rem 0.2rem;
        }
    }
    .explain-text {
        color: #fff;
        width: 6rem;
        position: absolute;
        margin-top: 2.4rem;
        z-index: 6;
        font-size: 0.32rem;
        text-align: justify;
        left: 50%;
        margin-left: -3rem;
        .title {
            text-align: center;
        }
        .content {
            line-height: 0.46rem;
            border-top: 1px solid #fff;
            padding-top: 0.4rem;
        }
        .know {
            border: 1px solid #fff;
            line-height: 0.8rem;
            height: 0.8rem;
            text-align: center;
            width: 6rem;
            font-size: 0.36rem;
            color: #fff;
            margin-top: 3.5rem;
        }
    }
}





你可能感兴趣的:(2019-12-25)