This commit is contained in:
duanxiaohai 2024-08-29 16:39:49 +08:00
parent 5a8bfbff49
commit 25d0a9c67c
2 changed files with 7 additions and 6 deletions

View File

@ -1331,16 +1331,17 @@ onMounted(() => {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
} }
// &:hover {
// background: rgba(0, 158, 255, 0.38);
// box-shadow: inset 0px 0px 11px 0px rgba(255, 255, 255, 0.5);
// }
} }
.my-tag-item_active { .my-tag-item_active {
background: rgba(0, 158, 255, 0.38); color: #0060ff;
background: rgba(0, 246, 246, 0.8);
border: 1px solid #0060ff;
box-shadow: inset 0px 0px 11px 0px rgba(255, 255, 255, 0.5); box-shadow: inset 0px 0px 11px 0px rgba(255, 255, 255, 0.5);
cursor: pointer; cursor: pointer;
p {
font-weight: 600px;
}
} }
} }

View File

@ -795,7 +795,7 @@ onMounted(() => {
rgba(3, 56, 127, 0.74) 100% rgba(3, 56, 127, 0.74) 100%
); );
border-radius: 0px 24px 24px 0px; border-radius: 0px 24px 24px 0px;
backdrop-filter: blur(3px); // backdrop-filter: blur(3px);
} }
.right_bg { .right_bg {
width: 100%; width: 100%;