products.css 1.6 KB

12345678910111213141516171819202122
  1. /* promote/products/products.wxss */
  2. page{padding: 30rpx 30rpx 40rpx;box-sizing: border-box;}
  3. .search{padding: 0 30rpx;background: #fff;border-radius: 10rpx;margin-right: 20rpx;height: 60rpx;align-items: center;}
  4. .search image{width: 28rpx;height: 28rpx;margin-right: 10rpx;}
  5. .search input{font-size: 26rpx;color: #000;}
  6. .placeholder{color: #8C929D;}
  7. .filter{background: #fff;border-radius: 10rpx;position: relative;width: 179rpx;position: relative;box-sizing: border-box;height: 60rpx;line-height: 60rpx;}
  8. .filter picker{width: 100%;}
  9. .picker{padding: 0 30rpx;}
  10. .filter image{width: 20rpx;height: 13rpx;position: absolute;top: 50%;transform: translateY(-50%);right: 14rpx;}
  11. .list .li{background: #fff;border-radius: 14rpx;padding: 0 30rpx;margin-top: 40rpx;}
  12. .info{padding: 30rpx 0 20rpx;}
  13. .info image{width: 72rpx;height: 72rpx;border-radius: 10rpx;border: 1rpx solid #E5E5E5;margin-right: 20rpx;}
  14. .infos{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  15. .title{font-size: 30rpx;color: #2F3440;font-weight: bold;margin-bottom: 10rpx;overflow: hidden;text-overflow:ellipsis;}
  16. .nums{font-size: 22rpx;color: #9297A2;}
  17. .nums text{margin-left: 65rpx;}
  18. .datas{padding: 30rpx 0;align-items: center;font-size: 30rpx;color: #9297A2;border-top: 1rpx solid #eee;}
  19. .datas text{display: block;font-size: 32rpx;color: #FF2900;font-weight: bold;margin-left: 20rpx;}
  20. .datas view{width: 50%;box-sizing: border-box;position: relative;align-items: center;}
  21. .datas view:last-child{padding-left: 39rpx;}
  22. .datas view:last-child::after{content: '';display: block;width: 2rpx;height: 30rpx;background: #D5D8DF;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}