찾다

 >  Q&A  >  본문

border-radius?

border-radius

div.semi-circle{ 
    height:50px;
    width:100px;
    background:#9da;
    border-radius:50px ;
    }

   求问border-radius中50px的意思;

   div.semi-circle{ 
    height:50px;
    width:100px;
    background:#9da;
    border-radius:50px 50px 0px 0px;
    }

   不懂两个border-radius代表的意思,求指点


我又来了我又来了2841일 전1211

모든 응답(2)나는 대답할 것이다

  • 数据分析师

    数据分析师2017-10-01 00:24:29

    경계 반경? -PHP 중국 웹사이트 Q&A-국경-반경? -PHP 중국어 홈페이지 Q&A

    꼭 보고 배워보세요.

    회신하다
    0
  • 怪我咯

    怪我咯2017-02-20 13:34:44

    border-radius:单个值是表示四个角都圆50px, border-radius:50px 50px 0px 0px;表示左上角 右上角分别是50px 右下角 左下角 分别是0px

    회신하다
    0
  • 취소회신하다