MUI下拉菜单样式
程序员文章站
2022-07-09 21:11:23
1 2 性别 3 4 5 12 13 ... ......
1 <div class="mui-input-row my_select"> 2 <label style="width: 47px;padding-right: 0;font-size: 15px;">性别</label> 3 <a class="mui-navigate-right "> 4 <span class="mui-badge_my"> 5 <select class="mui-h5" 6 style="margin:auto; color:#000; 7 font-size: 14px;color: #999999; 8 "> 9 <option value="1">男</option> 10 <option value="1">女</option> 11 </select> 12 </span> 13 </a> 14 </div>
.mui-badge_my {
padding: 0px;
width: 12%;
float: right;
line-height: 42px;
font-size: 14px;
}
.my_select a:after {
font-size: 19px;
margin-top: 2px;
margin-right: -6px;
}
上一篇: 汇总数据
下一篇: uni-app插件ColorUI步骤条