style: 更新全局样式并移除冗余的checkbox样式
移除notice页面中已不再需要的checkbox样式,同时在全局样式中添加主色调变量定义
Showing
2 changed files
with
13 additions
and
5 deletions
| 1 | +/** | ||
| 2 | + * @Date: 2025-06-28 10:33:00 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2026-01-08 20:14:14 | ||
| 5 | + * @FilePath: /xyxBooking-weapp/src/app.less | ||
| 6 | + * @Description: 全局样式 | ||
| 7 | + */ | ||
| 8 | + | ||
| 1 | @tailwind base; | 9 | @tailwind base; |
| 2 | @tailwind components; | 10 | @tailwind components; |
| 3 | @tailwind utilities; | 11 | @tailwind utilities; |
| 12 | + | ||
| 13 | +:root { | ||
| 14 | + --nut-primary-color: #A67939; | ||
| 15 | +} | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-15 11:43:01 | 2 | * @Date: 2024-01-15 11:43:01 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-08 10:44:32 | 4 | + * @LastEditTime: 2026-01-08 20:16:02 |
| 5 | * @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue | 5 | * @FilePath: /xyxBooking-weapp/src/pages/notice/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -92,8 +92,4 @@ const confirmBtn = () => { | ... | @@ -92,8 +92,4 @@ const confirmBtn = () => { |
| 92 | } | 92 | } |
| 93 | } | 93 | } |
| 94 | } | 94 | } |
| 95 | - | ||
| 96 | -.nut-checkbox__icon { | ||
| 97 | - color: #A67939; | ||
| 98 | -} | ||
| 99 | </style> | 95 | </style> | ... | ... |
-
Please register or login to post a comment