/* 组件样式：按钮、卡片、提示框等 */
.warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 10px 15px;
}