一个老掉牙的项目需要维护,老板说下拉框不好看,然后拾起了好久没用的jQuery
没有用伪元素之类的,就简单写了写勿喷!
长这样:
代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.selectContent{
text-align: center;
width: 250px;
height: 34px;
border-radius: 20px;
background: #fff;
padding: 6px 0;
box-sizing: border-box;
outline: none;
color: #fff;
background-color: #283258;
position: relative;
}
.select_options{
display: none;
position: absolute;
top: 34px;
width: 100%;
left: 0;
color: #fff;
font-size: 14px;
tex