/* packageF/goods-packge/index.wxss */ .title-box { display: flex; align-items: center; justify-content: center; line-height: 60px; color: #333; } .thumb-box { height: 200rpx; width: 200rpx; margin-right: 20rpx; } .price { margin-right: 10px; color: #f15353; font-size: 36rpx; } .time { display: flex; height: 60px; margin: 10px 0 0 0; background-color: #f15353; padding: 0 20rpx; box-sizing: border-box; color: #fff; align-items: center; } .item { display: inline-block; font-size: 12px; text-align: center; background-color: #fff; border-radius: 2px; padding: 1px; min-width: 22px; } .market_price { color: #8c8c8c; font-size: 24rpx; text-decoration: line-through; } .Package { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; text-align: left; line-height: 80rpx; background-color: #fff; font-weight: 600; padding: 0 30rpx; margin-bottom: 10px; border-top: 1px solid #ececec; } .info { background-color: #fff; margin-bottom: 10px; padding: 30rpx; } .user { display: flex; align-items: center; } .user image { width: 100rpx; max-height: 100rpx; border-radius: 50%; margin-right: 40rpx; } .user .text { font-size: 15px; } .info .desc { font-size: 14px; color: #333; margin-top: 20rpx; } .list-item { margin-bottom: 10px; border-bottom: 1px #ebebeb solid; background-color: #fff; } .list-item-item { padding: 20rpx; border-bottom: 1px solid #ededed; } .goods_box { display: flex; box-sizing: border-box; } .line { border: 1rpx dashed #ebebeb; width: 100rpx; margin-right: 26rpx; height: 2rpx; } .line-right { margin-left: 26rpx; } .member { display: flex; justify-content: flex-end; line-height: 60rpx; } .fixed { position: fixed; bottom: 0; z-index: 999; display: flex; width: 100%; background-color: #fff; box-shadow: 0 -0.0625rem 0.25rem rgb(0 0 0 / 10%); -webkit-box-shadow: 0 -0.0625rem 0.25rem rgb(0 0 0 / 10%); height: 120rpx; align-items: center; } .settlement { height: 52rpx; border-radius: 27rpx; display: flex; justify-content: center; align-items: center; border: solid 0.5px #ff2c29; color: #fff; background-color: #ff2c29; width: 152rpx; margin-right: 10rpx; } .swiper-item { overflow-x: hidden; } swiper { width: 100%; height: 400rpx; } .spe_a { font-size: 14px; margin-top: 20rpx; } .cur { border: 1px solid #f15353; padding: 6rpx 20rpx; font-size: 12px; border-radius: 40rpx; margin: 10rpx 10rpx 0 0; color: #666; } .check-cur { background-color: #f15353; color: #fff; } .other_packages-title { height: 80rpx; line-height: 80rpx; text-align: left; font-size: 32rpx; padding: 0 28rpx; } .d_box .goods_box { border-bottom: solid 1px #ebebeb; padding: 28rpx 20rpx; display: flex; } .d_box .goods_box .img { width: 192rpx; height: 192rpx; overflow: hidden; background: #f5f5f5; margin-right: 20rpx; } .d_box .goods_box .img image { width: 100%; height: 100%; } .d_box .goods_box .infos { width: 480rpx; text-align: left; } .d_box .goods_box .infos .info_a { font-size: 32rpx; max-height: 80rpx; line-height: 40rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .d_box .goods_box .infos .info_b { font-size: 32rpx; color: #f15353; margin-top: 20rpx; }