@@ -64,7 +64,7 @@
}
.list-one{
height: 34px;
- background-color:#00D5FF ;
+ background-color:rgba(0, 213,255, .12) ;
margin-top: 14px;
padding: 0 8px;
display: flex;
@@ -86,7 +86,7 @@ position: absolute;
top: 0;
display: inline-block;
height: 10px;
-background: #00D1FF;
+background: linear-gradient(180deg, #00D1FF 0%, rgba(0, 255, 224, .87) 100%);;
z-index: 10059;
-</style>
+</style>