alreadyImg.less 6.2 KB
.container {
    width: 100%;
    padding: 32rpx 32rpx 0 32rpx;
    box-sizing: border-box;

    .upkeep_box {
        width: 100%;
        height: 242rpx;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
        padding: 0 32rpx;
        box-sizing: border-box;
        border-radius: 24rpx;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);

        .upkeep_mileage {
            font-size: 28rpx;
            line-height: 36rpx;
            font-weight: 600;
        }

        .upkeep_time {
            font-size: 28rpx;
            line-height: 36rpx;
            font-weight: 600;
        }

        .upkeep_change {
            font-size: 22rpx;
            line-height: 32rpx;
            color: #8C9198;
        }

        .warning {
            position: absolute;
            top: 20rpx;
            right: 25rpx;
            display: flex;
            align-items: center;

            image {
                width: 26rpx;
                height: 26rpx;
            }

            text {
                margin-left: 5rpx;
                font-size: 24rpx;
                line-height: 34rpx;
            }
        }
    }

    //  已选保养项目
    .upkeep_project {
        width: 100%;
        margin: 30rpx 0;

        .project_title {
            margin: 30rpx 0;
            font-size: 36rpx;
            font-weight: 600;
            line-height: 50rpx;
            color: rgba(6, 18, 30, 1);
            opacity: 1;

        }

        .project_list {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 20rpx 0;
            border-bottom: 1rpx solid #f5f5f5;


            .list_left {
                width: 208rpx;
                height: 208rpx;
            }

            .list_right {
                padding-left: 30rpx;
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                height: 208rpx;
                justify-content: space-between;



                .card_text {
                    width: 100%;

                }

                .card_box {
                    display: flex;


                    .goods_price {
                        display: flex;
                        align-items: baseline;

                        .money_icon {
                            font-size: 22rpx;
                            line-height: 44rpx;
                            font-weight: bold;
                            color: #FF444B;
                        }

                        .price {
                            font-size: 32rpx;
                            line-height: 44rpx;
                            font-weight: bold;
                            color: #FF444B;

                        }

                    }

                    .goods_priceDEL {
                        display: flex;
                        align-items: baseline;
                        margin-left: 30rpx;


                        .money_icon_ {
                            font-size: 22rpx;
                            line-height: 44rpx;

                            color: #8C9198;
                            ;
                        }

                        .pricedel {
                            text-decoration: line-through;
                            font-size: 32rpx;
                            line-height: 44rpx;

                            color: #8C9198;
                        }
                    }

                }


            }

        }

        .project_listNO {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 20rpx 0;
            box-sizing: border-box;
            border-bottom: 1rpx solid #f5f5f5;

            .card_text {
                width: 100%;

            }

            .card_box {
                display: flex;

                .goods_price {
                    display: flex;
                    align-items: baseline;

                    .money_icon {
                        font-size: 22rpx;
                        line-height: 44rpx;
                        font-weight: bold;
                        color: #FF444B;
                    }

                    .price {
                        font-size: 32rpx;
                        line-height: 44rpx;
                        font-weight: bold;
                        color: #FF444B;
                    }


                }

                .goods_priceDEL {
                    display: flex;
                    align-items: baseline;
                    margin-left: 30rpx;

                    .money_icon_ {
                        font-size: 22rpx;
                        line-height: 44rpx;
                        color: #8C9198;
                    }

                    .pricedel {
                        text-decoration: line-through;
                        font-size: 32rpx;
                        line-height: 44rpx;
                        color: #8C9198;
                    }
                }



            }
        }
    }

    // tab按钮
    .down_tab {
        padding: 0 32rpx;
        box-sizing: border-box;
        width: 100%;
        height: 120rpx;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        border-top: 1rpx solid #EEEEEE;
        position: fixed;
        left: 0;
        bottom: 0rpx;
        align-items: center;

        .total_price {
            display: flex;
            align-items: baseline;


            text {
                font-size: 32rpx;
                color: #000;
                font-weight: bold;
            }

            text:nth-child(3) {
                color: #E8370F
            }

            .icon_money {

                font-size: 24rpx;
                color: #E8370F;
                font-weight: bold;
            }


        }

        .btn_sure {
            display: flex;
            margin: 20rpx 0;
            align-items: center;
            justify-content: center;
            width: 240rpx;
            height: 80rpx;
            border-radius: 12rpx;
            background-color: #E8370F;
            color: #fff;
            text-align: center;
            font-weight: normal;
        }
    }

}