index.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* index.css */
  2. page{background: #fff;}
  3. .top{background: #fff;position: fixed;left: 0;right: 0;top: 0;z-index: 50;padding: 0 30rpx 20rpx;height: 90rpx;box-sizing: border-box;}
  4. .top-c{background: #F7F7F7;border-radius: 30rpx;font-size: 26rpx;color: #333;}
  5. .top-tab{width: 150rpx;position: relative;}
  6. .top-tab::after{content: '';display: block;width: 1rpx;height: 40rpx;background: #e9e9e9;position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
  7. .filter{padding: 0 30rpx;height: 55rpx;}
  8. .bico{width: 20rpx;height: 13rpx;margin-left: 20rpx;opacity: .5;}
  9. .filter-list{position: absolute;top: 100%;left: 0;right: 0;background: #f5f5f5;border-radius: 0 0 10rpx 10rpx;}
  10. .filter-list:before{content: '';display: block;width: 20rpx;height: 20rpx;background: #f5f5f5;position: absolute;top: -20rpx;left: 0;}
  11. .filter-list .li{font-size: 26rpx;color: #666;padding: 20rpx 30rpx;border-bottom: 1rpx solid #e9e9e9;}
  12. .filter-list .li:last-child{border-bottom: none;}
  13. .search{width: 315rpx;height: 70rpx;padding: 0 32rpx;box-sizing: border-box;}
  14. .search image{width: 30rpx;height: 30rpx;margin-right: 20rpx;}
  15. .ipt{font-size: 28rpx;color: #333;padding: 10rpx 0;}
  16. .placegolder{color: #999;}
  17. .t-con{padding: 32rpx 0 0 30rpx;overflow: hidden;background: #fff;}
  18. .item{vertical-align: top;background: #FFFFFF;box-shadow: 0 4rpx 24rpx 1rpx rgba(96,96,96,0.06);border-radius: 20rpx;box-sizing: border-box;position: relative;padding: 30rpx;margin-right: 30rpx;min-height: 300rpx;}
  19. .item::before{content: '';display: block;height: 137rpx;background: linear-gradient(180deg, #FFD6D8 0%, #FFFFFF 100%);position: absolute;top: 0;left: 0;right: 0;border-radius: 20rpx 20rpx 0 0;z-index: 1;}
  20. .t-con .item:nth-child(2)::before{background: linear-gradient(180deg, #FFE9DC 0%, #FFFFFF 100%);}
  21. .tits{justify-content: space-between;position: relative;z-index: 2;}
  22. .hot{width: 199rpx;height: 45rpx;}
  23. .more{width: 107rpx;height: 48rpx;background: #fff;border-radius: 24rpx;font-size: 24rpx;color: #666;justify-content: center;}
  24. .more image{width: 9rpx;height: 14rpx;margin-left: 8rpx;}
  25. .item-list{position: relative;z-index: 2;margin-top: 15rpx;overflow: hidden;padding-bottom: 50rpx;}
  26. .item-list .li{font-size: 28rpx;color: #000;margin-top: 22rpx;}
  27. .item-list .li text{display: block;font-size: 24rpx;color: #B3B3B3;}
  28. .item-list .li text.num{color: #999;font-size: 28rpx;width: 44rpx;text-align: center;}
  29. .item-list .li:first-child text.num{color: #009AFF;}
  30. .item-list .li:nth-child(2) text.num{color: #006FFF;}
  31. .item-list .li:nth-child(3) text.num{color: #11C8B1;}
  32. .tab{padding: 45rpx 30rpx 20rpx;background: #fff;}
  33. .tab .li{min-width: 88rpx;height: 48rpx;background:#F7F7F7;border-radius: 24rpx;font-size: 24rpx;color: #000;text-align: center;line-height: 48rpx;margin-right: 30rpx;box-sizing: border-box;padding: 0 20rpx;}
  34. .tab .li.active{background: #FFEBEB;color: #EB1C24;}
  35. .loc-wz{margin: 0 30rpx;}
  36. .loc-wzs{height: 48rpx;border-radius: 24rpx;border: 1rpx solid #EBEBEB;font-size: 24rpx;color: #666;padding: 0 25rpx;position: relative;}
  37. .loc-wzs:before,.loc-wzs::after{content: '';display: block;width: 0;height: 0;border: 12rpx solid transparent;border-top: none;position: absolute;left: 35rpx;}
  38. .loc-wzs:before{border-bottom-color: #EBEBEB;top: -12rpx;z-index: 2;}
  39. .loc-wzs:after{border-bottom-color: #fff;top: -8rpx;z-index: 3;}
  40. .loc-wzs image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  41. .cons-b{padding: 10rpx 0 30rpx;background: #fff;border-radius: 20rpx;}
  42. .list .li{padding: 40rpx 32rpx 45rpx;border-bottom: 1rpx solid rgba(174, 174, 174, 0.2);}
  43. .list .li:last-child{border-bottom: none;}
  44. .userimg{width: 66rpx;height: 66rpx;border-radius: 50%;margin-right: 12rpx;}
  45. .name{font-size: 28rpx;color: #333;font-weight: bold;}
  46. .vip-tag{width: 41rpx;height: 31rpx;margin-left: 10rpx;}
  47. .time{font-size: 24rpx;color: #999;}
  48. .area{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  49. .des{font-size: 30rpx;color: #000;line-height: 50rpx;margin: 30rpx 0 0;word-wrap: break-word;}
  50. .video{margin-top: 20rpx;position: relative;}
  51. .video video{width: 100%;height: 380rpx;border-radius: 15rpx;display: block;}
  52. .video-play{position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;background: rgba(0,0,0,.5);border-radius: 15rpx;}
  53. .video-play image{width: 82rpx;height: 82rpx;}
  54. .imgbox{flex-wrap: wrap;margin-top: 20rpx;}
  55. .imgbox image{width: 222rpx;height: 222rpx;border-radius: 16rpx;margin: 0 12rpx 12rpx 0;}
  56. .imgbox image:nth-child(3n){margin-right: 0;}
  57. .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;}
  58. .que .tovers{-webkit-line-clamp: 1;height: 78rpx;line-height: 78rpx;}
  59. .st-ico{width: 50rpx;height: 47rpx;margin-right: 15rpx;}
  60. .st-rico{width: 12rpx;height: 20rpx;margin-left: 35rpx;}
  61. .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;}
  62. .topic{height: 40rpx;background: #FDF1F1;border-radius: 20rpx;font-size: 20rpx;color: #F32224;padding: 0 20rpx 0 10rpx;margin-top: 18rpx;margin-right: 10rpx;}
  63. .topic image{width: 28rpx;height: 28rpx;margin-right: 7rpx;}
  64. .loca{margin-top: 20rpx;font-size: 20rpx;color: #666;}
  65. .loca image{width: 26rpx;height: 31rpx;margin-right: 8rpx;}
  66. .loca text{margin-right: 10rpx;}
  67. .product{height: 168rpx;margin-top: 30rpx;overflow: hidden;}
  68. .pro-view{height: 168rpx;padding-bottom: 20rpx;white-space: nowrap;}
  69. .pro-view .lis{display: inline-block;width: 554rpx;height: 168rpx;background: #F7F8FA;border-radius: 16rpx;margin-right: 20rpx;padding: 16rpx;box-sizing: border-box;}
  70. .pro-view1 .lis{width: 620rpx;}
  71. .pro-view .lis .ddflex{align-items: flex-start;}
  72. .pic{width: 136rpx;height: 136rpx;border-radius: 16rpx;background: #fff;margin-right: 19rpx;}
  73. .title{font-size: 32rpx;color: #2F3237;/* white-space: initial;line-height: 37rpx;height: 74rpx; */}
  74. .opts{justify-content: space-between;margin-top: 40rpx;align-items: center !important;}
  75. .money{font-size: 36rpx;color: #FE0419;}
  76. .money text{font-size: 24rpx;}
  77. /* .pro-btn{width: 94rpx;height: 46rpx;background: #FF9C9F;border-radius: 23rpx;font-size: 28rpx;color: #fff;text-align: center;line-height: 46rpx;} */
  78. .pro-btn image{width: 33rpx;height: 32rpx;}
  79. .opt{font-size: 24rpx;color: #999;margin-top: 30rpx;justify-content: flex-end;}
  80. .opt image{width: 33rpx;height: 33rpx;margin-right: 8rpx;}
  81. .opt .ddflex{margin-left: 50rpx !important;}
  82. .opt-share{font-size: 24rpx;color: #999;}
  83. .vote-box{margin-top: 50rpx;}
  84. .vote-box.ends{background: #f8f8f8;margin-top: 30rpx;padding: 20rpx;}
  85. .vote-tit{font-size: 28rpx;color: #000;}
  86. .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;}
  87. .end .lis{text-align: left;color: #9B9B9B;}
  88. .end .lis view{position: relative;z-index: 2;}
  89. .end .lis view.percent{position: absolute;top: 0;bottom: 0;left: 0;background: #F0F0F0;z-index: 0;}
  90. .end .lis.active{color: #EB1C24;}
  91. .end .lis.active view.percent{background: #FFEBEB;}
  92. .vote-can{font-size: 22rpx;color: #999;margin-top: 15rpx;}
  93. .vote-can text{margin-right: 15rpx;}
  94. .link{height: 150rpx;background: #F8F8F8;border-radius: 16rpx;padding: 24rpx;font-size: 28rpx;color: #333;box-sizing: border-box;margin-top: 30rpx;}
  95. .link image{width: 102rpx;height: 102rpx;margin-right: 12rpx;}
  96. .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;}
  97. .create image{width: 41rpx;height: 41rpx;margin: 0 auto;}
  98. .ceng{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 60;}
  99. .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;}
  100. .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;}
  101. .side .li{width: 50%;text-align: center;}
  102. .side .li image{width: 38rpx;height: 38rpx;margin: 49rpx auto 15rpx;}
  103. .dong-t{background: #fff;padding: 32rpx 30rpx;}
  104. .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);}
  105. .bang-img{width: 307rpx;height: 42rpx;}
  106. .tiwen{padding: 0 60rpx 0 52rpx;font-size: 28rpx;color: #565A5B;margin: 10rpx 0 40rpx;}
  107. .twbtn{width: 164rpx;height: 62rpx;background: #FFA557;border-radius: 31rpx;font-size: 28rpx;color: #fff;justify-content: center;}
  108. .twbtn image{width: 11rpx;height: 18rpx;margin-left: 8rpx;}
  109. .bang-wen{background: #FAFAFA;border-radius: 8rpx;font-size: 28rpx;color: #000;line-height: 40rpx;align-items: flex-start;padding: 23rpx;}
  110. .bang-wen image{width: 36rpx;height: 36rpx;margin-right: 15rpx;}
  111. .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;}
  112. .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;}
  113. .edit image{width: 100%;height: 100%;}
  114. /* 团队 */
  115. .team-list{padding: 0 30rpx;}
  116. .team-list .li{margin-top: 50rpx;}
  117. .team-img{width: 76rpx;height: 76rpx;border-radius: 15rpx;margin-right: 20rpx;}
  118. .team-tit{font-size: 32rpx;color: #333;}
  119. .team-sta{margin-top: 8rpx;font-size: 24rpx;color: #999;}
  120. .team-sta text{margin-right: 20rpx;}
  121. .join-btn{width: 133rpx;height: 60rpx;border-radius: 37rpx;border: 2rpx solid rgba(235, 28, 36, .5);font-size: 24rpx;color: #EB1C24;text-align: center;line-height: 60rpx;margin-left: 20rpx;}