This commit is contained in:
parent
5a8bfbff49
commit
25d0a9c67c
|
@ -1331,16 +1331,17 @@ onMounted(() => {
|
|||
font-size: 16px;
|
||||
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 {
|
||||
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);
|
||||
cursor: pointer;
|
||||
p {
|
||||
font-weight: 600px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -795,7 +795,7 @@ onMounted(() => {
|
|||
rgba(3, 56, 127, 0.74) 100%
|
||||
);
|
||||
border-radius: 0px 24px 24px 0px;
|
||||
backdrop-filter: blur(3px);
|
||||
// backdrop-filter: blur(3px);
|
||||
}
|
||||
.right_bg {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue