| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182 |
- @CHARSET "UTF-8";
- /*······按钮·······*/
- button.btn{
- border: 0;
- }
- /*----------------弹框----------------*/
- .marker.active{
- display: block;
- position: fixed;
- z-index:100000;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: transparent;
- background-color: rgba(0, 0, 0, 0.5);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000)";
- }
- .marker{
- display: none;
- }
- .marker .warp{
- position: relative;
- }
- .markerbox{
- position: absolute;
- top:-2220px;
- left:415px;
- width: 370px;
- min-height: 100px;
- background: #fff;
- transition: all 0.5s;
- -moz-transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- }
- .marker.active .markerbox{
- position: absolute;
- top:20px;
- transition: all 0.5s;
- -moz-transition: all 0.5s;
- -webkit-transition: all 0.5s;
- -o-transition: all 0.5s;
- }
- .marker .markercon{
- padding: 35px 20px;
- text-align: center;
- }
- .marker .markercon p{
- line-height: 30px;
- font-size: 15px;
- }
- .marker .markercon .ml1{
- font-weight: bold;
- padding-bottom: 10px;
- }
- .marker .markercon .ml2{
- font-weight: bold;
- }
- .marker .markercon .btn{
- margin: 0 5px;
- margin-top: 20px;
- min-width: 120px;
- }
- .marker .zclose{
- position: absolute;
- right: -8px;
- top: -15px;
- color: #e47470;
- line-height: 1;
- }
- .marker .zclose i{
- font-size:34px;
- }
- /*-----------------多选框--------------*/
- .checkbox{
- display: inline-block;
- width: 16px;
- height: 16px;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- position: relative;
- cursor: pointer;
- }
- .checkbox input{
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- opacity: 0;
- z-index: 2;
- cursor: pointer;
- }
- .checkbox i{
- width: 100%;
- height: 100%;
- line-height: 100%;
- text-align: center;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 1;
- font-size: 12px;
- color: #e47470;
- opacity: 0;
- transform:scale(0);
- }
- .checkbox.checked i{
- opacity: 1;
- transform:scale(1);
- }
- .checkbox i::before{
- content: "\e62d";
- }
- /*········下拉框···········*/
- .selectbox {
- padding: 11px 0;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- position: relative;
- width: 145px;
- }
- .selectbox select{
- border:0;
- height: 20px;
- line-height: 20px;
- width: 100%;
- }
- .selectbox select:focus{
- border:0;
- }
- .dropdown{
- width: 135px;
- height: 40px;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- position: relative;
- }
- .dropdown i.iconfont.xia:before{
- content: "\e60c";
- }
- .dropdown i.iconfont.xia{
- position: absolute;
- top: 12px;
- font-size: 15px;
- right:8px;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .dropdown.focus i.iconfont.xia{
- transform: rotate(-180deg);
- -ms-transform: rotate(-180deg);
- -webkit-transform: rotate(-180deg);
- -o-transform: rotate(-180deg);
- -moz-transform: rotate(-180deg);
- }
- .dropdown.focus{
- outline: 3px auto #90b2e9;
- -webkit-box-shadow:0 0 6px #90b2e9;
- -moz-box-shadow:0 0 6px #90b2e9;
- box-shadow:0 0 6px #90b2e9;
- webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .dropdown span{
- display: block;
- line-height: 40px;
- padding:0 10px ;
- text-align: left;
- cursor: pointer;
- }
- .dropdown ul{
- display: none;
- position: absolute;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- min-width: 135px;
- z-index: 99;
- top: 42px;
- left: 0;
- padding:5px 0;
- /* max-height: 400px;*/
- overflow-y:scroll;
- }
- .dropdown ul li{
- white-space:nowrap;
- }
- .dropdown ul li{
- cursor: pointer;
- display: block;
- line-height: 30px;
- text-align: left;
- width: 100%;
- padding: 0 8px;
- }
- .dropdown ul li:hover{
- background: #d5f1fd;
- }
- /*···开关switch·····*/
- .ui-switch{
- display: inline-block;
- width: 60px;
- height: 30px;
- line-height: 30px;
- position: relative;
- background: #bcbcbc;
- cursor: pointer;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- .ui-switch.hover{
- background: #4cacdf;
- }
- .ui-switch.hover i.iconfont.yuan{
- left:32px;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .ui-switch i.iconfont.yuan{
- position: absolute;
- width:26px;
- height:26px;
- display: block;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- background: #fff;
- top:2px;
- left: 2px;
- font-size: 29px;
- color: #fff;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .ui-switch i.iconfont.yuan:before{
- content: "";
- }
- /*输入框*/
- .input-wrap {
- padding: 5px 10px;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- position: relative;
- }
- .input-wrap span.holder-tip{
- position: absolute;
- left: 10px;
- top: 5px;
- color: #9a9a9a;
- line-height: 25px;
- }
- .input-wrap input.W-input{
- height: 25px;
- line-height: 25px;
- border: 0;
- box-shadow: none;
- float: left;
- }
- .input-wrap:after{
- content: "";
- display: block;
- clear: both;
- }
- .input-wrap textarea.W-input{
- height: 80px;
- }
- .input-wrap .W-input {
- border: 0;
- box-shadow: none;
- color: #222;
- width: 100%;
- outline:none;
- border-style: none;
- }
- .input-wrap i.iconfont{
- position: absolute;
- right: 5px;
- top: 0px;
- line-height: 35px;
- color: transparent;
- font-size: 16px;
- }
- .input-wrap.icon {
- padding-left: 40px;
- }
- .input-wrap.icon i.iconfont.left {
- left: 0;
- color: #a7a7a7;
- font-size: 22px;
- width: 40px;
- text-align: center;
- }
- .input-wrap.icon span.holder-tip {
- left: 40px;
- }
- /*选中效果*/
- .input-wrap.input-wrap-focus .W-input{
- color: #222;
- }
- .input-wrap.input-wrap-focus span.holder-tip{
- display: none;
- }
- .input-wrap.input-wrap-focus{
- border: 1px solid #90b2e9;
- outline: 1px auto #90b2e9;
- -webkit-box-shadow:0 0 3px #90b2e9;
- -moz-box-shadow:0 0 3px #90b2e9;
- box-shadow:0 0 3px #90b2e9;
- webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- /*成功*/
- .input-wrap.input-wrap-success i.iconfont{
- color: #87D068;
- }
- .input-wrap.input-wrap-success i.iconfont:before{
- content: "\e618";
- }
- /*报错*/
- .input-wrap.input-wrap-error{
- border: 1px solid #f50;
- -webkit-box-shadow:0 0 2px #ffddcc;
- -moz-box-shadow:0 0 2px #ffddcc;
- box-shadow:0 0 2px #ffddcc;
- webkit-transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .input-wrap.input-wrap-error i.iconfont{
- color: #f50;
- }
- .input-wrap.input-wrap-error i.iconfont:before{
- content: "\e619";
- }
- .input-wrap.input-wrap-error .W-input{
- color: #f50;
- }
- /*···········提示框 ··········*/
- .m-tip{
- position: fixed;
- top: -50px;
- left: 0;
- width: 100%;
- z-index: 9999;
- }
- .m-tip.hover{
- top: 0;
- }
- .m-tip .wp{
- width: 1px;
- height: 0;
- margin: 0 auto;
- position: relative;
- }
- .m-tip .wp .tip{
- position: absolute;
- top: 0;
- left: -230px;
- min-width: 460px;
- height: 50px;
- background: #fff;
- border: 1px solid #ddd;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- text-align: center;
- -webkit-box-shadow: 0 2px 30px rgba(0,0,0,0.1);
- box-shadow: 0 2px 30px rgba(0,0,0,0.1);
- -webkit-transform: translate3d(0, -2px, 0);
- transform: translate3d(0, -2px, 0);
- }
- .m-tip .wp .tip span{
- line-height: 50px;
- font-size: 15px;
- display: inline-block;
- vertical-align: middle;
- }
- .m-tip .wp .tip i.iconfont{
- font-size: 30px;
- line-height: 50px;
- display: inline-block;
- vertical-align: middle;
- }
- .m-tip.success .wp .tip i.iconfont{
- color:#87D068;
- }
- .m-tip.success .wp .tip i.iconfont:before {
- content: "\e619";
- }
- .m-tip.fail .wp .tip i.iconfont{
- color: #c03231;
- }
- .m-tip.fail .wp .tip i.iconfont:before {
- content: "\e61a";
- }
- .m-tip.hint .wp .tip i.iconfont{
- color:#FF5500;
- }
- .m-tip.hint .wp .tip i.iconfont:before {
- content: "\e61b";
- }
- /* 日期获取控件 */
- .u-datepicker{
- display: inline-block;
- }
- .w500 .u-datepicker .input-wrap{
- width: 280px;
- }
- .u-datepicker .input-wrap{
- width: 120px;
- }
- .u-datepicker .input-wrap i.iconfont{
- color: #888;
- font-size: 20px;
- }
- .u-datepicker .input-wrap i.iconfont:before{
- content: "\e624";
- }
- .date_picker {
- width: 226px;
- background: #fefefe;
- border: 1px solid #bbb;
- font-size: 12px;
- color: #333;
- padding: 7px;
- border-radius: 3px;
- }
- .date_selector, .date_selector * {
- width: auto;
- height: auto;
- border: none;
- background: none;
- margin: 0;
- padding: 0;
- text-align: left;
- text-decoration: none;
- }.date_selector.foucs th, .date_selector.foucs td {
- height: 2em;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .date_selector {
- height:0px;
- padding: 0 10px;
- overflow: hidden;
- opacity:0;
- transform:translateY(-40px);
- -ms-transform:translateY(-40px);
- -moz-transform:translateY(-40px);
- -webkit-transform:translateY(-40px);
- -o-transform:translateY(-40px);
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- top:37px;
- left: 0;
- background: #fbfbfb;
- margin: 0;
- margin-top: -1px;
- position: absolute;
- z-index: 100000;
- width: 278px;
- border-style: solid;
- border-width: 0px;
- border-color: transparent;
- }
- .date_selector.foucs{
- height: auto;
- padding: 10px;
- opacity: 1;
- border-radius: 3px;
- border: 1px solid #ccc;
- box-shadow: 0 0 5px #aaa;
- box-shadow: 0 2px 2px #ccc;
- transform:translateY(0px);
- -ms-transform:translateY(0px);
- -moz-transform:translateY(0px);
- -webkit-transform:translateY(0px);
- -o-transform:translateY(0px);
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .date_selector_ieframe {
- position: absolute;
- z-index: 99999;
- display: none;
- }
- .date_selector .nav {
- width: 17.5em;
- }
- .date_selector .nav p {
- clear: none;
- }
- .date_selector .month_nav, .date_selector .year_nav {
- margin: 0 0 3px 0;
- padding: 0;
- display: block;
- position: relative;
- text-align: center;
- }
- .date_selector .month_nav {
- float: left;
- width: 55%;
- }
- .date_selector .year_nav {
- float: right;
- width: 42%;
- margin-right: -8px;
- }
- .date_selector .month_name, .date_selector .year_name {
- font-weight: bold;
- line-height: 20px;
- }
- .date_selector .button {
- display: block;
- position: absolute;
- top: 0;
- width: 18px;
- height: 18px;
- line-height: 16px;
- font-weight: bold;
- color: #5985c7;
- text-align: center;
- font-size: 12px;
- overflow: hidden;
- border: 1px solid #ccc;
- border-radius: 2px;
- }
- .date_selector .button:hover, .date_selector .button.hover {
- background: #5985c7;
- color: #fff;
- cursor: pointer;
- border-color: #3a930d;
- }
- .date_selector .prev {
- left: 0;
- }
- .date_selector .next {
- right: 0;
- }
- .date_selector table {
- border-spacing: 0;
- border-collapse: collapse;
- clear: both;
- margin: 0;
- width: 255px;
- }
- .date_selector th, .date_selector td {
- width: 2.5em;
- height: 1em;
- padding: 0 !important;
- text-align: center !important;
- color: #666;
- font-weight: normal;
- transition: all 0.3s ease-in-out 0s;
- -moz-transition: all 0.3s ease-in-out 0s;
- -webkit-transition: all 0.3s ease-in-out 0s;
- -o-transition: all 0.3s ease-in-out 0s;
- }
- .date_selector th {
- font-size: 12px;
- }
- .date_selector td {
- border: 1px solid #f1f1f1;
- line-height: 2em;
- text-align: center;
- white-space: nowrap;
- color: #5985c7;
- background: #fff;
- }
- .date_selector td.today {
- background: #eee;
- }
- .date_selector td.unselected_month {
- color: #ccc;
- }
- .date_selector td.selectable_day {
- cursor: pointer;
- }
- .date_selector td.selected {
- background: #2b579a;
- color: #fff;
- font-weight: bold;
- }
- .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
- background: #5985c7;
- color: #fff;
- }
- /*---------------------------------------日期获取控件 end--------------------------------------------*/
- /*········地区选择········*/
- .citychoose .input-wrap i.iconfont{
- position: absolute;
- top: 12px;
- font-size: 15px;
- right: 8px;
- color: #555;
- line-height: normal;
- }
- .citychoose .input-wrap.input-wrap-focus i.iconfont{
- transform: rotate(-180deg);
- -ms-transform: rotate(-180deg);
- -webkit-transform: rotate(-180deg);
- -o-transform: rotate(-180deg);
- -moz-transform: rotate(-180deg);
- }
- .citychoose .input-wrap i.iconfont:before {
- content: "\e61a";
- }
- .privinces,
- .citys,
- .countys {
- position: absolute;
- border: 1px solid #ddd;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- background-color: #FFF;
- min-width: 135px;
- max-width: 300px;
- z-index: 99;
- top: 42px;
- left: 0;
- padding:10px;
- /* max-height: 400px; */
- overflow-y: scroll;
- }
- .privinces .a,.citys .a,.countys .a {
- font-size: 13px; color: #333;
- text-decoration: none; display: block; float: left;
- *display: inline-block; _display: inline; zoom: 1; *float: none;
- padding: 3px 5px;
- }
- .privinces a:hover,.citys .a:hover,.countys .a:hover {
- background:#5985c7; color: #fff;
- }
- .hidden{
- display:none;
- }
- /*·····················下拉框····························*/
- .select2-container {
- min-width: 145px;
- box-sizing: border-box;
- display: inline-block;
- margin: 0;
- position: relative;
- vertical-align: middle; }
- .select2-container .select2-selection--single {
- box-sizing: border-box;
- cursor: pointer;
- display: block;
- height:37px;
- user-select: none;
- -webkit-user-select: none; }
- .select2-container .select2-selection--single .select2-selection__rendered {
- display: block;
- padding-left: 8px;
- padding-right: 20px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .select2-container .select2-selection--single .select2-selection__clear {
- position: relative; }
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
- padding-right: 8px;
- padding-left: 20px; }
- .select2-container .select2-selection--multiple {
- box-sizing: border-box;
- cursor: pointer;
- display: block;
- min-height: 37px;
- user-select: none;
- -webkit-user-select: none; }
- .select2-container .select2-selection--multiple .select2-selection__rendered {
- display: inline-block;
- overflow: hidden;
- padding-left: 8px;
- text-overflow: ellipsis;
- white-space: nowrap; }
- .select2-container .select2-search--inline {
- float: left; }
- .select2-container .select2-search--inline .select2-search__field {
- box-sizing: border-box;
- border: none;
- font-size: 100%;
- margin-top: 5px;
- padding: 0; }
- .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
- -webkit-appearance: none; }
- .select2-dropdown {
- background-color: white;
- border: 1px solid #aaa;
- border-radius: 2px;
- box-sizing: border-box;
- display: block;
- position: absolute;
- left: -100000px;
- width: 100%;
- z-index: 1051; }
- .select2-results {
- display: block; }
- .select2-results__options {
- list-style: none;
- margin: 0;
- padding: 0; }
- .select2-results__option {
- padding: 6px;
- user-select: none;
- -webkit-user-select: none; }
- .select2-results__option[aria-selected] {
- cursor: pointer; }
- .select2-container--open .select2-dropdown {
- left: 0; }
- .select2-container--open .select2-dropdown--above {
- border-bottom: none;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0; }
- .select2-container--open .select2-dropdown--below {
- border-top: none;
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
- .select2-search--dropdown {
- display: block;
- padding: 2px; }
- .select2-search--dropdown .select2-search__field {
- padding: 2px;
- width: 100%;
- *width: 94%;
- box-sizing: border-box; }
- .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
- -webkit-appearance: none; }
- .select2-search--dropdown.select2-search--hide {
- display: none; }
- .select2-close-mask {
- border: 0;
- margin: 0;
- padding: 0;
- display: block;
- position: fixed;
- left: 0;
- top: 0;
- min-height: 100%;
- min-width: 100%;
- height: auto;
- width: auto;
- opacity: 0;
- z-index: 99;
- background-color: #fff;
- filter: alpha(opacity=0); }
- .select2-hidden-accessible {
- border: 0 !important;
- clip: rect(0 0 0 0) !important;
- height: 1px !important;
- margin: -1px !important;
- overflow: hidden !important;
- padding: 0 !important;
- position: absolute !important;
- width: 1px !important; }
- .select2-container--default .select2-selection--single {
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 2px; }
- .select2-container--default .select2-selection--single .select2-selection__rendered {
- color: #444;
- line-height: 35px; }
- .select2-container--default .select2-selection--single .select2-selection__clear {
- cursor: pointer;
- float: right;
- font-weight: bold; }
- .select2-container--default .select2-selection--single .select2-selection__placeholder {
- color: #999; }
- .select2-container--default .select2-selection--single .select2-selection__arrow {
- height: 35px;
- position: absolute;
- top: 1px;
- right: 1px;
- width: 20px; }
- .select2-container--default .select2-selection--single .select2-selection__arrow b {
- border-color: #888 transparent transparent transparent;
- border-style: solid;
- border-width: 5px 4px 0 4px;
- height: 0;
- left: 50%;
- margin-left: -2px;
- margin-top: -2px;
- position: absolute;
- top: 50%;
- width: 0; }
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
- float: left; }
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
- left: 1px;
- right: auto; }
- .select2-container--default.select2-container--disabled .select2-selection--single {
- background-color: #eee;
- cursor: default; }
- .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
- display: none; }
- .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
- border-color: transparent transparent #888 transparent;
- border-width: 0 4px 5px 4px; }
- .select2-container--default .select2-selection--multiple {
- background-color: white;
- border: 1px solid #ddd;
- border-radius: 2px;
- cursor: text; }
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
- box-sizing: border-box;
- list-style: none;
- margin: 0;
- padding: 0 5px;
- width: 100%; }
- .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
- color: #999;
- margin-top: 5px;
- float: left; }
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
- cursor: pointer;
- float: right;
- font-weight: bold;
- margin-top: 5px;
- margin-right: 10px; }
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
- background-color: #e4e4e4;
- border: 1px solid #aaa;
- border-radius: 2px;
- cursor: default;
- float: left;
- margin-right: 5px;
- margin-top: 5px;
- padding: 0 5px; }
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
- color: #999;
- cursor: pointer;
- display: inline-block;
- font-weight: bold;
- margin-right: 2px; }
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
- color: #333; }
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
- float: right; }
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
- margin-left: 5px;
- margin-right: auto; }
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
- margin-left: 2px;
- margin-right: auto; }
- .select2-container--default.select2-container--focus .select2-selection--multiple {
- border: solid black 1px;
- outline: 0; }
- .select2-container--default.select2-container--disabled .select2-selection--multiple {
- background-color: #eee;
- cursor: default; }
- .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
- display: none; }
- .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
- .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0; }
- .select2-container--default .select2-search--dropdown .select2-search__field {
- border: 1px solid #aaa; }
- .select2-container--default .select2-search--inline .select2-search__field {
- background: transparent;
- border: none;
- outline: 0;
- box-shadow: none;
- -webkit-appearance: textfield; }
- .select2-container--default .select2-results > .select2-results__options {
- max-height: 200px;
- overflow-y: auto; }
- .select2-container--default .select2-results__option[role=group] {
- padding: 0; }
- .select2-container--default .select2-results__option[aria-disabled=true] {
- color: #999; }
- .select2-container--default .select2-results__option[aria-selected=true] {
- background-color: #ddd; }
- .select2-container--default .select2-results__option .select2-results__option {
- padding-left: 1em; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
- padding-left: 0; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
- margin-left: -1em;
- padding-left: 2em; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
- margin-left: -2em;
- padding-left: 3em; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
- margin-left: -3em;
- padding-left: 4em; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
- margin-left: -4em;
- padding-left: 5em; }
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
- margin-left: -5em;
- padding-left: 6em; }
- .select2-container--default .select2-results__option--highlighted[aria-selected] {
- background-color: #389ee1;
- color: white; }
- .select2-container--default .select2-results__group {
- cursor: default;
- display: block;
- padding: 6px; }
- .select2-container--classic .select2-selection--single {
- background-color: #f7f7f7;
- border: 1px solid #aaa;
- border-radius: 2px;
- outline: 0;
- background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
- background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
- background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
- .select2-container--classic .select2-selection--single:focus {
- border: 1px solid #389ee1; }
- .select2-container--classic .select2-selection--single .select2-selection__rendered {
- color: #444;
- line-height: 28px; }
- .select2-container--classic .select2-selection--single .select2-selection__clear {
- cursor: pointer;
- float: right;
- font-weight: bold;
- margin-right: 10px; }
- .select2-container--classic .select2-selection--single .select2-selection__placeholder {
- color: #999; }
- .select2-container--classic .select2-selection--single .select2-selection__arrow {
- background-color: #ddd;
- border: none;
- border-left: 1px solid #aaa;
- border-top-right-radius: 2px;
- border-bottom-right-radius: 2px;
- height: 26px;
- position: absolute;
- top: 1px;
- right: 1px;
- width: 20px;
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
- background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
- background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
- .select2-container--classic .select2-selection--single .select2-selection__arrow b {
- border-color: #888 transparent transparent transparent;
- border-style: solid;
- border-width: 5px 4px 0 2px;
- height: 0;
- left: 50%;
- margin-left: -2px;
- margin-top: -2px;
- position: absolute;
- top: 50%;
- width: 0; }
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
- float: left; }
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
- border: none;
- border-right: 1px solid #aaa;
- border-radius: 0;
- border-top-left-radius: 2px;
- border-bottom-left-radius: 2px;
- left: 1px;
- right: auto; }
- .select2-container--classic.select2-container--open .select2-selection--single {
- border: 1px solid #389ee1; }
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
- background: transparent;
- border: none; }
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
- border-color: transparent transparent #888 transparent;
- border-width: 0 4px 5px 4px; }
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
- border-top: none;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
- background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
- background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
- border-bottom: none;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
- background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
- background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
- .select2-container--classic .select2-selection--multiple {
- background-color: white;
- border: 1px solid #aaa;
- border-radius: 2px;
- cursor: text;
- outline: 0; }
- .select2-container--classic .select2-selection--multiple:focus {
- border: 1px solid #389ee1; }
- .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
- list-style: none;
- margin: 0;
- padding: 0 5px; }
- .select2-container--classic .select2-selection--multiple .select2-selection__clear {
- display: none; }
- .select2-container--classic .select2-selection--multiple .select2-selection__choice {
- background-color: #e4e4e4;
- border: 1px solid #aaa;
- border-radius: 2px;
- cursor: default;
- float: left;
- margin-right: 5px;
- margin-top: 5px;
- padding: 0 5px; }
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
- color: #888;
- cursor: pointer;
- display: inline-block;
- font-weight: bold;
- margin-right: 2px; }
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
- color: #555; }
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
- float: right; }
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
- margin-left: 5px;
- margin-right: auto; }
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
- margin-left: 2px;
- margin-right: auto; }
- .select2-container--classic.select2-container--open .select2-selection--multiple {
- border: 1px solid #389ee1; }
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
- border-top: none;
- border-top-left-radius: 0;
- border-top-right-radius: 0; }
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
- border-bottom: none;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0; }
- .select2-container--classic .select2-search--dropdown .select2-search__field {
- border: 1px solid #aaa;
- outline: 0; }
- .select2-container--classic .select2-search--inline .select2-search__field {
- outline: 0;
- box-shadow: none; }
- .select2-container--classic .select2-dropdown {
- background-color: white;
- border: 1px solid transparent; }
- .select2-container--classic .select2-dropdown--above {
- border-bottom: none; }
- .select2-container--classic .select2-dropdown--below {
- border-top: none; }
- .select2-container--classic .select2-results > .select2-results__options {
- max-height: 200px;
- overflow-y: auto; }
- .select2-container--classic .select2-results__option[role=group] {
- padding: 0; }
- .select2-container--classic .select2-results__option[aria-disabled=true] {
- color: grey; }
- .select2-container--classic .select2-results__option--highlighted[aria-selected] {
- background-color: #3875d7;
- color: white; }
- .select2-container--classic .select2-results__group {
- cursor: default;
- display: block;
- padding: 6px; }
- .select2-container--classic.select2-container--open .select2-dropdown {
- border-color: #389ee1; }
- /*·························下拉框 end·································*/
|