pind_list.wxss 1.95 KB
.kill-time {
    text-align: center;
    justify-content: space-around;
    align-items: center;
    height: 178rpx;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #f6f6f6;
}
.kill-time .theader{
    width: 86%; display: flex; margin: 0 auto;
}

.kill-time .theader .timeac {
    font-size: 32rpx; height: 78rpx; line-height:78rpx; width: 50%; margin-top: 50rpx;
    color: #333; background-color: #fff;
}
.kill-time .theader .timeac.left{border-top-left-radius: 86rpx; border-bottom-left-radius: 86rpx;}
.kill-time .theader .timeac.right{border-top-right-radius: 86rpx; border-bottom-right-radius: 86rpx;}
.kill-time .theader .timeac.active{background-color: #c4182e;color: #fff}

.kill-item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10rpx 20rpx;
    margin-bottom: 10rpx;
}

.kill-pic {
    width: 200rpx;
    height: 200rpx;
    position: relative;
}

.kill-pic .tbiao{
  width: 76rpx;height: 76rpx; position: absolute; left: -5rpx; top: 0;
  background-color: #c4182e;color: #fff; font-size:  22rpx;
  text-align: center; line-height: 76rpx; border-radius:50% 
}

.kill-cont {
    width: 480rpx;
}

.goods-name {
    height: 48rpx;
    line-height: 48rpx;
    font-size: 24rpx;
    color: #555;
}

.goods-num {
    padding-top: 10rpx;
    display: flex;
    justify-content: space-between;
    line-height: 42rpx;
    font-size: 24rpx;
    color: #999;
}

.goods-num .co-red {
    font-size: 30rpx;
    font-weight: bold;
}

.underline {
    text-decoration: line-through; color:#999999; font-size: 20rpx; margin-left: 5rpx;
}

.kill-btn {
    text-align: right;
}

.kill-btn>navigator {
    padding: 0 20rpx;
    background: #e23245;
    color: #fff;
}

.kill-btn .gray {
    background-color: #555;
}

.no-more {
    font-size: 30rpx;
    line-height: 2;
    text-align: center;
    color: #333;
}

.kill-btn>navigator.huise{background-color: gainsboro;}
.tneirong{color:#555; font-size: 21rpx;}