@tarojs/components-react 4.1.7-beta.3 → 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.
Files changed (92) hide show
  1. package/dist/components/image/index.js +1 -1
  2. package/dist/components/image/index.js.map +1 -1
  3. package/dist/components/image/style/{index.css.js → index.scss.js} +1 -1
  4. package/dist/components/image/style/index.scss.js.map +1 -0
  5. package/dist/components/pull-down-refresh/index.js +1 -1
  6. package/dist/components/pull-down-refresh/index.js.map +1 -1
  7. package/dist/components/{scroll-view/style/index.css.js → pull-down-refresh/style/index.scss.js} +1 -1
  8. package/dist/components/pull-down-refresh/style/index.scss.js.map +1 -0
  9. package/dist/components/scroll-view/index.js +1 -1
  10. package/dist/components/scroll-view/index.js.map +1 -1
  11. package/dist/components/{pull-down-refresh/style/index.css.js → scroll-view/style/index.scss.js} +1 -1
  12. package/dist/components/scroll-view/style/index.scss.js.map +1 -0
  13. package/dist/components/swiper/index.js +1 -1
  14. package/dist/components/swiper/index.js.map +1 -1
  15. package/dist/components/swiper/style/{index.css.js → index.scss.js} +1 -1
  16. package/dist/components/swiper/style/index.scss.js.map +1 -0
  17. package/dist/components/text/index.js +1 -1
  18. package/dist/components/text/index.js.map +1 -1
  19. package/dist/components/text/style/index.scss.js +4 -0
  20. package/dist/components/text/style/index.scss.js.map +1 -0
  21. package/dist/original/components/button/index.js +1 -1
  22. package/dist/original/components/button/style/index.scss +353 -0
  23. package/dist/original/components/icon/index.js +1 -1
  24. package/dist/original/components/icon/style/index.scss +304 -0
  25. package/dist/original/components/image/index.js +1 -1
  26. package/dist/original/components/image/index.js.map +1 -1
  27. package/dist/original/components/image/style/index.scss +90 -0
  28. package/dist/original/components/input/index.js +1 -1
  29. package/dist/original/components/input/style/index.scss +71 -0
  30. package/dist/original/components/picker/index.js +1 -1
  31. package/dist/original/components/picker/style/index.scss +297 -0
  32. package/dist/original/components/pull-down-refresh/index.js +1 -1
  33. package/dist/original/components/pull-down-refresh/index.js.map +1 -1
  34. package/dist/original/components/pull-down-refresh/style/index.scss +53 -0
  35. package/dist/original/components/scroll-view/index.js +1 -1
  36. package/dist/original/components/scroll-view/index.js.map +1 -1
  37. package/dist/original/components/scroll-view/style/index.scss +22 -0
  38. package/dist/original/components/swiper/index.js +1 -1
  39. package/dist/original/components/swiper/index.js.map +1 -1
  40. package/dist/original/components/swiper/style/index.scss +9 -0
  41. package/dist/original/components/text/index.js +1 -1
  42. package/dist/original/components/text/index.js.map +1 -1
  43. package/dist/original/components/text/style/index.scss +13 -0
  44. 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
  45. 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
  46. package/dist/solid/components/image/index.js +1 -1
  47. package/dist/solid/components/image/index.js.map +1 -1
  48. package/dist/solid/components/image/style/index.scss.js +4 -0
  49. package/dist/solid/components/image/style/index.scss.js.map +1 -0
  50. package/dist/solid/components/scroll-view/index.js +1 -1
  51. package/dist/solid/components/scroll-view/index.js.map +1 -1
  52. package/dist/solid/components/scroll-view/style/index.scss.js +4 -0
  53. package/dist/solid/components/scroll-view/style/index.scss.js.map +1 -0
  54. package/dist/solid/components/text/index.js +1 -1
  55. package/dist/solid/components/text/index.js.map +1 -1
  56. package/dist/solid/components/text/style/index.scss.js +4 -0
  57. package/dist/solid/components/text/style/index.scss.js.map +1 -0
  58. package/package.json +8 -8
  59. package/types/global.d.ts +1 -1
  60. package/types/index.d.ts +3 -1
  61. package/dist/components/image/style/index.css.js.map +0 -1
  62. package/dist/components/pull-down-refresh/style/index.css.js.map +0 -1
  63. package/dist/components/scroll-view/style/index.css.js.map +0 -1
  64. package/dist/components/swiper/style/index.css.js.map +0 -1
  65. package/dist/components/text/style/index.css.js +0 -4
  66. package/dist/components/text/style/index.css.js.map +0 -1
  67. package/dist/original/components/button/style/index.css +0 -3
  68. package/dist/original/components/button/style/index.css.map +0 -1
  69. package/dist/original/components/icon/style/index.css +0 -3
  70. package/dist/original/components/icon/style/index.css.map +0 -1
  71. package/dist/original/components/image/style/index.css +0 -3
  72. package/dist/original/components/image/style/index.css.map +0 -1
  73. package/dist/original/components/input/style/index.css +0 -3
  74. package/dist/original/components/input/style/index.css.map +0 -1
  75. package/dist/original/components/picker/style/index.css +0 -3
  76. package/dist/original/components/picker/style/index.css.map +0 -1
  77. package/dist/original/components/pull-down-refresh/style/index.css +0 -3
  78. package/dist/original/components/pull-down-refresh/style/index.css.map +0 -1
  79. package/dist/original/components/scroll-view/style/index.css +0 -3
  80. package/dist/original/components/scroll-view/style/index.css.map +0 -1
  81. package/dist/original/components/swiper/style/index.css +0 -3
  82. package/dist/original/components/swiper/style/index.css.map +0 -1
  83. package/dist/original/components/text/style/index.css +0 -3
  84. package/dist/original/components/text/style/index.css.map +0 -1
  85. package/dist/original/index.css +0 -2
  86. package/dist/original/index.css.map +0 -1
  87. package/dist/solid/components/image/style/index.css.js +0 -4
  88. package/dist/solid/components/image/style/index.css.js.map +0 -1
  89. package/dist/solid/components/scroll-view/style/index.css.js +0 -4
  90. package/dist/solid/components/scroll-view/style/index.css.js.map +0 -1
  91. package/dist/solid/components/text/style/index.css.js +0 -4
  92. package/dist/solid/components/text/style/index.css.js.map +0 -1
@@ -0,0 +1,4 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export { undefined$1 as default };
4
+ //# sourceMappingURL=index.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,6 +1,6 @@
1
1
  import { template, use, spread, mergeProps, insert } from 'solid-js/web';
2
2
  import { __rest } from 'tslib';
3
- import './style/index.css.js';
3
+ import './style/index.scss.js';
4
4
  import classNames from 'classnames';
5
5
  import 'react';
