Back to Uni App

Border Bottom Left Radius

docs/css/border-bottom-left-radius.md

2.3.3890 B
Original Source

border-bottom-left-radius

border-bottom-left-radius 这个 css 属性设置元素左下角的圆角。圆角可以是圆或椭圆(注:应为圆或椭圆的一部分),或者当其中一个值为 0 时,圆角将不被设置,这时这个角将展示为直角。

uni-app x 兼容性

WebAndroidiOSHarmonyOSHarmonyOS(Vapor)
4.03.94.114.615.0

语法

border-bottom-left-radius: <length-percentage>{1,2};

值限制

  • length
  • percentage

App平台差异

  • App平台暂不支持设置百分比。
    如需要设置元素为圆形,请参考border-radius

参见