Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法可以为css中的60%+12px之类的元素分配宽度。虽然听起来很尴尬,但我需要这个来绝对确定多个浏览器处理问题。
我知道有一种方法可以通过动态查找容器的宽度并解决表达式来使用 javascript。但我想在 css 中做到这一点,而不使用 js 操作 dom。
显而易见,该解决方案应该与浏览器无关。
您可以将宽度设置为 60%,然后添加 12px 作为边距(每边 6px)。