@import '../../app.less'; .radio-item { width: 16px; height: 16px; vertical-align: middle; border-radius: 8px; border: 1px solid #C4C6CF; background: #D8D8D8; display: inline-block; cursor: pointer; } .radio-item.checked { background: #006DAA; border-color: #006DAA; position: relative; } .radio-item.checked:after { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 3px; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); }