Polyfill the corner-shape property from CSS L4. ... .el { border-radius: 20px; } @supports (background: paint(id)) { .el.is-loaded { border-radius: 0; ...
確定! 回上一頁