前端 的一些css的写法

攒一下小技巧 

1.select 默认提示但是不显示在选择列表中

<option selected="selected" disabled="disabled"  style="display: none">亲~!选择服务</option>    

   样式↓: