collection.css 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* release.css */
  2. .tab{height: 85rpx;font-size: 30rpx;color: #969799;border-bottom: 1rpx solid #EDEDED;position: fixed;top: 0;left: 0;right: 0;background: #fff;}
  3. .tab .li{width: 50%;text-align: center;position: relative;line-height: 85rpx;}
  4. .tab .li.active{font-size: 34rpx;color: #1A1F30;font-weight: bold;}
  5. .tab .li.active::after{content: '';display: block;width: 44rpx;height: 8rpx;background: var(--main);border-radius: 4rpx;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
  6. .placeholder-view{height: 85rpx;}
  7. .list .li{background: #fff;margin-bottom: 20rpx;padding: 40rpx 30rpx 45rpx;}
  8. .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
  9. .name{font-size: 28rpx;color: #333;font-weight: bold;}
  10. .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
  11. .time{font-size: 24rpx;color: #999;}
  12. .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  13. .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;-webkit-line-clamp: 5;}
  14. .video{margin-top: 20rpx;position: relative;}
  15. .video video{width: 100%;height: 380rpx;border-radius: 15rpx;display: block;}
  16. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  17. .video-play image{width: 82rpx;height: 82rpx;}
  18. .wen{display: inline-block;width: 60rpx;height: 34rpx;background: #3DB4FF;border-radius: 4rpx;font-size: 24rpx;color: #fff;text-align: center;line-height: 34rpx;margin-right: 15rpx;}
  19. .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
  20. .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
  21. .imgbox image:nth-child(3n){margin-right: 0;}
  22. .topic{height: 40rpx;background: #FDF1F1;border-radius: 20rpx;font-size: 20rpx;color: #F32224;padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
  23. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  24. .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
  25. .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
  26. .pro-view .li{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
  27. .pro-view1 .li{width: 688rpx;}
  28. /* .pro-view .li:first-child{margin-left: 30rpx;} */
  29. /* .pro-view .li:last-child{margin-right: 30rpx;} */
  30. .pro-pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
  31. .title{white-space: initial;font-size: 26rpx;color: #1A1F30;line-height: 37rpx;height: 74rpx;}
  32. .opts{justify-content: space-between;margin-top: 10rpx;}
  33. .money{font-size: 24rpx;color: var(--main);}
  34. .pro-btn{width: 94rpx;height: 46rpx;background: var(--main);border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;}
  35. .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
  36. .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  37. .opt .ddflex{margin-left: 50rpx;}
  38. .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
  39. .vote-box{margin-top: 50rpx;}
  40. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  41. .vote-tit{font-size: 28rpx;color: #000;}
  42. .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: #4E6EAC;text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
  43. .end .lis{text-align: left;color: #9B9B9B;}
  44. .end .lis view{position: relative;z-index: 2;}
  45. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  46. .end .lis.active{color: #4E6EAC;}
  47. .end .lis.active view.percent{background: #E4ECFF;}
  48. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  49. .vote-can text{margin-right: 15rpx;}
  50. .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
  51. .link image{width: 102rpx;height: 102rpx;border-radius: 12rpx;margin-right: 12rpx;}