release.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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;z-index: 50;}
  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: #FF753A;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;word-wrap: break-word;}
  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. .que{height: 78rpx;border-radius: 10rpx;background: linear-gradient(270deg, #FFFBEB 0%, #FFF3C9 100%);font-size: 28rpx;color: #FE7806;padding: 0 15rpx;margin-top: 20rpx;}
  23. .que .tovers{-webkit-line-clamp: 1;height: 78rpx;line-height: 78rpx;}
  24. .st-ico{width: 50rpx;height: 47rpx;margin-right: 15rpx;}
  25. .st-rico{width: 12rpx;height: 20rpx;margin-left: 35rpx;}
  26. .cates text{display: block;font-size: 20rpx;color: #999;background: #F7F7F7;height: 48rpx;border-radius: 24rpx;padding: 0 20rpx;margin: 30rpx 25rpx 0 0;line-height: 48rpx;}
  27. .topic{height: 40rpx;background: #FDF1F1;border-radius: 20rpx;font-size: 20rpx;color: #F32224;padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
  28. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  29. .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
  30. .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  31. .loca text{margin-right: 10rpx;}
  32. .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
  33. .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  34. .opt .ddflex{margin-left: 50rpx;}
  35. .opt-share{font-size: 24rpx;color: #999;margin-left: 50rpx !important;}
  36. .vote-box{margin-top: 50rpx;}
  37. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  38. .vote-tit{font-size: 28rpx;color: #000;}
  39. .vote-list .lis{height: 74rpx;background: #F9FAFC;border: 1rpx solid #EBEBEB;border-radius: 8rpx;font-size: 30rpx;color: #EB1C24;text-align: center;line-height: 74rpx;margin-top: 20rpx;padding: 0 28rpx;position: relative;overflow: hidden;}
  40. .end .lis{text-align: left;color: #9B9B9B;}
  41. .end .lis view{position: relative;z-index: 2;}
  42. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  43. .end .lis.active{color: #EB1C24;}
  44. .end .lis.active view.percent{background: #FFEBEB;}
  45. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  46. .vote-can text{margin-right: 15rpx;}
  47. .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
  48. .link image{width: 102rpx;height: 102rpx;border-radius: 12rpx;margin-right: 12rpx;}