1
0
mirror of https://gitee.com/dromara/go-view.git synced 2025-04-06 03:58:04 +08:00

fix:修改移动端提示文案字体

This commit is contained in:
MTrun 2022-03-12 11:46:39 +08:00
parent 07cb0a7d3a
commit 4d54a3029b

@ -98,7 +98,9 @@
justify-content: center; justify-content: center;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
font-size: 30px; text-align: center;
font-size: 24px;
font-weight: 200;
background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
} }
} }