欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
  下拉菜单(select)样式
  
  CSS 实例
  
  select {
  
  width: 100%;
  
  padding: 16px 20px;
  
  border: none;
  
  border-radius: 4px;
  
  background-color: #f1f1f1;
  
  }
  
  按钮样式
  
  CSS 实例
  
  input[type=button], input[type=submit], input[type=reset] {
  
  background-color: #4CAF50;
  
  border: none;
  
  color: white;
  
  padding: 16px 32px;
  
  text-decoration: none;
  
  margin: 4px 2px;
  
  cursor: pointer;
  
  }
  
  /* 提示: 使用 width: 100% 设置全宽按钮 */

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