HTML/Html-practice/Ajax/基于jQuery的AJAX实现三级联动菜单/css/index.css
2023-05-01 23:46:02 +08:00

19 lines
281 B
CSS

form {
text-align: center;
}
/* select {
width: 150px;
} */
select {
background: #fafdfe;
height: 28px;
width: 180px;
line-height: 28px;
border: 1px solid #9bc0dd;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}