周末捣鼓PWA应用壳,骨架屏CSS先安排上,加载快才是王道
.app-shell {
display: flex;
flex-direction: column;
min-height: 100vh;
background: #f5f5f5;
}
登录/注册