index.wxss 596 B

123456789
  1. page{background-color:#fff;}
  2. .scroll{height:74rpx;white-space:nowrap;border-bottom:2rpx solid #F1F1F1;position:fixed;left:0;top:0;z-index:9;}
  3. .navCol{display:inline-block;font-size:30rpx;color:#595757;line-height:70rpx;margin:0 20rpx;}
  4. .current{color:#ee3a43;border-bottom:4rpx solid #ee3a43;}
  5. .nav-list{margin-top: 74rpx;}
  6. .list{display: flex; justify-content: space-between; align-items: center; padding: 10rpx 40rpx;}
  7. .media{flex-shrink: 0;}
  8. .img{width: 140rpx; height: 140rpx;}
  9. .inner{flex-shrink: 1; width: 100%; margin-left:20rpx; border-bottom: 2rpx solid #F1F1F1; padding: 40rpx 0 50rpx;}