Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用了heti样式后,文字无法居中 #108

Open
YangguangZhou opened this issue Feb 10, 2023 · 1 comment
Open

使用了heti样式后,文字无法居中 #108

YangguangZhou opened this issue Feb 10, 2023 · 1 comment

Comments

@YangguangZhou
Copy link

截图:
屏幕截图 2023-02-10 224205

样式代码:

.blink {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    line-height: 30px;
    justify-content: center;
    animation: blink 3s linear infinite;
    -webkit-animation: blink 3s linear infinite;
    -moz-animation: blink 3s linear infinite;
    -ms-animation: blink 3s linear infinite;
    -o-animation: blink 3s linear infinite;
}
@sivan
Copy link
Owner

sivan commented Feb 10, 2023

目测可以先检查一下是否跟那个全角的冒号「:」有关~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants