.cart-icon{ background: linear-gradient(to bottom, #bbe094, #4ee265); border-radius: 100px 0 0 100px; height: 70px; } /* 去掉 RichText 中图片的间距 */ rich-text img { margin: 0 !important; padding: 0 !important; display: block; } /* 在全局样式或组件样式文件中 */ .no-margin { margin: 0 !important; /* 使用 !important 来确保覆盖默认样式 */ } /* 文本截断样式 */ .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; }