This commit is contained in:
Vick Scarlet
2021-09-04 22:26:39 +08:00
4 changed files with 15 additions and 1 deletions

View File

@@ -3564,7 +3564,7 @@
"id": 10412,
"event": "你有了第一部自己的手机。",
"include": "(MNY>3)&(EVT?[10009])",
"exclude": "(MNY>7)&(EVT?[10412])"
"exclude": "(MNY>7)|(EVT?[10412])"
},
"10413": {
"id": 10413,

Binary file not shown.

View File

@@ -187,6 +187,13 @@ html {
background-color: lightsalmon !important;
}
.grade1b,
.grade2b,
.grade3b {
padding-left: 1.5rem;
box-sizing: border-box;
}
.selected {
background-color: gray;
color: #EEEEEE;

View File

@@ -182,6 +182,13 @@ html {
background-color: lightsalmon !important;
}
.grade1b,
.grade2b,
.grade3b {
padding-left: 1.5rem;
box-sizing: border-box;
}
.selected {
background-color: gray;
color: white;