index.css 7.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* index.css */
  2. .top-fixed{position: fixed;top: 0;left: 0;right: 0;z-index: 50;}
  3. .back{position: absolute;left: 30rpx;}
  4. .back image{width: 22rpx;height: 38rpx;}
  5. .top{background: linear-gradient(180deg, #FFEBEB 0%, #FFFFFF 100%);padding: 30rpx;}
  6. .info{padding: 40rpx 0 0;}
  7. .team-pic{width: 132rpx;height: 132rpx;border-radius: 15rpx;margin-right: 25rpx;}
  8. .title{font-size: 42rpx;color: #1A1F30;font-weight: bold;}
  9. .sta{font-size: 28rpx;color: #666;margin-top: 10rpx;}
  10. .sta text{color: #000;}
  11. .sta-line{font-size: 22rpx;color: #999;margin: 0 15rpx;font-family: '宋体';}
  12. .sta-datas{height: 39rpx;background: rgba(253, 139, 52, .2);border-radius: 20rpx;font-size: 22rpx;color: #E96621;padding: 0 20rpx;line-height: 39rpx;}
  13. .bri{font-size: 24rpx;color: #999;margin-top: 30rpx;align-items: flex-start;word-break: break-all;}
  14. .rico{width: 12rpx;height: 20rpx;margin-left: 20rpx;margin-top: 8rpx;}
  15. .leader{font-size: 28rpx;color: #999;margin-top: 20rpx;}
  16. .leader text{width: 65rpx;height: 32rpx;background: #FF9599;border-radius: 11rpx;font-size: 22rpx;color: #fff;text-align: center;line-height: 32rpx;margin-right: 10rpx;}
  17. .leader image{width: 32rpx;height: 32rpx;border-radius: 50%;margin-right: 10rpx;}
  18. .join{background: linear-gradient(134deg, rgba(255, 113, 59, .14) 0%, rgba(255, 213, 186, .14) 100%);border-radius: 5rpx;padding: 14rpx 25rpx;font-size: 24rpx;color: #000;margin-top: 30rpx;}
  19. .join text{display: block;font-size: 22rpx;color: #666;margin-top: 5rpx;}
  20. .join-btn{width: 133rpx;height: 60rpx;background: #EB1C24;border-radius: 37rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 60rpx;}
  21. .cons-b{margin: 10rpx 30rpx 30rpx;background: #fff;border-radius: 20rpx;}
  22. .tab{padding: 26rpx 30rpx;}
  23. .tab .li{min-width: 88rpx;height: 48rpx;background: #fff;border-radius: 24rpx;font-size: 24rpx;color: #000;text-align: center;line-height: 48rpx;margin-right: 30rpx;box-sizing: border-box;padding: 0 20rpx;}
  24. .tab .li.active{background: #FFEBEB;color: #EB1C24;}
  25. .list .li{padding: 40rpx 30rpx 45rpx;border-bottom: 1rpx solid rgba(174, 174, 174, 0.2);}
  26. .list .li:last-child{border-bottom: none;}
  27. .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
  28. .name{font-size: 28rpx;color: #333;font-weight: bold;}
  29. .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
  30. .time{font-size: 24rpx;color: #999;}
  31. .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  32. .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;word-wrap: break-word;}
  33. .video{margin-top: 20rpx;position: relative;}
  34. .video video{width: 100%;height: 380rpx;border-radius: 15rpx;display: block;}
  35. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  36. .video-play image{width: 82rpx;height: 82rpx;}
  37. .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
  38. .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
  39. .imgbox image:nth-child(3n){margin-right: 0;}
  40. .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;}
  41. .que .tovers{-webkit-line-clamp: 1;height: 78rpx;line-height: 78rpx;}
  42. .st-ico{width: 50rpx;height: 47rpx;margin-right: 15rpx;}
  43. .st-rico{width: 12rpx;height: 20rpx;margin-left: 35rpx;}
  44. .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;}
  45. .topic{height: 40rpx;background: #FDF1F1;border-radius: 20rpx;font-size: 20rpx;color: #F32224;padding: 0 20rpx 0 10rpx;margin-top: 18rpx;}
  46. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  47. .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
  48. .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  49. .loca text{margin-right: 10rpx;}
  50. .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
  51. .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
  52. .pro-view .lis{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
  53. .pro-view1 .lis{width: 620rpx;}
  54. .pro-view .lis .ddflex{align-items: flex-start;}
  55. .pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
  56. .title{font-size: 32rpx;color: #2F3237;/* white-space: initial;line-height: 37rpx;height: 74rpx; */}
  57. .opts{justify-content: space-between;margin-top: 40rpx;align-items: center !important;}
  58. .money{font-size: 36rpx;color: #FE0419;}
  59. .money text{font-size: 24rpx;}
  60. /* .pro-btn{width: 94rpx;height: 46rpx;background: #FF9C9F;border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;} */
  61. .pro-btn image{width: 33rpx;height: 32rpx;}
  62. .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
  63. .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  64. .opt .ddflex{margin-left: 50rpx !important;}
  65. .opt-share{font-size: 24rpx;color: #999;}
  66. .vote-box{margin-top: 50rpx;}
  67. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  68. .vote-tit{font-size: 28rpx;color: #000;}
  69. .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;}
  70. .end .lis{text-align: left;color: #9B9B9B;}
  71. .end .lis view{position: relative;z-index: 2;}
  72. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  73. .end .lis.active{color: #4E6EAC;}
  74. .end .lis.active view.percent{background: #E4ECFF;}
  75. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  76. .vote-can text{margin-right: 15rpx;}
  77. .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
  78. .link image{width: 102rpx;height: 102rpx;margin-right: 12rpx;}
  79. .create{position: fixed;right: 30rpx;bottom: 15%;width: 110rpx;height: 110rpx;background: var(--mina);box-shadow: 0 4rpx 24rpx rgba(153,153,153,0.4000);border-radius: 50%;font-size: 24rpx;color: #fff;text-align: center;z-index: 50;box-sizing: border-box;padding-top: 20rpx;}
  80. .create image{width: 41rpx;height: 41rpx;margin: 0 auto;}
  81. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 60;}
  82. .side{position: fixed;right: 165rpx;bottom: 16%;z-index: 61;width: 300rpx;height: 183rpx;background: #FFFFFF;border-radius: 20rpx;font-size: 30rpx;color: #000;align-items: flex-start;}
  83. .side::after{content: '';display: block;width: 0;height: 0;border: 10rpx solid rgba(255,255,255,0);border-right: none;border-left-color: #fff;position: absolute;bottom: 30rpx;right: -10rpx;}
  84. .side .li{width: 50%;text-align: center;}
  85. .side .li image{width: 38rpx;height: 38rpx;margin: 49rpx auto 15rpx;}
  86. .dong-t{background: #fff;padding: 32rpx 30rpx;}
  87. .bang{border-radius: 20rpx;background: linear-gradient(180deg, #FFE4CC 5%, #FFFFFF 40%);padding: 30rpx 25rpx 35rpx;box-shadow: 0 4rpx 24rpx rgba(96, 96, 96, 0.06);}
  88. .bang-img{width: 307rpx;height: 42rpx;}
  89. .tiwen{padding: 0 60rpx 0 52rpx;font-size: 28rpx;color: #565A5B;margin: 10rpx 0 40rpx;}
  90. .twbtn{width: 164rpx;height: 62rpx;background: #FFA557;border-radius: 31rpx;font-size: 28rpx;color: #fff;justify-content: center;}
  91. .twbtn image{width: 11rpx;height: 18rpx;margin-left: 8rpx;}
  92. .bang-wen{background: #FAFAFA;border-radius: 8rpx;font-size: 28rpx;color: #000;line-height: 40rpx;align-items: flex-start;padding: 23rpx;}
  93. .bang-wen image{width: 36rpx;height: 36rpx;margin-right: 15rpx;}
  94. .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;}
  95. .edit{position: fixed;right: 30rpx;bottom: 170rpx;width: 110rpx;height: 110rpx;background: var(--main);box-shadow: 0px 4px 24px rgba(255, 156, 159, 0.3);border-radius: 50%;text-align: center;z-index: 50;}
  96. .edit image{width: 100%;height: 100%;}