_pay.scss 5.77 KB
.order-pay{
    font-size: 12px;
    line-height: 150%;
    .pay-wapper{
        border: 1px solid #ccc;
    }
    table{
        width: 100%;
        td{
            border: 1px solid #ccc;
            border-left: 0 none;
            padding: 10px;
            text-align: center;
        }
    }
    thead{
        background: #000;
        th{
            height: 32px;
            line-height: 32px;
            color: #fff;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
        }
        .clo1{
            width: 10%;
        }
        .clo2{
            width: 20%;
        }
        .clo4{
            width: 40%;
        }
    }
    .pay-pro{
        .pay-pro-icon{
            float: left;
            display: inline;
            width: 60px;
            height: 60px;
            display: block;
        }
        .pay-pro-info{
            color: #999;
            margin-left:70px; 
            padding-top: 15px;
            text-align: left;
            a{
                color: #468fa2;
                text-decoration: none;
                display: block;
                &:hover{
                    text-decoration: underline;
                }
            }
        }
    }
    .play-content{
        padding: 10px;
        .red{
            color: #e8044f!important;
        }
        .orange{
            color: #f60!important;
        }
        .strong{
            font-weight: bold;
            color: #000;
        }
        .pan{
            dt{
                width: 105px;
                height: 30px;
                padding: 0px 0px 0px 30px;
                line-height: 30px;
                text-align: left;
                border: 0px;
                color: #fff;
                display: inline-block;
                cursor: pointer;
                background: url(http://static.yohobuy.com/images/btn_openclose.png) no-repeat 0px -60px;
                margin-bottom:5px; 
            }
            dd{
                    display: none;
                    border: 1px #ccc solid;
                    padding: 10px 15px;
                    margin-bottom: 10px;
            }
        }
        .textbox{
            height: 20px;
            line-height: 20px;
            color: #333;
            border: 1px #c9c9c9 solid;
            vertical-align: top;
        }
        .dropdown{
            height: 20px;
            line-height: 20px;
            color: #333;
            border: 1px #c9c9c9 solid;
            vertical-align: top;
        }
        .btn-group{
            text-align: right;
            input{
                display: inline-block;
                background: none;
                border: 1px solid #ccc;
                border-radius: 2px; 
                height: 20px;
            }
            .ok{
                background-color: #000;
                color:#fff;
            }
        }
        .play-left{
            float: left;
            width: 405px;
            .pan{
               text-align: left; 
               dt{
                color: #000;
                background: url(http://static.yohobuy.com/images/btn_openclose.png) no-repeat 0px 0px;
               }
            }
            
        }
        .play-piao-pan{
            li{
                height: 25px;
                padding: 10px 0px;
                line-height: 22px;
                label{
                    width: 65px;
                    display: inline-block;
                }
                .textbox{
                    width: 200px;
                }
            }
        }
        .play-remark-pan{
            .textbox{
                width: 369px;
                height: 70px;
            }
            .note{
                padding: 5px 0;
                color: #999;
            }
        }
        .play-right{
            float: right;
            width: 50%;
            width: 405px;
            .play-total{
                text-align: right;
                padding-bottom: 20px;
                label{
                    padding-right: 10px;
                }
                em{
                    width: 80px;
                    text-align: left;
                    display: inline-block;
                }
                a{
                    color: #468fa2;
                    text-decoration: underline;
                }
            }
            .pan{
                text-align: right;
            }
            
        }
        .play-juan-pan{
            dd{
                text-align: left;
            }
            
            .play-juan{
                padding: 10px 0;
                .textbox{
                    width: 70px;
                }
            }
            
        }
        .play-bi-pan{
            dd{
                text-align: right;
            }
            .textbox{
                width: 70px;
            }
            p{
                padding: 10px 0;
            }
            
        }

    }
    .to-play{
        p{
            padding: 10px 0px;
            font-size: 14px;
            text-align: right;
            color: #000;
            em{
                color: #e8044f;
                font-size: 24px;
            }
        }
        .btn-group{
            padding: 10px 0px 40px 0px;
            .submit{
                    float: right;
                    width: 133px;
                    height: 33px;
                    padding: 0px;
                    text-align: center;
                    border: 0px;
                    line-height: 33px;
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                    background: url(http://static.yohobuy.com/images/btns.png) no-repeat 0px -33px;
                    display: inline-block;
                    cursor: pointer;
            }
        }
    }

}