|
@@ -83,16 +83,16 @@
|
|
font-size: var(--font14Size);
|
|
font-size: var(--font14Size);
|
|
color: var(--whiteColor);
|
|
color: var(--whiteColor);
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
- margin: 0 5vw;
|
|
|
|
|
|
+ margin: 0 2vw;
|
|
background-color: #35d4bd;
|
|
background-color: #35d4bd;
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
border: 2px dashed var(--whiteColor);
|
|
border: 2px dashed var(--whiteColor);
|
|
}
|
|
}
|
|
-.main .two .list .btn button:nth-child(2) {
|
|
|
|
|
|
+.main .two .list .btn button:nth-child(2n) {
|
|
background-color: #f860df;
|
|
background-color: #f860df;
|
|
}
|
|
}
|
|
.main .two .list .btn button:last-child {
|
|
.main .two .list .btn button:last-child {
|
|
- background-color: #ff8b06;
|
|
|
|
|
|
+ background-color: #FF7F50;
|
|
}
|
|
}
|
|
.main .two .level_0 {
|
|
.main .two .level_0 {
|
|
background-size: 100%, 100%;
|
|
background-size: 100%, 100%;
|