teamList.css 1.5 KB

123456789101112131415161718192021222324
  1. /* promote/teamList/teamList.wxss */
  2. .tab{line-height: 100rpx;font-size: 30rpx;color: #333;text-align: center;}
  3. .tab .li{width: 50%;position: relative;}
  4. .tab .li text{font-size: 20rpx;}
  5. .tab .li.active{font-weight: bold;}
  6. .tab .li.active::after{content: '';display: block;width: 33rpx;height: 4rpx;border-radius: 2rpx;background: var(--mina);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
  7. .tabcon{padding: 0 20rpx 20rpx;}
  8. .tabcon .li{background: #fff;border-radius: 10rpx;padding: 25rpx 20rpx;align-items: center;margin-top: 20rpx;}
  9. .userimg{width: 90rpx;height: 90rpx;border-radius: 50%;margin-right: 30rpx;}
  10. .name{font-size: 30rpx;color: #333;}
  11. .name text{margin-left: 15rpx;font-size: 20rpx;}
  12. .time{font-size: 20rpx;color: #999;margin: 5rpx 0 20rpx;}
  13. .sta{font-size: 24rpx;color: #333;}
  14. .sta text{margin-left: 20rpx;}
  15. .call{font-size: 20rpx;color: #ff9812;text-align: center;width: 125rpx;}
  16. .call image{width: 36rpx;height: 39rpx;margin: 0 auto 5rpx;}
  17. .nophone{color: #999;}
  18. .search{padding: 0 30rpx;background: #fff;border-radius: 10rpx;height: 60rpx;align-items: center;margin-top: 30rpx;}
  19. .search image{width: 28rpx;height: 28rpx;margin-right: 10rpx;}
  20. .search input{font-size: 26rpx;color: #000;}
  21. .placeholder{color: #8C929D;}
  22. .tuijian{font-size: 24rpx;color: #9297A2;width: 185rpx;box-sizing: border-box;padding-left: 37rpx;border-left: 1rpx solid #D5DDEC;height: 112rpx;padding-top: 10rpx;}
  23. .tuijian text{display: block;font-size: 28rpx;color: #2F3440;font-weight: bold;margin-top: 10rpx;}