community.css 1011 B

1234567891011121314
  1. /* community.css */
  2. page{background: #fff;}
  3. .nav{position: fixed;top: 0;left: 0;right: 0;background: #fff;border-bottom: 1rpx solid #e9e9e9;height: 80rpx;overflow: hidden;z-index: 50;}
  4. .navs{padding-bottom: 10rpx;white-space: nowrap;}
  5. .navs .li{display: inline-block;line-height: 80rpx;font-size: 32rpx;color: #565A5B;padding: 0 30rpx;position: relative;}
  6. .navs .li.active{font-size: 34rpx;color: #1A1F30;font-weight: bold;}
  7. .navs .li.active::after{content: '';display: block;width: 42rpx;height: 6rpx;border-radius: 3rpx;background: var(--btn);position: absolute;bottom: 0;left:50%;transform: translateX(-50%);}
  8. .list{padding: 0 32rpx;}
  9. .list .li{padding: 35rpx 0;border-bottom: 1rpx solid #e9e9e9;align-items: flex-start;}
  10. .list .li:last-child{border-bottom: none;}
  11. .title{font-size: 32rpx;color: #333;line-height: 46rpx;height: 92rpx;}
  12. .sta{font-size: 24rpx;color: #aaa;margin-top: 15rpx;}
  13. .sta text{margin-right: 50rpx;}
  14. .list .li image{width: 222rpx;height: 148rpx;border-radius: 16rpx;margin-left: 20rpx;}