_returns.css 2.26 KB
.returns-me-page {
    .returns .title {
        background-image: resolve(home/returns.png);
    }

    .time,
    .return-status,
    .operation {
        width: 100px;
        border-left: 1px solid #e6e6e6;
    }

    .return-type {
        width: 80px;
        border-left: 1px solid #e6e6e6;
    }

    .order-table-header {
        padding: 0;
        margin: 10px;
        border: 1px #e6e6e6 solid;

        > span {
            text-align: center;
            border-left: none;
        }

        .info {
            width: 384px;
            padding-left: 10px;
            text-align: left;
        }
    }

    .order-wrap {
        li {
            border-top: none;

            .info {
                width: 384px;
                padding: 5px 0 5px 10px;
            }

            .text-info {
                width: 300px;
                right: 0;
                bottom: 15px;

                .name {
                    max-width: 300px;
                }

                .name:hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

.returns-cancel-dialog {
    width: 350px;
    background: #fff;
    padding: 20px 30px 35px;

    .message-title {
        margin-top: 40px;
        margin-bottom: 27px;
        font-size: 24px;
        font-weight: 700;
    }

    .message-summary {
        width: 250px;
        margin: 0 auto 22px;
        font-size: 14px;
        word-wrap: break-word;
        line-height: 20px;
        color: #444;
    }

    .btns {
        padding: 15px 30px 0;
        text-align: center;

        .btn {
            height: 35px;
            font-size: 15px;
            line-height: 35px;
        }

        .cancel-sure {
            color: #fff;
            background: #000;
            border: none;
        }

        .cancel-no {
            margin-left: 30px;
            background: #fff;
            color: #000;
            border-color: #000;
        }
    }

    .close {
        top: 15px;
        right: 15px;

        .iconfont {
            font-size: 30px;
        }
    }

    .icon-warn {
        display: inline-block;
        margin-right: 10px;
        background: url("/home/icon-warn.png") no-repeat;
        width: 30px;
        height: 30px;
        vertical-align: -6px;
    }
}