分割が関係している場合、ボーダー半径プロパティの説明を理解するのが苦労しています。Mozilla's分割によるボーダー半径
例:
/* (first radius values)/top-left | top-right | bottom-right | bottom-left */
border-radius: 10px 5%/20px 25em 30px 35em;
Iは最初の値10px
が半径の幅であり、5%
の高さを知っています。 /
に続く数字の影響を受けていない
1つのサンプル:https://jsfiddle.net/wvyesszq/1/