receivingGiftsItem.less 7.08 KB
.receivingGiftsInfo {
    .giftItem_box {
        width: 640px;
        // height: 453px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
        border-radius: 16px;
        margin: 43px auto 0 auto;
        padding: 25px;
        .user_info {
            height: 50px;
            display: flex;
            position: relative;
            padding-bottom: 22px;
            border-bottom: solid 1px rgba(247, 247, 248, 1);
            img {
                width: 50px;
                height: 50px;
                border-radius: 50px;
            }
            .name {
                height: 50px;
                font-size: 28px;
                font-weight: 400;
                color: rgba(51, 51, 51, 1);
                line-height: 50px;
                margin-left: 20px;
                width: 400px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            .btn {
                width: 144px;
                height: 52px;
                line-height: 52px;
                background: rgba(254, 246, 233, 1);
                border-radius: 96px 0px 0px 96px;
                text-align: center;
                font-size: 26px;
                font-weight: 400;
                color: rgba(245, 166, 35, 1);
                position: absolute;
                right: -35px;
            }
            .gift_active {
                height: 40px;
                font-size: 28px;
                font-weight: 400;
                color: rgba(208, 2, 27, 1);
                line-height: 40px;
            }
        }
        .shop_info {
            display: flex;
            height: 50px;
            margin-top: 30px;
            position: relative;
            img {
                width: 40px;
                height: 40px;
                border-radius: 40px;
            }
            .name {
                height: 40px;
                font-size: 28px;
                font-weight: 400;
                color: rgba(34, 40, 51, 1);
                line-height: 40px;
                margin-left: 30px;
            }
        }
        .statu_list {
            width: auto;
            height: auto;
            margin-top: 20px;
            display: flex;
            flex-wrap:wrap;
            align-content: flex-start;
            .btn {
                min-width: 78px;
                height: 52px;
                color: #999999;
                background-color: #f9f9f9;
                border-radius: 8px;
                padding: 0 20px;
                font-size: 26px;
                line-height: 52px;
                text-align: center;
                margin: 10px;
            }
        }
        .item_info {
            display: flex;
            margin-top: 30px;
            // padding-bottom: 30px;
            // border-bottom: solid 1px rgba(247, 247, 248, 1);
            img {
                width: 200px;
                height: 200px;
                border-radius: 10px;
            }
            .box {
                margin-left: 30px;
                position: relative;
                flex: 1;
                .name {
                    font-size: 28px;
                    font-weight: 400;
                    color: rgba(51, 51, 51, 1);
                    height: 80px;
                    max-height: 80px;
                    /*! autoprefixer: off */
                    -webkit-box-orient: vertical;
                    /*! autoprefixer: on */
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    white-space: normal;
                }
                .num_desc {
                    height: 33px;
                    font-size: 24px;
                    font-weight: 400;
                    color: rgba(153, 153, 153, 1);
                    line-height: 33px;
                    margin-top: 4px;
                }
                .pirce {
                    width: 100%;
                    // position: absolute;
                    // left: 0;
                    // bottom: 0;
                    display: flex;
                    justify-content: space-between;
                    margin-top: 34px;
                    .title {
                        span {
                            width: 15px;
                            height: 33px;
                            font-size: 24px;
                            font-weight: 500;
                            color: rgba(208, 2, 27, 1);
                            line-height: 33px;
                        }
                        height: 50px;
                        font-size: 36px;
                        font-weight: 500;
                        color: rgba(208, 2, 27, 1);
                        line-height: 50px;
                    }
                    .btn {
                        width: 146px;
                        height: 52px;
                        line-height: 52px;
                        background: rgba(253, 241, 242, 1);
                        border-radius: 8px;
                        text-align: center;
                        font-size: 26px;
                        color: rgba(208, 2, 27, 1);
                        // color: #999999;
                    }
                }
            }
        }
        .fold_box {
            width: 630px;
            height: 80px;
            line-height: 80px;
            background: rgba(249, 249, 249, 1);
            border-radius: 5px;
            font-size: 24px;
            color: #999;
            text-align: center;
            display: flex;
            justify-content: center;
            margin-top: 30px;
            .fold {
                display: flex;
                .triangle_top {
                    width: 0px;
                    height: 0px;
                    border-width: 10px;
                    border-style: solid;
                    margin-top: 25px;
                    margin-left: 14px;
                    border-color: #f9f9f9 #f9f9f9 #999 #f9f9f9;
                }
                .triangle_bottom {
                    width: 0px;
                    height: 0px;
                    border-width: 10px;
                    border-style: solid;
                    margin-top: 35px;
                    margin-left: 14px;
                    border-color: #999 #fff #fff #fff;
                }
            }
        }
    }
    .noGift {
        height: calc(100vh-364px);
        display: flex;
        justify-content: center;
        align-items: center;
        .tip {
            width: 100%;
            height: 42px;
            font-size: 30px;
            font-weight: 400;
            color: rgba(51, 51, 51, 1);
            line-height: 42px;
            margin-top: 30px;
            text-align: center;
        }
        .box {
            img {
                display: block;
                width: 260px;
                height: 230px;
            }
        }
        .box2 {
            img {
                width: 200px;
                height: 200px;
                display: block;
                margin: 0 auto;
            }
        }
    }
}