index.css 352 B

1234567
  1. .list{padding: 30rpx;}
  2. .list .li{background: #fff;border-radius: 15rpx;margin-bottom: 30rpx;}
  3. .list .li image{width: 100%;height: 400rpx;border-radius: 15rpx 15rpx 0 0;}
  4. .info{padding: 20rpx;}
  5. .title{font-size: 30rpx;color: #333;line-height: 50rpx;}
  6. .person{font-size: 28rpx;color: #999;margin-top: 15rpx;}
  7. .person text{color: #FF1111;margin: 0 10rpx;}