videoArea.less 1.45 KB
.title-box + .item_box {
    margin-top: 30px;
}
.item_box{
    .main-img{
        width: 100%;
        height: auto;
        display: block;
    }
    .title{
        margin: 20px 0 0 20px;
        height:42px;
        font-size:30px;
        font-weight:500;
        color:rgba(102,102,102,1);
        line-height:42px;
    }
    .desc{
        margin: 4px 20px 0 20px;
        height:40px;
        font-size:28px;
        font-weight:400;
        color:rgba(156,156,156,1);
        line-height:40px;
        padding-bottom: 20px;
        border-bottom: solid 1px #F2F2F2;
    }
    .pic_box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px;
        .pice{
            display: flex;
            .now{
                height:70px;
                font-size:50px;
                font-weight:400;
                color:rgba(255,114,92,1);
                line-height:70px;
            }
            .original{
                height:37px;
                font-size:26px;
                font-weight:400;
                color:rgba(172,172,172,1);
                line-height:70px;
                margin-left: 14px;
            }
        }
        .btn{
            width:153px;
            height:53px;
            line-height: 53px;
            background:rgba(255,114,92,1);
            border-radius:100px;
            color: #fff;
            font-size: 26px;
            text-align: center;
        }
    }
}