HTML/Html-practice/Ajax/基于jQuery的AJAX实现三级联动菜单/css/index.css

19 lines
281 B
CSS
Raw Normal View History

2023-05-01 19:37:40 +08:00
form {
text-align: center;
}
2023-05-01 23:46:02 +08:00
/* select {
2023-05-01 19:37:40 +08:00
width: 150px;
2023-05-01 23:46:02 +08:00
} */
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;
2023-05-01 20:26:29 +08:00
}