1. 程式人生 > >HTML 設定select標籤的高度

HTML 設定select標籤的高度

<style type="text/css">

select {

   border: 1px solid #555;
   padding: 0.5em;
   font-size: 15px;
   line-height: 1.2em;
   background: #fff;
   -webkit-appearance: none;
   -webkit-box-shadow: 1px 1px 1px #fff;
   -webkit-border-radius: 0.5em;

 }

</style>