spring
9 天以前 4b7cf12b4654c27ce84341261ab2c9832ce323f9
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;
}