举例:
select {
color: blue;
/*去掉边框*/
border: none;
outline: none;
/*去掉箭头*/
-webkit-appearance: none;
/*右对齐*/
direction: rtl;
/*左对齐*/
/*direction: ltr;*/
}
select option {
direction: rtl;
}
2024-02-22 23:10:10
举例:
select {
color: blue;
/*去掉边框*/
border: none;
outline: none;
/*去掉箭头*/
-webkit-appearance: none;
/*右对齐*/
direction: rtl;
/*左对齐*/
/*direction: ltr;*/
}
select option {
direction: rtl;
}