卖家申请页面

This commit is contained in:
李志鹏
2026-04-09 10:33:21 +08:00
parent fa2b9ff335
commit 469f5e6c88
6 changed files with 2889 additions and 6 deletions

View File

@@ -2386,6 +2386,16 @@ textarea:focus{
// background: #ffffff;
}
}
// 迷你滚动条
.mini-scrollbar {
&::-webkit-scrollbar {
width: 0.4rem;
}
&::-webkit-scrollbar-thumb {
border-radius: 0.4rem;
background: rgba(0, 0, 0, 0.2);
}
}
//蒙层样式
.mark_loading{