videoArea.less 1.56 KB
.title-box + .item_box {
    margin-top: 30px;
}
.item_box{
    .main-img{
        width: 100%;
        height: auto;
        display: block;
    }
    .title{
        margin: 20px auto 0 auto;
        color:rgba(102,102,102,1);
        font-size:30px;
        width: 710px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
    }
    .desc{
        margin: 3px auto 0 auto;
        color:rgba(156,156,156,1);
        font-size:28px;
        font-weight:400;
        width: 710px;
        padding-bottom: 20px;
        border-bottom: solid 1px #F2F2F2;
        white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
    }
    .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;
                text-decoration: line-through;
            }
        }
        .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;
        }
    }
}