gpt4 book ai didi

javascript - 字体大小增加延迟问题

转载 作者:行者123 更新时间:2023-11-28 14:46:16 27 4
gpt4 key购买 nike

我正在使用 this我在 Codepen 上找到的加载屏幕动画。在移动设备上,我发现屏幕尺寸非常小。我正在使用媒体查询来增加这样的大小

@media (min-width: 576px) { 
.counter p, counter h1{
font-size:200%
}
}

字体大小仅在加载动画达到 100% 后才增加。我想不通为什么

最佳答案

试试这个。

@media (max-width: 576px) { 
.counter p, .counter h1{
font-size:2em;
}
}

关于javascript - 字体大小增加延迟问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52293361/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com