gpt4 book ai didi

javascript - jquery css 在我的情况下效果不佳

转载 作者:行者123 更新时间:2023-11-28 17:14:15 25 4
gpt4 key购买 nike

<分区>

我想用 jquery 在我的 css 中为 calc() 做回退

CSS:

width: calc(100% - 90px);

所以我写了下面的代码,但似乎第二个 css() 没有运行。我觉得有什么不对,但我不知道。

jQuery:

var paxWidth = '-' + ($('.pax').width() + 10) + 'px';
console.log(paxWidth); // this return -90px
$('.datetime,.placeholder').css('width','100%').css('width', paxWidth);

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