6
6
  import { createForwardRefComponent } from '../../utils/index.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../src/components/text/index.tsx"],"sourcesContent":["import './style/index.css'\n\nimport classNames from 'classnames'\nimport React from 'react'\n\nimport { createForwardRefComponent } from '../../utils'\n\ninterface IProps extends React.HTMLAttributes<HTMLSpanElement> {\n selectable?: boolean\n forwardedRef?: React.MutableRefObject<HTMLSpanElement>\n}\n\nfunction Text (props: IProps) {\n const { className, selectable = false, forwardedRef, ...restProps } = props\n const cls = classNames(\n 'taro-text',\n {\n 'taro-text__selectable': selectable\n },\n className\n )\n return (\n <span {...restProps} className={cls} ref={forwardedRef}>\n {props.children}\n </span>\n )\n}\n\nexport default createForwardRefComponent(Text)\n"],"names":["Text","props","className","selectable","forwardedRef","restProps","__rest","cls","classNames","_el$","_tmpl$","_$use","_$spread","_$mergeProps","_$insert","children","createForwardRefComponent"],"mappings":";;;;;;;;AAYA,SAASA,IAAIA,CAAEC,KAAa,EAAA;EAC1B,MAAM;MAAEC,SAAS;AAAEC,MAAAA,UAAU,GAAG,KAAK;AAAEC,MAAAA;AAA+B,KAAA,GAAAH,KAAK;AAAnBI,IAAAA,SAAS,GAAAC,MAAA,CAAKL,KAAK,EAArE,CAAA,WAAA,EAAA,YAAA,EAAA,cAAA,CAA6D,CAAQ;AAC3E,EAAA,MAAMM,GAAG,GAAGC,UAAU,CACpB,WAAW,EACX;AACE,IAAA,uBAAuB,EAAEL;GAC1B,EACDD,SAAS,CACV;AACD,EAAA,OAAA,CAAA,MAAA;IAAA,IAAAO,IAAA,GAAAC,MAAA,EAAA;IAAAC,GAAA,CAC4CP,YAAY,EAAAK,IAAA,CAAA;AAAAG,IAAAA,MAAA,CAAAH,IAAA,EAAAI,UAAA,CAA5CR,SAAS,EAAA;MAAA,WAAaE,EAAAA;AAAG,KAAA,CAAA,EAAA,KAAA,EAAA,IAAA,CAAA;AAAAO,IAAAA,MAAA,CAAAL,IAAA,EAChCR,MAAAA,KAAK,CAACc,QAAQ,CAAA;AAAA,IAAA,OAAAN,IAAA;AAAA,GAAA,GAAA;AAGrB;AAEA,YAAeO,yBAAyB,CAAChB,IAAI,CAAC;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../src/components/text/index.tsx"],"sourcesContent":["import './style/index.scss'\n\nimport classNames from 'classnames'\nimport React from 'react'\n\nimport { createForwardRefComponent } from '../../utils'\n\ninterface IProps extends React.HTMLAttributes<HTMLSpanElement> {\n selectable?: boolean\n forwardedRef?: React.MutableRefObject<HTMLSpanElement>\n}\n\nfunction Text (props: IProps) {\n const { className, selectable = false, forwardedRef, ...restProps } = props\n const cls = classNames(\n 'taro-text',\n {\n 'taro-text__selectable': selectable\n },\n className\n )\n return (\n <span {...restProps} className={cls} ref={forwardedRef}>\n {props.children}\n </span>\n )\n}\n\nexport default createForwardRefComponent(Text)\n"],"names":["Text","props","className","selectable","forwardedRef","restProps","__rest","cls","classNames","_el$","_tmpl$","_$use","_$spread","_$mergeProps","_$insert","children","createForwardRefComponent"],"mappings":";;;;;;;;AAYA,SAASA,IAAIA,CAAEC,KAAa,EAAA;EAC1B,MAAM;MAAEC,SAAS;AAAEC,MAAAA,UAAU,GAAG,KAAK;AAAEC,MAAAA;AAA+B,KAAA,GAAAH,KAAK;AAAnBI,IAAAA,SAAS,GAAAC,MAAA,CAAKL,KAAK,EAArE,CAAA,WAAA,EAAA,YAAA,EAAA,cAAA,CAA6D,CAAQ;AAC3E,EAAA,MAAMM,GAAG,GAAGC,UAAU,CACpB,WAAW,EACX;AACE,IAAA,uBAAuB,EAAEL;GAC1B,EACDD,SAAS,CACV;AACD,EAAA,OAAA,CAAA,MAAA;IAAA,IAAAO,IAAA,GAAAC,MAAA,EAAA;IAAAC,GAAA,CAC4CP,YAAY,EAAAK,IAAA,CAAA;AAAAG,IAAAA,MAAA,CAAAH,IAAA,EAAAI,UAAA,CAA5CR,SAAS,EAAA;MAAA,WAAaE,EAAAA;AAAG,KAAA,CAAA,EAAA,KAAA,EAAA,IAAA,CAAA;AAAAO,IAAAA,MAAA,CAAAL,IAAA,EAChCR,MAAAA,KAAK,CAACc,QAAQ,CAAA;AAAA,IAAA,OAAAN,IAAA;AAAA,GAAA,GAAA;AAGrB;AAEA,YAAeO,yBAAyB,CAAChB,IAAI,CAAC;;;;"}
@@ -0,0 +1,4 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export { undefined$1 as default };
4
+ //# sourceMappingURL=index.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components-react",
3
- "version": "4.1.7-beta.3",
3
+ "version": "4.1.7-beta.4",
4
4
  "description": "",
5
5
  "main:h5": "dist/index.js",
6
6
  "main": "dist/index.js",
@@ -25,18 +25,20 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.24.4",
28
+ "@tarojs/components": "4.1.7-beta.3",
29
+ "@tarojs/shared": "4.1.7-beta.3",
30
+ "@tarojs/taro": "4.1.7-beta.3",
28
31
  "classnames": "^2.2.5",
29
32
  "identity-obj-proxy": "^3.0.0",
30
33
  "swiper": "11.1.15",
31
- "tslib": "^2.6.2",
32
- "@tarojs/components": "4.1.7-beta.3",
33
- "@tarojs/shared": "4.1.7-beta.3",
34
- "@tarojs/taro": "4.1.7-beta.3"
34
+ "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/plugin-transform-runtime": "^7.24.1",
38
38
  "@babel/preset-react": "^7.24.1",
39
39
  "@babel/preset-typescript": "^7.24.1",
40
+ "@tarojs/helper": "4.1.7-beta.3",
41
+ "@tarojs/runtime": "4.1.7-beta.3",
40
42
  "@testing-library/jest-dom": "^6.1.4",
41
43
  "@testing-library/react": "^14.0.0",
42
44
  "@testing-library/user-event": "^14.5.1",
@@ -48,9 +50,7 @@
48
50
  "rollup-plugin-styles": "^4.0.0",
49
51
  "sass": "^1.92.0",
50
52
  "solid-js": "^1.8.16",
51
- "ts-jest": "^29.1.1",
52
- "@tarojs/helper": "4.1.7-beta.3",
53
- "@tarojs/runtime": "4.1.7-beta.3"
53
+ "ts-jest": "^29.1.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "*",
package/types/global.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  declare namespace JSX {
2
2
  interface IntrinsicElements {
3
- [elemName: string]: any;
3
+ [elemName: string]: any
4
4
  }
5
5
  }
6
6
 
package/types/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
 
2
2
  declare module 'swiper/bundle' {
3
- import Swiper from 'swiper';
3
+ import Swiper from 'swiper'
4
+
4
5
  export = Swiper
5
6
  }
6
7
 
