Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
31e1d24e7b
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue