wot-design
Version:
Mobile UI components built on vue.js
1 lines • 5.9 kB
CSS
@charset "UTF-8";.wd-checkbox__btn-check,.wd-checkbox__label,.wd-checkbox__txt{vertical-align:middle;display:inline-block}@font-face{font-family:wd-icons;src:url(fonts/wd-icons.ttf) format("truetype");font-weight:400;font-style:normal}[class*=" wd-icon-"],[class^=wd-icon-]{font-family:wd-icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wd-icon-arrow-thin-up:before{content:"\e898"}.wd-icon-arrow-thin-down:before{content:"\e899"}.wd-icon-keyboard-collapse:before{content:"\e900"}.wd-icon-keyboard-delete:before{content:"\e901"}.wd-icon-setting:before{content:"\e902"}.wd-icon-arrow-right:before{content:"\e903"}.wd-icon-arrow-down:before{content:"\e904"}.wd-icon-arrow-up:before{content:"\e905"}.wd-icon-arrow-left:before{content:"\e906"}.wd-icon-fill-camera:before{content:"\e907"}.wd-icon-star-on:before{content:"\e908"}.wd-icon-check-bold:before{content:"\e909"}.wd-icon-error-fill:before{content:"\e90a"}.wd-icon-warn-bold:before{content:"\e90b"}.wd-icon-close-outline:before{content:"\e90c"}.wd-icon-close-bold:before{content:"\e90d"}.wd-icon-check-outline:before{content:"\e90e"}.wd-icon-wifi-error:before{content:"\e90f"}.wd-icon-subscribe:before{content:"\e910"}.wd-icon-detection:before{content:"\e911"}.wd-icon-read:before{content:"\e912"}.wd-icon-fill-arrow-down:before{content:"\e913"}.wd-icon-dong:before{content:"\e914"}.wd-icon-edit-outline:before{content:"\e915"}.wd-icon-add-circle:before{content:"\e916"}.wd-icon-copy:before{content:"\e917"}.wd-icon-bags:before{content:"\e918"}.wd-icon-decrease:before{content:"\e919"}.wd-icon-jdm:before{content:"\e91a"}.wd-icon-spool:before{content:"\e91b"}.wd-icon-download:before{content:"\e91c"}.wd-icon-phone-compute:before{content:"\e91d"}.wd-icon-computer:before{content:"\e91e"}.wd-icon-clock:before{content:"\e91f"}.wd-icon-view:before{content:"\e920"}.wd-icon-eye-close:before{content:"\e921"}.wd-icon-picture:before{content:"\e922"}.wd-icon-evaluation:before{content:"\e923"}.wd-icon-goods:before{content:"\e924"}.wd-icon-lenovo:before{content:"\e925"}.wd-icon-list:before{content:"\e926"}.wd-icon-note:before{content:"\e927"}.wd-icon-video:before{content:"\e928"}.wd-icon-warning:before{content:"\e929"}.wd-icon-camera:before{content:"\e92a"}.wd-icon-transfer:before{content:"\e92b"}.wd-icon-keywords:before{content:"\e92e"}.wd-icon-chat:before{content:"\e931"}.wd-icon-delete-thin:before{content:"\e932"}.wd-icon-add:before{content:"\e933"}.wd-icon-scan:before{content:"\e934"}.wd-icon-translate-bold:before{content:"\e935"}.wd-icon-close:before{content:"\e936"}.wd-icon-search:before{content:"\e937"}.wd-icon-delete:before{content:"\e939"}.wd-icon-more:before{content:"\e93a"}.wd-icon-thin-arrow-left:before{content:"\e93b"}.wd-icon-filter:before{content:"\e93c"}.wd-icon-phone:before{content:"\e93d"}.wd-icon-refresh:before{content:"\e93e"}.wd-icon-check:before{content:"\e93f"}.wd-icon-rotate:before{content:"\e92c"}.wd-checkbox{display:block;margin-bottom:10px;font-size:0;-webkit-tap-highlight-color:transparent}.wd-checkbox:last-child{margin-bottom:0}.wd-checkbox__shape{position:relative;width:16px;height:16px;border:2px solid #dcdcdc;line-height:1.1;border-radius:50%;color:#fff;background:#fff;vertical-align:middle;-webkit-transition:background .2s;transition:background .2s;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wd-checkbox__shape.is-square{border-radius:4px}.wd-checkbox__input{position:absolute;width:0;height:0;margin:0;opacity:0}.wd-checkbox__btn-check{font-size:14px;margin-right:4px;height:14px;width:14px}.wd-checkbox__txt{line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-checkbox__label{position:relative;margin-left:9px;font-size:14px;color:rgba(0,0,0,.85)}.wd-checkbox__check{color:#fff;font-size:14px;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.wd-checkbox.is-checked .wd-checkbox__shape{color:#4d80f0;background:currentColor;border-color:currentColor}.wd-checkbox.is-checked .wd-checkbox__check{opacity:1}.wd-checkbox.is-button{display:inline-block;margin-bottom:0;margin-right:10px;vertical-align:top;font-size:14px}.wd-checkbox.is-button:last-child{margin-right:0}.wd-checkbox.is-button .wd-checkbox__shape{display:none}.wd-checkbox.is-button .wd-checkbox__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:78px;max-width:162px;height:32px;font-size:14px;margin-left:0;padding:5px 15px;border:1px solid #f5f5f5;background-color:rgba(0,0,0,.04);border-radius:16px;-webkit-transition:color .2s,border .2s;transition:color .2s,border .2s;-webkit-box-sizing:border-box;box-sizing:border-box}.wd-checkbox.is-button.is-checked .wd-checkbox__label{color:#4d80f0;background-color:#fff;border-color:currentColor}.wd-checkbox.is-inline{display:inline-block;margin-bottom:0;margin-right:10px}.wd-checkbox.is-inline:last-child{margin-right:0}.wd-checkbox.is-disabled .wd-checkbox__shape{border-color:#dcdcdc;background:rgba(0,0,0,.15)}.wd-checkbox.is-disabled .wd-checkbox__label{color:rgba(0,0,0,.25)}.wd-checkbox.is-disabled.is-checked .wd-checkbox__shape{color:rgba(0,0,0,.15)}.wd-checkbox.is-disabled.is-checked .wd-checkbox__label{color:rgba(0,0,0,.25)}.wd-checkbox.is-disabled.is-button .wd-checkbox__label{background:rgba(0,0,0,.04);border-color:#f5f5f5;color:rgba(0,0,0,.25)}.wd-checkbox.is-disabled.is-button.is-checked .wd-checkbox__label{border-color:rgba(0,0,0,.15)}