_yoho-coin-detail.css 1.27 KB
.yoho-coin-detail-page {
    background: #f0f0f0;
    .money{
        width: 100%;
        height: 70px;
        background:#fff;
        margin-bottom: 20px;
        line-height: 70px;
        font-size: 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: 30px;
        border-bottom: 1px solid #e0e0e0;
        color: #444;
        padding: 15px 0;

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

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

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

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