- /* community.css */
- page{background: #fff;}
- .nav{position: fixed;top: 0;left: 0;right: 0;background: #fff;border-bottom: 1rpx solid #e9e9e9;height: 80rpx;overflow: hidden;z-index: 50;}
- .navs{padding-bottom: 10rpx;white-space: nowrap;}
- .navs .li{display: inline-block;line-height: 80rpx;font-size: 32rpx;color: #565A5B;padding: 0 30rpx;position: relative;}
- .navs .li.active{font-size: 34rpx;color: #1A1F30;font-weight: bold;}
- .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%);}
- .list{padding: 0 32rpx;}
- .list .li{padding: 35rpx 0;border-bottom: 1rpx solid #e9e9e9;align-items: flex-start;}
- .list .li:last-child{border-bottom: none;}
- .title{font-size: 32rpx;color: #333;line-height: 46rpx;height: 92rpx;}
- .sta{font-size: 24rpx;color: #aaa;margin-top: 15rpx;}
- .sta text{margin-right: 50rpx;}
- .list .li image{width: 222rpx;height: 148rpx;border-radius: 16rpx;margin-left: 20rpx;}
|