index.wxss 183 B

123456789
  1. .i-card {
  2. width: 710rpx;
  3. border-radius: 20rpx;
  4. background: #fff;
  5. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  6. display: flex;
  7. flex-direction: column;
  8. overflow: hidden;
  9. }