_yoho-coin-detail.scss 1.4 KB
.yoho-coin-detail-page {
    background: #f0f0f0;
    .money{
        width: 100%;
        height: pxToRem(70px);
        background:#fff;
        margin-bottom: pxToRem(20px);
        line-height: pxToRem(70px);
        font-size: pxToRem(30px);
        text-indent: 1em;
        span{
            color: #f00;
            font-weight: bold;
        }
    }
    .coin-detail {
        background: #fff;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .detail-item {
        position: relative;
        margin-left: pxToRem(30px);
        border-bottom: 1px solid #e0e0e0;
        color: #444;
        padding: pxToRem(15px) 0;

        .title {
            width: pxToRem(480px);
            font-size: pxToRem(28px);
            line-height: pxToRem(40px);
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .time {
            font-size: pxToRem(20px);
            line-height: pxToRem(30px);
            color: #b0b0b0;
        }

        .count {
            position: absolute;
            right: 0;
            top: 0;
            margin-right: pxToRem(30px);
            font-size: pxToRem(28px);
            font-weight: bold;
            line-height: pxToRem(100px);
        }
    }

    li:last-child {
        .detail-item {
            border-bottom: none;
        }
    }
}