gaoluyang
昨天 85b3cc4cb996040632aa656c79b5047bd8b2597c
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;
}