This commit is contained in:
zhaofang
2022-11-08 19:20:53 +08:00
parent aa2bf796d0
commit 5559d0a227
2 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@
width: 136upx;
height: 44upx;
// background: ;
background: rgba($color: #181818, $alpha: 0.2);
background: rgba($color: #1767FF, $alpha: 0.2);
border-radius: 24upx 0px 0px 0px;
backdrop-filter: blur(20px);
}

View File

@@ -835,7 +835,7 @@
.type-index{
font-size: 22upx;
color: #6E7B84;
background: rgba($color: #387DF7, $alpha: 0.1);
background: rgba($color: #387DF7, $alpha: 0.1);
border-radius: 16upx;
margin-right: 12upx;
padding: 4upx 12upx;
@@ -843,7 +843,7 @@
.type-tow{
font-size: 22upx;
color: #D98135;
background: rgba($color: #FF7900, $alpha: 0.1);
background: rgba($color: #FF7900, $alpha: 0.1);
border-radius: 16upx;
margin-right: 12upx;
padding: 4upx 12upx;