登录配置

This commit is contained in:
2023-05-24 09:58:28 +08:00
parent ce4c21e32e
commit ce3e78f13c
14 changed files with 355 additions and 166 deletions

View File

@@ -26,19 +26,20 @@ export default {
position fixed
z-index 10001
width 100%
height 1rem
line-height 1rem
height 48px
text-align center
left 50%
top 50%
transform translate(-50%, -50%)
.text
height 48px
line-height 18px
display inline-block
width auto
text-align center
padding 0 .5rem
border-radius 10px
padding 15px
border-radius 4px
background #858586
font-size .32rem
font-size 16px
color #fff
</style>