﻿@charset "utf-8";

/*ui-choose样式，可根据实际项目需求进行调整*/
select.ui-choose{display: none;}
ul.ui-choose { box-sizing: border-box; display: inline-block; font: 100 16px/30px ; border-right: none; border-bottom: none; font-size: 14px; margin-left: 11px; padding: 0; list-style: none; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
ul.ui-choose:after { content: ""; display: table; clear: both; }
ul.ui-choose>li { box-sizing: border-box;float: left; height: 30px; line-height: 31px; margin: -1px 0 0 10px; padding: 0 16px; cursor: pointer; position: relative; z-index: 1; min-width: 75px; text-align: center; }


ul.ui-choose>li:hover { z-index: 4; color: #f1001d; }
ul.ui-choose>li.selected { z-index: 3; border-color: #0080ff; background-color: #f1001d; color: #fff; }
ul.ui-choose>li.disabled { z-index: 2; background-color: #f2f2f2; color: #aaa; cursor: not-allowed; }
ul.ui-choose>li.disabled:hover { border-color: #aaa; }
ul.ui-choose>li.selected.disabled { z-index: 2; background-color: #8FC7FF; color: #fff; cursor: not-allowed; border-color: #8FC7FF; }
ul.choose-type-right>li.selected { color: #0080ff; background: transparent url("./icon-selected.png") no-repeat right bottom; }
ul.ui-choose.choose-flex { display: flex; }
ul.ui-choose.choose-flex>li { flex: 1; padding: 0 8px; }