_currency.css 2.74 KB
.me-currency-page {
    font-size: 12px;

    .currencies > .title {
        background-image: resolve(home/currency.png);
    }

    .my-currency {
        height: 58px;
        line-height: 58px;
        font-weight: bold;
        border-bottom: 1px solid #e8e8e8;
        font-size: 18px;
        color: #333;
        margin: 0 10px;

        em {
            color: #ff2400;
            font-weight: normal;
        }

        &.has-tip {
            border-bottom: none;
        }
    }

    .currency-tip {
        height: 40px;
        line-height: 24px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        margin: -16px 10px 0;
        border-bottom: 1px solid #e8e8e8;

        em {
            color: #ff2400;
            font-weight: normal;
        }
    }

    .tab-wrap,
    .currency {
        margin: 0 10px;
    }

    .tab-wrap {
        position: relative;

        .options-helper {
            position: absolute;
            right: 10px;
            top: 0;
        }

        .coin-helper {
            margin-left: 10px;
            color: #468fa2;
        }
    }

    .tabs {
        margin-left: 0;
        margin-right: 0;
    }

    .currency-header {
        height: 25px;
        line-height: 25px;
        text-align: center;
        border: 1px solid #e6e6e6;
        background: #efefef;
        margin: 0 10px;

        span {
            display: block;
            float: left;
            font-size: 14px;
            font-weight: bold;
        }

        .date {
            width: 159px;
        }

        .income-expenditure {
            width: 317px;
        }

        .remark {
            width: 300px;
        }
    }

    .currency {
        display: table;
        border: 1px solid #e6e6e6;
        margin-bottom: 20px;
        border-bottom: none;

        li {
            display: table-row;
            text-align: center;
            font-size: 14px;
            height: 50px;
            line-height: 50px;

            > * {
                display: table-cell;
                border-left: 1px solid #e6e6e6;
                border-bottom: 1px solid #e6e6e6;
                vertical-align: middle;
                color: #666;
                padding: 5px;
                line-height: 18px;

                &:first-child {
                    border-left: none;
                }
            }
        }

        .date {
            width: 155px;
        }

        .remark {
            width: 300px;

            > a {
                color: #468fa2;
                margin-left: 10px;
                text-decoration: underline;
            }
        }

        .income-expenditure {
            width: 320px;
            color: #73a7b5;
        }

        .income {
            color: #e10049;
        }
    }
}