核心提示:select常用技巧去掉三角形appearance:none;-webkit-appearance:none;三角形换成图片 background: url() no-repeat;三角形换成图片还要...
select常用技巧
去掉三角形
appearance:none; -webkit-appearance:none;
三角形换成图片
background: url("") no-repeat;
三角形换成图片还要换背景背景
先在select外面包围一个p <p class="ma"> <select></select> </p>
ma的样式为 .ma{background:blue;}