fix: C端背景和题型分割线

This commit is contained in:
sudoooooo 2024-05-27 21:35:07 +08:00
parent 29011194c7
commit 8c0563ca83
2 changed files with 1 additions and 5 deletions

View File

@ -97,10 +97,6 @@
border-bottom: 0.12rem solid $spliter-color;
}
&:last-child {
border-bottom: 0;
}
.sort-tip {
font-size: 0.26rem;
line-height: 0.26rem;

View File

@ -111,7 +111,7 @@ onMounted(async () => {
@import url('./styles/reset.scss');
html {
background: rgb(238, 238, 238);
background: #f7f7f7;
}
#app {