gpt4 book ai didi

css - 无效的属性值

转载 作者:太空宇宙 更新时间:2023-11-03 23:40:52 24 4
gpt4 key购买 nike

我尝试将元素的 CSS 设置为:url('example.png') center center 100% 100% no-repeat

但是我有一个错误:无效的属性值

定义应该没问题,因为背景属性值应该是这样的:background: color position size repeat

我不知道,我做错了什么。

最佳答案

尝试

background: url('example.png') center center / 100% 100% no-repeat;

注意斜线

关于css - 无效的属性值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22919219/

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