index.css 397 B

123456
  1. page{background: #fff;}
  2. .tit{padding: 25rpx 30rpx;font-size: 26rpx;color: #666;background: #f5f5f5;}
  3. .list{padding: 0 30rpx;}
  4. .list .li{width: 146rpx;height: 60rpx;background: #F6F6F6;border-radius: 50rpx;font-size: 28rpx;color: #151515;text-align: center;line-height: 60rpx;margin: 30rpx 35rpx 0 0;}
  5. .list .li:nth-child(4n){margin-right: 0;}
  6. .list .li.active{background: var(--mina);color: #fff;}