cash_pay_wechat.less 5.42 KB
.CashPayWechatPage{
    h2 {
        font-size: 14px;
        line-height: 50px;
        border-bottom: 4px solid #5eba2c;
    }
    // .summary {
    //     background-color: #FFF;
    //     padding: 30px;
    //     position: relative;
    //     margin-bottom: 15px;
    //     h3 {
    //         font-size: 18px;
    //         margin-bottom: 10px;
    //         font-weight: 700;
    //     }
    //     p {
    //         font-size: 14px;
    //         color: #666;
    //     }
    //     span {
    //         position: absolute;
    //         right: 30px;
    //         top: 50%;
    //         margin-top: -18px;
    //         font-size: 18px;
    //         font-weight: 700;
    //         em {
    //             font-size: 24px;
    //         }
    //     }
    // }

    .order {
        padding: 19px 19px 9px;
        // border: 1px solid #ddd;
        background-color: #FFF;
        margin-bottom: 20px;
        .summary {
            position: relative;
            padding-right: 230px;
            background-color: #FFF;
            z-index: 1;
            padding-bottom: 10px;
        }
        .multi-summary {
            h3 {
                line-height: 50px;
            }
            .money {
                a {
                    margin-top: 8px;
                }
            }
        }
        p {
            font-size: 13px;
            color: #999;
        }
        h3 {
            font-size: 16px;
            color: #333;
            font-weight: 700;
            line-height: 40px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .money {
            position: absolute;
            right: 0;
            top: 50%;
            color: #666;
            font-size: 14px;
            margin-top: -30px;
            text-align: right;
            padding-top: 5px;
            em {
                font-size: 24px;
                font-style: normal;
                color: #ff6600;
                font-weight: 700;
            }
            a {
                display: inline-block;
                font-size: 13px;
                color: #005aa0;
                margin-top: 5px;
            }
            .icon {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                margin-left: 5px;
                font-size: 0;
                top: 1px;
                width: 0;
                height: 0;
                overflow: hidden;
                border: 4px solid #005aa0;
                border-color: #005aa0 transparent transparent transparent;
                &.down {
                    top: -4px;
                    border-color: transparent transparent #005aa0 transparent;
                }
            }
        }
        .detail {
            font-size: 13px;
            color: #666;
            border-top: 1px solid #ddd;
            padding-top: 20px;
            margin-top: 10px;
            padding-bottom: 10px;
            display: none;
            li {
                padding-bottom: 8px;
            }
            .tit {
                color: #999;
            }
            table {
                border: 1px solid #ddd;
                width: 100%;
                font-size: 13px;
                color: #666;
                border-collapse: collapse;
                text-align: center;
                th {
                    background-color: #eee;
                }
                th,
                td {
                    padding: 13px 10px;
                    border: 1px solid #ddd;
                    border-width: 1px 0;
                }
            }
        }
    }
    
    .btn{
        display: inline-block;
          margin-right: 10px;
          font-size: 13px;
          color: #999;
          cursor: pointer;
          padding: 0 10px;
          background-color: #f5f5f5;
          border: 1px solid #bbb;
          line-height: 30px;
          text-align: center;
          border-radius: 3px;
          min-width: 68px;
    }
    .wechat{
        padding: 19px;
        // border: 1px solid #ddd;
        background-color: #FFF;
        margin-bottom: 50px;
        .back{
            font-size: 13px;
            color: #005aa0;
        }
        em{
            font-style: normal;
            font-weight: 700;
            color: #ff6600;
        }
        .area{
            overflow: hidden;
            padding: 30px 0 40px;
            width: 630px;
            margin: 0 auto;
        }
        p{
            font-size: 13px;
            color: #999;
            strong{
                font-size: 14px;
                font-weight: 700;
                margin-right: 20px;
                color: #333;
            }
        }
        .scan{
            float: left;
            margin-right: 135px;
            padding-top: 50px;
            .code{
                width: 200px;
                height: 200px;
                padding: 10px;
                border: 1px solid #ddd;
                margin-bottom: 20px;
            }
            .btn{
                background: #5dba2b url(../images/dest/icon_scan.png) 28px center no-repeat;
                color: #fff;
                border-color: #5dba2b;
                line-height: 1.35;
                text-align: left;
                width: 132px;
                margin: 0;
                padding: 17px 10px 17px 78px;
                border-radius: 0;
                cursor: default;
            }
        }
    }
}