- 新增黄色、红色和绿色文本样式类- 为商品列表组件添加更多颜色选择
@@ -170,4 +170,16 @@ getLists()
line-height: 1.5;
max-height: 3em; // 2行的高度
}
+
+.text-yellow-500 {
+ color: #f59e0b;
+}
+.text-red-500 {
+ color: #ef4444;
+.text-green-500 {
+ color: #10b981;
</style>