* { margin: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; } html, body { -webkit-user-select: none; user-select: none; width: 100%; } html { height: 100%; height: 100vh; width: 100%; width: 100vw; } body { overflow-x: hidden; background-color: white; } input[type='search']::-webkit-search-cancel-button { display: none; } .uni-loading, uni-button[loading]:before { background: transparent url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=') no-repeat; } .uni-loading { width: 20px; height: 20px; display: inline-block; vertical-align: middle; animation: uni-loading 1s steps(12, end) infinite; background-size: 100%; } @keyframes uni-loading { 0% { transform: rotate3d(0, 0, 1, 0deg); } 100% { transform: rotate3d(0, 0, 1, 360deg); } } [nvue] uni-view, [nvue] uni-label, [nvue] uni-swiper-item, [nvue] uni-scroll-view { display: flex; flex-shrink: 0; flex-grow: 0; flex-basis: auto; align-items: stretch; align-content: flex-start; } [nvue] uni-button { margin: 0; } [nvue-dir-row] uni-view, [nvue-dir-row] uni-label, [nvue-dir-row] uni-swiper-item { flex-direction: row; } [nvue-dir-column] uni-view, [nvue-dir-column] uni-label, [nvue-dir-column] uni-swiper-item { flex-direction: column; } [nvue-dir-row-reverse] uni-view, [nvue-dir-row-reverse] uni-label, [nvue-dir-row-reverse] uni-swiper-item { flex-direction: row-reverse; } [nvue-dir-column-reverse] uni-view, [nvue-dir-column-reverse] uni-label, [nvue-dir-column-reverse] uni-swiper-item { flex-direction: column-reverse; } [nvue] uni-view, [nvue] uni-image, [nvue] uni-input, [nvue] uni-scroll-view, [nvue] uni-swiper, [nvue] uni-swiper-item, [nvue] uni-text, [nvue] uni-textarea, [nvue] uni-video { position: relative; border: 0px solid #000000; box-sizing: border-box; } [nvue] uni-swiper-item { position: absolute; } @keyframes once-show { from { top: 0; } } uni-resize-sensor, uni-resize-sensor > div { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; } uni-resize-sensor { display: block; z-index: -1; visibility: hidden; animation: once-show 1ms; } uni-resize-sensor > div > div { position: absolute; left: 0; top: 0; } uni-resize-sensor > div:first-child > div { width: 100000px; height: 100000px; } uni-resize-sensor > div:last-child > div { width: 200%; height: 200%; } uni-text[selectable] { cursor: auto; -webkit-user-select: text; user-select: text; } uni-view { display: block; } uni-view[hidden] { display: none; } uni-audio { display: none; } uni-audio[controls] { display: inline-block; } uni-audio[hidden] { display: none; } .uni-audio-default { max-width: 100%; min-width: 302px; height: 65px; background: #fcfcfc; border: 1px solid #e0e0e0; border-radius: 2.5px; display: inline-block; overflow: hidden; } .uni-audio-left { width: 65px; height: 65px; float: left; background-color: #e6e6e6; background-size: 100% 100%; background-position: 50% 50%; } .uni-audio-button { width: 24px; height: 24px; margin: 20.5px; background-size: cover; } .uni-audio-button.play { background-image: url(data:image/png;base64,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); } .uni-audio-button.pause { background-image: url(data:image/png;base64,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); } .uni-audio-right { box-sizing: border-box; height: 65px; margin-left: 65px; padding: 11px 16.5px 13.5px 15px; overflow: hidden; } .uni-audio-time { margin-top: 3.5px; height: 16.5px; font-size: 12px; color: #888888; float: right; } .uni-audio-info { margin-right: 70px; overflow: hidden; } .uni-audio-name { height: 22.5px; line-height: 22.5px; margin-bottom: 3.5px; font-size: 14px; color: #353535; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .uni-audio-author { height: 14.5px; line-height: 14.5px; font-size: 12px; color: #888888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } uni-button { position: relative; display: block; margin-left: auto; margin-right: auto; padding-left: 14px; padding-right: 14px; box-sizing: border-box; font-size: 18px; text-align: center; text-decoration: none; line-height: 2.55555556; border-radius: 5px; -webkit-tap-highlight-color: transparent; overflow: hidden; color: #000000; background-color: #f8f8f8; cursor: pointer; } uni-button[hidden] { display: none !important; } uni-button:after { content: ' '; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid rgba(0, 0, 0, 0.2); transform: scale(0.5); transform-origin: 0 0; box-sizing: border-box; border-radius: 10px; } uni-button[native] { padding-left: 0; padding-right: 0; } uni-button[native] .uni-button-cover-view-wrapper { border: inherit; border-color: inherit; border-radius: inherit; background-color: inherit; } uni-button[native] .uni-button-cover-view-inner { padding-left: 14px; padding-right: 14px; } uni-button uni-cover-view { line-height: inherit; white-space: inherit; } uni-button[type='default'] { color: #000000; background-color: #f8f8f8; } uni-button[type='primary'] { color: #ffffff; background-color: #007aff; } uni-button[type='warn'] { color: #ffffff; background-color: #e64340; } uni-button[disabled] { color: rgba(255, 255, 255, 0.6); cursor: not-allowed; } uni-button[disabled][type='default'], uni-button[disabled]:not([type]) { color: rgba(0, 0, 0, 0.3); background-color: #f7f7f7; } uni-button[disabled][type='primary'] { background-color: rgba(0, 122, 255, 0.6); } uni-button[disabled][type='warn'] { background-color: #ec8b89; } uni-button[type='primary'][plain] { color: #007aff; border: 1px solid #007aff; background-color: transparent; } uni-button[type='primary'][plain][disabled] { color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2); } uni-button[type='primary'][plain]:after { border-width: 0; } uni-button[type='default'][plain] { color: #353535; border: 1px solid #353535; background-color: transparent; } uni-button[type='default'][plain][disabled] { color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2); } uni-button[type='default'][plain]:after { border-width: 0; } uni-button[plain] { color: #353535; border: 1px solid #353535; background-color: transparent; } uni-button[plain][disabled] { color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2); } uni-button[plain]:after { border-width: 0; } uni-button[plain][native] .uni-button-cover-view-inner { padding: 0; } uni-button[type='warn'][plain] { color: #e64340; border: 1px solid #e64340; background-color: transparent; } uni-button[type='warn'][plain][disabled] { color: rgba(0, 0, 0, 0.2); border-color: rgba(0, 0, 0, 0.2); } uni-button[type='warn'][plain]:after { border-width: 0; } uni-button[size='mini'] { display: inline-block; line-height: 2.3; font-size: 13px; padding: 0 1.34em; } uni-button[size='mini'][native] { padding: 0; } uni-button[size='mini'][native] .uni-button-cover-view-inner { padding: 0 1.34em; } uni-button[loading]:not([disabled]) { cursor: progress; } uni-button[loading]:before { content: ' '; display: inline-block; width: 18px; height: 18px; vertical-align: middle; animation: uni-loading 1s steps(12, end) infinite; background-size: 100%; } uni-button[loading][type='primary'] { color: rgba(255, 255, 255, 0.6); background-color: #0062cc; } uni-button[loading][type='primary'][plain] { color: #007aff; background-color: transparent; } uni-button[loading][type='default'] { color: rgba(0, 0, 0, 0.6); background-color: #dedede; } uni-button[loading][type='default'][plain] { color: #353535; background-color: transparent; } uni-button[loading][type='warn'] { color: rgba(255, 255, 255, 0.6); background-color: #ce3c39; } uni-button[loading][type='warn'][plain] { color: #e64340; background-color: transparent; } uni-button[loading][native]:before { content: none; } .button-hover { color: rgba(0, 0, 0, 0.6); background-color: #dedede; } .button-hover[plain] { color: rgba(53, 53, 53, 0.6); border-color: rgba(53, 53, 53, 0.6); background-color: transparent; } .button-hover[type='primary'] { color: rgba(255, 255, 255, 0.6); background-color: #0062cc; } .button-hover[type='primary'][plain] { color: rgba(26, 173, 25, 0.6); border-color: rgba(26, 173, 25, 0.6); background-color: transparent; } .button-hover[type='default'] { color: rgba(0, 0, 0, 0.6); background-color: #dedede; } .button-hover[type='default'][plain] { color: rgba(53, 53, 53, 0.6); border-color: rgba(53, 53, 53, 0.6); background-color: transparent; } .button-hover[type='warn'] { color: rgba(255, 255, 255, 0.6); background-color: #ce3c39; } .button-hover[type='warn'][plain] { color: rgba(230, 67, 64, 0.6); border-color: rgba(230, 67, 64, 0.6); background-color: transparent; } uni-canvas { width: 300px; height: 150px; display: block; position: relative; } uni-canvas > .uni-canvas-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } uni-checkbox { -webkit-tap-highlight-color: transparent; display: inline-block; cursor: pointer; } uni-checkbox[hidden] { display: none; } uni-checkbox[disabled] { cursor: not-allowed; } .uni-checkbox-wrapper { display: inline-flex; align-items: center; vertical-align: middle; } .uni-checkbox-input { margin-right: 5px; -webkit-appearance: none; appearance: none; outline: 0; border: 1px solid #d1d1d1; background-color: #ffffff; border-radius: 3px; width: 22px; height: 22px; position: relative; } .uni-checkbox-input svg { color: #007aff; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(0.73); } uni-checkbox:not([disabled]) .uni-checkbox-input:hover { border-color: #007aff; } .uni-checkbox-input.uni-checkbox-input-disabled { background-color: #e1e1e1; } .uni-checkbox-input.uni-checkbox-input-disabled:before { color: #adadad; } uni-checkbox-group { display: block; } uni-checkbox-group { display: block; } uni-checkbox-group[hidden] { display: none; } .ql-container { display: block; position: relative; box-sizing: border-box; -webkit-user-select: text; user-select: text; outline: none; overflow: hidden; width: 100%; height: 200px; min-height: 200px; } .ql-container[hidden] { display: none; } .ql-container .ql-editor { position: relative; font-size: inherit; line-height: inherit; font-family: inherit; min-height: inherit; width: 100%; height: 100%; padding: 0; overflow-x: hidden; overflow-y: auto; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-overflow-scrolling: touch; } .ql-container .ql-editor::-webkit-scrollbar { width: 0 !important; } .ql-container .ql-editor.scroll-disabled { overflow: hidden; } .ql-container .ql-image-overlay { display: flex; position: absolute; box-sizing: border-box; border: 1px dashed #ccc; justify-content: center; align-items: center; -webkit-user-select: none; user-select: none; } .ql-container .ql-image-overlay .ql-image-size { position: absolute; padding: 4px 8px; text-align: center; background-color: #fff; color: #888; border: 1px solid #ccc; box-sizing: border-box; opacity: 0.8; right: 4px; top: 4px; font-size: 12px; display: inline-block; width: auto; } .ql-container .ql-image-overlay .ql-image-toolbar { position: relative; text-align: center; box-sizing: border-box; background: #000; border-radius: 5px; color: #fff; font-size: 0; min-height: 24px; z-index: 100; } .ql-container .ql-image-overlay .ql-image-toolbar span { display: inline-block; cursor: pointer; padding: 5px; font-size: 12px; border-right: 1px solid #fff; } .ql-container .ql-image-overlay .ql-image-toolbar span:last-child { border-right: 0; } .ql-container .ql-image-overlay .ql-image-toolbar span.triangle-up { padding: 0; position: absolute; top: -12px; left: 50%; transform: translatex(-50%); width: 0; height: 0; border-width: 6px; border-style: solid; border-color: transparent transparent black transparent; } .ql-container .ql-image-overlay .ql-image-handle { position: absolute; height: 12px; width: 12px; border-radius: 50%; border: 1px solid #ccc; box-sizing: border-box; background: #fff; } .ql-container img { display: inline-block; max-width: 100%; } .ql-clipboard p { margin: 0; padding: 0; } .ql-editor { box-sizing: border-box; height: 100%; outline: none; overflow-y: auto; tab-size: 4; -moz-tab-size: 4; text-align: left; white-space: pre-wrap; word-wrap: break-word; } .ql-editor > * { cursor: text; } .ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 { margin: 0; padding: 0; counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol > li, .ql-editor ul > li { list-style-type: none; } .ql-editor ul > li::before { content: '\2022'; } .ql-editor ul[data-checked=true], .ql-editor ul[data-checked=false] { pointer-events: none; } .ql-editor ul[data-checked=true] > li *, .ql-editor ul[data-checked=false] > li * { pointer-events: all; } .ql-editor ul[data-checked=true] > li::before, .ql-editor ul[data-checked=false] > li::before { color: #777; cursor: pointer; pointer-events: all; } .ql-editor ul[data-checked=true] > li::before { content: '\2611'; } .ql-editor ul[data-checked=false] > li::before { content: '\2610'; } .ql-editor li::before { display: inline-block; white-space: nowrap; width: 2em; } .ql-editor ol li { counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; counter-increment: list-0; } .ql-editor ol li:before { content: counter(list-0, decimal) '. '; } .ql-editor ol li.ql-indent-1 { counter-increment: list-1; } .ql-editor ol li.ql-indent-1:before { content: counter(list-1, lower-alpha) '. '; } .ql-editor ol li.ql-indent-1 { counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-2 { counter-increment: list-2; } .ql-editor ol li.ql-indent-2:before { content: counter(list-2, lower-roman) '. '; } .ql-editor ol li.ql-indent-2 { counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-3 { counter-increment: list-3; } .ql-editor ol li.ql-indent-3:before { content: counter(list-3, decimal) '. '; } .ql-editor ol li.ql-indent-3 { counter-reset: list-4 list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-4 { counter-increment: list-4; } .ql-editor ol li.ql-indent-4:before { content: counter(list-4, lower-alpha) '. '; } .ql-editor ol li.ql-indent-4 { counter-reset: list-5 list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-5 { counter-increment: list-5; } .ql-editor ol li.ql-indent-5:before { content: counter(list-5, lower-roman) '. '; } .ql-editor ol li.ql-indent-5 { counter-reset: list-6 list-7 list-8 list-9; } .ql-editor ol li.ql-indent-6 { counter-increment: list-6; } .ql-editor ol li.ql-indent-6:before { content: counter(list-6, decimal) '. '; } .ql-editor ol li.ql-indent-6 { counter-reset: list-7 list-8 list-9; } .ql-editor ol li.ql-indent-7 { counter-increment: list-7; } .ql-editor ol li.ql-indent-7:before { content: counter(list-7, lower-alpha) '. '; } .ql-editor ol li.ql-indent-7 { counter-reset: list-8 list-9; } .ql-editor ol li.ql-indent-8 { counter-increment: list-8; } .ql-editor ol li.ql-indent-8:before { content: counter(list-8, lower-roman) '. '; } .ql-editor ol li.ql-indent-8 { counter-reset: list-9; } .ql-editor ol li.ql-indent-9 { counter-increment: list-9; } .ql-editor ol li.ql-indent-9:before { content: counter(list-9, decimal) '. '; } .ql-editor .ql-indent-1:not(.ql-direction-rtl) { padding-left: 2em; } .ql-editor li.ql-indent-1:not(.ql-direction-rtl) { padding-left: 2em; } .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 2em; } .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right { padding-right: 2em; } .ql-editor .ql-indent-2:not(.ql-direction-rtl) { padding-left: 4em; } .ql-editor li.ql-indent-2:not(.ql-direction-rtl) { padding-left: 4em; } .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 4em; } .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right { padding-right: 4em; } .ql-editor .ql-indent-3:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor li.ql-indent-3:not(.ql-direction-rtl) { padding-left: 6em; } .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right { padding-right: 6em; } .ql-editor .ql-indent-4:not(.ql-direction-rtl) { padding-left: 8em; } .ql-editor li.ql-indent-4:not(.ql-direction-rtl) { padding-left: 8em; } .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 8em; } .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right { padding-right: 8em; } .ql-editor .ql-indent-5:not(.ql-direction-rtl) { padding-left: 10em; } .ql-editor li.ql-indent-5:not(.ql-direction-rtl) { padding-left: 10em; } .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 10em; } .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right { padding-right: 10em; } .ql-editor .ql-indent-6:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor li.ql-indent-6:not(.ql-direction-rtl) { padding-left: 12em; } .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right { padding-right: 12em; } .ql-editor .ql-indent-7:not(.ql-direction-rtl) { padding-left: 14em; } .ql-editor li.ql-indent-7:not(.ql-direction-rtl) { padding-left: 14em; } .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 14em; } .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right { padding-right: 14em; } .ql-editor .ql-indent-8:not(.ql-direction-rtl) { padding-left: 16em; } .ql-editor li.ql-indent-8:not(.ql-direction-rtl) { padding-left: 16em; } .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 16em; } .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right { padding-right: 16em; } .ql-editor .ql-indent-9:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor li.ql-indent-9:not(.ql-direction-rtl) { padding-left: 18em; } .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right { padding-right: 18em; } .ql-editor .ql-direction-rtl { direction: rtl; text-align: inherit; } .ql-editor .ql-align-center { text-align: center; } .ql-editor .ql-align-justify { text-align: justify; } .ql-editor .ql-align-right { text-align: right; } .ql-editor.ql-blank::before { color: rgba(0, 0, 0, 0.6); content: attr(data-placeholder); font-style: italic; pointer-events: none; position: absolute; } .ql-container.ql-disabled .ql-editor ul[data-checked] > li::before { pointer-events: none; } .ql-clipboard { left: -100000px; height: 1px; overflow-y: hidden; position: absolute; top: 50%; } uni-icon { display: inline-block; font-size: 0; box-sizing: border-box; } uni-icon[hidden] { display: none; } uni-image { width: 320px; height: 240px; display: inline-block; overflow: hidden; position: relative; } uni-image[hidden] { display: none; } uni-image > div { width: 100%; height: 100%; } uni-image > img { -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } uni-image > .uni-image-will-change { will-change: transform; } uni-input { display: block; font-size: 16px; line-height: 1.4em; height: 1.4em; min-height: 1.4em; overflow: hidden; } uni-input[hidden] { display: none; } .uni-input-wrapper, .uni-input-placeholder, .uni-input-form, .uni-input-input { outline: none; border: none; padding: 0; margin: 0; text-decoration: inherit; } .uni-input-wrapper, .uni-input-form { display: flex; position: relative; width: 100%; height: 100%; flex-direction: column; justify-content: center; } .uni-input-placeholder, .uni-input-input { width: 100%; } .uni-input-placeholder { position: absolute; top: auto !important; left: 0; color: gray; overflow: hidden; text-overflow: clip; white-space: pre; word-break: keep-all; pointer-events: none; line-height: inherit; } .uni-input-input { position: relative; display: block; height: 100%; background: none; color: inherit; opacity: 1; font: inherit; line-height: inherit; letter-spacing: inherit; text-align: inherit; text-indent: inherit; text-transform: inherit; text-shadow: inherit; } .uni-input-input[type='search']::-webkit-search-cancel-button { display: none; } .uni-input-input::-webkit-outer-spin-button, .uni-input-input::-webkit-inner-spin-button { -webkit-appearance: none; appearance: none; margin: 0; } .uni-input-input[type='number'] { -moz-appearance: textfield; } .uni-input-input:disabled { /* 用于重置iOS14以下禁用状态文字颜色 */ -webkit-text-fill-color: currentcolor; } .uni-label-pointer { cursor: pointer; } uni-movable-area { display: block; position: relative; width: 10px; height: 10px; } uni-movable-area[hidden] { display: none; } uni-movable-view { display: inline-block; width: 10px; height: 10px; top: 0px; left: 0px; position: absolute; cursor: grab; } uni-movable-view[hidden] { display: none; } uni-navigator { height: auto; width: auto; display: block; cursor: pointer; } uni-navigator[hidden] { display: none; } .navigator-hover { background-color: rgba(0, 0, 0, 0.1); opacity: 0.7; } uni-picker-view { display: block; } .uni-picker-view-wrapper { display: flex; position: relative; overflow: hidden; height: 100%; } uni-picker-view[hidden] { display: none; } uni-picker-view-column { flex: 1; position: relative; height: 100%; overflow: hidden; } uni-picker-view-column[hidden] { display: none; } .uni-picker-view-group { height: 100%; overflow: hidden; } .uni-picker-view-mask { transform: translateZ(0); } .uni-picker-view-indicator, .uni-picker-view-mask { position: absolute; left: 0; width: 100%; z-index: 3; pointer-events: none; } .uni-picker-view-mask { top: 0; height: 100%; margin: 0 auto; background: linear-gradient( 180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.6) ), linear-gradient(0deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.6)); background-position: top, bottom; background-size: 100% 102px; background-repeat: no-repeat; } .uni-picker-view-indicator { height: 34px; /* top: 102px; */ top: 50%; transform: translateY(-50%); } .uni-picker-view-content { position: absolute; top: 0; left: 0; width: 100%; will-change: transform; padding: 102px 0; cursor: pointer; } .uni-picker-view-content > * { height: 34px; overflow: hidden; } .uni-picker-view-indicator:after, .uni-picker-view-indicator:before { content: ' '; position: absolute; left: 0; right: 0; height: 1px; color: #e5e5e5; } .uni-picker-view-indicator:before { top: 0; border-top: 1px solid #e5e5e5; transform-origin: 0 0; transform: scaleY(0.5); } .uni-picker-view-indicator:after { bottom: 0; border-bottom: 1px solid #e5e5e5; transform-origin: 0 100%; transform: scaleY(0.5); } .uni-picker-view-indicator:after, .uni-picker-view-indicator:before { content: ' '; position: absolute; left: 0; right: 0; height: 1px; color: #e5e5e5; } uni-progress { display: flex; align-items: center; } uni-progress[hidden] { display: none; } .uni-progress-bar { flex: 1; } .uni-progress-inner-bar { width: 0; height: 100%; } .uni-progress-info { margin-top: 0; margin-bottom: 0; min-width: 2em; margin-left: 15px; font-size: 16px; } uni-radio { -webkit-tap-highlight-color: transparent; display: inline-block; cursor: pointer; } uni-radio[hidden] { display: none; } uni-radio[disabled] { cursor: not-allowed; } .uni-radio-wrapper { display: inline-flex; align-items: center; vertical-align: middle; } .uni-radio-input { -webkit-appearance: none; appearance: none; margin-right: 5px; outline: 0; border: 1px solid #d1d1d1; background-color: #ffffff; border-radius: 50%; width: 22px; height: 22px; position: relative; } uni-radio:not([disabled]) .uni-radio-input:hover { border-color: #007aff; } .uni-radio-input svg { color: #ffffff; font-size: 18px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(0.73); } .uni-radio-input.uni-radio-input-disabled { background-color: #e1e1e1; border-color: #d1d1d1; } .uni-radio-input.uni-radio-input-disabled:before { color: #adadad; } uni-radio-group { display: block; } uni-radio-group[hidden] { display: none; } uni-scroll-view { display: block; width: 100%; } uni-scroll-view[hidden] { display: none; } .uni-scroll-view { position: relative; -webkit-overflow-scrolling: touch; width: 100%; /* display: flex; 时在安卓下会导致scrollWidth和offsetWidth一样 */ height: 100%; max-height: inherit; } .uni-scroll-view-content { width: 100%; height: 100%; } .uni-scroll-view-refresher { position: relative; overflow: hidden; } .uni-scroll-view-refresh { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: row; justify-content: center; align-items: center; } .uni-scroll-view-refresh-inner { display: flex; align-items: center; justify-content: center; line-height: 0; width: 40px; height: 40px; border-radius: 50%; background-color: #fff; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647); } .uni-scroll-view-refresh__spinner { transform-origin: center center; animation: uni-scroll-view-refresh-rotate 2s linear infinite; } .uni-scroll-view-refresh__spinner > circle { stroke: currentColor; stroke-linecap: round; animation: uni-scroll-view-refresh-dash 2s linear infinite; } @keyframes uni-scroll-view-refresh-rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes uni-scroll-view-refresh-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } uni-slider { margin: 10px 18px; padding: 0; display: block; } uni-slider[hidden] { display: none; } uni-slider .uni-slider-wrapper { display: flex; align-items: center; min-height: 16px; } uni-slider .uni-slider-tap-area { flex: 1; padding: 8px 0; } uni-slider .uni-slider-handle-wrapper { position: relative; height: 2px; border-radius: 5px; background-color: #e9e9e9; cursor: pointer; transition: background-color 0.3s ease; -webkit-tap-highlight-color: transparent; } uni-slider .uni-slider-track { height: 100%; border-radius: 6px; background-color: #007aff; transition: background-color 0.3s ease; } uni-slider .uni-slider-handle, uni-slider .uni-slider-thumb { position: absolute; left: 50%; top: 50%; cursor: pointer; border-radius: 50%; transition: border-color 0.3s ease; } uni-slider .uni-slider-handle { width: 28px; height: 28px; margin-top: -14px; margin-left: -14px; background-color: transparent; z-index: 3; cursor: grab; } uni-slider .uni-slider-thumb { z-index: 2; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } uni-slider .uni-slider-step { position: absolute; width: 100%; height: 2px; background: transparent; z-index: 1; } uni-slider .uni-slider-value { width: 3ch; color: #888; font-size: 14px; margin-left: 1em; } uni-slider .uni-slider-disabled .uni-slider-track { background-color: #ccc; } uni-slider .uni-slider-disabled .uni-slider-thumb { background-color: #fff; border-color: #ccc; } uni-swiper { display: block; height: 150px; } uni-swiper[hidden] { display: none; } .uni-swiper-wrapper { overflow: hidden; position: relative; width: 100%; height: 100%; transform: translateZ(0); } .uni-swiper-slides { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .uni-swiper-slide-frame { position: absolute; left: 0; top: 0; width: 100%; height: 100%; will-change: transform; } .uni-swiper-dots { position: absolute; font-size: 0; } .uni-swiper-dots-horizontal { left: 50%; bottom: 10px; text-align: center; white-space: nowrap; transform: translate(-50%, 0); } .uni-swiper-dots-horizontal .uni-swiper-dot { margin-right: 8px; } .uni-swiper-dots-horizontal .uni-swiper-dot:last-child { margin-right: 0; } .uni-swiper-dots-vertical { right: 10px; top: 50%; text-align: right; transform: translate(0, -50%); } .uni-swiper-dots-vertical .uni-swiper-dot { display: block; margin-bottom: 9px; } .uni-swiper-dots-vertical .uni-swiper-dot:last-child { margin-bottom: 0; } .uni-swiper-dot { display: inline-block; width: 8px; height: 8px; cursor: pointer; transition-property: background-color; transition-timing-function: ease; background: rgba(0, 0, 0, 0.3); border-radius: 50%; } .uni-swiper-dot-active { background-color: #000000; } uni-swiper-item { display: block; overflow: hidden; will-change: transform; position: absolute; width: 100%; height: 100%; cursor: grab; } uni-swiper-item[hidden] { display: none; } uni-switch { -webkit-tap-highlight-color: transparent; display: inline-block; cursor: pointer; } uni-switch[hidden] { display: none; } uni-switch[disabled] { cursor: not-allowed; } .uni-switch-wrapper { display: inline-flex; align-items: center; vertical-align: middle; } .uni-switch-input { -webkit-appearance: none; appearance: none; position: relative; width: 52px; height: 32px; margin-right: 5px; border: 1px solid #dfdfdf; outline: 0; border-radius: 16px; box-sizing: border-box; background-color: #dfdfdf; transition: background-color 0.1s, border 0.1s; } uni-switch[disabled] .uni-switch-input { opacity: 0.7; } .uni-switch-input:before { content: ' '; position: absolute; top: 0; left: 0; width: 50px; height: 30px; border-radius: 15px; background-color: #fdfdfd; transition: transform 0.3s; } .uni-switch-input:after { content: ' '; position: absolute; top: 0; left: 0; width: 30px; height: 30px; border-radius: 15px; background-color: #ffffff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); transition: transform 0.3s; } .uni-switch-input.uni-switch-input-checked { border-color: #007aff; background-color: #007aff; } .uni-switch-input.uni-switch-input-checked:before { transform: scale(0); } .uni-switch-input.uni-switch-input-checked:after { transform: translateX(20px); } uni-switch .uni-checkbox-input { margin-right: 5px; -webkit-appearance: none; appearance: none; outline: 0; border: 1px solid #d1d1d1; background-color: #ffffff; border-radius: 3px; width: 22px; height: 22px; position: relative; color: #007aff; } uni-switch:not([disabled]) .uni-checkbox-input:hover { border-color: #007aff; } uni-switch .uni-checkbox-input svg { color: inherit; font-size: 22px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(0.73); } .uni-checkbox-input.uni-checkbox-input-disabled { background-color: #e1e1e1; } .uni-checkbox-input.uni-checkbox-input-disabled:before { color: #adadad; } uni-textarea { width: 300px; height: 150px; display: block; position: relative; font-size: 16px; line-height: normal; white-space: pre-wrap; word-break: break-all; box-sizing: content-box !important; } uni-textarea[hidden] { display: none; } .uni-textarea-wrapper, .uni-textarea-placeholder, .uni-textarea-line, .uni-textarea-compute, .uni-textarea-textarea { outline: none; border: none; padding: 0; margin: 0; text-decoration: inherit; } .uni-textarea-wrapper { display: block; position: relative; width: 100%; height: 100%; min-height: inherit; } .uni-textarea-placeholder, .uni-textarea-line, .uni-textarea-compute, .uni-textarea-textarea { position: absolute; width: 100%; height: 100%; left: 0; top: 0; white-space: inherit; word-break: inherit; } .uni-textarea-placeholder { color: grey; overflow: hidden; } .uni-textarea-line, .uni-textarea-compute { visibility: hidden; height: auto; } .uni-textarea-line { width: 1em; } .uni-textarea-textarea { resize: none; background: none; color: inherit; opacity: 1; font: inherit; line-height: inherit; letter-spacing: inherit; text-align: inherit; text-indent: inherit; text-transform: inherit; text-shadow: inherit; } /* 用于解决 iOS textarea 内部默认边距 */ .uni-textarea-textarea-fix-margin { width: auto; right: 0; margin: 0 -3px; } .uni-textarea-textarea:disabled { /* 用于重置iOS14以下禁用状态文字颜色 */ -webkit-text-fill-color: currentcolor; } uni-video { width: 300px; height: 225px; display: inline-block; line-height: 0; overflow: hidden; position: relative; } uni-video[hidden] { display: none; } .uni-video-container { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; background-color: black; } .uni-video-slot { position: absolute; top: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; }