--- order: 1 title: zh-CN: 无边框 en-US: No border --- ## zh-CN 在灰色背景上使用无边框的卡片。 ## en-US A borderless card on a gray background. ```jsx import { Card } from 'antd'; ReactDOM.render(

Card content

Card content

Card content

, mountNode, ); ``` ```css .site-card-border-less-wrapper { padding: 30px; background: #ececec; } ```