search

Home  >  Q&A  >  body text

css3圆角矩形问题

那个橘色的圆角矩形,在一个数字的时候是 圆形,在多个数字的时候背景变成 圆角矩形 如图,怎么使用一个样式搞定这个需求?

如微信一样:

高洛峰高洛峰2778 days ago960

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 11:18:52

    border-radius: 999px;
    min-width: <Row height>;

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 11:18:52

    Option 1: Set min-width of css
    Option 2: The program converts numbers into arrays, and sets the number of digits in the key array to different CSS classes

    reply
    0
  • Cancelreply