| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 | .line {    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}.line-two {    height: 80rpx;    word-break: break-all;    overflow: hidden;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;}.seckill {    .big {        box-shadow: rgba(126, 126, 126, 0.5) 0px 0px 12rpx 4rpx;        .big-img {            position: relative;            height: 680rpx;            .time-content {                position: absolute;                bottom: 0;                display: flex;                align-items: center;                justify-content: space-between;                width: 100%;                background: #FF3422;                .secondsKill {                    margin-left: 30rpx;                    font-size: 34rpx;                    font-weight: bold;                    color: white;                }                .time {                    display: flex;                    flex-direction: column;                    justify-content: center;                    .distance-time {                        color: white;                        margin-top: 7rpx;                        font-size: 20rpx;                    }                    .item {                        font-size: 20rpx;                        color: white;                        padding: 0 5rpx;                    }                }            }        }        .content {            padding: 20rpx;            border-bottom-left-radius: 30rpx;            border-bottom-right-radius: 30rpx;            .commodity-content {                display: flex;                align-items: center;                margin-bottom: 5rpx;                .reduction {                    display: flex;                    justify-content: center;                    align-items: center;                    width: 160rpx;                    height: 40rpx;                    margin-right: 10rpx;                    border-radius: 30rpx;                    color: #ff4434;                    background: #ffd0cc;                }                .commodity-name {                    width: 500rpx;                }            }            .describe {                color: #999999;                margin-bottom: 5rpx;            }            .inventory {                color: #999999;                margin-bottom: 5rpx;            }            .price-content {                display: flex;                align-items: center;                justify-content: space-between;                .price {                    display: flex;                    justify-content: center;                    align-items: center;                    .discount {                        font-size: 34rpx;                        font-weight: bold;                        color: red;                        margin-bottom: 5rpx;                        margin-right: 10rpx;                    }                    .original-price {                        font-size: 28rpx;                        color: #999999;                        text-decoration: line-through;                    }                }                .buy {                    padding: 0 10rpx;                    height: 50rpx;                    line-height: 50rpx;                    border-radius: 30rpx;                    border: 1rpx solid red !important;                    margin: 0;                }            }        }    }    .two-box {        display: inline-block;        box-shadow: rgba(126, 126, 126, 0.5) 0px 0px 12rpx 4rpx;        .two-img {            position: relative;            width: 350rpx;            height: 350rpx;            border-radius: 20rpx;            .time-content {                position: absolute;                bottom: 0;                display: flex;                align-items: center;                justify-content: space-between;                width: 100%;                background: #FF3422;                .secondsKill {                    margin-left: 20rpx;                    font-size: 26rpx;                    font-weight: bold;                    color: white;                }                .time {                    display: flex;                    flex-direction: column;                    justify-content: center;                    margin-right: 20rpx;                    .item {                        color: white;                        font-size: 25rpx;                    }                }            }        }        .content {            padding: 20rpx;            border-bottom-left-radius: 30rpx;            border-bottom-right-radius: 30rpx;            .commodity-content {                margin-bottom: 5rpx;                .reduction {                    float: left;                    display: flex;                    justify-content: center;                    align-items: center;                    width: 140rpx;                    margin-right: 5rpx;                    border-radius: 30rpx;                    color: #ff4434;                    background: #ffd0cc;                }            }            .describe {                color: #999999;                margin-bottom: 10rpx;            }            .inventory {                color: #999999;                margin-bottom: 10rpx;                font-size: 28rpx;            }            .price-content {                display: flex;                align-items: center;                justify-content: space-between;                .price {                    .discount {                        font-size: 28rpx;                        font-weight: bold;                        color: red;                    }                    .original-price {                        font-size: 24rpx;                        color: #999999;                        text-decoration: line-through;                    }                }                .buy {                    padding: 0 10rpx;                    line-height: 50rpx;                    border-radius: 30rpx;                    border: 1rpx solid red !important;                    margin: 0;                }            }        }    }    .three-box {        display: inline-block;        box-shadow: rgba(126, 126, 126, 0.5) 0px 0px 12rpx 4rpx;        .three-img {            width: 230rpx;            height: 230rpx;        }        .content {            padding: 15rpx;            border-bottom-left-radius: 30rpx;            border-bottom-right-radius: 30rpx;            .commodity-name {                margin-bottom: 5rpx;            }            .inventory {                font-size: 22rpx;                color: #999999;                margin-bottom: 5rpx;            }            .describe {                color: #999999;                margin-bottom: 5rpx;            }            .price-content {                display: flex;                align-items: center;                justify-content: space-between;                .price {                    .discount {                        font-size: 26rpx;                        font-weight: bold;                        color: red;                        margin-right: 5rpx;                    }                    .original-price {                        font-size: 22rpx;                        color: #999999;                        text-decoration: line-through;                    }                }                .buy {                    padding: 0 10rpx;                    height: 50rpx;                    line-height: 50rpx;                    border-radius: 30rpx;                    border: 1rpx solid red !important;                    margin: 0;                }            }        }    }    .scroll-box {        display: inline-block;        margin-right: 20rpx;        .scroll {            width: 220rpx;            margin: 30rpx auto;            .scroll-img {                width: 220rpx;                height: 220rpx;                border-radius: 20rpx;            }            .content {                padding: 15rpx;                border-bottom-left-radius: 30rpx;                border-bottom-right-radius: 30rpx;                .commodity-name {                    margin-bottom: 10rpx;                }                .describe {                    margin-bottom: 10rpx;                }                .inventory {                    margin-bottom: 60rpx;                }                .discount {                    margin-bottom: 5rpx;                }                .original-price {                    text-decoration: line-through;                }                .buy {                    width: 100%;                    padding: 0 8rpx;                    margin-top: 10rpx;                }            }        }    }}.seckill2 {    display: flex;    justify-content: space-between;    flex-wrap: wrap;}.seckill_4 {    .details {        display: flex;        box-shadow: rgba(126, 126, 126, 0.5) 0px 0px 12rpx 4rpx;        .details_left {            width: 51%;            .image {                width: 100%;            }            .time-content {                margin-top: -45rpx;                position: relative;                align-items: center;                width: 100%;                display: flex;                background-color: #FF3422;                justify-content: space-between;                padding: 5rpx 10rpx;                .secondsKill {                    color: white;                    font-weight: bold;                }                .item {                    display: inline-block;                    color: #fff;                    font-size: 22rpx;                    text-align: center;                    background-color: none;                }            }        }        .content {            padding: 15rpx;            width: 48%;            display: flex;            flex-direction: column;            justify-content: space-around;            .top_content {                .commodity-content {                    margin-bottom: 5rpx;                    .reduction {                        color: #ff4434;                        background: #ffd0cc;                        padding: 3rpx 12rpx;                        border-radius: 28rpx;                        font-size: 24rpx;                    }                }                .describe {                    color: #999999;                    margin-bottom: 5rpx;                }                .inventory {                    font-size: 24rpx;                    color: #999999;                }            }            .price-content {                .price {                    display: flex;                    align-items: center;                    .discount {                        font-size: 28rpx;                        color: red;                        font-weight: bold;                        margin-right: 10rpx;                    }                    .original-price {                        font-size: 24rpx;                        color: #999999;                        text-decoration: line-through;                    }                }                .price_info {                    display: flex;                    justify-content: flex-end;                    .buy {                        padding: 3rpx 10rpx;                        border: 1rpx solid #FF3422;                        border-radius: 23rpx;                    }                }            }        }    }}
 |