index.css 11 KB

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