You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
461 B
Plaintext
23 lines
461 B
Plaintext
@import "/pages/normalNotice/index.wxss";
|
|
@import "/pages/myProcessNew/index.wxss";
|
|
.titlelist {
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
font-size: 16px;
|
|
}
|
|
/* .underreview{
|
|
margin-top: 0;
|
|
border-radius: 8px;
|
|
} */
|
|
.circleNum{
|
|
background-color: var(--color-be);
|
|
}
|
|
.titlelist .activelist {
|
|
color: var(--color-be);
|
|
}
|
|
.titlelist .activelist::after {
|
|
background-color: var(--color-be);
|
|
}
|
|
.phoneOut{
|
|
background-color: transparent;
|
|
} |