| 123456789101112131415161718192021222324252627282930313233343536 |
- /* product/list/list.wxss */
- .ssbox{padding: 20rpx 35rpx 10rpx;}
- .search{background: #F0F2F3;height: 70rpx;border-radius: 35rpx;padding: 0 30rpx;align-items: center;font-size: 26rpx;color: #666;}
- .search image{width: 30rpx;height: 30rpx;margin-right: 13rpx;}
- .filter{padding: 0 20rpx;}
- .filter .li{width: 33.33%;display: flex;display: -webkit-flex;align-items: center;justify-content: center;padding: 25rpx 0;font-size: 30rpx;color: #333;}
- .filter .li.active{color: var(--mina);}
- .updown{width: 14rpx;height: 23rpx;margin-left: 9rpx;}
- .shequ .li{border-bottom: 2rpx solid #eee;padding: 39rpx 20rpx 38rpx;overflow: hidden;}
- .shequ .li:last-child{border-bottom: none;margin-bottom: 0;}
- .shequ .li .flex{overflow: hidden;}
- .proimg{box-sizing: border-box;width: 210rpx;height: 210rpx;border-radius: 10rpx;margin-right: 20rpx;border: 2rpx solid #E5E5E5;}
- .proname{font-size: 28rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
- .endtime{display: inline-block;height: 32rpx;line-height: 32rpx;border: 2rpx solid #FE0419;border-radius: 6rpx;padding: 0 8rpx;font-size: 24rpx;color: #FE0419;margin: 15rpx 0 65rpx;}
- .operate{justify-content: space-between;align-items: center;}
- .proprice .del{font-weight: normal;font-size: 24rpx;color: #999;margin-left: 12rpx;text-decoration: line-through;}
- .add-cart image{width: 42rpx;height: 42rpx;}
- .nums{align-items: center;}
- .num{font-size: 30rpx;width: 50rpx;text-align: center;line-height: 42rpx;}
- .remind{width: 150rpx;height: 50rpx;border-radius: 25rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 50rpx;}
- .datas{justify-content: space-between;align-items: center;font-size: 24rpx;color: #666;padding: 20rpx 0 0;}
- .yigou{margin-left: 6rpx;align-items: center;}
- .yigou image{width: 40rpx;height: 40rpx;border-radius: 50%;margin-left: -6rpx;border: 2rpx solid #fff;}
- .yigou image.more1{border: none;width: 46rpx;height: 46rpx;}
- .yigou text{margin-left: 12rpx;}
- .xiaoliang{color: #999;}
- .price{font-size: 24rpx;color: #FE0419;}
- .price text{font-size: 36rpx;font-weight: bold;}
- .price .del{font-size: 24rpx;color: #999;text-decoration: line-through;}
- .add-cart image{width: 42rpx;height: 42rpx;}
- .nums{align-items: center;}
- .num{font-size: 30rpx;width: 50rpx;text-align: center;line-height: 42rpx;}
- .remind{width: 150rpx;height: 50rpx;border-radius: 25rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 50rpx;}
|