style: 全局修改样式主题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user