| 12345678910111213141516171819202122232425 |
- /* activity/bargain/index/index.wxss */
- page{background: #E0212A;}
- .banner image{width: 100%;}
- .con{padding: 0 20rpx 50rpx;margin-top: -15rpx;position: relative;z-index: 2;}
- .title{align-items: center;justify-content: center;font-size: 32rpx;color: #fff;height: 80rpx;line-height: 80rpx;border-radius: 12rpx 12rpx 0 0;}
- .title .icon{margin-right: 7rpx;font-size: 32rpx;}
- .list{border-radius: 0 0 12rpx 12rpx;padding: 0 20rpx;margin-bottom: 30rpx;}
- .list .li{padding: 30rpx 0;border-bottom: 2rpx solid #E8E8E8;align-items: center;}
- .list .li:last-child{border-bottom: none;}
- .list .li .flex{overflow: hidden;}
- .proimg{width: 180rpx;height: 180rpx;margin-right: 20rpx;}
- .name{font-size: 28rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow-y: hidden;}
- .kan-price{align-items: center;margin: 10rpx 0 45rpx;}
- .tag{width: 80rpx;height: 36rpx;border-radius: 8rpx;text-align: center;line-height: 36rpx;font-size: 20rpx;color: #fff;}
- .price{font-size: 38rpx;color: #FE0419;margin: 0 20rpx 0 12rpx;}
- .price text{font-size: 25rpx;}
- .del{font-size: 24rpx;color: #999;text-decoration: line-through;}
- .kan-times{align-items: center;justify-content: space-between;}
- .kan-time{align-items: center;font-size: 24rpx;color: #333;}
- .kan-time text{display: block;width: 38rpx;height: 38rpx;border-radius: 8rpx;background: #333;line-height: 38rpx;text-align: center;margin: 0 7rpx;font-size: 24rpx;color: #fff;}
- .kan-time text:first-child{margin-left: 0;}
- .kan-time view{margin-left: 5rpx;}
- .kan-btn{width: 150rpx;height: 50rpx;border-radius: 25rpx;text-align: center;line-height: 50rpx;font-size: 24rpx;color: #fff;}
- .kan-guoqi{background: #999;}
- .remind{width: 150rpx;height: 50rpx;border-radius: 25rpx;font-size: 24rpx;color: #fff;text-align: center;justify-content: center;line-height: 50rpx;}
|