_currency.css 1.26 KB
.currency-title {
    width: 100%;
    height: 90px;
    border: solid #eee 1px;
    margin-bottom: 30px;
    padding: 20px 10px;

    .yohocoin-icon {
        width: 90px;
        height: 45px;
        background-image: resolve('me/coin.png');
        background-repeat: no-repeat;
        background-position: center top;
    }
    .current-yohocoin {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .left-yohocoin {
        font-size: 12px;
        color: #666;
    }
}

.search-bar {
    font-size: 14px;
    select {
        margin-right: 20px;
    }
    .iconfont {
        font-size: 14px;
    }
}

.table .header li.big-width {
    text-align: center;
}

.currency-table {
    font-size: 14px;
    color: #1b1b1b;
    width: 934px;
    tr th {
        border: solid 1px #eee;
        background: #f5f5f5;
        height: 38px;
        text-align: center;
        margin-top: 20px;
    }
    tr td {
        padding: 30px 5px;
        text-align: center;
        border: 1px #eee solid;
    }
    .td-time,
    .td-coin {
        width: 138px;
    }
    .td-detail {
        width: 355px;
    }
}

.currency-footer {
    margin-top: 20px;
    .total {
        font-size: 14px;
    }
    .coin-pagination {
        margin-left: 280px;
    }
}

@import "order/nav";