1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030 |
- .toolbar {
- position: relative;
- width: 100%;
- font-size: .85rem;
- line-height: 1.5;
- color: #3d4145;
- background: #f7f7f8;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- height: 60px;
- }
- .toolbar:before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- bottom: auto;
- right: auto;
- height: 0;
- width: 100%;
- background-color: #d9d9d9;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- }
- .toolbar .toolbar-inner {
- height: 2.2rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- text-align: center;
- }
- .toolbar .picker-button {
- color: #000;
- font-size: 14px;
- padding-top: 12px;
- margin-right: 15px;
- position: absolute;
- right: 0;
- box-sizing: border-box;
- height: 2.2rem;
- line-height: 2.2rem;
- z-index: 1;
- }
- .toolbar .title {
- position: absolute;
- display: block;
- width: 100%;
- padding: 0;
- line-height: 2.2rem;
- white-space: nowrap;
- text-align: left;
- text-indent: 20px;
- background: #fff;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- color: #000;
- font-size: 20px;
- font-weight: bold;
- height: 60px;
- padding-top: 10px;
- box-sizing: border-box;
- }
- .closeBtn{
- padding: 13px 0;
- color: #009fe8;
- background: #fff;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- font-size: 19px;
- /*border-top: 1px solid #e4e4e4;*/
- }
- /**********/
- .weui-cells{
- margin-top: 1.17647059em;
- background-color: #FFFFFF;
- line-height: 1.47058824;
- font-size: 17px;
- overflow: hidden;
- position: relative;
- }
- .weui-cells:before {
- content: " ";
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- color: #e5e5e5;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- z-index: 2;
- height: 0;
- border: none;
- }
- .weui-cell {
- font-size: 14px;
- padding: 12px 20px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 46px;
- box-sizing: border-box;
- }
- .weui-cell__bd {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- weui-cell_primary {
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- }
- .weui-cells_radio .weui-cell__ft {
- padding-left: 0.35em;
- }
- .weui-cell__ft {
- text-align: right;
- color: #999999;
- }
- .weui-check {
- position: absolute;
- left: -9999em;
- }
- .weui-cells_radio .weui-check + .weui-icon-checked {
- min-width: 16px;
- }
- [class^="weui-icon-"], [class*=" weui-icon-"] {
- display: inline-block;
- vertical-align: middle;
- font: normal normal normal 14px/1 "weui";
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- }
- .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
- content: '';
- width: 20px;
- height: 20px;
- background: url("../icon/checkbox.png") no-repeat;
- background-size: cover;
- }
- [class^="weui-icon-"]:before, [class*=" weui-icon-"]:before {
- display: inline-block;
- margin-left: .2em;
- margin-right: .2em;
- }
- .weui-cells_checkbox .weui-icon-checked:before {
- content: '';
- width: 20px;
- height: 20px;
- background: url("../icon/nocheckbox.png") no-repeat;
- background-size: cover;
- }
- .weui-cells_radio .weui-check:checked + .weui-icon-checked:before{
- content: '';
- width: 20px;
- height: 20px;
- background: url("../icon/radio.png") no-repeat;
- background-size: cover;
- }
- .weui-cell:last-child:after{
- content: " ";
- position: absolute;
- bottom: 0;
- right: 0;
- height: 1px;
- color: #e5e5e5;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- left: 10px;
- z-index: 2;
- }
- .weui-picker-container {
- background-color: rgba(0, 0, 0, .4);
- height: 100%;
- }
- .weui-picker-overlay {
- height: 0;
- }
- .weui-picker-container, .weui-picker-overlay {
- position: fixed;
- bottom:0;
- left: 0;
- right: 0;
- width: 100%;
- z-index: 1000
- }
- .city-picker .picker-items-col {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- max-width: 7rem;
- }
- .weui-picker-container .weui-cells {
- margin: 0;
- text-align: left;
- }
- .datetime-picker .picker-item {
- text-overflow: initial;
- }
- .weui-select-modal {
- height: auto;
- }
- .weui-select-modal .weui-cells {
- margin: 0;
- text-align: left;
- overflow-y: auto;
- overflow-x: hidden;
- max-height: 16rem;
- }
- .weui-select-modal .weui-cells:after {
- display: none;
- }
- .weui-picker-modal {
- width: 92%;
- left: 4%;
- bottom: 10px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- position: absolute;
- text-align: center;
- opacity: 0.6;
- color: #3d4145;
- -webkit-transition-duration: .3s;
- transition-duration: .3s;
- height: 13rem;
- background: #EFEFF4;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- -webkit-transition-property: opacity, -webkit-transform;
- transition-property: opacity, -webkit-transform;
- transition-property: transform, opacity;
- transition-property: transform, opacity, -webkit-transform;
- }
- .weui-picker-modal.picker-modal-inline {
- height: 10.8rem;
- opacity: 1;
- position: static;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .weui-picker-modal.picker-modal-inline .toolbar {
- display: none;
- }
- .weui-picker-modal.picker-columns-single .picker-items-col {
- width: 100%;
- }
- .weui-picker-modal.weui-picker-modal-visible {
- opacity: 1;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .weui-picker-modal .picker-modal-inner {
- position: relative;
- height: 10.8rem;
- }
- .weui-picker-modal .picker-columns {
- width: 100%;
- height: 13rem;
- z-index: 11500;
- }
- .weui-picker-modal .picker-columns.picker-modal-inline,
- .popover .weui-picker-modal .picker-columns {
- height: 10rem;
- }
- @media (orientation: landscape) and (max-height: 415px) {
- .weui-picker-modal .picker-columns:not(.picker-modal-inline) {
- height: 10rem;
- }
- }
- .weui-picker-modal .popover.popover-picker-columns {
- width: 14rem;
- }
- .weui-picker-modal .picker-items {
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- width: 100%;
- padding: 0;
- text-align: right;
- font-size: 1rem;
- font-weight: normal;
- -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
- -webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
- }
- .weui-picker-modal .bar + .picker-items {
- height: 10.8rem;
- }
- .weui-picker-modal .picker-items-col {
- overflow: hidden;
- position: relative;
- max-height: 100%;
- }
- .weui-picker-modal .picker-items-col.picker-items-col-left {
- text-align: left;
- }
- .weui-picker-modal .picker-items-col.picker-items-col-center {
- text-align: center;
- }
- .weui-picker-modal .picker-items-col.picker-items-col-right {
- text-align: right;
- }
- .weui-picker-modal .picker-items-col.picker-items-col-divider {
- color: #3d4145;
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .weui-picker-modal .picker-items-col-wrapper {
- -webkit-transition: 300ms;
- transition: 300ms;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .weui-picker-modal .picker-item {
- height: 32px;
- line-height: 32px;
- padding: 0 10px;
- white-space: nowrap;
- position: relative;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #9b9b9b;
- left: 0;
- top: 0;
- width: 100%;
- box-sizing: border-box;
- -webkit-transition: 300ms;
- transition: 300ms;
- }
- .picker-items-col-absolute .weui-picker-modal .picker-item {
- position: absolute;
- }
- .weui-picker-modal .picker-item.picker-item-far {
- pointer-events: none;
- }
- .weui-picker-modal .picker-item.picker-selected {
- color: #3d4145;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- -webkit-transform: rotateX(0deg);
- transform: rotateX(0deg);
- }
- .weui-picker-modal .picker-center-highlight {
- height: 32px;
- box-sizing: border-box;
- position: absolute;
- left: 0;
- width: 100%;
- top: 50%;
- margin-top: -16px;
- pointer-events: none;
- }
- .weui-picker-modal .picker-center-highlight:before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- bottom: auto;
- right: auto;
- height: 1px;
- width: 100%;
- background-color: #D9D9D9;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
- .weui-picker-modal .picker-center-highlight:before {
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 3) {
- .weui-picker-modal .picker-center-highlight:before {
- -webkit-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .weui-picker-modal .picker-center-highlight:after {
- content: '';
- position: absolute;
- left: 0;
- bottom: 0;
- right: auto;
- top: auto;
- height: 1px;
- width: 100%;
- background-color: #D9D9D9;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 100%;
- transform-origin: 50% 100%;
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
- .weui-picker-modal .picker-center-highlight:after {
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 3) {
- .weui-picker-modal .picker-center-highlight:after {
- -webkit-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .weui-picker-modal .picker-3d .picker-items {
- overflow: hidden;
- -webkit-perspective: 1200px;
- perspective: 1200px;
- }
- .weui-picker-modal .picker-3d .picker-items-col,
- .weui-picker-modal .picker-3d .picker-items-col-wrapper,
- .weui-picker-modal .picker-3d .picker-item {
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- .weui-picker-modal .picker-3d .picker-items-col {
- overflow: visible;
- }
- .weui-picker-modal .picker-3d .picker-item {
- -webkit-transform-origin: center center -110px;
- transform-origin: center center -110px;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-transition-timing-function: ease-out;
- transition-timing-function: ease-out;
- }
- .weui-picker-container {
- background-color: rgba(0, 0, 0, .4);
- height: 100%;
- }
- .weui-picker-overlay {
- height: 0;
- }
- .city-picker .picker-items-col {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- max-width: 7rem;
- }
- .weui-picker-container .weui-cells {
- margin: 0;
- text-align: left;
- }
- .datetime-picker .picker-item {
- text-overflow: initial;
- }
- .weui-select-modal {
- height: auto;
- }
- .weui-select-modal .weui-cells {
- margin: 0;
- text-align: left;
- overflow-y: auto;
- overflow-x: hidden;
- max-height: 16rem;
- }
- .weui-select-modal .weui-cells:after {
- display: none;
- }
- .weui-check_label:after{
- content: '';
- position: absolute;
- bottom: 0;
- left: 10px;
- width: 100%;
- height: 1px;
- background: #ECF0F1;
- }
- /* === Calendar === */
- .weui-picker-calendar {
- background: #fff;
- height: 15rem;
- width: 100%;
- overflow: hidden;
- }
- .weui-picker-calendar .picker-modal-inner {
- overflow: hidden;
- height: 12.8rem;
- }
- .picker-calendar-week-days {
- height: .9rem;
- background: #f7f7f8;
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- font-size: 11px;
- box-sizing: border-box;
- position: relative;
- }
- .picker-calendar-week-days:after {
- content: '';
- position: absolute;
- left: 0;
- bottom: 0;
- right: auto;
- top: auto;
- height: 1px;
- width: 100%;
- background-color: #c4c4c4;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 100%;
- transform-origin: 50% 100%;
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
- .picker-calendar-week-days:after {
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 3) {
- .picker-calendar-week-days:after {
- -webkit-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .picker-calendar-week-days .picker-calendar-week-day {
- -webkit-flex-shrink: 1;
- -ms-flex: 0 1 auto;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- width: 14.28571429%;
- width: calc(100% / 7);
- line-height: 17px;
- text-align: center;
- }
- .picker-calendar-week-days + .picker-calendar-months {
- height: 11.9rem;
- }
- .picker-calendar-months {
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- }
- .picker-calendar-months-wrapper {
- position: relative;
- width: 100%;
- height: 100%;
- -webkit-transition: 300ms;
- transition: 300ms;
- }
- .picker-calendar-month {
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -ms-flex-direction: column;
- -webkit-flex-direction: column;
- flex-direction: column;
- width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
- }
- .picker-calendar-row {
- height: 16.66666667%;
- height: calc(100% / 6);
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-shrink: 1;
- -ms-flex: 0 1 auto;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- width: 100%;
- position: relative;
- }
- .picker-calendar-row:after {
- content: '';
- position: absolute;
- left: 0;
- bottom: 0;
- right: auto;
- top: auto;
- height: 1px;
- width: 100%;
- background-color: #ccc;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 100%;
- transform-origin: 50% 100%;
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
- .picker-calendar-row:after {
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 3) {
- .picker-calendar-row:after {
- -webkit-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .weui-picker-modal .picker-calendar-row:last-child:after {
- display: none;
- }
- .picker-calendar-day {
- -webkit-flex-shrink: 1;
- -ms-flex: 0 1 auto;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- box-sizing: border-box;
- width: 14.28571429%;
- width: calc(100% / 7);
- text-align: center;
- color: #3d4145;
- font-size: 15px;
- cursor: pointer;
- }
- .picker-calendar-day.picker-calendar-day-prev,
- .picker-calendar-day.picker-calendar-day-next {
- color: #ccc;
- }
- .picker-calendar-day.picker-calendar-day-disabled {
- color: #d4d4d4;
- cursor: auto;
- }
- .picker-calendar-day.picker-calendar-day-today span {
- background: #e3e3e3;
- }
- .picker-calendar-day.picker-calendar-day-selected span {
- background: #07c160;
- color: #fff;
- }
- .picker-calendar-day span {
- display: inline-block;
- border-radius: 100%;
- width: 30px;
- height: 30px;
- line-height: 30px;
- }
- .picker-calendar-month-picker,
- .picker-calendar-year-picker {
- display: -webkit-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- width: 50%;
- max-width: 200px;
- -webkit-flex-shrink: 10;
- -ms-flex: 0 10 auto;
- -webkit-flex-shrink: 10;
- -ms-flex-negative: 10;
- flex-shrink: 10;
- }
- .picker-calendar-month-picker a.icon-only,
- .picker-calendar-year-picker a.icon-only {
- min-width: 36px;
- }
- .picker-calendar-month-picker span,
- .picker-calendar-year-picker span {
- -webkit-flex-shrink: 1;
- -ms-flex: 0 1 auto;
- -webkit-flex-shrink: 1;
- -ms-flex-negative: 1;
- flex-shrink: 1;
- position: relative;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .popover .picker-calendar .picker-calendar-week-days,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days {
- background: none;
- }
- .popover .picker-calendar .toolbar:before,
- .picker-calendar.picker-modal-inline .toolbar:before,
- .popover .picker-calendar .picker-calendar-week-days:before,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days:before {
- display: none;
- }
- .popover .picker-calendar .toolbar:after,
- .picker-calendar.picker-modal-inline .toolbar:after,
- .popover .picker-calendar .picker-calendar-week-days:after,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days:after {
- display: none;
- }
- .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- bottom: auto;
- right: auto;
- height: 1px;
- width: 100%;
- background-color: #c4c4c4;
- display: block;
- z-index: 15;
- -webkit-transform-origin: 50% 0%;
- transform-origin: 50% 0%;
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2) {
- .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 3) {
- .popover .picker-calendar .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .toolbar ~ .picker-modal-inner .picker-calendar-months:before,
- .popover .picker-calendar .picker-calendar-week-days ~ .picker-calendar-months:before,
- .picker-calendar.picker-modal-inline .picker-calendar-week-days ~ .picker-calendar-months:before {
- -webkit-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .picker-calendar-month-picker,
- .picker-calendar-year-picker {
- display: block;
- line-height: 2.2rem;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- -ms-flex: 1;
- flex: 1;
- }
- .picker-calendar-month-picker a.icon-only,
- .picker-calendar-year-picker a.icon-only {
- float: left;
- width: 25%;
- height: 2.2rem;
- line-height: 2rem;
- }
- .picker-calendar-month-picker .current-month-value,
- .picker-calendar-year-picker .current-month-value,
- .picker-calendar-month-picker .current-year-value,
- .picker-calendar-year-picker .current-year-value {
- float: left;
- width: 50%;
- height: 2.2rem;
- }
- i.icon {
- display: inline-block;
- vertical-align: middle;
- background-size: 100% auto;
- background-position: center;
- background-repeat: no-repeat;
- font-style: normal;
- position: relative;
- }
- i.icon.icon-next,
- i.icon.icon-prev {
- width: 0.75rem;
- height: 0.75rem;
- }
- i.icon.icon-next {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M1%2C1.6l11.8%2C5.8L1%2C13.4V1.6%20M0%2C0v15l15-7.6L0%2C0L0%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
- }
- i.icon.icon-prev {
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2015%2015'%3E%3Cg%3E%3Cpath%20fill%3D'%2304BE02'%20d%3D'M14%2C1.6v11.8L2.2%2C7.6L14%2C1.6%20M15%2C0L0%2C7.6L15%2C15V0L15%2C0z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
- }
- .weui-actionsheet {
- z-index: 10000;
- }
- .weui-popup__overlay,
- .weui-popup__container {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 0;
- width: 100%;
- height: 100%;
- z-index: 10;
- }
- .weui-popup__overlay {
- background-color: rgba(0, 0, 0, 0.6);
- opacity: 0;
- -webkit-transition: opacity .3s;
- transition: opacity .3s;
- }
- .weui-popup__container {
- display: none;
- }
- .weui-popup__container.weui-popup__container--visible {
- display: block;
- }
- .weui-popup__container .weui-cells {
- margin: 0;
- text-align: left;
- }
- .weui-popup__modal {
- width: 100%;
- position: absolute;
- z-index: 100;
- bottom: 0;
- border-radius: 0;
- opacity: 0.6;
- color: #3d4145;
- -webkit-transition-duration: .3s;
- transition-duration: .3s;
- height: 100%;
- background: #EFEFF4;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- -webkit-transition-property: opacity, -webkit-transform;
- transition-property: opacity, -webkit-transform;
- transition-property: transform, opacity;
- transition-property: transform, opacity, -webkit-transform;
- overflow-x: hidden;
- overflow-y: auto;
- }
- .popup-bottom .weui-popup__modal {
- height: auto;
- }
- .weui-popup__modal .toolbar {
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- z-index: 1;
- }
- .weui-popup__modal .modal-content {
- height: 100%;
- padding-top: 2.2rem;
- overflow: auto;
- box-sizing: border-box;
- }
- .weui-popup__container--visible .weui-popup__overlay {
- opacity: 1;
- }
- .weui-popup__container--visible .weui-popup__modal {
- opacity: 1;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- /*****/
- /*单选、多选、开关*/
- .aui-radio,
- .aui-checkbox {
- width: 1rem;
- height: 1rem;
- background-color: #ffffff;
- border: solid 1px #dddddd;
- -webkit-border-radius: 0.6rem;
- border-radius: 0.6rem;
- font-size: 0.8rem;
- margin: 0;
- padding: 0;
- position: relative;
- display: inline-block;
- vertical-align: top;
- cursor: default;
- -webkit-appearance: none;
- -webkit-user-select: none;
- user-select: none;
- -webkit-transition: background-color ease 0.1s;
- transition: background-color ease 0.1s;
- }
- .aui-checkbox {
- border-radius: 0.1rem;
- }
- .aui-radio:checked,
- .aui-radio.aui-checked,
- .aui-checkbox:checked,
- .aui-checkbox.aui-checked {
- background-color: #03a9f4;
- border: solid 1px #03a9f4;
- text-align: center;
- background-clip: padding-box;
- }
- .aui-radio:checked:before,
- .aui-radio.aui-checked:before,
- .aui-checkbox:checked:before,
- .aui-checkbox.aui-checked:before,
- .aui-radio:checked:after,
- .aui-radio.aui-checked:after,
- .aui-checkbox:checked:after,
- .aui-checkbox.aui-checked:after {
- content: '';
- width: 0.5rem;
- height: 0.3rem;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -0.25rem;
- margin-top: -0.25rem;
- background: transparent;
- border: 1px solid #ffffff;
- border-top: none;
- border-right: none;
- z-index: 2;
- -webkit-border-radius: 0;
- border-radius: 0;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .aui-radio:disabled,
- .aui-radio.aui-disabled,
- .aui-checkbox:disabled,
- .aui-checkbox.aui-disabled {
- background-color: #dddddd;
- border: solid 1px #dddddd;
- }
- .aui-radio:disabled:before,
- .aui-radio.aui-disabled:before,
- .aui-radio:disabled:after,
- .aui-radio.aui-disabled:after,
- .aui-checkbox:disabled:before,
- .aui-checkbox.aui-disabled:before,
- .aui-checkbox:disabled:after,
- .aui-checkbox.aui-disabled:after {
- content: '';
- width: 0.5rem;
- height: 0.3rem;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -0.25rem;
- margin-top: -0.25rem;
- background: transparent;
- border: 1px solid #ffffff;
- border-top: none;
- border-right: none;
- z-index: 2;
- -webkit-border-radius: 0;
- border-radius: 0;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .aui-switch {
- width: 2.3rem;
- height: 1.2rem;
- position: relative;
- vertical-align: top;
- border: 1px solid #dddddd;
- background-color: #dddddd;
- border-radius: 0.6rem;
- background-clip: content-box;
- display: inline-block;
- outline: none;
- -webkit-appearance: none;
- appearance: none;
- -webkit-user-select: none;
- user-select: none;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- -webkit-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .aui-switch:before {
- width: 1.1rem;
- height: 1.1rem;
- position: absolute;
- top: 0;
- left: 0;
- border-radius: 0.6rem;
- background-color: #fff;
- content: '';
- -webkit-transition: left 0.2s;
- transition: left 0.2s;
- }
- .aui-switch:checked {
- border-color: #03a9f4;
- background-color: #03a9f4;
- }
- .aui-switch:checked:before {
- left: 1.1rem;
- }
|