style: 全局修改样式主题

This commit is contained in:
ccnetcore
2025-08-04 22:35:45 +08:00
parent 7cb3aea2e6
commit 3e647ef14d
30 changed files with 69 additions and 70 deletions

View File

@@ -55,7 +55,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]);
right: -26px;
z-index: 1;
padding: 14px 22px 2px;
background-color: #ff9900;
background-color: #00DA72;
transform: rotate(45deg);
font-size: 12px;
color: #ffffff;
@@ -68,7 +68,7 @@ const props = defineProps(["name", "introduction", "id", "isPublish"]);
left: 70%; /* 盒子中央位置 */
transform: translateX(-50%); /* 水平居中 */
padding: 5px 10px;
background-color: #ff9900;
background-color: #00DA72;
color: #ffffff;
font-size: 12px;
border-radius: 5px;