@@ -99,7 +99,9 @@
box-sizing: content-box;
border: 2px dashed var(--whiteColor);
}
-
+ button:nth-child(2) {
+ background-color: #f860df;
+ }
button:last-child {
background-color: #f7783e;
@@ -87,6 +87,9 @@
+.main .two .list .btn button:nth-child(2) {
+}
.main .two .list .btn button:last-child {