码迷,mamicode.com
首页 > 移动开发 > 详细

app页面用css 的direction 属性解决select 下拉框右对齐

时间:2018-09-07 14:10:55      阅读:453      评论:0      收藏:0      [点我收藏+]

标签:页面   标签   direction   label   sele   height   idt   sel   app   

direction 属性规定文本的方向 / 书写方向。

select标签

<div class="mui-input-row mir">
   <label style="margin-left: 5px;">部门</label>
   <select dir="rtl" id="dept" style="width:50%; height: 30px;">
   </select>
</div>

select的样式

#dept{
    direction: rtl;
}

#dept option{
    direction: ltr;
}

 

app页面用css 的direction 属性解决select 下拉框右对齐

标签:页面   标签   direction   label   sele   height   idt   sel   app   

原文地址:https://www.cnblogs.com/zhou-pan/p/9603773.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!