@tarojs/components-react 4.1.7-beta.2 → 4.1.7-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/button/index.js +20 -7
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/image/index.js +1 -1
- package/dist/components/image/index.js.map +1 -1
- package/dist/components/image/style/{index.css.js → index.scss.js} +1 -1
- package/dist/components/image/style/index.scss.js.map +1 -0
- package/dist/components/pull-down-refresh/index.js +1 -1
- package/dist/components/pull-down-refresh/index.js.map +1 -1
- package/dist/components/{scroll-view/style/index.css.js → pull-down-refresh/style/index.scss.js} +1 -1
- package/dist/components/pull-down-refresh/style/index.scss.js.map +1 -0
- package/dist/components/scroll-view/index.js +1 -1
- package/dist/components/scroll-view/index.js.map +1 -1
- package/dist/components/{pull-down-refresh/style/index.css.js → scroll-view/style/index.scss.js} +1 -1
- package/dist/components/scroll-view/style/index.scss.js.map +1 -0
- package/dist/components/swiper/index.js +1 -1
- package/dist/components/swiper/index.js.map +1 -1
- package/dist/components/swiper/style/{index.css.js → index.scss.js} +1 -1
- package/dist/components/swiper/style/index.scss.js.map +1 -0
- package/dist/components/text/index.js +1 -1
- package/dist/components/text/index.js.map +1 -1
- package/dist/components/text/style/index.scss.js +4 -0
- package/dist/components/text/style/index.scss.js.map +1 -0
- package/dist/index.css +1 -1
- package/dist/original/components/button/index.js +21 -8
- package/dist/original/components/button/index.js.map +1 -1
- package/dist/original/components/button/style/index.scss +353 -0
- package/dist/original/components/icon/index.js +1 -1
- package/dist/original/components/icon/style/index.scss +304 -0
- package/dist/original/components/image/index.js +1 -1
- package/dist/original/components/image/index.js.map +1 -1
- package/dist/original/components/image/style/index.scss +90 -0
- package/dist/original/components/input/index.js +1 -1
- package/dist/original/components/input/style/index.scss +71 -0
- package/dist/original/components/picker/index.js +1 -1
- package/dist/original/components/picker/style/index.scss +297 -0
- package/dist/original/components/pull-down-refresh/index.js +1 -1
- package/dist/original/components/pull-down-refresh/index.js.map +1 -1
- package/dist/original/components/pull-down-refresh/style/index.scss +53 -0
- package/dist/original/components/scroll-view/index.js +1 -1
- package/dist/original/components/scroll-view/index.js.map +1 -1
- package/dist/original/components/scroll-view/style/index.scss +22 -0
- package/dist/original/components/swiper/index.js +1 -1
- package/dist/original/components/swiper/index.js.map +1 -1
- package/dist/original/components/swiper/style/index.scss +9 -0
- package/dist/original/components/text/index.js +1 -1
- package/dist/original/components/text/index.js.map +1 -1
- package/dist/original/components/text/style/index.scss +13 -0
- package/dist/original/node_modules/.pnpm/rollup-plugin-styles@4.0.0_rollup@4.39.0/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js +24 -0
- package/dist/original/node_modules/.pnpm/rollup-plugin-styles@4.0.0_rollup@4.39.0/node_modules/rollup-plugin-styles/dist/runtime/inject-css.js.map +1 -0
- package/dist/solid/components/button/index.js +20 -7
- package/dist/solid/components/button/index.js.map +1 -1
- package/dist/solid/components/image/index.js +1 -1
- package/dist/solid/components/image/index.js.map +1 -1
- package/dist/solid/components/image/style/index.scss.js +4 -0
- package/dist/solid/components/image/style/index.scss.js.map +1 -0
- package/dist/solid/components/scroll-view/index.js +1 -1
- package/dist/solid/components/scroll-view/index.js.map +1 -1
- package/dist/solid/components/scroll-view/style/index.scss.js +4 -0
- package/dist/solid/components/scroll-view/style/index.scss.js.map +1 -0
- package/dist/solid/components/text/index.js +1 -1
- package/dist/solid/components/text/index.js.map +1 -1
- package/dist/solid/components/text/style/index.scss.js +4 -0
- package/dist/solid/components/text/style/index.scss.js.map +1 -0
- package/dist/solid/index.css +1 -1
- package/package.json +8 -8
- package/types/global.d.ts +1 -1
- package/types/index.d.ts +3 -1
- package/dist/components/image/style/index.css.js.map +0 -1
- package/dist/components/pull-down-refresh/style/index.css.js.map +0 -1
- package/dist/components/scroll-view/style/index.css.js.map +0 -1
- package/dist/components/swiper/style/index.css.js.map +0 -1
- package/dist/components/text/style/index.css.js +0 -4
- package/dist/components/text/style/index.css.js.map +0 -1
- package/dist/original/components/button/style/index.css +0 -3
- package/dist/original/components/button/style/index.css.map +0 -1
- package/dist/original/components/icon/style/index.css +0 -3
- package/dist/original/components/icon/style/index.css.map +0 -1
- package/dist/original/components/image/style/index.css +0 -3
- package/dist/original/components/image/style/index.css.map +0 -1
- package/dist/original/components/input/style/index.css +0 -3
- package/dist/original/components/input/style/index.css.map +0 -1
- package/dist/original/components/picker/style/index.css +0 -3
- package/dist/original/components/picker/style/index.css.map +0 -1
- package/dist/original/components/pull-down-refresh/style/index.css +0 -3
- package/dist/original/components/pull-down-refresh/style/index.css.map +0 -1
- package/dist/original/components/scroll-view/style/index.css +0 -3
- package/dist/original/components/scroll-view/style/index.css.map +0 -1
- package/dist/original/components/swiper/style/index.css +0 -3
- package/dist/original/components/swiper/style/index.css.map +0 -1
- package/dist/original/components/text/style/index.css +0 -3
- package/dist/original/components/text/style/index.css.map +0 -1
- package/dist/original/index.css +0 -2
- package/dist/original/index.css.map +0 -1
- package/dist/solid/components/image/style/index.css.js +0 -4
- package/dist/solid/components/image/style/index.css.js.map +0 -1
- package/dist/solid/components/scroll-view/style/index.css.js +0 -4
- package/dist/solid/components/scroll-view/style/index.css.js.map +0 -1
- package/dist/solid/components/text/style/index.css.js +0 -4
- package/dist/solid/components/text/style/index.css.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/button/style/weui-btn_loading.scss","../../src/components/button/style/index.scss","../../src/components/icon/style/index.scss","../../src/components/image/style/index.css","../../src/components/input/style/index.scss","../../src/components/input/style/variable.scss","../../src/components/picker/style/index.scss","../../src/components/picker/style/variable.scss","../../src/components/pull-down-refresh/style/index.css","../../src/components/scroll-view/style/index.css","../../src/components/swiper/style/index.css","../../src/components/text/style/index.css"],"names":[],"mappings":"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","file":"index.css","sourcesContent":["@-webkit-keyframes weuiLoading {\r\n 0% {\r\n transform: rotate3d(0, 0, 1, 0deg);\r\n }\r\n\r\n 100% {\r\n transform: rotate3d(0, 0, 1, 360deg);\r\n }\r\n}\r\n\r\n@keyframes weuiLoading {\r\n 0% {\r\n transform: rotate3d(0, 0, 1, 0deg);\r\n }\r\n\r\n 100% {\r\n transform: rotate3d(0, 0, 1, 360deg);\r\n }\r\n}\r\n\r\n.taro-button-core[loading] {\r\n >.weui-loading {\r\n // font-size: 16px;\r\n width: 20px; // 1em;\r\n height: 20px; // 1em;\r\n display: inline-block;\r\n vertical-align: middle;\r\n animation: weuiLoading 1s steps(12, end) infinite;\r\n background: transparent url(\"data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E\") no-repeat;\r\n background-size: 100%;\r\n\r\n &.weui-btn_primary,\r\n &.weui-btn_warn {\r\n color: $weuiBtnActiveFontColor;\r\n }\r\n &.weui-btn_primary {\r\n // color: var(--weui-WHITE);\r\n background-color: $weuiBtnPrimaryActiveBg;\r\n }\r\n \r\n &.weui-btn_warn {\r\n background-color: $weuiBtnWarnActiveBg;\r\n }\r\n }\r\n \r\n}","@import 'variable';\n@import 'weui-btn_loading.scss';\n$weuiBtnHeight: 46px;\n$weuiBtnFontSize: 18px;\n$weuiBtnFontColor: #fff;\n$weuiBtnActiveFontColor: rgb(255 255 255 / 60%);\n$weuiBtnDisabledFontColor: rgb(255 255 255 / 60%);\n$weuiBtnBorderRadius: 5px;\n$weuiBtnDefaultGap: 15px;\n\n// Button Mini\n$weuiBtnMiniFontSize: 13px;\n$weuiBtnMiniHeight: 2.3;\n\n// Button Default\n$weuiBtnDefaultFontColor: #000;\n$weuiBtnDefaultActiveFontColor: rgb(0 0 0 / 60%);\n$weuiBtnDefaultDisabledFontColor: rgb(0 0 0 / 30%);\n$weuiBtnDefaultBg: #f8f8f8;\n$weuiBtnDefaultActiveBg: #dedede;\n$weuiBtnDefaultDisabledBg: #f7f7f7;\n\n// Button Primary\n$weuiBtnPrimaryBg: #1aad19;\n$weuiBtnPrimaryActiveBg: #179b16;\n$weuiBtnPrimaryDisabledBg: #9ed99d;\n\n// Button Warn\n$weuiBtnWarnBg: #e64340;\n$weuiBtnWarnActiveBg: #ce3c39;\n$weuiBtnWarnDisabledBg: #ec8b89;\n\n// Button Plain Primary\n$weuiBtnPlainPrimaryColor: rgb(26 173 25 / 100%);\n$weuiBtnPlainPrimaryBorderColor: rgb(26 173 25 / 100%);\n$weuiBtnPlainPrimaryActiveColor: rgb(26 173 25 / 60%);\n$weuiBtnPlainPrimaryActiveBorderColor: rgb(26 173 25 / 60%);\n\n// Button Plain Default\n$weuiBtnPlainDefaultColor: rgb(53 53 53 / 100%);\n$weuiBtnPlainDefaultBorderColor: rgb(53 53 53 / 100%);\n$weuiBtnPlainDefaultActiveColor: rgb(53 53 53 / 60%);\n$weuiBtnPlainDefaultActiveBorderColor: rgb(53 53 53 / 60%);\n\n// Button Plain Warn\n$weuiBtnPlainWarnColor: #e64340;\n$weuiBtnPlainWarnBorderColor: #e64340;\n$weuiBtnPlainWarnActiveColor: rgba(230 67 64 / 60%);\n$weuiBtnPlainWarnActiveBorderColor: rgba(230 67 64 / 60%);\n\n.taro-button-core {\n display: block;\n overflow: hidden;\n position: relative;\n box-sizing: border-box;\n margin-left: auto;\n margin-right: auto;\n padding-left: 14px;\n padding-right: 14px;\n border-width: 0;\n border-radius: $weuiBtnBorderRadius;\n width: 100%;\n appearance: none;\n outline: 0;\n background-color: $weuiBtnDefaultBg;\n line-height: 2.55555556;\n text-decoration: none;\n text-align: center;\n font-size: $weuiBtnFontSize;\n color: $weuiBtnDefaultFontColor;\n -webkit-tap-highlight-color: rgb(0 0 0 / 0%);\n\n &:focus {\n outline: 0;\n }\n\n &:not([disabled]):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n\n &::after {\n position: absolute;\n left: 0;\n top: 0;\n box-sizing: border-box;\n border: 1px solid rgb(0 0 0 / 20%);\n border-radius: $weuiBtnBorderRadius * 2;\n width: 200%;\n height: 200%;\n content: ' ';\n transform: scale(0.5);\n transform-origin: 0 0;\n }\n\n & + & {\n margin-top: $weuiBtnDefaultGap;\n }\n\n &[type=\"default\"] {\n background-color: $weuiBtnDefaultBg;\n color: $weuiBtnDefaultFontColor;\n\n &:not([disabled]):visited {\n color: $weuiBtnDefaultFontColor;\n }\n\n &:not([disabled]):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n }\n\n &[size=\"mini\"] {\n display: inline-block;\n padding: 0 1.32em;\n width: auto;\n line-height: $weuiBtnMiniHeight;\n font-size: $weuiBtnMiniFontSize;\n }\n\n &[plain=\"true\"],\n &[plain=\"true\"][type=\"default\"],\n &[plain=\"true\"][type=\"primary\"] {\n border-width: 1px;\n background-color: transparent;\n }\n\n &[disabled] {\n color: $weuiBtnDisabledFontColor;\n\n &[type=\"default\"] {\n background-color: $weuiBtnDefaultDisabledBg;\n color: $weuiBtnDefaultDisabledFontColor;\n }\n\n &[type=\"primary\"] {\n background-color: $weuiBtnPrimaryDisabledBg;\n }\n\n &[type=\"warn\"] {\n background-color: $weuiBtnWarnDisabledBg;\n }\n }\n\n &[loading] {\n .weui-loading {\n margin: -0.2em 0.34em 0 0;\n }\n\n &[type=\"primary\"],\n &[type=\"warn\"] {\n color: $weuiBtnActiveFontColor;\n }\n\n &[type=\"primary\"] {\n background-color: $weuiBtnPrimaryActiveBg;\n }\n\n &[type=\"warn\"] {\n background-color: $weuiBtnWarnActiveBg;\n }\n }\n\n &[plain=\"true\"][type=\"primary\"] {\n border: 1px solid $weuiBtnPlainPrimaryBorderColor;\n color: $weuiBtnPlainPrimaryColor;\n\n &:not([disabled]):active {\n border-color: $weuiBtnPlainPrimaryActiveBorderColor;\n background-color: transparent;\n color: $weuiBtnPlainPrimaryActiveColor;\n }\n\n &::after {\n border-width: 0;\n }\n }\n\n &[plain=\"true\"][type=\"warn\"] {\n border: 1px solid $weuiBtnPlainWarnBorderColor;\n color: $weuiBtnPlainWarnColor;\n\n &:not([disabled]):active {\n border-color: $weuiBtnPlainWarnActiveBorderColor;\n background-color: transparent;\n color: $weuiBtnPlainWarnActiveColor;\n }\n\n &::after {\n border-width: 0;\n }\n }\n\n &[plain=\"true\"],\n &[plain=\"true\"][type=\"default\"] {\n border: 1px solid $weuiBtnPlainDefaultBorderColor;\n color: $weuiBtnPlainDefaultColor;\n\n &:not([disabled]):active {\n border-color: $weuiBtnPlainDefaultActiveBorderColor;\n background-color: transparent;\n color: $weuiBtnPlainDefaultActiveColor;\n }\n\n &::after {\n border-width: 0;\n }\n }\n\n &[type=\"primary\"] {\n background-color: $weuiBtnPrimaryBg;\n color: #fff;\n\n &:not([disabled]):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not([disabled]):active {\n background-color: $weuiBtnPrimaryActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &[type=\"warn\"] {\n background-color: $weuiBtnWarnBg;\n color: #fff;\n\n &:not([disabled]):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not([disabled]):active {\n background-color: $weuiBtnWarnActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &[plain=\"true\"][disabled] {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n\n &[plain=\"true\"][disabled][type=\"primary\"] {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n}\n",".weui-icon-circle:before { content: '\\EA01' } /* '' */\n.weui-icon-download:before { content: '\\EA02' } /* '' */\n.weui-icon-info:before { content: '\\EA03' } /* '' */\n.weui-icon-safe-success:before { content: '\\EA04' } /* '' */\n.weui-icon-safe-warn:before { content: '\\EA05' } /* '' */\n.weui-icon-success:before { content: '\\EA06' } /* '' */\n.weui-icon-success-circle:before { content: '\\EA07' } /* '' */\n.weui-icon-success-no-circle:before { content: '\\EA08' } /* '' */\n.weui-icon-waiting:before { content: '\\EA09' } /* '' */\n.weui-icon-waiting-circle:before { content: '\\EA0A' } /* '' */\n.weui-icon-warn:before { content: '\\EA0B' } /* '' */\n.weui-icon-info-circle:before { content: '\\EA0C' } /* '' */\n.weui-icon-cancel:before { content: '\\EA0D' } /* '' */\n.weui-icon-search:before { content: '\\EA0E' } /* '' */\n.weui-icon-clear:before { content: '\\EA0F' } /* '' */\n.weui-icon-back:before { content: '\\EA10' } /* '' */\n.weui-icon-delete:before { content: '\\EA11' } /* '' */\n\n.weui-icon-success {\n font-size: 23px;\n color: #09BB07;\n}\n\n.weui-icon-waiting {\n font-size: 23px;\n color: #10AEFF;\n}\n\n.weui-icon-warn {\n font-size: 23px;\n color: #F43530;\n}\n\n.weui-icon-info {\n font-size: 23px;\n color: #10AEFF;\n}\n\n.weui-icon-success-circle {\n font-size: 23px;\n color: #09BB07;\n}\n\n.weui-icon-success-no-circle {\n font-size: 23px;\n color: #09BB07;\n}\n\n.weui-icon-waiting-circle {\n font-size: 23px;\n color: #10AEFF;\n}\n\n.weui-icon-circle {\n font-size: 23px;\n color: #C9C9C9;\n}\n\n.weui-icon-download {\n font-size: 23px;\n color: #09BB07;\n}\n\n.weui-icon-info-circle {\n font-size: 23px;\n color: #09BB07;\n}\n\n.weui-icon-safe-success {\n color: #09BB07;\n}\n\n.weui-icon-safe-warn {\n color: #FFBE00;\n}\n\n.weui-icon-cancel {\n color: #F43530;\n font-size: 22px;\n}\n\n.weui-icon-search {\n color: #B2B2B2;\n font-size: 14px;\n}\n\n.weui-icon-clear {\n color: #B2B2B2;\n font-size: 14px;\n}\n\n.weui-icon-delete {\n &.weui-icon_gallery-delete {\n color: #FFFFFF;\n font-size: 22px;\n }\n}\n\n.weui-icon_msg {\n font-size: 93px;\n\n &.weui-icon-warn {\n color: #F76260;\n }\n}\n\n.weui-icon_msg-primary {\n font-size: 93px;\n\n &.weui-icon-warn {\n color: #FFBE00;\n }\n}\n\n/** Note: 暂不考虑切换到 SVG 模式,原因如下:\n * 1. 实际使用体验与原先使用 WEUI V1.1.3 通过字体加载 Icon 的方式存在差异;\n * 2. 当前 SVG 模式下,图标大小不一致需要进一步调试。\n * 需要注意的是,移除字体文件可以为全局的 css 样式节省约 6.7KB 的大小。\n */\n\n// icon map\n// .weui-icon-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%221000%22%20height%3D%221000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M500%20916.667C269.881%20916.667%2083.333%20730.119%2083.333%20500%2083.333%20269.881%20269.881%2083.333%20500%2083.333c230.119%200%20416.667%20186.548%20416.667%20416.667%200%20230.119-186.548%20416.667-416.667%20416.667zm0-50c202.504%200%20366.667-164.163%20366.667-366.667%200-202.504-164.163-366.667-366.667-366.667-202.504%200-366.667%20164.163-366.667%20366.667%200%20202.504%20164.163%20366.667%20366.667%20366.667z%22%20fill-rule%3D%22evenodd%22%20fill-opacity%3D%22.9%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-download {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.25%2012.04l-1.72-1.72-1.06%201.06%202.828%202.83a1%201%200%20001.414-.001l2.828-2.828-1.06-1.061-1.73%201.73V7h-1.5v5.04zm0-5.04V2h1.5v5h6.251c.55%200%20.999.446.999.996v13.008a.998.998%200%2001-.996.996H4.996A.998.998%200%20014%2021.004V7.996A1%201%200%20014.999%207h6.251z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-info {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.75-12v7h1.5v-7h-1.5zM12%209a1%201%200%20100-2%201%201%200%20000%202z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-safe-success {\n// mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.6C315.5%2046.7%20180.4%2093.1%2057.6%20132c0%20129.3.2%20231.7.2%20339.7%200%20304.2%20248.3%20471.6%20443.1%20523.7C695.7%20943.3%20944%20775.9%20944%20471.7c0-108%20.2-210.4.2-339.7C821.4%2093.1%20686.3%2046.7%20500.9%204.6zm248.3%20349.1l-299.7%20295c-2.1%202-5.3%202-7.4-.1L304.4%20506.1c-2-2.1-2.3-5.7-.6-8l18.3-24.9c1.7-2.3%205-2.8%207.2-1l112.2%2086c2.3%201.8%206%201.7%208.1-.1l274.7-228.9c2.2-1.8%205.7-1.7%207.7.3l17%2016.8c2.2%202.1%202.2%205.3.2%207.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23070202%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-safe-warn {\n// mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cpath%20d%3D%22M500.9%204.5c-185.4%2042-320.4%2088.4-443.2%20127.3%200%20129.3.2%20231.7.2%20339.6%200%20304.1%20248.2%20471.4%20443%20523.6%20194.7-52.2%20443-219.5%20443-523.6%200-107.9.2-210.3.2-339.6C821.3%2092.9%20686.2%2046.5%20500.9%204.5zm-26.1%20271.1h52.1c5.8%200%2010.3%204.7%2010.1%2010.4l-11.6%20313.8c-.1%202.8-2.5%205.2-5.4%205.2h-38.2c-2.9%200-5.3-2.3-5.4-5.2L464.8%20286c-.2-5.8%204.3-10.4%2010-10.4zm26.1%20448.3c-20.2%200-36.5-16.3-36.5-36.5s16.3-36.5%2036.5-36.5%2036.5%2016.3%2036.5%2036.5-16.4%2036.5-36.5%2036.5z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23020202%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-success {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-1.177-7.86l-2.765-2.767L7%2012.431l3.119%203.121a1%201%200%20001.414%200l5.952-5.95-1.062-1.062-5.6%205.6z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-success-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm-1.172-6.242l5.809-5.808.848.849-5.95%205.95a1%201%200%2001-1.414%200L7%2012.426l.849-.849%202.98%202.98z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-success-no-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-waiting {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.75%2011.38V6h-1.5v6l4.243%204.243%201.06-1.06-3.803-3.804zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-waiting-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.6%2011.503l3.891%203.891-.848.849L11.4%2012V6h1.2v5.503zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-warn {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm-.763-15.864l.11%207.596h1.305l.11-7.596h-1.525zm.759%2010.967c.512%200%20.902-.383.902-.882%200-.5-.39-.882-.902-.882a.878.878%200%2000-.896.882c0%20.499.396.882.896.882z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-outlined-warn {\n// mask-image: url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM20.8 12C20.8 16.8601 16.8601 20.8 12 20.8C7.13989 20.8 3.2 16.8601 3.2 12C3.2 7.13989 7.13989 3.2 12 3.2C16.8601 3.2 20.8 7.13989 20.8 12ZM12.6592 6.43115L12.5713 13.4917H11.4287L11.3408 6.43115H12.6592ZM11.165 16.2383C11.165 16.707 11.5312 17.0732 12 17.0732C12.4761 17.0732 12.835 16.707 12.835 16.2383C12.835 15.7622 12.4761 15.4033 12 15.4033C11.5312 15.4033 11.165 15.7622 11.165 16.2383Z' fill='black' /%3E%3C/svg%3E%0A\");\n// }\n// .weui-icon-info-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zM11.4%2010h1.2v7h-1.2v-7zm.6-1a1%201%200%20110-2%201%201%200%20010%202z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-cancel {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M12.849%2012l3.11%203.111-.848.849L12%2012.849l-3.111%203.11-.849-.848L11.151%2012l-3.11-3.111.848-.849L12%2011.151l3.111-3.11.849.848L12.849%2012z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-search {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%2015.561l4.114%204.115-.848.848-4.123-4.123a7%207%200%2011.857-.84zM16.8%2011a5.8%205.8%200%2010-11.6%200%205.8%205.8%200%200011.6%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-clear {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.06%2012l3.006-3.005-1.06-1.06L12%2010.938%208.995%207.934l-1.06%201.06L10.938%2012l-3.005%203.005%201.06%201.06L12%2013.062l3.005%203.005%201.06-1.06L13.062%2012zM12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-back {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm1.999-6.563L10.68%2012%2014%208.562%2012.953%207.5%209.29%2011.277a1.045%201.045%200%20000%201.446l3.663%203.777L14%2015.437z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-delete {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.774%206.4l.812%2013.648a.8.8%200%2000.798.752h7.232a.8.8%200%2000.798-.752L17.226%206.4H6.774zm11.655%200l-.817%2013.719A2%202%200%200115.616%2022H8.384a2%202%200%2001-1.996-1.881L5.571%206.4H3.5v-.7a.5.5%200%2001.5-.5h16a.5.5%200%2001.5.5v.7h-2.071zM14%203a.5.5%200%2001.5.5v.7h-5v-.7A.5.5%200%200110%203h4zM9.5%209h1.2l.5%209H10l-.5-9zm3.8%200h1.2l-.5%209h-1.2l.5-9z%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-success-no-circle-thin {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.864%2016.617l-5.303-5.303-1.061%201.06%205.657%205.657a1%201%200%20001.414%200L21.238%206.364l-1.06-1.06L8.864%2016.616z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-arrow {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-arrow-bold {\n// mask-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.157%2012.711L4.5%2018.368l-1.414-1.414%204.95-4.95-4.95-4.95L4.5%205.64l5.657%205.657a1%201%200%20010%201.414z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-back-arrow {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.343%2012l7.071%207.071L9%2020.485l-7.778-7.778a1%201%200%20010-1.414L9%203.515l1.414%201.414L3.344%2012z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-back-arrow-thin {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2019.438L8.955%2020.5l-7.666-7.79a1.02%201.02%200%20010-1.42L8.955%203.5%2010%204.563%202.682%2012%2010%2019.438z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-close {\n// mask-image: url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.25 10.6932L6.05682 4.5L5 5.55682L11.1932 11.75L5 17.9432L6.05682 19L12.25 12.8068L18.4432 19L19.5 17.9432L13.3068 11.75L19.5 5.55682L18.4432 4.5L12.25 10.6932Z' fill='black' /%3E%3C/svg%3E%0A\");\n// }\n// .weui-icon-close-thin {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);\n// }\n// .weui-icon-back-circle {\n// mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2022C6.477%2022%202%2017.523%202%2012S6.477%202%2012%202s10%204.477%2010%2010-4.477%2010-10%2010zm0-1.2a8.8%208.8%200%20100-17.6%208.8%208.8%200%20000%2017.6zm1.999-5.363L12.953%2016.5%209.29%2012.723a1.045%201.045%200%20010-1.446L12.953%207.5%2014%208.563%2010.68%2012%2014%2015.438z%22%2F%3E%3C%2Fsvg%3E);\n// }\n\n// icon setting\n// .weui-icon-success {\n// color: $weuiColorPrimary;\n// }\n// .weui-icon-waiting {\n// color: var(--weui-BLUE);\n// }\n// .weui-icon-warn {\n// color: $weuiColorWarn;\n// }\n// .weui-icon-info {\n// color: var(--weui-BLUE);\n// }\n\n// .weui-icon-success-circle {\n// color: $weuiColorPrimary;\n// }\n// .weui-icon-success-no-circle,\n// .weui-icon-success-no-circle-thin {\n// color: $weuiColorPrimary;\n// }\n// .weui-icon-waiting-circle {\n// color: var(--weui-BLUE);\n// }\n// .weui-icon-circle {\n// color: $weuiTextColorTips;\n// }\n// .weui-icon-download {\n// color: $weuiColorPrimary;\n// }\n\n// .weui-icon-info-circle {\n// color: $weuiTextColorTips;\n// }\n\n// .weui-icon-safe-success {\n// color: $weuiColorPrimary;\n// }\n// .weui-icon-safe-warn {\n// color: var(--weui-YELLOW);\n// }\n\n// .weui-icon-cancel {\n// color: $weuiColorWarn;\n// }\n\n// .weui-icon-search {\n// color: $weuiTextColorDesc;\n// }\n\n// .weui-icon-clear {\n// color: $weuiTextColorTips;\n// &:active {\n// color: $weuiTextColorDesc;\n// }\n// }\n\n// .weui-icon-delete {\n// &.weui-icon_gallery-delete {\n// color: var(--weui-WHITE);\n// }\n// }\n// .weui-icon-arrow,\n// .weui-icon-arrow-bold,\n// .weui-icon-back-arrow,\n// .weui-icon-back-arrow-thin {\n// & {\n// width: 1.2em;\n// }\n// }\n// .weui-icon-arrow,\n// .weui-icon-arrow-bold {\n// color: $weuiTextColorTips;\n// }\n// .weui-icon-back-arrow,\n// .weui-icon-back-arrow-thin {\n// color: $weuiTextColorTitle;\n// }\n// .weui-icon-back,\n// .weui-icon-back-circle {\n// color: $weuiTextColorTitle;\n// }\n\n// .weui-icon_msg {\n// & {\n// width: 6.4em;\n// height: 6.4em;\n// &.weui-icon-warn {\n// color: $weuiColorWarn;\n// }\n// &.weui-icon-info-circle {\n// color: var(--weui-BLUE);\n// }\n// }\n// }\n// .weui-icon_msg-primary {\n// & {\n// width: 6.4em;\n// height: 6.4em;\n// &.weui-icon-warn {\n// color: var(--weui-YELLOW);\n// }\n// }\n// }\n","img[src=''] {\n opacity: 0;\n}\n\n.taro-img {\n display: inline-block;\n overflow: hidden;\n position: relative;\n width: 320px;\n height: 240px;\n font-size: 0;\n}\n\n.taro-img.taro-img__widthfix {\n height: 100%;\n}\n\n.taro-img__mode-heightfix {\n height: 100%;\n}\n\n.taro-img__mode-scaletofill {\n width: 100%;\n height: 100%;\n}\n\n.taro-img__mode-aspectfit {\n width: 100%;\n height: 100%;\n object-fit: contain;\n}\n\n.taro-img__mode-aspectfill {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n\n.taro-img__mode-widthfix {\n width: 100%;\n}\n\n.taro-img__mode-top {\n position: absolute;\n left: 50%;\n transform: translate(-50%, 0);\n}\n\n.taro-img__mode-bottom {\n position: absolute;\n left: 50%;\n bottom: 0;\n transform: translate(-50%, 0);\n}\n\n.taro-img__mode-center {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n}\n\n.taro-img__mode-left {\n position: absolute;\n top: 50%;\n transform: translate(0, -50%);\n}\n\n.taro-img__mode-right {\n position: absolute;\n right: 0;\n top: 50%;\n transform: translate(0, -50%);\n}\n\n.taro-img__mode-topright {\n position: absolute;\n right: 0;\n}\n\n.taro-img__mode-bottomleft {\n position: absolute;\n bottom: 0;\n}\n\n.taro-img__mode-bottomright {\n position: absolute;\n right: 0;\n bottom: 0;\n}\n","@import './variable.scss';\n\n.taro-input-core {\n display: block;\n}\n\n.weui-input {\n width: 100%;\n border: 0;\n outline: 0;\n -webkit-appearance: none;\n background-color: transparent;\n // font-family: inherit;\n font-size: inherit;\n color: inherit;\n height: em($weuiCellLineHeight);\n line-height: $weuiCellLineHeight;\n \n // hides the spin-button\n &::-webkit-outer-spin-button,\n &::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n // &:focus {\n // &:not(:placeholder-shown) {\n // & + .weui-btn_input-clear {\n // display: inline;\n // }\n // }\n // }\n}\n","@use 'sass:math';\n\n$browser-context: 16;\n@function em($pixels, $context: $browser-context) {\n // @if math.unit($pixels) == px {\n // $pixels: math.div($pixels, $context);\n // }\n @if math.unit($pixels) != '' {\n $pixels: math.div($pixels, $pixels * 0 + 1);\n }\n \n @return #{$pixels}em;\n }\n \n\n$weuiCellBg:#FFFFFF; // var(--weui-BG-2);\n$weuiCellBorderColor:#e5e5e5; // $weuiLineColorLight;\n$weuiCellGapV:10px; // 16px;\n$weuiCellGapH:15px; // 16px;\n$weuiCellInnerGapH:.35em; // 16px;\n$weuiCellHeight: 45px; // 56px;\n$weuiCellFontSize: 17px;\n$weuiCellTipsFontSize: 14px;\n$weuiCellLabelWidth: 105px;\n// $weuiCellActiveBg: $weuiBgColorActive;\n\n$weuiCellLineHeight: calc(($weuiCellHeight - 2 * $weuiCellGapV) / $weuiCellFontSize); // 高度减去上下padding的行高\n$weuiCellsMarginTop: em(math.div(20, $weuiCellFontSize)); // 8px;\n\n// weui switch\n$weuiSwitchHeight: 32px;\n\n// weui uploader\n$weuiUploaderBorderColor:#D9D9D9;\n$weuiUploaderActiveBorderColor:#999999;\n$weuiUploaderFileSpacing: 9px;\n$weuiUploaderSize: 79px;\n$weuiUploaderBorderWidth: 1px;\n","@import './variable';\n\n// 覆盖层遮罩(用于全屏遮罩)\n.taro-picker__overlay {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: $weuiPickerZIndexContainer;\n}\n\n// 点击取消遮罩(用于事件处理)\n.taro-picker__mask-overlay {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: $weuiPickerZIndexMask;\n background-color: rgba(0, 0, 0, 0.6);\n}\n\n.taro-picker {\n position: absolute;\n bottom: 0;\n left: 0;\n z-index: $weuiPickerZIndexIndicator;\n background-color: $weuiLineColorLight;\n width: 100%;\n font-size: 14px;\n}\n\n.taro-picker__hd {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: $weuiPickerHeaderHeight;\n padding: 0;\n background-color: #fff;\n font-size: 17px;\n position: relative;\n \n &::after {\n content: '';\n position: absolute;\n left: 0;\n bottom: 0;\n width: 100%;\n height: 1px;\n background-color: $weuiLineColorLight;\n transform: scaleY(0.5);\n }\n}\n\n.taro-picker__action {\n flex: 0 0 auto; /* 不伸缩,保持内容宽度 */\n padding: 0 10px;\n height: $weuiPickerHeaderHeight;\n line-height: $weuiPickerHeaderHeight;\n color: $weuiColorPrimary;\n font-size: 14px;\n \n \n // 左侧取消按钮\n &:first-child {\n color: $weuiTextColorDesc;\n }\n}\n\n.taro-picker__title {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n max-width: 40%; /* 限制最大宽度,防止挤压按钮 */\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-weight: 500;\n font-size: 16px;\n color: $weuiTextColorBlack;\n}\n\n.taro-picker__bd {\n display: flex;\n flex: 1;\n width: 100%;\n height: $weuiPickerContentHeight;\n box-sizing: border-box;\n overflow: hidden;\n background-color: #fff;\n}\n\n// 选择器组\n.taro-picker__group {\n display: flex;\n position: relative;\n height: 100%;\n box-sizing: border-box;\n justify-content: center; /* 水平居中 */\n align-items: center; \n flex: 1; /* 确保在多列情况下平均分配空间 */\n min-width: 0;\n \n // 多列布局\n &--date {\n .taro-picker__columns {\n display: flex;\n width: 100%;\n height: 100%;\n }\n }\n}\n\n// 遮罩层 - 上下渐变效果\n.taro-picker__mask {\n position: absolute;\n left: 0;\n top: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n background: \n linear-gradient(\n 180deg,\n rgba(255, 255, 255, 0.95) 0%,\n rgba(255, 255, 255, 0.6) 40%,\n rgba(255, 255, 255, 0) 45%,\n rgba(255, 255, 255, 0) 55%,\n rgba(255, 255, 255, 0.6) 60%,\n rgba(255, 255, 255, 0.95) 100%\n );\n pointer-events: none;\n}\n\n// 选中行指示器\n.taro-picker__indicator {\n position: absolute;\n left: 0;\n top: 50%;\n z-index: $weuiPickerZIndexIndicator;\n width: 100%;\n height: $weuiPickerItemHeight;\n box-sizing: border-box;\n transform: translateY(-50%);\n \n // 上下边框\n &::before, &::after {\n content: '';\n position: absolute;\n left: 0;\n right: 0;\n height: 1px;\n background-color: $weuiLineColorLight;\n transform: scaleY(0.5);\n }\n \n &::before { top: 0; }\n &::after { bottom: 0; }\n}\n\n// 滚动内容区域\n.taro-picker__content {\n width: 100%;\n height: 100%;\n box-sizing: border-box;\n}\n\n// 选项样式\n.taro-picker__item {\n width: 100%;\n height: $weuiPickerItemHeight;\n padding: 0 8px; /* 增加内边距使文本不贴边 */\n box-sizing: border-box;\n overflow: hidden; /* 隐藏溢出内容 */\n line-height: $weuiPickerItemHeight;\n text-align: center;\n display: flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: 16px; /* 稍微减小字体大小 */\n color: $weuiTextColorBlack;\n \n // 选中状态\n &--selected {\n font-weight: 500; /* 使用适中的字体粗细 */\n color: $weuiColorPrimary;\n }\n \n // 禁用状态\n &--disabled {\n color: $weuiTextColorGray;\n }\n}\n\n// 列间距调整\n.taro-picker__column {\n flex: 1;\n margin: 0 $weuiPickerColumnGap;\n \n // 第一列和最后一列的间距调整\n &:first-child { margin-left: 0; }\n &:last-child { margin-right: 0; }\n}\n\n// 新增:自定义项样式\n.taro-picker__item--custom {\n text-align: center; /* 确保自定义项也居中 */\n display: flex;\n justify-content: center;\n align-items: center;\n font-weight: normal;\n color: #888;\n}\n\n// 动画相关\n@keyframes taro-picker__slide-up {\n from {\n transform: translate3d(0, 100%, 0);\n }\n\n to {\n transform: translate3d(0, 0, 0);\n }\n}\n//目前动画支持度不够 暂时屏蔽\n.taro-picker__animate-slide-up {\n // animation: taro-picker__slide-up ease #{$weuiPickerTransitionDuration} forwards;\n}\n\n@keyframes taro-picker__slide-down {\n from {\n transform: translate3d(0, 0, 0);\n }\n\n to {\n transform: translate3d(0, 100%, 0);\n }\n}\n\n.taro-picker__animate-slide-down {\n // animation: taro-picker__slide-down ease #{$weuiPickerTransitionDuration} forwards;\n}\n\n@keyframes taro-picker__fade-in {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n.taro-picker__animate-fade-in {\n // animation: taro-picker__fade-in ease #{$weuiPickerTransitionDuration} forwards;\n}\n\n@keyframes taro-picker__fade-out {\n from {\n opacity: 1;\n }\n\n to {\n opacity: 0;\n }\n}\n\n.taro-picker__animate-fade-out {\n // animation: taro-picker__fade-out ease #{$weuiPickerTransitionDuration} forwards;\n}\n","$weuiLineColorLight: #e5e5e5;\n$weuiColorPrimary: #FF0F23;\n$weuiTextColorGray: #999;\n$weuiTextColorDesc: #888;\n$weuiTextColorBlack: #000;\n\n// Picker 相关变量\n$weuiPickerZIndexContainer: 1000; // picker容器层级\n$weuiPickerZIndexMask: 1001; // 遮罩层级\n$weuiPickerZIndexIndicator: 1002; // 选中指示器层级\n\n// Picker 尺寸\n$weuiPickerHeaderHeight: 44px; // 头部高度\n$weuiPickerItemHeight: 34px; // 选项高度\n$weuiPickerContentHeight: 238px; // 内容区高度\n$weuiPickerColumnGap: 8px; // 列间距\n\n// 动画\n$weuiPickerTransitionDuration: 0.3s; // 过渡动画时长",".rmc-pull-to-refresh-content {\r\n transform-origin: left top 0px;\r\n}\r\n.rmc-pull-to-refresh-content-wrapper {\r\n min-height: 100%;\r\n}\r\n\r\n.rmc-pull-to-refresh-transition {\r\n transition: transform 0.3s;\r\n}\r\n\r\n@keyframes rmc-pull-to-refresh-indicator {\r\n 50% {\r\n opacity: 0.2;\r\n }\r\n 100% {\r\n opacity: 1;\r\n }\r\n}\r\n\r\n.rmc-pull-to-refresh-indicator {\r\n text-align: center;\r\n height: 30px;\r\n line-height: 10px;\r\n}\r\n\r\n.rmc-pull-to-refresh-indicator > div {\r\n background-color: grey;\r\n width: 6px;\r\n height: 6px;\r\n border-radius: 100%;\r\n margin: 3px;\r\n animation-fill-mode: both;\r\n display: inline-block;\r\n animation: rmc-pull-to-refresh-indicator 0.5s 0s infinite linear;\r\n}\r\n.rmc-pull-to-refresh-indicator > div:nth-child(0) {\r\n animation-delay: -0.1s !important;\r\n}\r\n.rmc-pull-to-refresh-indicator > div:nth-child(1) {\r\n animation-delay: -0.2s !important;\r\n}\r\n.rmc-pull-to-refresh-indicator > div:nth-child(2) {\r\n animation-delay: -0.3s !important;\r\n}\r\n.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator {\r\n margin-top: -25px;\r\n}\r\n",".taro-scroll {\n -webkit-overflow-scrolling: auto;\n}\n\n/* 默认不隐藏滚动条,只有加上 .taro-scroll--hidebar 时才隐藏 */\n.taro-scroll--hidebar::-webkit-scrollbar {\n display: none;\n}\n\n.taro-scroll-view {\n overflow: hidden;\n}\n\n.taro-scroll-view__scroll-x {\n overflow-x: scroll;\n overflow-y: hidden;\n}\n\n.taro-scroll-view__scroll-y {\n overflow-x: hidden;\n overflow-y: scroll;\n}\n",".swiper-container-wrapper {\n height: 150px;\n}\n\n.swiper-container {\n height: 100%;\n position: relative;\n overflow: visible;\n}\n",".taro-text {\n -moz-user-select: none;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n\n.taro-text__selectable {\n -moz-user-select: text;\n -webkit-user-select: text;\n -ms-user-select: text;\n user-select: text;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|