index.css 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* index.css */
  2. page{background: #fff;box-sizing: border-box;}
  3. .top-fixed{position: fixed;top: 0;left: 0;right: 0;background: #fff;z-index: 50;}
  4. .user{padding: 0 30rpx;font-size: 28rpx;color: #333;font-weight: bold;}
  5. .userimg{width: 60rpx;height: 60rpx;border-radius: 50%;margin-right: 20rpx;}
  6. .share-top image{width: 40rpx;height: 40rpx;}
  7. .banner{height: 690rpx;position: relative;margin: 10rpx 30rpx 0;border-radius: 10rpx;overflow: hidden;}
  8. .pic-nums{position: absolute;top: 20rpx;right: 20rpx;background: rgba(0,0,0,.5);font-size: 28rpx;color: #fff;padding: 5rpx 12rpx;border-radius: 30rpx;z-index: 5;}
  9. .swiper{width: 100%;height: 690rpx;border-radius: 10rpx;}
  10. .swiper image{width: 100%;height: 100%;border-radius: 10rpx;}
  11. .dots{justify-content: center;position: absolute;left: 0;right: 0;bottom: 20rpx;}
  12. .dot{width: 12rpx;height: 12rpx;border-radius: 50%;background: rgba(0,0,0,.5);margin: 0 3rpx;}
  13. .dot.active{background: #FE0419;}
  14. .pro{background: #f5f5f5;border-radius: 10rpx;margin: 20rpx 30rpx;padding: 20rpx;}
  15. .proimg{box-sizing: border-box;width: 120rpx;height: 120rpx;border-radius: 10rpx;margin-right: 20rpx;border: 2rpx solid #E5E5E5;}
  16. .proname{font-size: 28rpx;color: #333;overflow: hidden;line-height: 36rpx;height: 72rpx;}
  17. .infos {font-size: 24rpx;color: #999;margin: 10rpx 0 20rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  18. .Ninfos{padding: 16rpx 0;}
  19. .ope{justify-content: space-between;align-items: center;}
  20. .price{font-size: 25rpx;color: #FE0419;align-items: center;}
  21. .price text{font-size: 36rpx;font-weight: bold;}
  22. .btn{width: 150rpx;height: 50rpx;background: linear-gradient(90deg, rgba(254, 147, 76, 1) 0%, rgba(253, 58, 49, 1) 100%);font-size: 24rpx;color: #fff;text-align: center;line-height: 50rpx;border-radius: 25rpx;}
  23. .title{font-size: 32rpx;color: #282828;font-weight: bold;line-height: 42rpx;padding: 0 30rpx;margin-top: 30rpx;}
  24. .sitename{color: var(--mina);margin-right: 15rpx;}
  25. .time{color: #999;font-size: 24rpx;margin-right: 20rpx;}
  26. .time text{font-size: 28rpx;color: #333;margin-right: 23rpx;}
  27. .content{font-size: 34rpx;color: #333;padding: 0 30rpx;line-height: 1.7;}
  28. .con-vheight{max-height: 120vh;position: relative;overflow: hidden;}
  29. .con-vheight::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;height: 15vh;background: linear-gradient(rgba(255, 255, 255, 0), #fff);z-index: 5;}
  30. .content video{width: 100%;height: 400rpx;object-fit:fill; margin-bottom: 20rpx;}
  31. .content image{width: 100%;margin: 30rpx auto;}
  32. /* ._p{padding: 0 30rpx;} */
  33. .view-more{width: 230rpx;height: 70rpx;font-size: 30rpx;color: #999;margin: 30rpx auto 0;text-align: center;line-height: 70rpx;}
  34. .bot{padding: 40rpx 35rpx 0;}
  35. .tits{font-size: 36rpx;color: #333;font-weight: bold;margin: 30rpx 0 0;}
  36. .zxlist .li{padding: 40rpx 0;border-bottom: 1rpx solid #EBEBEB;}
  37. .zximg{width: 230rpx;height: 150rpx;border-radius: 12rpx;margin-right: 23rpx;}
  38. .zxtit{font-size: 30rpx;color: #333;line-height: 41rpx;height: 82rpx;}
  39. .datas{font-size: 24rpx;color: #999;margin-top: 30rpx;}
  40. .adContainer{margin: 30rpx 0 0;border-radius: 10rpx;overflow: hidden;}
  41. .operate{padding: 30rpx 30rpx 50rpx;font-size: 28rpx;color: #666;}
  42. .zan{margin-right: 20rpx;}
  43. .zan image{width: 30rpx;height: 30rpx;margin-right: 15rpx;}
  44. .zan.active{color: #108FFF;}
  45. .share{font-size: 28rpx;color: #666;}
  46. .share image{width: 30rpx;height: 30rpx;margin-right: 15rpx;}
  47. .box{padding: 40rpx 30rpx 0;border-top: 20rpx solid #f9f9f9;}
  48. .tit{font-size: 32rpx;color: #333;font-weight: bold;}
  49. .rec .li{padding: 30rpx 0;border-bottom: 1rpx solid #EDEDED;}
  50. .rec .li:last-child{border-bottom: none;}
  51. .rec-tit{font-size: 34rpx;color: #333;font-weight: bold;line-height: 48rpx;height: 96rpx;margin-bottom: 25rpx;}
  52. .author{font-size: 28rpx;color: #999;margin-right: 24rpx;}
  53. .author image{width: 32rpx;height: 32rpx;border-radius: 2rpx;margin-right: 10rpx;}
  54. .rec-time{font-size: 28rpx;color: #999;}
  55. .rec-img{width: 218rpx;height: 152rpx;margin-left: 55rpx;}
  56. /* 广告 */