我探索了包含以下内容的第三方CSS代码:
{
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 320px;
padding: 40px 20px 40px 40px;
max-width: none;
max-height: none;
}
为什么我们使用max-width: none
进行屏蔽?
答案 0 :(得分:0)
max-width
和max-height
的默认值为无。无表示没有最大宽度。这是默认设置。在这种情况下,没有值可以解释为未设置