fenlei.css 729 B

12345678910
  1. /* pages/fenlei/fenlei.wxss */
  2. .left{width: 22%;background: #F0F0F0;position: fixed;left: 0;top: 0;font-size: 26rpx;content: #333;}
  3. .left .li{line-height: 100rpx;text-align: center;}
  4. .left .li.active{font-weight: bold;background: #fff;border-left: 6rpx solid var(--mina) !important;}
  5. .right{width: 78%;position: absolute;right: 0;top: 0;box-sizing: border-box;}
  6. .rcon{padding: 0 20rpx 20rpx;}
  7. .tit{padding: 25rpx 0 15px;font-size: 24rpx;color: #9A9A9A;}
  8. .list{flex-wrap: wrap;background: #fff;border-radius: 10rpx;padding: 40rpx 15rpx 0;overflow: hidden;}
  9. .list .li{margin-bottom: 55rpx;width: 33.33%;text-align: center;font-size: 24rpx;color: #666;}
  10. .list image{display: block;width: 120rpx;height: 120rpx;margin: 0 auto 15rpx;}