博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
修改下拉框的样式
阅读量:6214 次
发布时间:2019-06-21

本文共 747 字,大约阅读时间需要 2 分钟。

css

.select-bg {    display: inline-block;    width: 85px;    height: 20px;    line-height: 20px;    font-size: 12px;    border: #089164 solid 1px;    background: #fff url(../img/select.png) no-repeat right center;    background-size: 30px 20px;    vertical-align: middle;    cursor: pointer;}.select-green {    -webkit-appearance: none;       -moz-appearance: none;            appearance: none;    position: relative;    top: -3px;    outline: none;    border: 0 none;    position: relative;    padding: 0 0 0 5px;    width: 85px;    background: none;    background-color: transparent;    font-size: 12px;    z-index: 99;    overflow: hidden;}

html

转载地址:http://ehdja.baihongyu.com/

你可能感兴趣的文章
[算法总结] 十大排序算法
查看>>
Spring Aop之Cglib实现原理详解
查看>>
给定一个数组,找出不在数组中的最小的那个数字
查看>>
Java RequestDispatcher 详解
查看>>
JSP踩过的坑
查看>>
翻译:AKKA笔记 - 介绍Actors
查看>>
使用Mybatis generator帮助Mybatis生成配置和映射
查看>>
粒子群优化算法(PSO)之基于离散化的特征选择(FS)(三)
查看>>
PiFlow v0.5 发布:大数据流水线系统
查看>>
Apache Kylin v2.6.1 发布,开源的分布式分析引擎
查看>>
在IDEA中构建Web项目流程
查看>>
漫画:设计模式六大原则(中)
查看>>
MySQL索引背后的数据结构及算法原理
查看>>
HyperLedger Fabric 1.2 Solo模式简介(10.1)
查看>>
centos linux系统下搭建git服务器
查看>>
Spring Cloud Hystrix(断路器)
查看>>
ERROR: Error installing json:The 'json' native gem requires installed build tools.
查看>>
关于js模块化prototype
查看>>
skynet中的gate,watchdog,agent之间的关系
查看>>
【他们说】GitCafe 前端工程师们的工作日常
查看>>