学无止境详情

自定义select样式

发表:2022-08-05    编辑:南昌开优网络    浏览:2313    
标签:

自定义select样式,下面是CSS代码,主要是那个

appearance 样式

    select {
    width: 220px; 
    margin-left: 12px;
    padding-left: 12px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: url(simg3.jpg) right center no-repeat;
    background-size: 29px 27px;
    border: 2px solid #fe606e;
    overflow: hidden;
}  
分享
  1. 上一篇:IOS上不触发onclick的解决方法
  2. 下一篇:没有了!