|
@@ -43,7 +43,6 @@
|
|
|
|
|
|
.content {
|
|
|
flex-grow: 1;
|
|
|
- z-index: 999;
|
|
|
|
|
|
.name {
|
|
|
font-size: var(--font18Szie);
|
|
@@ -70,12 +69,11 @@
|
|
|
}
|
|
|
|
|
|
.list:nth-child(1n) {
|
|
|
- background-image: linear-gradient(to right, #9bd1fd,#44a2f0 );
|
|
|
+ background-image: linear-gradient(to right, #9bd1fd, #44a2f0);
|
|
|
}
|
|
|
|
|
|
.list:nth-child(2n) {
|
|
|
background-image: linear-gradient(to right, #eb5299, #ffaed4);
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|