码迷,mamicode.com
首页 > 其他好文 > 详细

自定义select样式

时间:2020-02-25 00:16:20      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:定义   font   height   line   add   fancybox   lin   技术   net   

自定义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;
}

下面是相关图片:

技术图片

技术图片

自定义select样式

标签:定义   font   height   line   add   fancybox   lin   技术   net   

原文地址:https://www.cnblogs.com/niunan/p/12359475.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!