fix: C端背景和题型分割线
This commit is contained in:
parent
29011194c7
commit
8c0563ca83
@ -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;
|
||||
|
@ -111,7 +111,7 @@ onMounted(async () => {
|
||||
@import url('./styles/reset.scss');
|
||||
|
||||
html {
|
||||
background: rgb(238, 238, 238);
|
||||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
#app {
|
||||
|
Loading…
Reference in New Issue
Block a user