首页htmlwebkit_appearanceCSS Property Value - 如何-webkit-appearance: button

CSS Property Value - 如何-webkit-appearance: button

我们想知道如何-webkit-appearance: button

<!DOCTYPE html>
<html>
<body>
  <select
    style="background: #f0f0ef; -webkit-appearance: button; padding: 10px;">
    <option value="project">Project</option>
    <option value="foo">Foo</option>
  </select>
</body>
</html>