/* topic.css */ page{background: #fff;} .tab{height: 85rpx;font-size: 28rpx;color: #999;border-bottom: 1rpx solid #EDEDED;position: fixed;top: 0;left: 0;right: 0;background: #fff;z-index: 50;} .tab .li{width: 50%;text-align: center;position: relative;line-height: 85rpx;} .tab .li.active{color: #000;font-weight: bold;} .tab .li.active::after{content: '';display: block;width: 39rpx;height: 2rpx;background: var(--mina);border-radius: 4rpx;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);} .placeholder-view{height: 85rpx;} .list{padding: 0 30rpx 50rpx;} .list .li{margin-top: 50rpx;} .team-img{width: 76rpx;height: 76rpx;border-radius: 15rpx;margin-right: 20rpx;} .team-tit{font-size: 32rpx;color: #333;} .team-sta{margin-top: 8rpx;font-size: 24rpx;color: #999;} .team-sta text{margin-right: 20rpx;} .join-btn{width: 133rpx;height: 60rpx;border-radius: 37rpx;border: 2rpx solid var(--main);font-size: 28rpx;color: var(--main);text-align: center;line-height: 60rpx;margin-left: 20rpx;} .sta{font-size: 24rpx;color: #e6a23c;} .fail{color: #f56c6c;}