• This project
    • Loading...
  • Sign in

Hooke / lls_program

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lls_program
  • src
  • app.less
  • hookehuyr's avatar
    feat(优惠券): 重构优惠券列表和详情页面,添加加载状态和API集成 · addb72ee ...
    addb72ee
    重构优惠券列表页面,添加分页加载和状态筛选功能
    优化优惠券详情页面,完善状态显示和核销逻辑
    新增蓝色主题相关样式类
    更新API接口路径和返回字段
    hookehuyr authored 2025-09-08 16:45:23 +0800
app.less 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-blue-500 {
  background-color: #4A90E2 !important;
}

.text-blue-500 {
  color: #4A90E2 !important;
}

.border-blue-500 {
  border-color: #4A90E2 !important;
}