周宾
6 小时以前 b54a94b098a5a0a3375bab0d6493bacf45dd0a58
src/static/scss/global.scss
@@ -2,6 +2,21 @@
   text-align: center;
}
/* 移动端可靠的居中方法 */
.center-absolute {
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   left: 0;
   right: 0;
   pointer-events: none;
}
.center-absolute > * {
   pointer-events: auto;
}
.font-13 {
   font-size: 13px;
}