@@ -10,6 +11,7 @@ declare module '@tarojs/components-react' {
10
11
 
11
12
  declare module '*/hooks' {
12
13
  import * as React from 'react'
14
+
13
15
  export const useState: typeof React.useState
14
16
  export const useCallback: typeof React.useCallback
15
17
  export const useEffect: typeof React.useEffect
@@ -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":";;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,4 +0,0 @@
1
- var undefined$1 = undefined;
2
-
3
- export { undefined$1 as default };
4
- //# sourceMappingURL=index.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,3 +0,0 @@
1
- @-webkit-keyframes weuiLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes weuiLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.taro-button-core[loading]>.weui-loading{animation:weuiLoading 1s steps(12) infinite;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;background-size:100%;display:inline-block;height:20px;vertical-align:middle;width:20px}.taro-button-core[loading]>.weui-loading.weui-btn_primary,.taro-button-core[loading]>.weui-loading.weui-btn_warn{color:hsla(0,0%,100%,.6)}.taro-button-core[loading]>.weui-loading.weui-btn_primary{background-color:#179b16}.taro-button-core[loading]>.weui-loading.weui-btn_warn{background-color:#ce3c39}.taro-button-core{-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.2);border-radius:10px;box-sizing:border-box;color:#000;display:block;font-size:18px;line-height:2.55555556;margin-left:auto;margin-right:auto;outline:0;overflow:hidden;padding-left:14px;padding-right:14px;position:relative;text-align:center;text-decoration:none;width:100%}.taro-button-core:focus{outline:0}.taro-button-core:not(.taro-btn-disabled):active{background-color:#dedede;color:rgba(0,0,0,.6)}.taro-button-core+.taro-button-core{margin-top:15px}.taro-button-core.taro-btn-default{background-color:#f8f8f8;color:#000}.taro-button-core.taro-btn-default:not(.taro-btn-disabled):visited{color:#000}.taro-button-core.taro-btn-default:not(.taro-btn-disabled):active{background-color:#dedede;color:rgba(0,0,0,.6)}.taro-button-core.taro-btn-mini{display:inline-block;font-size:13px;line-height:2.3;padding:0 1.32em;width:auto}.taro-button-core.taro-btn-plain,.taro-button-core.taro-btn-plain.taro-btn-default,.taro-button-core.taro-btn-plain.taro-btn-primary,.taro-button-core.taro-btn-plain.taro-btn-warn{background-color:transparent;border-width:1px}.taro-button-core.taro-btn-disabled{color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-disabled.taro-btn-default{background-color:#f7f7f7;color:rgba(0,0,0,.3)}.taro-button-core.taro-btn-disabled.taro-btn-primary{background-color:#9ed99d}.taro-button-core.taro-btn-disabled.taro-btn-warn{background-color:#ec8b89}.taro-button-core.taro-btn-loading .weui-loading{margin:-.2em .34em 0 0}.taro-button-core.taro-btn-loading.taro-btn-primary,.taro-button-core.taro-btn-loading.taro-btn-warn{color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-loading.taro-btn-primary{background-color:#179b16}.taro-button-core.taro-btn-loading.taro-btn-warn{background-color:#ce3c39}.taro-button-core.taro-btn-plain.taro-btn-primary{border:1px solid #1aad19;color:#1aad19}.taro-button-core.taro-btn-plain.taro-btn-primary:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(26,173,25,.6);color:rgba(26,173,25,.6)}.taro-button-core.taro-btn-plain.taro-btn-primary:after{border-width:0}.taro-button-core.taro-btn-plain.taro-btn-warn{border:1px solid #e64340;color:#e64340}.taro-button-core.taro-btn-plain.taro-btn-warn:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(230,67,64,.6);color:rgba(230,67,64,.6)}.taro-button-core.taro-btn-plain.taro-btn-warn:after{border-width:0}.taro-button-core.taro-btn-plain,.taro-button-core.taro-btn-plain.taro-btn-default{border:1px solid #353535;color:#353535}.taro-button-core.taro-btn-plain.taro-btn-default:not(.taro-btn-disabled):active,.taro-button-core.taro-btn-plain:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(53,53,53,.6);color:rgba(53,53,53,.6)}.taro-button-core.taro-btn-plain.taro-btn-default:after,.taro-button-core.taro-btn-plain:after{border-width:0}.taro-button-core.taro-btn-primary{background-color:#1aad19;color:#fff}.taro-button-core.taro-btn-primary:not(.taro-btn-disabled):visited{color:#fff}.taro-button-core.taro-btn-primary:not(.taro-btn-disabled):active{background-color:#179b16;color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-warn{background-color:#e64340;color:#fff}.taro-button-core.taro-btn-warn:not(.taro-btn-disabled):visited{color:#fff}.taro-button-core.taro-btn-warn:not(.taro-btn-disabled):active{background-color:#ce3c39;color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-default,.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-primary,.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-warn{background-color:#f7f7f7;border:1px solid rgba(0,0,0,.2);color:rgba(0,0,0,.3)}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/button/style/weui-btn_loading.scss","../../../../../../../src/components/button/style/index.scss"],"names":[],"mappings":"AAAA,+BACE,GACE,sBCCF,CDEA,GACE,uBCAF,CACF,CDGA,uBACE,GACE,sBCDF,CDIA,GACE,uBCFF,CACF,CDME,yCAME,2CAAA,CACA,whDAAA,CACA,oBAAA,CAJA,oBAAA,CADA,WAAA,CAEA,qBAAA,CAHA,UCCJ,CDOI,iHAEE,wBCNN,CDQI,0DAEE,wBCPN,CDUI,uDACE,wBCRN,CAiBA,kBAqBE,yCAAA,CARA,eAAA,CAEA,wBA/CiB,CA0CjB,+BAAA,CACA,kBAAA,CAPA,qBAAA,CAgBA,UAvDwB,CAoCxB,aAAA,CAkBA,cAlEgB,CA+DhB,sBAAA,CAXA,gBAAA,CACA,iBAAA,CAQA,SAAA,CAZA,eAAA,CAKA,iBAAA,CACA,kBAAA,CALA,iBAAA,CAeA,iBAAA,CADA,oBAAA,CALA,UALF,CAgBE,wBACE,SAdJ,CAiBE,iDACE,wBA3DqB,CA4DrB,oBAfJ,CAkBE,oCACE,eAhBJ,CAmBE,mCACE,wBArEe,CAsEf,UAjBJ,CAmBI,mEACE,UAjBN,CAoBI,kEACE,wBA5EmB,CA6EnB,oBAlBN,CAsBE,gCACE,oBAAA,CAIA,cA9FkB,CA6FlB,eA5FgB,CA0FhB,gBAAA,CACA,UAlBJ,CAuBE,oLAKE,4BAAA,CADA,gBAvBJ,CA2BE,oCACE,wBAzBJ,CA2BI,qDACE,wBApGqB,CAqGrB,oBAzBN,CA4BI,qDACE,wBA1BN,CA6BI,kDACE,wBA3BN,CAgCI,iDACE,sBA9BN,CAiCI,qGAEE,wBAhCN,CAmCI,oDACE,wBAjCN,CAoCI,iDACE,wBAlCN,CAsCE,kDACE,wBAAA,CACA,aApCJ,CAsCI,iFAEE,4BAAA,CADA,+BAzHiC,CA2HjC,wBApCN,CAuCI,wDACE,cArCN,CAyCE,+CACE,wBAAA,CACA,aAvCJ,CAyCI,8EAEE,4BAAA,CADA,+BA5H8B,CA8H9B,wBAvCN,CA0CI,qDACE,cAxCN,CA4CE,mFAEE,wBAAA,CACA,aA3CJ,CA6CI,iJAEE,4BAAA,CADA,8BAlJiC,CAoJjC,uBA3CN,CA8CI,+FACE,cA5CN,CAgDE,mCACE,wBAhLe,CAiLf,UA9CJ,CAgDI,mEACE,UA9CN,CAiDI,kEACE,wBAvLmB,CAwLnB,wBA/CN,CAmDE,gCACE,wBAzLY,CA0LZ,UAjDJ,CAmDI,gEACE,UAjDN,CAoDI,+DACE,wBAhMgB,CAiMhB,wBAlDN,CAkEE,yMAEE,wBAAA,CADA,+BAAA,CAEA,oBAtDJ","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: 1px solid rgb(0 0 0 / 20%);\n border-radius: $weuiBtnBorderRadius * 2;\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(.taro-btn-disabled):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n\n &+& {\n margin-top: $weuiBtnDefaultGap;\n }\n\n &.taro-btn-default {\n background-color: $weuiBtnDefaultBg;\n color: $weuiBtnDefaultFontColor;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnDefaultFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n }\n\n &.taro-btn-mini {\n display: inline-block;\n padding: 0 1.32em;\n width: auto;\n line-height: $weuiBtnMiniHeight;\n font-size: $weuiBtnMiniFontSize;\n }\n\n &.taro-btn-plain,\n &.taro-btn-plain.taro-btn-default,\n &.taro-btn-plain.taro-btn-primary,\n &.taro-btn-plain.taro-btn-warn {\n border-width: 1px;\n background-color: transparent;\n }\n\n &.taro-btn-disabled {\n color: $weuiBtnDisabledFontColor;\n\n &.taro-btn-default {\n background-color: $weuiBtnDefaultDisabledBg;\n color: $weuiBtnDefaultDisabledFontColor;\n }\n\n &.taro-btn-primary {\n background-color: $weuiBtnPrimaryDisabledBg;\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnDisabledBg;\n }\n }\n\n &.taro-btn-loading {\n .weui-loading {\n margin: -0.2em 0.34em 0 0;\n }\n\n &.taro-btn-primary,\n &.taro-btn-warn {\n color: $weuiBtnActiveFontColor;\n }\n\n &.taro-btn-primary {\n background-color: $weuiBtnPrimaryActiveBg;\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnActiveBg;\n }\n }\n\n &.taro-btn-plain.taro-btn-primary {\n border: 1px solid $weuiBtnPlainPrimaryBorderColor;\n color: $weuiBtnPlainPrimaryColor;\n\n &:not(.taro-btn-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 &.taro-btn-plain.taro-btn-warn {\n border: 1px solid $weuiBtnPlainWarnBorderColor;\n color: $weuiBtnPlainWarnColor;\n\n &:not(.taro-btn-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 &.taro-btn-plain,\n &.taro-btn-plain.taro-btn-default {\n border: 1px solid $weuiBtnPlainDefaultBorderColor;\n color: $weuiBtnPlainDefaultColor;\n\n &:not(.taro-btn-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 &.taro-btn-primary {\n background-color: $weuiBtnPrimaryBg;\n color: #fff;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnPrimaryActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnBg;\n color: #fff;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnWarnActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-default {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-primary {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-warn {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n}"]}
@@ -1,3 +0,0 @@
1
- .weui-icon-circle:before{content:"\ea01"}.weui-icon-download:before{content:"\ea02"}.weui-icon-info:before{content:"\ea03"}.weui-icon-safe-success:before{content:"\ea04"}.weui-icon-safe-warn:before{content:"\ea05"}.weui-icon-success:before{content:"\ea06"}.weui-icon-success-circle:before{content:"\ea07"}.weui-icon-success-no-circle:before{content:"\ea08"}.weui-icon-waiting:before{content:"\ea09"}.weui-icon-waiting-circle:before{content:"\ea0a"}.weui-icon-warn:before{content:"\ea0b"}.weui-icon-info-circle:before{content:"\ea0c"}.weui-icon-cancel:before{content:"\ea0d"}.weui-icon-search:before{content:"\ea0e"}.weui-icon-clear:before{content:"\ea0f"}.weui-icon-back:before{content:"\ea10"}.weui-icon-delete:before{content:"\ea11"}.weui-icon-success{color:#09bb07;font-size:23px}.weui-icon-waiting{color:#10aeff;font-size:23px}.weui-icon-warn{color:#f43530;font-size:23px}.weui-icon-info{color:#10aeff;font-size:23px}.weui-icon-success-circle,.weui-icon-success-no-circle{color:#09bb07;font-size:23px}.weui-icon-waiting-circle{color:#10aeff;font-size:23px}.weui-icon-circle{color:#c9c9c9;font-size:23px}.weui-icon-download,.weui-icon-info-circle{color:#09bb07;font-size:23px}.weui-icon-safe-success{color:#09bb07}.weui-icon-safe-warn{color:#ffbe00}.weui-icon-cancel{color:#f43530;font-size:22px}.weui-icon-clear,.weui-icon-search{color:#b2b2b2;font-size:14px}.weui-icon-delete.weui-icon_gallery-delete{color:#fff;font-size:22px}.weui-icon_msg{font-size:93px}.weui-icon_msg.weui-icon-warn{color:#f76260}.weui-icon_msg-primary{font-size:93px}.weui-icon_msg-primary.weui-icon-warn{color:#ffbe00}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/icon/style/index.scss"],"names":[],"mappings":"AAAA,yBAA2B,eAG3B,CAFA,2BAA6B,eAK7B,CAJA,uBAAyB,eAOzB,CANA,+BAAiC,eASjC,CARA,4BAA8B,eAW9B,CAVA,0BAA4B,eAa5B,CAZA,iCAAmC,eAenC,CAdA,oCAAsC,eAiBtC,CAhBA,0BAA4B,eAmB5B,CAlBA,iCAAmC,eAqBnC,CApBA,uBAAyB,eAuBzB,CAtBA,8BAAgC,eAyBhC,CAxBA,yBAA2B,eA2B3B,CA1BA,yBAA2B,eA6B3B,CA5BA,wBAA0B,eA+B1B,CA9BA,uBAAyB,eAiCzB,CAhCA,yBAA2B,eAmC3B,CAjCA,mBAEE,aAAA,CADA,cAoCF,CAhCA,mBAEE,aAAA,CADA,cAoCF,CAhCA,gBAEE,aAAA,CADA,cAoCF,CAhCA,gBAEE,aAAA,CADA,cAoCF,CA3BA,uDAHE,aAAA,CADA,cAyCF,CAhCA,0BAEE,aAAA,CADA,cAoCF,CAhCA,kBAEE,aAAA,CADA,cAoCF,CA3BA,2CAHE,aAAA,CADA,cAyCF,CAhCA,wBACE,aAmCF,CAhCA,qBACE,aAmCF,CAhCA,kBACE,aAAA,CACA,cAmCF,CA3BA,mCACE,aAAA,CACA,cAmCF,CA/BE,2CACE,UAAA,CACA,cAkCJ,CA9BA,eACE,cAiCF,CA/BE,8BACE,aAiCJ,CA7BA,uBACE,cAgCF,CA9BE,sCACE,aAgCJ","file":"index.css","sourcesContent":[".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"]}
@@ -1,3 +0,0 @@
1
- img[src=""]{opacity:0}.taro-img{display:inline-block;font-size:0;height:240px;overflow:hidden;position:relative;width:320px}.taro-img.taro-img__widthfix,.taro-img__mode-heightfix{height:100%}.taro-img__mode-scaletofill{height:100%;width:100%}.taro-img__mode-aspectfit{height:100%;object-fit:contain;width:100%}.taro-img__mode-aspectfill{height:100%;object-fit:cover;width:100%}.taro-img__mode-widthfix{width:100%}.taro-img__mode-bottom,.taro-img__mode-top{left:50%;position:absolute;transform:translate(-50%)}.taro-img__mode-bottom{bottom:0}.taro-img__mode-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.taro-img__mode-left,.taro-img__mode-right{position:absolute;top:50%;transform:translateY(-50%)}.taro-img__mode-right{right:0}.taro-img__mode-topright{position:absolute;right:0}.taro-img__mode-bottomleft{bottom:0;position:absolute}.taro-img__mode-bottomright{bottom:0;position:absolute;right:0}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/image/style/index.css"],"names":[],"mappings":"AAAA,YACE,SACF,CAEA,UACE,oBAAqB,CAKrB,WAAY,CADZ,YAAa,CAHb,eAAgB,CAChB,iBAAkB,CAClB,WAGF,CAMA,uDACE,WACF,CAEA,4BAEE,WAAY,CADZ,UAEF,CAEA,0BAEE,WAAY,CACZ,kBAAmB,CAFnB,UAGF,CAEA,2BAEE,WAAY,CACZ,gBAAiB,CAFjB,UAGF,CAEA,yBACE,UACF,CAQA,2CAJE,QAAS,CADT,iBAAkB,CAElB,yBAQF,CALA,uBAGE,QAEF,CAEA,uBAEE,QAAS,CADT,iBAAkB,CAElB,OAAQ,CACR,8BACF,CAQA,2CALE,iBAAkB,CAClB,OAAQ,CACR,0BAQF,CALA,sBAEE,OAGF,CAEA,yBACE,iBAAkB,CAClB,OACF,CAEA,2BAEE,QAAS,CADT,iBAEF,CAEA,4BAGE,QAAS,CAFT,iBAAkB,CAClB,OAEF","file":"index.css","sourcesContent":["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"]}
@@ -1,3 +0,0 @@
1
- .taro-input-core{display:block}.weui-input{-webkit-appearance:none;background-color:transparent;border:0;color:inherit;font-size:inherit;height:1.4705882353em;line-height:1.4705882353;outline:0;width:100%}.weui-input::-webkit-inner-spin-button,.weui-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/input/style/index.scss","../../../../../../../src/components/input/style/variable.scss"],"names":[],"mappings":"AAEA,iBACE,aADF,CAIA,YAII,uBAAA,CACA,4BAAA,CAHA,QAAA,CAMA,aAAA,CADA,iBAAA,CAEA,qBAAA,CACA,wBCUiB,CDjBjB,SAAA,CAFA,UAOJ,CAKI,8EAEE,uBAAA,CACA,QAJN","file":"index.css","sourcesContent":["@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"]}
@@ -1,3 +0,0 @@
1
- .taro-picker__overlay{position:fixed;z-index:1000}.taro-picker__mask-overlay,.taro-picker__overlay{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.taro-picker__mask-overlay{background-color:rgba(0,0,0,.6);position:absolute;z-index:1001}.taro-picker{background-color:#e5e5e5;bottom:0;font-size:14px;left:0;position:absolute;width:100%;z-index:1002}.taro-picker__hd{align-items:center;background-color:#fff;display:flex;font-size:17px;height:44px;justify-content:space-between;padding:0;position:relative}.taro-picker__hd:after{background-color:#e5e5e5;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleY(.5);width:100%}.taro-picker__action{color:#ff0f23;flex:0 0 auto;font-size:14px;height:44px;line-height:44px;padding:0 10px}.taro-picker__action:first-child{color:#888}.taro-picker__title{color:#000;font-size:16px;font-weight:500;left:50%;max-width:40%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.taro-picker__bd{background-color:#fff;height:238px;overflow:hidden;width:100%}.taro-picker__bd,.taro-picker__group{box-sizing:border-box;display:flex;flex:1}.taro-picker__group{align-items:center;height:100%;justify-content:center;min-width:0;position:relative}.taro-picker__group--date .taro-picker__columns{display:flex;height:100%;width:100%}.taro-picker__mask{background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 45%,hsla(0,0%,100%,0) 55%,hsla(0,0%,100%,.6) 60%,hsla(0,0%,100%,.95));height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.taro-picker__indicator{box-sizing:border-box;height:34px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1002}.taro-picker__indicator:after,.taro-picker__indicator:before{background-color:#e5e5e5;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.taro-picker__indicator:before{top:0}.taro-picker__indicator:after{bottom:0}.taro-picker__content{box-sizing:border-box;height:100%;width:100%}.taro-picker__item{align-items:center;box-sizing:border-box;color:#000;display:flex;font-size:16px;height:34px;justify-content:center;line-height:34px;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.taro-picker__item--selected{color:#ff0f23;font-weight:500}.taro-picker__item--disabled{color:#999}.taro-picker__column{flex:1;margin:0 8px}.taro-picker__column:first-child{margin-left:0}.taro-picker__column:last-child{margin-right:0}.taro-picker__item--custom{align-items:center;color:#888;display:flex;font-weight:400;justify-content:center;text-align:center}@keyframes taro-picker__slide-up{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes taro-picker__slide-down{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes taro-picker__fade-in{0%{opacity:0}to{opacity:1}}@keyframes taro-picker__fade-out{0%{opacity:1}to{opacity:0}}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/picker/style/index.scss","../../../../../../../src/components/picker/style/variable.scss"],"names":[],"mappings":"AAGA,sBACE,cAAA,CAOA,YADF,CAKA,iDARE,QAAA,CAGA,WAAA,CAFA,MAAA,CAFA,OAAA,CADA,KAAA,CAIA,UAaF,CAPA,2BASE,+BAAA,CARA,iBAAA,CAOA,YADF,CAKA,aAKE,wBChCmB,CD6BnB,QAAA,CAKA,cAAA,CAJA,MAAA,CAFA,iBAAA,CAKA,UAAA,CAFA,YACF,CAKA,iBAEE,kBAAA,CAIA,qBAAA,CALA,YAAA,CAMA,cAAA,CAHA,WC7BuB,CD4BvB,6BAAA,CAEA,SAAA,CAGA,iBAFF,CAIE,uBAOE,wBCtDiB,CDmDjB,QAAA,CAHA,UAAA,CAKA,UAAA,CAHA,MAAA,CADA,iBAAA,CAMA,oBAAA,CAHA,UACJ,CAMA,qBAKE,aC/DiB,CD2DjB,aAAA,CAKA,cAAA,CAHA,WClDuB,CDmDvB,gBCnDuB,CDiDvB,cACF,CAOE,iCACE,UALJ,CASA,oBAWE,UCjFmB,CDgFnB,cAAA,CADA,eAAA,CAPA,QAAA,CAGA,aAAA,CACA,eAAA,CALA,iBAAA,CAOA,sBAAA,CALA,OAAA,CACA,8BAAA,CAGA,kBAFF,CASA,iBAOE,qBAAA,CAHA,YC9EwB,CDgFxB,eAAA,CAHA,UAFF,CAUA,qCANE,qBAAA,CAJA,YAAA,CACA,MAUF,CADA,oBAME,kBAAA,CAHA,WAAA,CAEA,sBAAA,CAGA,WAAA,CANA,iBADF,CAWI,gDACE,YAAA,CAEA,WAAA,CADA,UARN,CAeA,mBAOE,oKACE,CAFF,WAAA,CAJA,MAAA,CAeA,mBAAA,CAhBA,iBAAA,CAEA,KAAA,CAEA,UAAA,CADA,SARF,CAyBA,wBAOE,qBAAA,CADA,WCtIqB,CDkIrB,MAAA,CADA,iBAAA,CAEA,OAAA,CAKA,0BAAA,CAHA,UAAA,CADA,YAlBF,CAyBE,6DAME,wBC9JiB,CDyJjB,UAAA,CAIA,UAAA,CAFA,MAAA,CADA,iBAAA,CAEA,OAAA,CAGA,oBAvBJ,CA0BE,+BAAY,KAvBd,CAwBE,8BAAW,QArBb,CAyBA,sBAGE,qBAAA,CADA,WAAA,CADA,UApBF,CA0BA,mBASE,kBAAA,CALA,qBAAA,CAUA,UCxLmB,CDkLnB,YAAA,CAKA,cAAA,CAXA,WCnKqB,CD2KrB,sBAAA,CAJA,gBCvKqB,CDsKrB,eAAA,CAFA,aAAA,CAIA,iBAAA,CAKA,sBAAA,CADA,kBAAA,CAVA,UAVF,CA0BE,6BAEE,aChMe,CD+Lf,eAvBJ,CA4BE,6BACE,UA1BJ,CA+BA,qBACE,MAAA,CACA,YA5BF,CA+BE,iCAAgB,aA5BlB,CA6BE,gCAAe,cA1BjB,CA8BA,2BAIE,kBAAA,CAEA,UAAA,CAJA,YAAA,CAGA,eAAA,CAFA,sBAAA,CAFA,iBAtBF,CA+BA,iCACE,GACE,+BA5BF,CA+BA,GACE,uBA7BF,CACF,CAoCA,mCACE,GACE,uBAlCF,CAqCA,GACE,+BAnCF,CACF,CA0CA,gCACE,GACE,SAxCF,CA2CA,GACE,SAzCF,CACF,CAgDA,iCACE,GACE,SA9CF,CAiDA,GACE,SA/CF,CACF","file":"index.css","sourcesContent":["@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; // 过渡动画时长"]}
@@ -1,3 +0,0 @@
1
- .rmc-pull-to-refresh-content{transform-origin:left top 0}.rmc-pull-to-refresh-content-wrapper{min-height:100%}.rmc-pull-to-refresh-transition{transition:transform .3s}@keyframes rmc-pull-to-refresh-indicator{50%{opacity:.2}to{opacity:1}}.rmc-pull-to-refresh-indicator{height:30px;line-height:10px;text-align:center}.rmc-pull-to-refresh-indicator>div{animation-fill-mode:both;animation:rmc-pull-to-refresh-indicator .5s linear 0s infinite;background-color:grey;border-radius:100%;display:inline-block;height:6px;margin:3px;width:6px}.rmc-pull-to-refresh-indicator>div:nth-child(0){animation-delay:-.1s!important}.rmc-pull-to-refresh-indicator>div:first-child{animation-delay:-.2s!important}.rmc-pull-to-refresh-indicator>div:nth-child(2){animation-delay:-.3s!important}.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator{margin-top:-25px}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/pull-down-refresh/style/index.css"],"names":[],"mappings":"AAAA,6BACE,2BACF,CACA,qCACE,eACF,CAEA,gCACE,wBACF,CAEA,yCACE,IACE,UACF,CACA,GACE,SACF,CACF,CAEA,+BAEE,WAAY,CACZ,gBAAiB,CAFjB,iBAGF,CAEA,mCAME,wBAAyB,CAEzB,8DAAgE,CAPhE,qBAAsB,CAGtB,kBAAmB,CAGnB,oBAAqB,CAJrB,UAAW,CAEX,UAAW,CAHX,SAOF,CACA,gDACE,8BACF,CACA,+CACE,8BACF,CACA,gDACE,8BACF,CACA,yDACE,gBACF","file":"index.css","sourcesContent":[".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"]}
@@ -1,3 +0,0 @@
1
- .taro-scroll{-webkit-overflow-scrolling:auto}.taro-scroll--hidebar::-webkit-scrollbar{display:none}.taro-scroll-view{overflow:hidden}.taro-scroll-view__scroll-x{overflow-x:scroll;overflow-y:hidden}.taro-scroll-view__scroll-y{overflow-x:hidden;overflow-y:scroll}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/scroll-view/style/index.css"],"names":[],"mappings":"AAAA,aACE,+BACF,CAGA,yCACE,YACF,CAEA,kBACE,eACF,CAEA,4BACE,iBAAkB,CAClB,iBACF,CAEA,4BACE,iBAAkB,CAClB,iBACF","file":"index.css","sourcesContent":[".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"]}
@@ -1,3 +0,0 @@
1
- .swiper-container-wrapper{height:150px}.swiper-container{height:100%;overflow:visible;position:relative}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/swiper/style/index.css"],"names":[],"mappings":"AAAA,0BACI,YACJ,CAEA,kBACI,WAAY,CAEZ,gBAAiB,CADjB,iBAEJ","file":"index.css","sourcesContent":[".swiper-container-wrapper {\n height: 150px;\n}\n\n.swiper-container {\n height: 100%;\n position: relative;\n overflow: visible;\n}\n"]}
@@ -1,3 +0,0 @@
1
- .taro-text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.taro-text__selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}
2
- /*# sourceMappingURL=index.css.map */
3
- /*# sourceMappingURL=index.css.map */
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/components/text/style/index.css"],"names":[],"mappings":"AAAA,WACE,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,gBACF,CAEA,uBACE,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,gBACF","file":"index.css","sourcesContent":[".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,2 +0,0 @@
1
- @-webkit-keyframes weuiLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes weuiLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.taro-button-core[loading]>.weui-loading{animation:weuiLoading 1s steps(12) infinite;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;background-size:100%;display:inline-block;height:20px;vertical-align:middle;width:20px}.taro-button-core[loading]>.weui-loading.weui-btn_primary,.taro-button-core[loading]>.weui-loading.weui-btn_warn{color:hsla(0,0%,100%,.6)}.taro-button-core[loading]>.weui-loading.weui-btn_primary{background-color:#179b16}.taro-button-core[loading]>.weui-loading.weui-btn_warn{background-color:#ce3c39}.taro-button-core{-webkit-tap-highlight-color:rgba(0,0,0,0);appearance:none;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.2);border-radius:10px;box-sizing:border-box;color:#000;display:block;font-size:18px;line-height:2.55555556;margin-left:auto;margin-right:auto;outline:0;overflow:hidden;padding-left:14px;padding-right:14px;position:relative;text-align:center;text-decoration:none;width:100%}.taro-button-core:focus{outline:0}.taro-button-core:not(.taro-btn-disabled):active{background-color:#dedede;color:rgba(0,0,0,.6)}.taro-button-core+.taro-button-core{margin-top:15px}.taro-button-core.taro-btn-default{background-color:#f8f8f8;color:#000}.taro-button-core.taro-btn-default:not(.taro-btn-disabled):visited{color:#000}.taro-button-core.taro-btn-default:not(.taro-btn-disabled):active{background-color:#dedede;color:rgba(0,0,0,.6)}.taro-button-core.taro-btn-mini{display:inline-block;font-size:13px;line-height:2.3;padding:0 1.32em;width:auto}.taro-button-core.taro-btn-plain,.taro-button-core.taro-btn-plain.taro-btn-default,.taro-button-core.taro-btn-plain.taro-btn-primary,.taro-button-core.taro-btn-plain.taro-btn-warn{background-color:transparent;border-width:1px}.taro-button-core.taro-btn-disabled{color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-disabled.taro-btn-default{background-color:#f7f7f7;color:rgba(0,0,0,.3)}.taro-button-core.taro-btn-disabled.taro-btn-primary{background-color:#9ed99d}.taro-button-core.taro-btn-disabled.taro-btn-warn{background-color:#ec8b89}.taro-button-core.taro-btn-loading .weui-loading{margin:-.2em .34em 0 0}.taro-button-core.taro-btn-loading.taro-btn-primary,.taro-button-core.taro-btn-loading.taro-btn-warn{color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-loading.taro-btn-primary{background-color:#179b16}.taro-button-core.taro-btn-loading.taro-btn-warn{background-color:#ce3c39}.taro-button-core.taro-btn-plain.taro-btn-primary{border:1px solid #1aad19;color:#1aad19}.taro-button-core.taro-btn-plain.taro-btn-primary:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(26,173,25,.6);color:rgba(26,173,25,.6)}.taro-button-core.taro-btn-plain.taro-btn-primary:after{border-width:0}.taro-button-core.taro-btn-plain.taro-btn-warn{border:1px solid #e64340;color:#e64340}.taro-button-core.taro-btn-plain.taro-btn-warn:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(230,67,64,.6);color:rgba(230,67,64,.6)}.taro-button-core.taro-btn-plain.taro-btn-warn:after{border-width:0}.taro-button-core.taro-btn-plain,.taro-button-core.taro-btn-plain.taro-btn-default{border:1px solid #353535;color:#353535}.taro-button-core.taro-btn-plain.taro-btn-default:not(.taro-btn-disabled):active,.taro-button-core.taro-btn-plain:not(.taro-btn-disabled):active{background-color:transparent;border-color:rgba(53,53,53,.6);color:rgba(53,53,53,.6)}.taro-button-core.taro-btn-plain.taro-btn-default:after,.taro-button-core.taro-btn-plain:after{border-width:0}.taro-button-core.taro-btn-primary{background-color:#1aad19;color:#fff}.taro-button-core.taro-btn-primary:not(.taro-btn-disabled):visited{color:#fff}.taro-button-core.taro-btn-primary:not(.taro-btn-disabled):active{background-color:#179b16;color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-warn{background-color:#e64340;color:#fff}.taro-button-core.taro-btn-warn:not(.taro-btn-disabled):visited{color:#fff}.taro-button-core.taro-btn-warn:not(.taro-btn-disabled):active{background-color:#ce3c39;color:hsla(0,0%,100%,.6)}.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-default,.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-primary,.taro-button-core.taro-btn-plain.taro-btn-disabled.taro-btn-warn{background-color:#f7f7f7;border:1px solid rgba(0,0,0,.2);color:rgba(0,0,0,.3)}.weui-icon-circle:before{content:"\ea01"}.weui-icon-download:before{content:"\ea02"}.weui-icon-info:before{content:"\ea03"}.weui-icon-safe-success:before{content:"\ea04"}.weui-icon-safe-warn:before{content:"\ea05"}.weui-icon-success:before{content:"\ea06"}.weui-icon-success-circle:before{content:"\ea07"}.weui-icon-success-no-circle:before{content:"\ea08"}.weui-icon-waiting:before{content:"\ea09"}.weui-icon-waiting-circle:before{content:"\ea0a"}.weui-icon-warn:before{content:"\ea0b"}.weui-icon-info-circle:before{content:"\ea0c"}.weui-icon-cancel:before{content:"\ea0d"}.weui-icon-search:before{content:"\ea0e"}.weui-icon-clear:before{content:"\ea0f"}.weui-icon-back:before{content:"\ea10"}.weui-icon-delete:before{content:"\ea11"}.weui-icon-success{color:#09bb07;font-size:23px}.weui-icon-waiting{color:#10aeff;font-size:23px}.weui-icon-warn{color:#f43530;font-size:23px}.weui-icon-info{color:#10aeff;font-size:23px}.weui-icon-success-circle,.weui-icon-success-no-circle{color:#09bb07;font-size:23px}.weui-icon-waiting-circle{color:#10aeff;font-size:23px}.weui-icon-circle{color:#c9c9c9;font-size:23px}.weui-icon-download,.weui-icon-info-circle{color:#09bb07;font-size:23px}.weui-icon-safe-success{color:#09bb07}.weui-icon-safe-warn{color:#ffbe00}.weui-icon-cancel{color:#f43530;font-size:22px}.weui-icon-clear,.weui-icon-search{color:#b2b2b2;font-size:14px}.weui-icon-delete.weui-icon_gallery-delete{color:#fff;font-size:22px}.weui-icon_msg{font-size:93px}.weui-icon_msg.weui-icon-warn{color:#f76260}.weui-icon_msg-primary{font-size:93px}.weui-icon_msg-primary.weui-icon-warn{color:#ffbe00}img[src=""]{opacity:0}.taro-img{display:inline-block;font-size:0;height:240px;overflow:hidden;position:relative;width:320px}.taro-img.taro-img__widthfix,.taro-img__mode-heightfix{height:100%}.taro-img__mode-scaletofill{height:100%;width:100%}.taro-img__mode-aspectfit{height:100%;object-fit:contain;width:100%}.taro-img__mode-aspectfill{height:100%;object-fit:cover;width:100%}.taro-img__mode-widthfix{width:100%}.taro-img__mode-bottom,.taro-img__mode-top{left:50%;position:absolute;transform:translate(-50%)}.taro-img__mode-bottom{bottom:0}.taro-img__mode-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.taro-img__mode-left,.taro-img__mode-right{position:absolute;top:50%;transform:translateY(-50%)}.taro-img__mode-right{right:0}.taro-img__mode-topright{position:absolute;right:0}.taro-img__mode-bottomleft{bottom:0;position:absolute}.taro-img__mode-bottomright{bottom:0;position:absolute;right:0}.taro-input-core{display:block}.weui-input{-webkit-appearance:none;background-color:transparent;border:0;color:inherit;font-size:inherit;height:1.4705882353em;line-height:1.4705882353;outline:0;width:100%}.weui-input::-webkit-inner-spin-button,.weui-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.taro-picker__overlay{position:fixed;z-index:1000}.taro-picker__mask-overlay,.taro-picker__overlay{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.taro-picker__mask-overlay{background-color:rgba(0,0,0,.6);position:absolute;z-index:1001}.taro-picker{background-color:#e5e5e5;bottom:0;font-size:14px;left:0;position:absolute;width:100%;z-index:1002}.taro-picker__hd{align-items:center;background-color:#fff;display:flex;font-size:17px;height:44px;justify-content:space-between;padding:0;position:relative}.taro-picker__hd:after{background-color:#e5e5e5;bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleY(.5);width:100%}.taro-picker__action{color:#ff0f23;flex:0 0 auto;font-size:14px;height:44px;line-height:44px;padding:0 10px}.taro-picker__action:first-child{color:#888}.taro-picker__title{color:#000;font-size:16px;font-weight:500;left:50%;max-width:40%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.taro-picker__bd{background-color:#fff;height:238px;overflow:hidden;width:100%}.taro-picker__bd,.taro-picker__group{box-sizing:border-box;display:flex;flex:1}.taro-picker__group{align-items:center;height:100%;justify-content:center;min-width:0;position:relative}.taro-picker__group--date .taro-picker__columns{display:flex;height:100%;width:100%}.taro-picker__mask{background:linear-gradient(180deg,hsla(0,0%,100%,.95),hsla(0,0%,100%,.6) 40%,hsla(0,0%,100%,0) 45%,hsla(0,0%,100%,0) 55%,hsla(0,0%,100%,.6) 60%,hsla(0,0%,100%,.95));height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.taro-picker__indicator{box-sizing:border-box;height:34px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1002}.taro-picker__indicator:after,.taro-picker__indicator:before{background-color:#e5e5e5;content:"";height:1px;left:0;position:absolute;right:0;transform:scaleY(.5)}.taro-picker__indicator:before{top:0}.taro-picker__indicator:after{bottom:0}.taro-picker__content{box-sizing:border-box;height:100%;width:100%}.taro-picker__item{align-items:center;box-sizing:border-box;color:#000;display:flex;font-size:16px;height:34px;justify-content:center;line-height:34px;overflow:hidden;padding:0 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.taro-picker__item--selected{color:#ff0f23;font-weight:500}.taro-picker__item--disabled{color:#999}.taro-picker__column{flex:1;margin:0 8px}.taro-picker__column:first-child{margin-left:0}.taro-picker__column:last-child{margin-right:0}.taro-picker__item--custom{align-items:center;color:#888;display:flex;font-weight:400;justify-content:center;text-align:center}@keyframes taro-picker__slide-up{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes taro-picker__slide-down{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes taro-picker__fade-in{0%{opacity:0}to{opacity:1}}@keyframes taro-picker__fade-out{0%{opacity:1}to{opacity:0}}.rmc-pull-to-refresh-content{transform-origin:left top 0}.rmc-pull-to-refresh-content-wrapper{min-height:100%}.rmc-pull-to-refresh-transition{transition:transform .3s}@keyframes rmc-pull-to-refresh-indicator{50%{opacity:.2}to{opacity:1}}.rmc-pull-to-refresh-indicator{height:30px;line-height:10px;text-align:center}.rmc-pull-to-refresh-indicator>div{animation-fill-mode:both;animation:rmc-pull-to-refresh-indicator .5s linear 0s infinite;background-color:grey;border-radius:100%;display:inline-block;height:6px;margin:3px;width:6px}.rmc-pull-to-refresh-indicator>div:nth-child(0){animation-delay:-.1s!important}.rmc-pull-to-refresh-indicator>div:first-child{animation-delay:-.2s!important}.rmc-pull-to-refresh-indicator>div:nth-child(2){animation-delay:-.3s!important}.rmc-pull-to-refresh-down .rmc-pull-to-refresh-indicator{margin-top:-25px}.taro-scroll{-webkit-overflow-scrolling:auto}.taro-scroll--hidebar::-webkit-scrollbar{display:none}.taro-scroll-view{overflow:hidden}.taro-scroll-view__scroll-x{overflow-x:scroll;overflow-y:hidden}.taro-scroll-view__scroll-y{overflow-x:hidden;overflow-y:scroll}.swiper-container-wrapper{height:150px}.swiper-container{height:100%;overflow:visible;position:relative}.taro-text{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.taro-text__selectable{-moz-user-select:text;-webkit-user-select:text;-ms-user-select:text;user-select:text}
2
- /*# sourceMappingURL=index.css.map */
@@ -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":"AAAA,+BACE,GACE,sBCCF,CDEA,GACE,uBCAF,CACF,CDGA,uBACE,GACE,sBCDF,CDIA,GACE,uBCFF,CACF,CDME,yCAME,2CAAA,CACA,whDAAA,CACA,oBAAA,CAJA,oBAAA,CADA,WAAA,CAEA,qBAAA,CAHA,UCCJ,CDOI,iHAEE,wBCNN,CDQI,0DAEE,wBCPN,CDUI,uDACE,wBCRN,CAiBA,kBAqBE,yCAAA,CARA,eAAA,CAEA,wBA/CiB,CA0CjB,+BAAA,CACA,kBAAA,CAPA,qBAAA,CAgBA,UAvDwB,CAoCxB,aAAA,CAkBA,cAlEgB,CA+DhB,sBAAA,CAXA,gBAAA,CACA,iBAAA,CAQA,SAAA,CAZA,eAAA,CAKA,iBAAA,CACA,kBAAA,CALA,iBAAA,CAeA,iBAAA,CADA,oBAAA,CALA,UALF,CAgBE,wBACE,SAdJ,CAiBE,iDACE,wBA3DqB,CA4DrB,oBAfJ,CAkBE,oCACE,eAhBJ,CAmBE,mCACE,wBArEe,CAsEf,UAjBJ,CAmBI,mEACE,UAjBN,CAoBI,kEACE,wBA5EmB,CA6EnB,oBAlBN,CAsBE,gCACE,oBAAA,CAIA,cA9FkB,CA6FlB,eA5FgB,CA0FhB,gBAAA,CACA,UAlBJ,CAuBE,oLAKE,4BAAA,CADA,gBAvBJ,CA2BE,oCACE,wBAzBJ,CA2BI,qDACE,wBApGqB,CAqGrB,oBAzBN,CA4BI,qDACE,wBA1BN,CA6BI,kDACE,wBA3BN,CAgCI,iDACE,sBA9BN,CAiCI,qGAEE,wBAhCN,CAmCI,oDACE,wBAjCN,CAoCI,iDACE,wBAlCN,CAsCE,kDACE,wBAAA,CACA,aApCJ,CAsCI,iFAEE,4BAAA,CADA,+BAzHiC,CA2HjC,wBApCN,CAuCI,wDACE,cArCN,CAyCE,+CACE,wBAAA,CACA,aAvCJ,CAyCI,8EAEE,4BAAA,CADA,+BA5H8B,CA8H9B,wBAvCN,CA0CI,qDACE,cAxCN,CA4CE,mFAEE,wBAAA,CACA,aA3CJ,CA6CI,iJAEE,4BAAA,CADA,8BAlJiC,CAoJjC,uBA3CN,CA8CI,+FACE,cA5CN,CAgDE,mCACE,wBAhLe,CAiLf,UA9CJ,CAgDI,mEACE,UA9CN,CAiDI,kEACE,wBAvLmB,CAwLnB,wBA/CN,CAmDE,gCACE,wBAzLY,CA0LZ,UAjDJ,CAmDI,gEACE,UAjDN,CAoDI,+DACE,wBAhMgB,CAiMhB,wBAlDN,CAkEE,yMAEE,wBAAA,CADA,+BAAA,CAEA,oBAtDJ,CC3LA,yBAA2B,eAG3B,CAFA,2BAA6B,eAK7B,CAJA,uBAAyB,eAOzB,CANA,+BAAiC,eASjC,CARA,4BAA8B,eAW9B,CAVA,0BAA4B,eAa5B,CAZA,iCAAmC,eAenC,CAdA,oCAAsC,eAiBtC,CAhBA,0BAA4B,eAmB5B,CAlBA,iCAAmC,eAqBnC,CApBA,uBAAyB,eAuBzB,CAtBA,8BAAgC,eAyBhC,CAxBA,yBAA2B,eA2B3B,CA1BA,yBAA2B,eA6B3B,CA5BA,wBAA0B,eA+B1B,CA9BA,uBAAyB,eAiCzB,CAhCA,yBAA2B,eAmC3B,CAjCA,mBAEE,aAAA,CADA,cAoCF,CAhCA,mBAEE,aAAA,CADA,cAoCF,CAhCA,gBAEE,aAAA,CADA,cAoCF,CAhCA,gBAEE,aAAA,CADA,cAoCF,CA3BA,uDAHE,aAAA,CADA,cAyCF,CAhCA,0BAEE,aAAA,CADA,cAoCF,CAhCA,kBAEE,aAAA,CADA,cAoCF,CA3BA,2CAHE,aAAA,CADA,cAyCF,CAhCA,wBACE,aAmCF,CAhCA,qBACE,aAmCF,CAhCA,kBACE,aAAA,CACA,cAmCF,CA3BA,mCACE,aAAA,CACA,cAmCF,CA/BE,2CACE,UAAA,CACA,cAkCJ,CA9BA,eACE,cAiCF,CA/BE,8BACE,aAiCJ,CA7BA,uBACE,cAgCF,CA9BE,sCACE,aAgCJ,CC9IA,YACE,SACF,CAEA,UACE,oBAAqB,CAKrB,WAAY,CADZ,YAAa,CAHb,eAAgB,CAChB,iBAAkB,CAClB,WAGF,CAMA,uDACE,WACF,CAEA,4BAEE,WAAY,CADZ,UAEF,CAEA,0BAEE,WAAY,CACZ,kBAAmB,CAFnB,UAGF,CAEA,2BAEE,WAAY,CACZ,gBAAiB,CAFjB,UAGF,CAEA,yBACE,UACF,CAQA,2CAJE,QAAS,CADT,iBAAkB,CAElB,yBAQF,CALA,uBAGE,QAEF,CAEA,uBAEE,QAAS,CADT,iBAAkB,CAElB,OAAQ,CACR,8BACF,CAQA,2CALE,iBAAkB,CAClB,OAAQ,CACR,0BAQF,CALA,sBAEE,OAGF,CAEA,yBACE,iBAAkB,CAClB,OACF,CAEA,2BAEE,QAAS,CADT,iBAEF,CAEA,4BAGE,QAAS,CAFT,iBAAkB,CAClB,OAEF,CCvFA,iBACE,aADF,CAIA,YAII,uBAAA,CACA,4BAAA,CAHA,QAAA,CAMA,aAAA,CADA,iBAAA,CAEA,qBAAA,CACA,wBCUiB,CDjBjB,SAAA,CAFA,UAOJ,CAKI,8EAEE,uBAAA,CACA,QAJN,CEfA,sBACE,cAAA,CAOA,YADF,CAKA,iDARE,QAAA,CAGA,WAAA,CAFA,MAAA,CAFA,OAAA,CADA,KAAA,CAIA,UAaF,CAPA,2BASE,+BAAA,CARA,iBAAA,CAOA,YADF,CAKA,aAKE,wBChCmB,CD6BnB,QAAA,CAKA,cAAA,CAJA,MAAA,CAFA,iBAAA,CAKA,UAAA,CAFA,YACF,CAKA,iBAEE,kBAAA,CAIA,qBAAA,CALA,YAAA,CAMA,cAAA,CAHA,WC7BuB,CD4BvB,6BAAA,CAEA,SAAA,CAGA,iBAFF,CAIE,uBAOE,wBCtDiB,CDmDjB,QAAA,CAHA,UAAA,CAKA,UAAA,CAHA,MAAA,CADA,iBAAA,CAMA,oBAAA,CAHA,UACJ,CAMA,qBAKE,aC/DiB,CD2DjB,aAAA,CAKA,cAAA,CAHA,WClDuB,CDmDvB,gBCnDuB,CDiDvB,cACF,CAOE,iCACE,UALJ,CASA,oBAWE,UCjFmB,CDgFnB,cAAA,CADA,eAAA,CAPA,QAAA,CAGA,aAAA,CACA,eAAA,CALA,iBAAA,CAOA,sBAAA,CALA,OAAA,CACA,8BAAA,CAGA,kBAFF,CASA,iBAOE,qBAAA,CAHA,YC9EwB,CDgFxB,eAAA,CAHA,UAFF,CAUA,qCANE,qBAAA,CAJA,YAAA,CACA,MAUF,CADA,oBAME,kBAAA,CAHA,WAAA,CAEA,sBAAA,CAGA,WAAA,CANA,iBADF,CAWI,gDACE,YAAA,CAEA,WAAA,CADA,UARN,CAeA,mBAOE,oKACE,CAFF,WAAA,CAJA,MAAA,CAeA,mBAAA,CAhBA,iBAAA,CAEA,KAAA,CAEA,UAAA,CADA,SARF,CAyBA,wBAOE,qBAAA,CADA,WCtIqB,CDkIrB,MAAA,CADA,iBAAA,CAEA,OAAA,CAKA,0BAAA,CAHA,UAAA,CADA,YAlBF,CAyBE,6DAME,wBC9JiB,CDyJjB,UAAA,CAIA,UAAA,CAFA,MAAA,CADA,iBAAA,CAEA,OAAA,CAGA,oBAvBJ,CA0BE,+BAAY,KAvBd,CAwBE,8BAAW,QArBb,CAyBA,sBAGE,qBAAA,CADA,WAAA,CADA,UApBF,CA0BA,mBASE,kBAAA,CALA,qBAAA,CAUA,UCxLmB,CDkLnB,YAAA,CAKA,cAAA,CAXA,WCnKqB,CD2KrB,sBAAA,CAJA,gBCvKqB,CDsKrB,eAAA,CAFA,aAAA,CAIA,iBAAA,CAKA,sBAAA,CADA,kBAAA,CAVA,UAVF,CA0BE,6BAEE,aChMe,CD+Lf,eAvBJ,CA4BE,6BACE,UA1BJ,CA+BA,qBACE,MAAA,CACA,YA5BF,CA+BE,iCAAgB,aA5BlB,CA6BE,gCAAe,cA1BjB,CA8BA,2BAIE,kBAAA,CAEA,UAAA,CAJA,YAAA,CAGA,eAAA,CAFA,sBAAA,CAFA,iBAtBF,CA+BA,iCACE,GACE,+BA5BF,CA+BA,GACE,uBA7BF,CACF,CAoCA,mCACE,GACE,uBAlCF,CAqCA,GACE,+BAnCF,CACF,CA0CA,gCACE,GACE,SAxCF,CA2CA,GACE,SAzCF,CACF,CAgDA,iCACE,GACE,SA9CF,CAiDA,GACE,SA/CF,CACF,CEjOA,6BACE,2BACF,CACA,qCACE,eACF,CAEA,gCACE,wBACF,CAEA,yCACE,IACE,UACF,CACA,GACE,SACF,CACF,CAEA,+BAEE,WAAY,CACZ,gBAAiB,CAFjB,iBAGF,CAEA,mCAME,wBAAyB,CAEzB,8DAAgE,CAPhE,qBAAsB,CAGtB,kBAAmB,CAGnB,oBAAqB,CAJrB,UAAW,CAEX,UAAW,CAHX,SAOF,CACA,gDACE,8BACF,CACA,+CACE,8BACF,CACA,gDACE,8BACF,CACA,yDACE,gBACF,CC/CA,aACE,+BACF,CAGA,yCACE,YACF,CAEA,kBACE,eACF,CAEA,4BACE,iBAAkB,CAClB,iBACF,CAEA,4BACE,iBAAkB,CAClB,iBACF,CCrBA,0BACI,YACJ,CAEA,kBACI,WAAY,CAEZ,gBAAiB,CADjB,iBAEJ,CCRA,WACE,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,gBACF,CAEA,uBACE,qBAAsB,CACtB,wBAAyB,CACzB,oBAAqB,CACrB,gBACF","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: 1px solid rgb(0 0 0 / 20%);\n border-radius: $weuiBtnBorderRadius * 2;\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(.taro-btn-disabled):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n\n &+& {\n margin-top: $weuiBtnDefaultGap;\n }\n\n &.taro-btn-default {\n background-color: $weuiBtnDefaultBg;\n color: $weuiBtnDefaultFontColor;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnDefaultFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnDefaultActiveBg;\n color: $weuiBtnDefaultActiveFontColor;\n }\n }\n\n &.taro-btn-mini {\n display: inline-block;\n padding: 0 1.32em;\n width: auto;\n line-height: $weuiBtnMiniHeight;\n font-size: $weuiBtnMiniFontSize;\n }\n\n &.taro-btn-plain,\n &.taro-btn-plain.taro-btn-default,\n &.taro-btn-plain.taro-btn-primary,\n &.taro-btn-plain.taro-btn-warn {\n border-width: 1px;\n background-color: transparent;\n }\n\n &.taro-btn-disabled {\n color: $weuiBtnDisabledFontColor;\n\n &.taro-btn-default {\n background-color: $weuiBtnDefaultDisabledBg;\n color: $weuiBtnDefaultDisabledFontColor;\n }\n\n &.taro-btn-primary {\n background-color: $weuiBtnPrimaryDisabledBg;\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnDisabledBg;\n }\n }\n\n &.taro-btn-loading {\n .weui-loading {\n margin: -0.2em 0.34em 0 0;\n }\n\n &.taro-btn-primary,\n &.taro-btn-warn {\n color: $weuiBtnActiveFontColor;\n }\n\n &.taro-btn-primary {\n background-color: $weuiBtnPrimaryActiveBg;\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnActiveBg;\n }\n }\n\n &.taro-btn-plain.taro-btn-primary {\n border: 1px solid $weuiBtnPlainPrimaryBorderColor;\n color: $weuiBtnPlainPrimaryColor;\n\n &:not(.taro-btn-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 &.taro-btn-plain.taro-btn-warn {\n border: 1px solid $weuiBtnPlainWarnBorderColor;\n color: $weuiBtnPlainWarnColor;\n\n &:not(.taro-btn-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 &.taro-btn-plain,\n &.taro-btn-plain.taro-btn-default {\n border: 1px solid $weuiBtnPlainDefaultBorderColor;\n color: $weuiBtnPlainDefaultColor;\n\n &:not(.taro-btn-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 &.taro-btn-primary {\n background-color: $weuiBtnPrimaryBg;\n color: #fff;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnPrimaryActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &.taro-btn-warn {\n background-color: $weuiBtnWarnBg;\n color: #fff;\n\n &:not(.taro-btn-disabled):visited {\n color: $weuiBtnFontColor;\n }\n\n &:not(.taro-btn-disabled):active {\n background-color: $weuiBtnWarnActiveBg;\n color: $weuiBtnActiveFontColor;\n }\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-default {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-primary {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\n }\n\n &.taro-btn-plain.taro-btn-disabled.taro-btn-warn {\n border: 1px solid rgb(0 0 0 / 20%);\n background-color: #f7f7f7;\n color: rgb(0 0 0 / 30%);\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,4 +0,0 @@
1
- var undefined$1 = undefined;
2
-
3
- export { undefined$1 as default };
4
- //# sourceMappingURL=index.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,4 +0,0 @@
1
- var undefined$1 = undefined;
2
-
3
- export { undefined$1 as default };
4
- //# sourceMappingURL=index.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -1,4 +0,0 @@
1
- var undefined$1 = undefined;
2
-
3
- export { undefined$1 as default };
4
- //# sourceMappingURL=index.css.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}