This commit is contained in:
kerwincui
2024-03-17 14:59:23 +08:00
parent 3d44f4674c
commit 5539c1b6af
999 changed files with 115642 additions and 10757 deletions

View File

@@ -18,7 +18,9 @@
height: 100%;
padding: 16px 16px 10px 16px;
box-sizing: border-box;
background-image: url("../../assets/bigScreen/img/pageBg.png");
// 深蓝色背景
// background-image: radial-gradient(closest-side,#264194, #12214c);
background-color: #0e2e87;
background-size: cover;
background-position: center center;
}
@@ -112,13 +114,10 @@
.item {
width: 130px;
height: 36px;
border-radius: 18px 0px 0px 18px;
color: #00FBF8;
text-indent: 26px;
text-indent: 5px;
line-height: 36px;
font-size: 16px;
margin-right: 20px;
background: linear-gradient(to right, rgba(76, 245, 255, .5), rgba(76, 245, 255, 0));
}
}
}
@@ -264,4 +263,4 @@
100% {
transform: translate(100%, 0)
}
}
}