欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
  按钮大小
  
  我们可以使用 font-size 属性来设置按钮大小:
  
  实例
  
  .button1 {font-size: 10px;}
  
  .button2 {font-size: 12px;}
  
  .button3 {font-size: 16px;}
  
  .button4 {font-size: 20px;}
  
  .button5 {font-size: 24px;}
  
  圆角按钮
  
  我们可以使用 border-radius 属性来设置圆角按钮:
  
  实例
  
  .button1 {border-radius: 2px;}
  
  .button2 {border-radius: 4px;}
  
  .button3 {border-radius: 8px;}
  
  .button4 {border-radius: 12px;}
  
  .button5 {border-radius: 50%;}

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css3-style/c64274.shtml