diff --git a/src/view/sy_details.vue b/src/view/sy_details.vue index a34b92d..7a84081 100644 --- a/src/view/sy_details.vue +++ b/src/view/sy_details.vue @@ -9,7 +9,8 @@ -
+
+
-
+
+
-
+
+
{ letterSpacing: "1px", fontSize: "15px", height: "79px", - backgroundColor: "#455F8A", + backgroundColor: "rgba(23, 62, 115)", color: "#fff", border: "none", textAlign: "center", @@ -901,6 +904,21 @@ onMounted(() => { } } } + .backgroundVirtual { + position: absolute; + top: 0; + width: 100%; + height: 79px; + // background: linear-gradient( + // 270deg, + // rgba(0, 52, 131, 0.20) 0%, + // rgba(0, 32, 83, 0.30) 50%, + // rgba(0, 60, 131, 0.40) 100% + // ); + box-shadow: inset 0px 0px 55px 0px rgba(173, 221, 255, 1); + // backdrop-filter: blur(0px); + z-index: 99; + } }