@10yun/cv-mobile-ui 0.5.53 → 0.5.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/parse-create.js +17 -5
- package/build/parse-pages-pkg.js +14 -5
- package/js-sdk/Sansnn-uQRCode/uqrcode.js +150 -75
- package/js-sdk/clipboard.min.js +9 -0
- package/js-sdk/gprint/encoding-indexes.js +47 -0
- package/js-sdk/gprint/encoding.js +3312 -0
- package/js-sdk/gprint/esc.js +548 -0
- package/js-sdk/gprint/tsc.js +222 -0
- package/js-sdk/ican-H5Api/ican-H5Api.js +68 -666
- package/other/api-set-tabbar.nvue +0 -3
- package/other/lime-painter/changelog.md +225 -0
- package/other/lime-painter/components/common/relation.js +150 -0
- package/other/lime-painter/components/l-painter/l-painter.vue +482 -0
- package/other/lime-painter/components/l-painter/nvue.js +203 -0
- package/other/lime-painter/components/l-painter/painter.js +1 -0
- package/other/lime-painter/components/l-painter/props.js +56 -0
- package/other/lime-painter/components/l-painter/single.js +1 -0
- package/other/lime-painter/components/l-painter/utils.js +382 -0
- package/other/lime-painter/components/l-painter-image/l-painter-image.vue +23 -0
- package/other/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue +22 -0
- package/other/lime-painter/components/l-painter-text/l-painter-text.vue +32 -0
- package/other/lime-painter/components/l-painter-view/l-painter-view.vue +28 -0
- package/other/lime-painter/components/lime-painter/lime-painter.vue +259 -0
- package/other/lime-painter/hybrid/html/index.html +117 -0
- package/other/lime-painter/hybrid/html/painter.js +1 -0
- package/other/lime-painter/hybrid/html/uni.webview.1.5.3.js +1 -0
- package/other/lime-painter/package.json +93 -0
- package/other/lime-painter/parser.js +388 -0
- package/other/lime-painter/readme.md +961 -0
- package/other/lime-painter2/README2.md +576 -0
- package/other/lime-painter2/changelog.md +225 -0
- package/other/lime-painter2/components/lime-painter/canvas.js +57 -0
- package/other/lime-painter2/components/lime-painter/draw.js +654 -0
- package/other/lime-painter2/components/lime-painter/draw2.js +709 -0
- package/other/lime-painter2/components/lime-painter/gradient.js +119 -0
- package/other/lime-painter2/components/lime-painter/index.vue +344 -0
- package/other/lime-painter2/components/lime-painter/index2.vue +197 -0
- package/other/lime-painter2/components/lime-painter/layout.js +374 -0
- package/other/lime-painter2/components/lime-painter/utils.js +420 -0
- package/other/lime-painter2/package.json +93 -0
- package/other/lime-painter2/readme.md +758 -0
- package/other/lime-painter2/test.md +45 -0
- package/other/mpvue-echarts/src/echarts.vue +116 -103
- package/other/mpvue-echarts/src/style.css +0 -6
- package/other/product.vue +45 -1
- package/other/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/other/u-parse-2019/components/wxParseAudio.vue +29 -0
- package/other/u-parse-2019/components/wxParseImg.vue +87 -0
- package/other/u-parse-2019/components/wxParseTemplate0.vue +105 -0
- package/other/u-parse-2019/components/wxParseTemplate1.vue +96 -0
- package/other/u-parse-2019/components/wxParseTemplate10.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate11.vue +84 -0
- package/other/u-parse-2019/components/wxParseTemplate2.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate3.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate4.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate5.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate6.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate7.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate8.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate9.vue +95 -0
- package/other/u-parse-2019/components/wxParseVideo.vue +15 -0
- package/other/u-parse-2019/libs/html2json.js +258 -0
- package/other/u-parse-2019/libs/htmlparser.js +163 -0
- package/other/u-parse-2019/libs/wxDiscode.js +195 -0
- package/other/u-parse-2019/readme.md +99 -0
- package/other/u-parse-2019/u-parse.css +240 -0
- package/other/u-parse-2019/u-parse.vue +114 -0
- package/other/u-parse2026/components/wxParseAudio.vue +29 -0
- package/other/u-parse2026/components/wxParseImg.vue +90 -0
- package/other/u-parse2026/components/wxParseTable.vue +51 -0
- package/other/u-parse2026/components/wxParseTemplate0.vue +93 -0
- package/other/u-parse2026/components/wxParseTemplate1.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate10.vue +82 -0
- package/other/u-parse2026/components/wxParseTemplate11.vue +79 -0
- package/other/u-parse2026/components/wxParseTemplate2.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate3.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate4.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate5.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate6.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate7.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate8.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate9.vue +82 -0
- package/other/u-parse2026/components/wxParseVideo.vue +15 -0
- package/other/u-parse2026/libs/html2json.js +258 -0
- package/other/u-parse2026/libs/htmlparser.js +163 -0
- package/other/u-parse2026/libs/wxDiscode.js +195 -0
- package/other/u-parse2026/readme.md +99 -0
- package/other/u-parse2026/u-parse.css +283 -0
- package/other/u-parse2026/u-parse.vue +114 -0
- package/other/uParse/components/wxParseVideo.vue +2 -1
- package/other/xt-parse/changelog.md +41 -0
- package/other/xt-parse/node/node.vue +752 -0
- package/other/xt-parse/package.json +129 -0
- package/other/xt-parse/parser.js +1461 -0
- package/other/xt-parse/props.js +49 -0
- package/other/xt-parse/readme.md +145 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler2.js +224 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min2.js +186 -0
- package/other/xt-parse/static/app-plus/u-parse/local.html +37 -0
- package/other/xt-parse/u-parse.vue +510 -0
- package/other/z-paging/changelog.md +52 -0
- package/other/z-paging/components/z-paging/components/z-paging-load-more.vue +182 -0
- package/other/z-paging/components/z-paging/components/z-paging-refresh.vue +214 -0
- package/other/z-paging/components/z-paging/config/index.js +3 -0
- package/other/z-paging/components/z-paging/css/z-paging-main.css +241 -0
- package/other/z-paging/components/z-paging/css/z-paging-static.css +50 -0
- package/other/z-paging/components/z-paging/i18n/en.json +23 -0
- package/other/z-paging/components/z-paging/i18n/index.js +8 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hans.json +23 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hant.json +23 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPaging.js +25 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPagingComp.js +25 -0
- package/other/z-paging/components/z-paging/js/modules/back-to-top.js +125 -0
- package/other/z-paging/components/z-paging/js/modules/chat-record-mode.js +149 -0
- package/other/z-paging/components/z-paging/js/modules/common-layout.js +152 -0
- package/other/z-paging/components/z-paging/js/modules/data-handle.js +736 -0
- package/other/z-paging/components/z-paging/js/modules/empty.js +144 -0
- package/other/z-paging/components/z-paging/js/modules/i18n.js +113 -0
- package/other/z-paging/components/z-paging/js/modules/load-more.js +374 -0
- package/other/z-paging/components/z-paging/js/modules/loading.js +95 -0
- package/other/z-paging/components/z-paging/js/modules/nvue.js +268 -0
- package/other/z-paging/components/z-paging/js/modules/refresher.js +831 -0
- package/other/z-paging/components/z-paging/js/modules/scroller.js +550 -0
- package/other/z-paging/components/z-paging/js/modules/virtual-list.js +555 -0
- package/other/z-paging/components/z-paging/js/z-paging-constant.js +19 -0
- package/other/z-paging/components/z-paging/js/z-paging-enum.js +45 -0
- package/other/z-paging/components/z-paging/js/z-paging-interceptor.js +97 -0
- package/other/z-paging/components/z-paging/js/z-paging-main.js +515 -0
- package/other/z-paging/components/z-paging/js/z-paging-mixin.js +22 -0
- package/other/z-paging/components/z-paging/js/z-paging-static.js +13 -0
- package/other/z-paging/components/z-paging/js/z-paging-utils.js +302 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-renderjs.js +67 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-wxs.wxs +382 -0
- package/other/z-paging/components/z-paging/z-paging.vue +538 -0
- package/other/z-paging/components/z-paging-cell/z-paging-cell.vue +47 -0
- package/other/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue +209 -0
- package/other/z-paging/components/z-paging-swiper/z-paging-swiper.vue +176 -0
- package/other/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue +171 -0
- package/other/z-paging/package.json +89 -0
- package/other/z-paging/readme.md +57 -0
- package/other/z-paging/types/comps/_common.d.ts +9 -0
- package/other/z-paging/types/comps/z-paging-cell.d.ts +29 -0
- package/other/z-paging/types/comps/z-paging-empty-view.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper-item.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper.d.ts +89 -0
- package/other/z-paging/types/comps/z-paging.d.ts +2083 -0
- package/other/z-paging/types/comps.d.ts +11 -0
- package/other/z-paging/types/index.d.ts +24 -0
- package/package.json +7 -7
- package/plugins/tui-validation.js +279 -0
- package/plugins/uni-async.js +28 -0
- package/ui-cv/components/cv-draw-gesture-lock/cv-draw-gesture-lock.vue +39 -1
- package/ui-cv/components/cv-draw-qrcode/cv-draw-qrcode.vue +18 -14
- package/ui-cv/components/cv-geo-region/mpvueCityPicker.vue +77 -1
- package/ui-cv/components/cv-lists-base/cv-lists-base.vue +2 -2
- package/ui-cv/components/cv-tab-lists/cv-tab-lists.vue +2 -2
- package/ui-fireui/components/u-icon/u-icon.vue +63 -1
- package/ui-sdks/qiun-data-charts/changelog.md +320 -0
- package/ui-sdks/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/ui-sdks/qiun-data-charts/components/qiun-error/qiun-error.vue +46 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading1.vue +162 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading2.vue +170 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading3.vue +173 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading4.vue +222 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading5.vue +229 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/qiun-loading.vue +36 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-echarts.js +422 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +606 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/readme.md +5 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.js +7706 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +18 -0
- package/ui-sdks/qiun-data-charts/license.md +201 -0
- package/ui-sdks/qiun-data-charts/package.json +80 -0
- package/ui-sdks/qiun-data-charts/readme.md +84 -0
- package/ui-sdks/qiun-data-charts/static/app-plus/echarts.min.js +23 -0
- package/ui-sdks/qiun-data-charts/static/h5/echarts.min.js +23 -0
- package/ui-sdks/tui-clipboard/tui-clipboard.js +53 -0
- package/uni-ui/lib/uni-badge/changelog.md +33 -0
- package/uni-ui/lib/uni-badge/package.json +107 -0
- package/uni-ui/lib/uni-badge/readme.md +8 -0
- package/uni-ui/lib/uni-badge/uni-badge.vue +87 -4
- package/uni-ui/lib/uni-breadcrumb/changelog.md +6 -0
- package/uni-ui/lib/uni-breadcrumb/package.json +104 -0
- package/uni-ui/lib/uni-breadcrumb/readme.md +66 -0
- package/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue +8 -1
- package/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue +38 -1
- package/uni-ui/lib/uni-calendar/calendar.js +0 -2
- package/uni-ui/lib/uni-calendar/changelog.md +30 -0
- package/uni-ui/lib/uni-calendar/package.json +105 -0
- package/uni-ui/lib/uni-calendar/readme.md +103 -0
- package/uni-ui/lib/uni-calendar/uni-calendar-item.vue +83 -1
- package/uni-ui/lib/uni-calendar/uni-calendar.vue +206 -8
- package/uni-ui/lib/uni-calendar/util.js +1 -1
- package/uni-ui/lib/uni-card/changelog.md +26 -0
- package/uni-ui/lib/uni-card/package.json +107 -0
- package/uni-ui/lib/uni-card/readme.md +10 -0
- package/uni-ui/lib/uni-card/uni-card.vue +127 -4
- package/uni-ui/lib/uni-col/uni-col.vue +2155 -2
- package/uni-ui/lib/uni-collapse/changelog.md +48 -0
- package/uni-ui/lib/uni-collapse/package.json +106 -0
- package/uni-ui/lib/uni-collapse/readme.md +11 -0
- package/uni-ui/lib/uni-collapse/uni-collapse.vue +13 -1
- package/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +127 -2
- package/uni-ui/lib/uni-combox/changelog.md +17 -0
- package/uni-ui/lib/uni-combox/package.json +107 -0
- package/uni-ui/lib/uni-combox/readme.md +10 -0
- package/uni-ui/lib/uni-combox/uni-combox.vue +145 -19
- package/uni-ui/lib/uni-countdown/changelog.md +30 -0
- package/uni-ui/lib/uni-countdown/package.json +105 -0
- package/uni-ui/lib/uni-countdown/readme.md +9 -0
- package/uni-ui/lib/uni-countdown/uni-countdown.vue +43 -16
- package/uni-ui/lib/uni-data-checkbox/changelog.md +51 -0
- package/uni-ui/lib/uni-data-checkbox/package.json +107 -0
- package/uni-ui/lib/uni-data-checkbox/readme.md +17 -0
- package/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue +326 -5
- package/uni-ui/lib/uni-data-picker/changelog.md +81 -0
- package/uni-ui/lib/uni-data-picker/package.json +109 -0
- package/uni-ui/lib/uni-data-picker/readme.md +21 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.uvue +380 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.vue +52 -4
- package/uni-ui/lib/uni-data-pickerview/loading.uts +1 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +150 -157
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts +693 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +76 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue +69 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +163 -1
- package/uni-ui/lib/uni-data-select/changelog.md +51 -0
- package/uni-ui/lib/uni-data-select/package.json +106 -0
- package/uni-ui/lib/uni-data-select/readme.md +7 -0
- package/uni-ui/lib/uni-data-select/uni-data-select.vue +555 -45
- package/uni-ui/lib/uni-dateformat/changelog.md +10 -0
- package/uni-ui/lib/uni-dateformat/package.json +107 -0
- package/uni-ui/lib/uni-dateformat/readme.md +10 -0
- package/uni-ui/lib/uni-dateformat/uni-dateformat.vue +2 -0
- package/uni-ui/lib/uni-datetime-picker/calendar-item.vue +113 -1
- package/uni-ui/lib/uni-datetime-picker/calendar.vue +340 -20
- package/uni-ui/lib/uni-datetime-picker/changelog.md +177 -0
- package/uni-ui/lib/uni-datetime-picker/keypress.js +45 -0
- package/uni-ui/lib/uni-datetime-picker/package.json +107 -0
- package/uni-ui/lib/uni-datetime-picker/readme.md +20 -0
- package/uni-ui/lib/uni-datetime-picker/time-picker.vue +200 -8
- package/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +287 -9
- package/uni-ui/lib/uni-datetime-picker/util.js +102 -85
- package/uni-ui/lib/uni-drawer/changelog.md +13 -0
- package/uni-ui/lib/uni-drawer/package.json +106 -0
- package/uni-ui/lib/uni-drawer/readme.md +9 -0
- package/uni-ui/lib/uni-drawer/uni-drawer.vue +72 -2
- package/uni-ui/lib/uni-easyinput/changelog.md +121 -0
- package/uni-ui/lib/uni-easyinput/common.js +0 -2
- package/uni-ui/lib/uni-easyinput/package.json +107 -0
- package/uni-ui/lib/uni-easyinput/readme.md +10 -0
- package/uni-ui/lib/uni-easyinput/uni-easyinput.vue +247 -5
- package/uni-ui/lib/uni-fab/changelog.md +25 -0
- package/uni-ui/lib/uni-fab/package.json +107 -0
- package/uni-ui/lib/uni-fab/readme.md +8 -0
- package/uni-ui/lib/uni-fab/uni-fab.vue +255 -2
- package/uni-ui/lib/uni-fav/changelog.md +19 -0
- package/uni-ui/lib/uni-fav/package.json +106 -0
- package/uni-ui/lib/uni-fav/readme.md +9 -0
- package/uni-ui/lib/uni-fav/uni-fav.vue +45 -1
- package/uni-ui/lib/uni-file-picker/changelog.md +91 -0
- package/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +67 -4
- package/uni-ui/lib/uni-file-picker/package.json +105 -0
- package/uni-ui/lib/uni-file-picker/readme.md +10 -0
- package/uni-ui/lib/uni-file-picker/uni-file-picker.vue +42 -22
- package/uni-ui/lib/uni-file-picker/upload-file.vue +152 -1
- package/uni-ui/lib/uni-file-picker/upload-image.vue +107 -5
- package/uni-ui/lib/uni-forms/changelog.md +100 -0
- package/uni-ui/lib/uni-forms/package.json +107 -0
- package/uni-ui/lib/uni-forms/readme.md +22 -0
- package/uni-ui/lib/uni-forms/uni-forms.vue +30 -3
- package/uni-ui/lib/uni-forms-item/uni-forms-item.vue +181 -6
- package/uni-ui/lib/uni-goods-nav/changelog.md +18 -0
- package/uni-ui/lib/uni-goods-nav/package.json +105 -0
- package/uni-ui/lib/uni-goods-nav/readme.md +9 -0
- package/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +124 -1
- package/uni-ui/lib/uni-grid/changelog.md +13 -0
- package/uni-ui/lib/uni-grid/package.json +106 -0
- package/uni-ui/lib/uni-grid/readme.md +10 -0
- package/uni-ui/lib/uni-grid/uni-grid.vue +36 -2
- package/uni-ui/lib/uni-grid-item/uni-grid-item.vue +57 -2
- package/uni-ui/lib/uni-group/changelog.md +16 -0
- package/uni-ui/lib/uni-group/package.json +106 -0
- package/uni-ui/lib/uni-group/readme.md +8 -0
- package/uni-ui/lib/uni-group/uni-group.vue +50 -1
- package/uni-ui/lib/uni-icons/changelog.md +22 -0
- package/uni-ui/lib/uni-icons/package.json +77 -8
- package/uni-ui/lib/uni-icons/readme.md +0 -1
- package/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
- package/uni-ui/lib/uni-icons/uni-icons.vue +37 -13
- package/uni-ui/lib/uni-icons/uniicons.css +32 -31
- package/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
- package/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
- package/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
- package/uni-ui/lib/uni-indexed-list/changelog.md +19 -0
- package/uni-ui/lib/uni-indexed-list/package.json +107 -0
- package/uni-ui/lib/uni-indexed-list/readme.md +10 -0
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +90 -2
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +91 -3
- package/uni-ui/lib/uni-link/changelog.md +17 -0
- package/uni-ui/lib/uni-link/package.json +106 -0
- package/uni-ui/lib/uni-link/readme.md +10 -0
- package/uni-ui/lib/uni-link/uni-link.vue +3 -0
- package/uni-ui/lib/uni-list/changelog.md +52 -0
- package/uni-ui/lib/uni-list/package.json +108 -0
- package/uni-ui/lib/uni-list/readme.md +44 -0
- package/uni-ui/lib/uni-list/uni-list.vue +44 -1
- package/uni-ui/lib/uni-list/uni-refresh.vue +2 -0
- package/uni-ui/lib/uni-list/uni-refresh.wxs +1 -1
- package/uni-ui/lib/uni-list-ad/uni-list-ad.vue +33 -1
- package/uni-ui/lib/uni-list-chat/uni-list-chat.vue +265 -1
- package/uni-ui/lib/uni-list-item/uni-list-item.vue +185 -1
- package/uni-ui/lib/uni-load-more/changelog.md +27 -0
- package/uni-ui/lib/uni-load-more/package.json +105 -0
- package/uni-ui/lib/uni-load-more/readme.md +12 -0
- package/uni-ui/lib/uni-load-more/uni-load-more.vue +252 -1
- package/uni-ui/lib/uni-nav-bar/changelog.md +64 -0
- package/uni-ui/lib/uni-nav-bar/package.json +106 -0
- package/uni-ui/lib/uni-nav-bar/readme.md +13 -0
- package/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue +199 -5
- package/uni-ui/lib/uni-nav-bar/uni-status-bar.vue +11 -1
- package/uni-ui/lib/uni-notice-bar/changelog.md +22 -0
- package/uni-ui/lib/uni-notice-bar/package.json +107 -0
- package/uni-ui/lib/uni-notice-bar/readme.md +11 -0
- package/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +136 -8
- package/uni-ui/lib/uni-number-box/changelog.md +39 -0
- package/uni-ui/lib/uni-number-box/package.json +104 -0
- package/uni-ui/lib/uni-number-box/readme.md +11 -0
- package/uni-ui/lib/uni-number-box/uni-number-box.vue +73 -4
- package/uni-ui/lib/uni-pagination/changelog.md +27 -0
- package/uni-ui/lib/uni-pagination/package.json +106 -0
- package/uni-ui/lib/uni-pagination/readme.md +10 -0
- package/uni-ui/lib/uni-pagination/uni-pagination.vue +157 -1
- package/uni-ui/lib/uni-popup/changelog.md +102 -0
- package/uni-ui/lib/uni-popup/package.json +107 -0
- package/uni-ui/lib/uni-popup/readme.md +15 -0
- package/uni-ui/lib/uni-popup/uni-popup.uvue +90 -0
- package/uni-ui/lib/uni-popup/uni-popup.vue +108 -15
- package/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +167 -11
- package/uni-ui/lib/uni-popup-message/uni-popup-message.vue +70 -1
- package/uni-ui/lib/uni-popup-share/uni-popup-share.vue +87 -6
- package/uni-ui/lib/uni-rate/changelog.md +27 -0
- package/uni-ui/lib/uni-rate/package.json +106 -0
- package/uni-ui/lib/uni-rate/readme.md +11 -0
- package/uni-ui/lib/uni-rate/uni-rate.vue +64 -29
- package/uni-ui/lib/uni-row/changelog.md +10 -0
- package/uni-ui/lib/uni-row/package.json +106 -0
- package/uni-ui/lib/uni-row/readme.md +9 -0
- package/uni-ui/lib/uni-row/uni-row.vue +66 -1
- package/uni-ui/lib/uni-row/uni-row2.vue +144 -0
- package/uni-ui/lib/uni-scss/package.json +56 -39
- package/uni-ui/lib/uni-scss/readme.md +0 -1
- package/uni-ui/lib/uni-search-bar/changelog.md +47 -0
- package/uni-ui/lib/uni-search-bar/package.json +106 -0
- package/uni-ui/lib/uni-search-bar/readme.md +12 -0
- package/uni-ui/lib/uni-search-bar/uni-search-bar.vue +85 -4
- package/uni-ui/lib/uni-section/changelog.md +2 -0
- package/uni-ui/lib/uni-section/package.json +104 -0
- package/uni-ui/lib/uni-section/readme.md +7 -0
- package/uni-ui/lib/uni-section/uni-section.vue +61 -1
- package/uni-ui/lib/uni-segmented-control/changelog.md +15 -0
- package/uni-ui/lib/uni-segmented-control/package.json +106 -0
- package/uni-ui/lib/uni-segmented-control/readme.md +11 -0
- package/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue +67 -5
- package/uni-ui/lib/uni-status-bar/uni-status-bar.vue +3 -1
- package/uni-ui/lib/uni-steps/changelog.md +18 -0
- package/uni-ui/lib/uni-steps/package.json +106 -0
- package/uni-ui/lib/uni-steps/readme.md +11 -0
- package/uni-ui/lib/uni-steps/uni-steps.vue +201 -7
- package/uni-ui/lib/uni-swipe-action/changelog.md +60 -0
- package/uni-ui/lib/uni-swipe-action/package.json +113 -0
- package/uni-ui/lib/uni-swipe-action/readme.md +10 -0
- package/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue +60 -1
- package/uni-ui/lib/uni-swipe-action-item/bindingx.js +286 -282
- package/uni-ui/lib/uni-swipe-action-item/mpwxs.js +1 -1
- package/uni-ui/lib/uni-swipe-action-item/render.js +21 -14
- package/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +139 -18
- package/uni-ui/lib/uni-swipe-action-item/wx.wxs +10 -2
- package/uni-ui/lib/uni-swiper-dot/changelog.md +12 -0
- package/uni-ui/lib/uni-swiper-dot/package.json +106 -0
- package/uni-ui/lib/uni-swiper-dot/readme.md +10 -0
- package/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue +98 -2
- package/uni-ui/lib/uni-table/changelog.md +35 -0
- package/uni-ui/lib/uni-table/i18n/en.json +9 -0
- package/uni-ui/lib/uni-table/i18n/es.json +9 -0
- package/uni-ui/lib/uni-table/i18n/fr.json +9 -0
- package/uni-ui/lib/uni-table/i18n/index.js +12 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hans.json +9 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hant.json +9 -0
- package/uni-ui/lib/uni-table/package.json +106 -0
- package/uni-ui/lib/uni-table/readme.md +11 -0
- package/uni-ui/lib/uni-table/uni-table.vue +162 -1
- package/uni-ui/lib/uni-tag/changelog.md +25 -0
- package/uni-ui/lib/uni-tag/package.json +106 -0
- package/uni-ui/lib/uni-tag/readme.md +11 -0
- package/uni-ui/lib/uni-tag/uni-tag.vue +111 -3
- package/uni-ui/lib/uni-tbody/uni-tbody.vue +1 -1
- package/uni-ui/lib/uni-td/uni-td.vue +19 -1
- package/uni-ui/lib/uni-th/filter-dropdown.vue +224 -2
- package/uni-ui/lib/uni-th/uni-th.vue +82 -1
- package/uni-ui/lib/uni-thead/uni-thead.vue +53 -2
- package/uni-ui/lib/uni-title/changelog.md +10 -0
- package/uni-ui/lib/uni-title/package.json +107 -0
- package/uni-ui/lib/uni-title/readme.md +12 -0
- package/uni-ui/lib/uni-title/uni-title.vue +1 -1
- package/uni-ui/lib/uni-tooltip/changelog.md +16 -0
- package/uni-ui/lib/uni-tooltip/package.json +104 -0
- package/uni-ui/lib/uni-tooltip/readme.md +7 -0
- package/uni-ui/lib/uni-tooltip/uni-tooltip.vue +1 -1
- package/uni-ui/lib/uni-tr/table-checkbox.vue +85 -1
- package/uni-ui/lib/uni-tr/uni-tr.vue +45 -3
- package/uni-ui/lib/uni-transition/changelog.md +31 -0
- package/uni-ui/lib/uni-transition/package.json +112 -0
- package/uni-ui/lib/uni-transition/readme.md +10 -0
- package/uni-ui/lib/uni-transition/uni-transition.vue +36 -32
- package/uni-ui/lib/uni-ui/changelog.md +639 -0
- package/uni-ui/lib/uni-ui/package.json +148 -0
- package/uni-ui/lib/uni-ui/readme.md +247 -0
- package/uni-ui/lib/uni-ui/uni-ui.vue +7 -0
- package/uni-ui/package.json +1 -1
- package/uview-plus/components/u-action-sheet/u-action-sheet.vue +56 -1
- package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +10 -1
- package/uview-plus/components/u-agreement/u-agreement.vue +14 -3
- package/uview-plus/components/u-album/u-album.vue +29 -1
- package/uview-plus/components/u-alert/u-alert.vue +96 -1
- package/uview-plus/components/u-avatar/u-avatar.vue +21 -1
- package/uview-plus/components/u-avatar-group/u-avatar-group.vue +28 -1
- package/uview-plus/components/u-back-top/u-back-top.vue +16 -1
- package/uview-plus/components/u-badge/u-badge.vue +57 -1
- package/uview-plus/components/u-box/u-box.vue +101 -3
- package/uview-plus/components/u-button/u-button.vue +196 -3
- package/uview-plus/components/u-calendar/header.vue +59 -3
- package/uview-plus/components/u-calendar/month.vue +1 -3
- package/uview-plus/components/u-calendar/u-calendar.vue +3 -1
- package/uview-plus/components/u-calendar-wu/u-calendar-wu.vue +196 -1
- package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +70 -1
- package/uview-plus/components/u-card/u-card.vue +34 -1
- package/uview-plus/components/u-cascader/u-cascader.vue +16 -1
- package/uview-plus/components/u-cate-tab/u-cate-tab.vue +387 -3
- package/uview-plus/components/u-cell/u-cell.vue +113 -1
- package/uview-plus/components/u-cell-group/u-cell-group.vue +14 -1
- package/uview-plus/components/u-checkbox/u-checkbox.vue +77 -1
- package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +12 -1
- package/uview-plus/components/u-choose/u-choose.vue +15 -3
- package/uview-plus/components/u-circle-progress/u-circle-progress.vue +69 -1
- package/{ui-fireui copy/components/u-circular-progress/u-circular-progress.vue → uview-plus/components/u-circular-progress/u-circular-progress.vue} +1 -1
- package/uview-plus/components/u-city-locate/u-city-locate.vue +161 -1
- package/uview-plus/components/u-code-input/u-code-input.vue +68 -1
- package/uview-plus/components/u-col/u-col.vue +50 -1
- package/uview-plus/components/u-collapse-item/u-collapse-item.vue +10 -1
- package/uview-plus/components/u-color-picker/u-color-picker.vue +260 -1
- package/uview-plus/components/u-column-notice/u-column-notice.vue +37 -1
- package/uview-plus/components/u-count-down/u-count-down.vue +5 -1
- package/uview-plus/components/u-count-to/u-count-to.vue +6 -1
- package/uview-plus/components/u-coupon/u-coupon.vue +214 -1
- package/uview-plus/components/u-cropper/u-cropper.vue +1319 -1
- package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +26 -1
- package/uview-plus/components/u-divider/u-divider.vue +17 -1
- package/uview-plus/components/u-dragsort/u-dragsort.vue +40 -1
- package/uview-plus/components/u-dropdown/u-dropdown.vue +66 -1
- package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +3 -1
- package/{ui-fireui → uview-plus}/components/u-dropdown-list/u-dropdown-list.vue +1 -1
- package/uview-plus/components/u-empty/u-empty.vue +43 -32
- package/{ui-fireui copy/components/u-fab/u-fab.vue → uview-plus/components/u-fab/u-fab.vue} +1 -1
- package/uview-plus/components/u-float-button/u-float-button.vue +15 -1
- package/{ui-fireui → uview-plus}/components/u-footer/u-footer.vue +1 -1
- package/uview-plus/components/u-form-base/form.js +22 -0
- package/uview-plus/components/u-form-base/props.js +47 -0
- package/uview-plus/components/u-form-base/u-form.vue +243 -0
- package/uview-plus/components/u-form-item/u-form-item.vue +82 -1
- package/uview-plus/components/u-goods-sku/u-goods-sku.vue +100 -1
- package/uview-plus/components/u-grid/u-grid.vue +0 -2
- package/uview-plus/components/u-grid-item/u-grid-item.vue +30 -1
- package/uview-plus/components/u-icon/u-icon.vue +63 -1
- package/uview-plus/components/u-image/u-image.vue +25 -1
- package/{ui-fireui → uview-plus}/components/u-image-cropper/u-image-cropper.vue +1 -1
- package/{ui-fireui copy/components/u-image-group/u-image-group.vue → uview-plus/components/u-image-group/u-image-group.vue} +1 -1
- package/uview-plus/components/u-index-anchor/u-index-anchor.vue +22 -1
- package/uview-plus/components/u-index-list/u-index-list.vue +51 -1
- package/uview-plus/components/u-input/u-input.vue +65 -1
- package/uview-plus/components/u-keyboard/u-keyboard.vue +26 -1
- package/uview-plus/components/u-lazy-load/u-lazy-load.vue +12 -1
- package/uview-plus/components/u-line/u-line.vue +5 -1
- package/uview-plus/components/u-line-progress/u-line-progress.vue +38 -1
- package/uview-plus/components/u-link/u-link.vue +11 -1
- package/uview-plus/components/u-list/u-list.vue +6 -1
- package/uview-plus/components/u-list-item/u-list-item.vue +2 -1
- package/uview-plus/components/u-loading-icon/u-loading-icon.vue +138 -1
- package/uview-plus/components/u-loading-page/u-loading-page.vue +33 -1
- package/uview-plus/components/u-loadmore/u-loadmore.vue +29 -1
- package/uview-plus/components/u-markdown/u-markdown.vue +188 -1
- package/uview-plus/components/u-message-input/u-message-input.vue +115 -1
- package/uview-plus/components/u-modal/u-modal.vue +65 -1
- package/uview-plus/components/u-navbar/u-navbar.vue +52 -1
- package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +34 -1
- package/uview-plus/components/u-no-network/u-no-network.vue +38 -1
- package/uview-plus/components/u-notice-bar/u-notice-bar.vue +5 -1
- package/uview-plus/components/u-notify/u-notify.vue +28 -1
- package/uview-plus/components/u-number-box/u-number-box.vue +60 -2
- package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +45 -1
- package/uview-plus/components/u-overlay/u-overlay.vue +8 -1
- package/uview-plus/components/u-pagination/u-pagination.vue +255 -1
- package/uview-plus/components/u-parse/node/node.vue +319 -129
- package/uview-plus/components/u-pdf-reader/u-pdf-reader.vue +2 -1
- package/uview-plus/components/u-picker/u-picker.vue +58 -1
- package/uview-plus/components/u-picker-data/u-picker-data.vue +11 -1
- package/uview-plus/components/u-popover/u-popover.vue +8 -1
- package/uview-plus/components/u-popup/u-popup.vue +87 -1
- package/uview-plus/components/u-popup-wu/u-popup-wu.vue +2 -2
- package/uview-plus/components/u-poster/u-poster.vue +22 -1
- package/uview-plus/components/u-pull-refresh/u-pull-refresh.vue +51 -1
- package/uview-plus/components/u-qrcode/u-qrcode.vue +32 -1
- package/uview-plus/components/u-radio/u-radio.vue +77 -1
- package/uview-plus/components/u-radio-group/u-radio-group.vue +15 -1
- package/uview-plus/components/u-rate/u-rate.vue +32 -1
- package/uview-plus/components/u-read-more/u-read-more.vue +23 -1
- package/uview-plus/components/u-row/u-row.vue +6 -1
- package/uview-plus/components/u-row-notice/u-row-notice.vue +50 -1
- package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +5 -1
- package/uview-plus/components/u-scroll-list/u-scroll-list.vue +35 -1
- package/uview-plus/components/u-search/u-search.vue +87 -1
- package/uview-plus/components/u-select/u-select.vue +51 -1
- package/uview-plus/components/u-short-video/u-short-video.vue +118 -1
- package/uview-plus/components/u-signature/u-signature.vue +71 -1
- package/uview-plus/components/u-skeleton/u-skeleton.vue +52 -1
- package/uview-plus/components/u-sku-wu/u-sku-wu.vue +271 -1
- package/uview-plus/components/u-slider/nvue.js +165 -178
- package/uview-plus/components/u-slider/u-slider.vue +69 -1
- package/uview-plus/components/u-status-bar/u-status-bar.vue +6 -1
- package/uview-plus/components/u-steps/u-steps.vue +20 -1
- package/uview-plus/components/u-steps-item/u-steps-item.vue +112 -1
- package/uview-plus/components/u-sticky/u-sticky.vue +6 -1
- package/uview-plus/components/u-subsection/u-subsection.vue +101 -1
- package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +51 -1
- package/uview-plus/components/u-swiper/u-swiper.vue +50 -1
- package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +26 -1
- package/uview-plus/components/u-switch/u-switch.vue +47 -1
- package/uview-plus/components/u-tabbar/u-tabbar.vue +29 -1
- package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +59 -1
- package/uview-plus/components/u-table2/tableRow.vue +361 -1
- package/uview-plus/components/u-table2/u-table2.vue +763 -1
- package/uview-plus/components/u-tabs/u-tabs.vue +62 -1
- package/uview-plus/components/u-tag/u-tag.vue +169 -1
- package/uview-plus/components/u-td/u-td.vue +14 -1
- package/uview-plus/components/u-text/u-text.vue +50 -1
- package/uview-plus/components/u-textarea/u-textarea.vue +35 -1
- package/uview-plus/components/u-th/u-th.vue +13 -1
- package/uview-plus/components/u-title/u-title.vue +10 -3
- package/uview-plus/components/u-toast/u-toast.vue +67 -1
- package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -1
- package/uview-plus/components/u-tooltip/u-tooltip.vue +65 -1
- package/uview-plus/components/u-tr/u-tr.vue +6 -1
- package/uview-plus/components/u-transition/u-transition.vue +98 -1
- package/uview-plus/components/u-upload/u-upload.vue +176 -1
- package/uview-plus/components/u-view/u-view.vue +2 -1
- package/uview-plus/components/u-virtual-list/u-virtual-list.vue +16 -1
- package/uview-plus/components/u-waterfall/u-waterfall.vue +28 -1
- package/uview-plus/libs/css/color2.scss +32 -0
- package/uview-plus/libs/css/variable2.scss +111 -0
- package/{plugins → uview-plus/libs/ctocode}/MessageTip.js +6 -6
- package/uview-plus/libs/ctocode/wait.js +47 -0
- package/uview-plus/libs/mixin/openType2.js +60 -0
- package/uview-plus/libs/util/route2.js +126 -0
- package/other/style.css +0 -46
- package/ui-cv/components/cv-draw-gesture-lock/style.css +0 -39
- package/ui-cv/components/cv-geo-region/style.css +0 -77
- package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +0 -269
- package/ui-fireui/components/u-countdown/u-countdown.vue +0 -301
- package/ui-fireui/components/u-fab/u-fab.vue +0 -284
- package/ui-fireui/components/u-icon/style.css +0 -63
- package/ui-fireui/components/u-image-group/u-image-group.vue +0 -149
- package/ui-fireui copy/components/u-action-sheet/u-action-sheet.vue +0 -202
- package/ui-fireui copy/components/u-alert/u-alert.vue +0 -141
- package/ui-fireui copy/components/u-badge/u-badge.vue +0 -158
- package/ui-fireui copy/components/u-bottom-navigation/u-bottom-navigation.vue +0 -391
- package/ui-fireui copy/components/u-bottom-popup/u-bottom-popup.vue +0 -101
- package/ui-fireui copy/components/u-bubble-popup/u-bubble-popup.vue +0 -240
- package/ui-fireui copy/components/u-button/u-button.vue +0 -424
- package/ui-fireui copy/components/u-button/u-button2.vue +0 -553
- package/ui-fireui copy/components/u-calendar/u-calendar.js +0 -915
- package/ui-fireui copy/components/u-calendar/u-calendar.vue +0 -868
- package/ui-fireui copy/components/u-calendar/u-calendar2.vue +0 -801
- package/ui-fireui copy/components/u-card/u-card.vue +0 -231
- package/ui-fireui copy/components/u-cascade-selection/u-cascade-selection.vue +0 -538
- package/ui-fireui copy/components/u-collapse/u-collapse.vue +0 -179
- package/ui-fireui copy/components/u-datetime/u-datetime.vue +0 -570
- package/ui-fireui copy/components/u-divider/u-divider.vue +0 -118
- package/ui-fireui copy/components/u-drawer/u-drawer.vue +0 -103
- package/ui-fireui copy/components/u-dropdown-list/u-dropdown-list.vue +0 -75
- package/ui-fireui copy/components/u-footer/u-footer.vue +0 -135
- package/ui-fireui copy/components/u-grid/u-grid.vue +0 -50
- package/ui-fireui copy/components/u-grid-item/u-grid-item.vue +0 -142
- package/ui-fireui copy/components/u-icon/icons.js +0 -214
- package/ui-fireui copy/components/u-icon/props.js +0 -92
- package/ui-fireui copy/components/u-icon/style.css +0 -63
- package/ui-fireui copy/components/u-icon/style.scss +0 -1066
- package/ui-fireui copy/components/u-icon/u-icon.vue +0 -117
- package/ui-fireui copy/components/u-icon/u-icon2.vue +0 -149
- package/ui-fireui copy/components/u-icon/util.js +0 -68
- package/ui-fireui copy/components/u-image-cropper/u-image-cropper.vue +0 -1058
- package/ui-fireui copy/components/u-keyboard/u-keyboard.vue +0 -251
- package/ui-fireui copy/components/u-keyboard-input/u-keyboard-input.vue +0 -78
- package/ui-fireui copy/components/u-list-cell/u-list-cell.vue +0 -178
- package/ui-fireui copy/components/u-list-view/u-list-view.vue +0 -87
- package/ui-fireui copy/components/u-loading/u-loading.vue +0 -78
- package/ui-fireui copy/components/u-loadmore/u-loadmore.vue +0 -163
- package/ui-fireui copy/components/u-modal/u-modal.vue +0 -392
- package/ui-fireui copy/components/u-navigation-bar/u-navigation-bar.vue +0 -181
- package/ui-fireui copy/components/u-no-data/u-no-data.vue +0 -116
- package/ui-fireui copy/components/u-nomore/u-nomore.vue +0 -116
- package/ui-fireui copy/components/u-numberbox/u-numberbox.vue +0 -234
- package/ui-fireui copy/components/u-numberbox-border/u-numberbox-border.vue +0 -232
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.vue +0 -682
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.wxs +0 -582
- package/ui-fireui copy/components/u-round-progress/u-round-progress.vue +0 -306
- package/ui-fireui copy/components/u-scroll-top/u-scroll-top.vue +0 -189
- package/ui-fireui copy/components/u-share-model/u-share-model.vue +0 -181
- package/ui-fireui copy/components/u-skeleton/u-skeleton.vue +0 -248
- package/ui-fireui copy/components/u-steps/u-steps.vue +0 -214
- package/ui-fireui copy/components/u-sticky/u-sticky.vue +0 -155
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky-wxs.vue +0 -133
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky.wxs +0 -46
- package/ui-fireui copy/components/u-swipe-action/u-swipe-action.vue +0 -301
- package/ui-fireui copy/components/u-tabbar/u-tabbar.vue +0 -279
- package/ui-fireui copy/components/u-tabs/u-tabs.vue +0 -284
- package/ui-fireui copy/components/u-tabs2/u-tabs2.vue +0 -284
- package/ui-fireui copy/components/u-tag/u-tag.vue +0 -362
- package/ui-fireui copy/components/u-time-axis/u-time-axis.vue +0 -36
- package/ui-fireui copy/components/u-timeaxis-item/u-timeaxis-item.vue +0 -48
- package/ui-fireui copy/components/u-tips/u-tips.vue +0 -161
- package/ui-fireui copy/components/u-toast/u-toast.vue +0 -117
- package/ui-fireui copy/components/u-top-dropdown/u-top-dropdown.vue +0 -129
- package/ui-fireui copy/components/u-upload/u-upload.vue +0 -446
- package/ui-fireui copy/components/u-upload2/u-upload.vue +0 -464
- package/ui-fireui copy/components/u-uploadsamll/u-uploadsamll.vue +0 -472
- package/ui-fireui copy/css/thorui.css +0 -589
- package/ui-fireui copy/index.css +0 -1483
- package/ui-fireui copy/libs/fui-color-analysis/fui-color-analysis.js +0 -1
- package/ui-fireui copy/libs/fui-zh-pinyin/fui-zh-pinyin.js +0 -1
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +0 -241
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +0 -18
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +0 -8
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +0 -17
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +0 -666
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +0 -298
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +0 -142
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +0 -23
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +0 -1191
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +0 -3
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/canvas.js +0 -74
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/image.js +0 -96
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/tool.js +0 -24
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/index.js +0 -47
- package/ui-fireui copy/nvue/u-circular-progress/u-circular-progress.nvue +0 -203
- package/ui-fireui copy/nvue/u-icon/icons.js +0 -188
- package/ui-fireui copy/nvue/u-icon/u-icon.vue +0 -78
- package/uni-ui/lib/uni-badge/style.css +0 -81
- package/uni-ui/lib/uni-badge/style.scss +0 -106
- package/uni-ui/lib/uni-breadcrumb/style.css +0 -3
- package/uni-ui/lib/uni-breadcrumb/style.scss +0 -4
- package/uni-ui/lib/uni-breadcrumb-item/style.css +0 -30
- package/uni-ui/lib/uni-breadcrumb-item/style.scss +0 -40
- package/uni-ui/lib/uni-calendar/style.css +0 -167
- package/uni-ui/lib/uni-calendar/style.scss +0 -200
- package/uni-ui/lib/uni-card/style.css +0 -115
- package/uni-ui/lib/uni-card/style.scss +0 -161
- package/uni-ui/lib/uni-col/style.css +0 -2145
- package/uni-ui/lib/uni-col/style.scss +0 -112
- package/uni-ui/lib/uni-collapse/style.css +0 -11
- package/uni-ui/lib/uni-collapse/style.scss +0 -12
- package/uni-ui/lib/uni-collapse-item/style.css +0 -120
- package/uni-ui/lib/uni-collapse-item/style.scss +0 -143
- package/uni-ui/lib/uni-combox/style.css +0 -114
- package/uni-ui/lib/uni-combox/style.scss +0 -133
- package/uni-ui/lib/uni-countdown/style.css +0 -16
- package/uni-ui/lib/uni-countdown/style.scss +0 -21
- package/uni-ui/lib/uni-data-checkbox/style.css +0 -302
- package/uni-ui/lib/uni-data-checkbox/style.scss +0 -366
- package/uni-ui/lib/uni-data-pickerview/style.css +0 -134
- package/uni-ui/lib/uni-data-pickerview/style.scss +0 -154
- package/uni-ui/lib/uni-data-select/style.css +0 -181
- package/uni-ui/lib/uni-data-select/style.scss +0 -213
- package/uni-ui/lib/uni-datetime-picker/style.css +0 -188
- package/uni-ui/lib/uni-datetime-picker/style.scss +0 -218
- package/uni-ui/lib/uni-drawer/style.css +0 -63
- package/uni-ui/lib/uni-drawer/style.scss +0 -77
- package/uni-ui/lib/uni-easyinput/style.css +0 -126
- package/uni-ui/lib/uni-easyinput/style.scss +0 -155
- package/uni-ui/lib/uni-fab/style.css +0 -185
- package/uni-ui/lib/uni-fab/style.scss +0 -259
- package/uni-ui/lib/uni-fav/style.css +0 -39
- package/uni-ui/lib/uni-fav/style.scss +0 -45
- package/uni-ui/lib/uni-file-picker/style.css +0 -97
- package/uni-ui/lib/uni-file-picker/style.scss +0 -110
- package/uni-ui/lib/uni-forms-item/style.css +0 -133
- package/uni-ui/lib/uni-goods-nav/style.css +0 -100
- package/uni-ui/lib/uni-goods-nav/style.scss +0 -122
- package/uni-ui/lib/uni-grid/style.css +0 -29
- package/uni-ui/lib/uni-grid/style.scss +0 -33
- package/uni-ui/lib/uni-grid-item/style.css +0 -49
- package/uni-ui/lib/uni-grid-item/style.scss +0 -55
- package/uni-ui/lib/uni-group/style.css +0 -36
- package/uni-ui/lib/uni-group/style.scss +0 -50
- package/uni-ui/lib/uni-icons/icons.js +0 -1169
- package/uni-ui/lib/uni-icons/style.css +0 -12
- package/uni-ui/lib/uni-icons/style.scss +0 -14
- package/uni-ui/lib/uni-indexed-list/style.css +0 -68
- package/uni-ui/lib/uni-indexed-list/style.scss +0 -83
- package/uni-ui/lib/uni-list/style.css +0 -43
- package/uni-ui/lib/uni-list/style.scss +0 -52
- package/uni-ui/lib/uni-list-ad/style.css +0 -30
- package/uni-ui/lib/uni-list-ad/style.scss +0 -35
- package/uni-ui/lib/uni-list-chat/style.css +0 -257
- package/uni-ui/lib/uni-list-chat/style.scss +0 -326
- package/uni-ui/lib/uni-list-item/style.css +0 -170
- package/uni-ui/lib/uni-list-item/style.scss +0 -213
- package/uni-ui/lib/uni-load-more/style.css +0 -194
- package/uni-ui/lib/uni-load-more/style.scss +0 -244
- package/uni-ui/lib/uni-nav-bar/style.css +0 -3
- package/uni-ui/lib/uni-nav-bar/style.scss +0 -6
- package/uni-ui/lib/uni-notice-bar/style.css +0 -109
- package/uni-ui/lib/uni-notice-bar/style.scss +0 -125
- package/uni-ui/lib/uni-number-box/style.css +0 -50
- package/uni-ui/lib/uni-number-box/style.scss +0 -64
- package/uni-ui/lib/uni-pagination/style.css +0 -125
- package/uni-ui/lib/uni-pagination/style.scss +0 -154
- package/uni-ui/lib/uni-popup/style.css +0 -41
- package/uni-ui/lib/uni-popup/style.scss +0 -51
- package/uni-ui/lib/uni-popup-dialog/style.css +0 -82
- package/uni-ui/lib/uni-popup-dialog/style.scss +0 -98
- package/uni-ui/lib/uni-popup-message/style.css +0 -57
- package/uni-ui/lib/uni-popup-message/style.scss +0 -69
- package/uni-ui/lib/uni-popup-share/style.css +0 -72
- package/uni-ui/lib/uni-popup-share/style.scss +0 -81
- package/uni-ui/lib/uni-rate/style.css +0 -29
- package/uni-ui/lib/uni-rate/style.scss +0 -33
- package/uni-ui/lib/uni-row/style.css +0 -58
- package/uni-ui/lib/uni-row/style.scss +0 -104
- package/uni-ui/lib/uni-search-bar/style.css +0 -59
- package/uni-ui/lib/uni-search-bar/style.scss +0 -70
- package/uni-ui/lib/uni-section/style.css +0 -55
- package/uni-ui/lib/uni-section/style.scss +0 -65
- package/uni-ui/lib/uni-segmented-control/style.css +0 -48
- package/uni-ui/lib/uni-segmented-control/style.scss +0 -55
- package/uni-ui/lib/uni-status-bar/style.css +0 -4
- package/uni-ui/lib/uni-steps/style.css +0 -152
- package/uni-ui/lib/uni-steps/style.scss +0 -179
- package/uni-ui/lib/uni-swipe-action-item/style.css +0 -90
- package/uni-ui/lib/uni-swipe-action-item/style.scss +0 -112
- package/uni-ui/lib/uni-swiper-dot/style.css +0 -75
- package/uni-ui/lib/uni-swiper-dot/style.scss +0 -95
- package/uni-ui/lib/uni-table/style.css +0 -123
- package/uni-ui/lib/uni-table/style.scss +0 -152
- package/uni-ui/lib/uni-tag/style.css +0 -105
- package/uni-ui/lib/uni-tag/style.scss +0 -141
- package/uni-ui/lib/uni-td/style.css +0 -13
- package/uni-ui/lib/uni-td/style.scss +0 -17
- package/uni-ui/lib/uni-th/style.css +0 -63
- package/uni-ui/lib/uni-th/style.scss +0 -78
- package/uni-ui/lib/uni-thead/style.css +0 -30
- package/uni-ui/lib/uni-thead/style.scss +0 -52
- package/uni-ui/lib/uni-tr/style.css +0 -25
- package/uni-ui/lib/uni-tr/style.scss +0 -46
- package/uview-plus/components/u-action-sheet/style.css +0 -56
- package/uview-plus/components/u-action-sheet/style.scss +0 -83
- package/uview-plus/components/u-action-sheet-data/style.css +0 -10
- package/uview-plus/components/u-action-sheet-data/style.scss +0 -12
- package/uview-plus/components/u-agreement/style.css +0 -10
- package/uview-plus/components/u-agreement/style.scss +0 -12
- package/uview-plus/components/u-album/style.css +0 -29
- package/uview-plus/components/u-alert/style.css +0 -90
- package/uview-plus/components/u-alert/style.scss +0 -111
- package/uview-plus/components/u-avatar/style.css +0 -21
- package/uview-plus/components/u-avatar/style.scss +0 -24
- package/uview-plus/components/u-avatar-group/style.css +0 -28
- package/uview-plus/components/u-avatar-group/style.scss +0 -26
- package/uview-plus/components/u-back-top/style.css +0 -16
- package/uview-plus/components/u-back-top/style.scss +0 -18
- package/uview-plus/components/u-badge/style.css +0 -57
- package/uview-plus/components/u-badge/style.scss +0 -83
- package/uview-plus/components/u-box/style.css +0 -51
- package/uview-plus/components/u-box/style.scss +0 -36
- package/uview-plus/components/u-button/style.css +0 -192
- package/uview-plus/components/u-calendar/style.css +0 -3
- package/uview-plus/components/u-calendar/style.scss +0 -5
- package/uview-plus/components/u-calendar-wu/style.css +0 -196
- package/uview-plus/components/u-car-keyboard/style.css +0 -69
- package/uview-plus/components/u-car-keyboard/style.scss +0 -89
- package/uview-plus/components/u-card/style.css +0 -34
- package/uview-plus/components/u-card/style.scss +0 -45
- package/uview-plus/components/u-cascader/style.css +0 -16
- package/uview-plus/components/u-cascader/style.scss +0 -25
- package/uview-plus/components/u-cate-tab/style.css +0 -98
- package/uview-plus/components/u-cate-tab/style.scss +0 -115
- package/uview-plus/components/u-cell/style.css +0 -112
- package/uview-plus/components/u-cell/style.scss +0 -148
- package/uview-plus/components/u-cell-group/style.css +0 -14
- package/uview-plus/components/u-cell-group/style.scss +0 -22
- package/uview-plus/components/u-checkbox/style.css +0 -77
- package/uview-plus/components/u-checkbox/style.scss +0 -102
- package/uview-plus/components/u-checkbox-group/style.css +0 -12
- package/uview-plus/components/u-checkbox-group/style.scss +0 -12
- package/uview-plus/components/u-choose/style.css +0 -13
- package/uview-plus/components/u-choose/style.scss +0 -17
- package/uview-plus/components/u-circle-progress/style.css +0 -69
- package/uview-plus/components/u-circle-progress/style.scss +0 -84
- package/uview-plus/components/u-city-locate/style.css +0 -20
- package/uview-plus/components/u-city-locate/style.scss +0 -20
- package/uview-plus/components/u-code-input/style.css +0 -68
- package/uview-plus/components/u-code-input/style.scss +0 -75
- package/uview-plus/components/u-col/style.css +0 -50
- package/uview-plus/components/u-col/style.scss +0 -65
- package/uview-plus/components/u-collapse-item/style.css +0 -10
- package/uview-plus/components/u-collapse-item/style.scss +0 -13
- package/uview-plus/components/u-color-picker/style.css +0 -246
- package/uview-plus/components/u-color-picker/style.scss +0 -299
- package/uview-plus/components/u-column-notice/style.css +0 -37
- package/uview-plus/components/u-column-notice/style.scss +0 -33
- package/uview-plus/components/u-count-down/style.css +0 -5
- package/uview-plus/components/u-count-down/style.scss +0 -11
- package/uview-plus/components/u-count-to/style.css +0 -6
- package/uview-plus/components/u-count-to/style.scss +0 -6
- package/uview-plus/components/u-coupon/style.css +0 -214
- package/uview-plus/components/u-coupon/style.scss +0 -246
- package/uview-plus/components/u-cropper/style.css +0 -91
- package/uview-plus/components/u-cropper/style.scss +0 -93
- package/uview-plus/components/u-datetime-picker/style.css +0 -26
- package/uview-plus/components/u-datetime-picker/style.scss +0 -26
- package/uview-plus/components/u-divider/style.css +0 -17
- package/uview-plus/components/u-divider/style.scss +0 -22
- package/uview-plus/components/u-dragsort/style.css +0 -40
- package/uview-plus/components/u-dragsort/style.scss +0 -52
- package/uview-plus/components/u-dropdown/style.css +0 -66
- package/uview-plus/components/u-dropdown/style.scss +0 -66
- package/uview-plus/components/u-dropdown-item/style.css +0 -3
- package/uview-plus/components/u-dropdown-item/style.scss +0 -3
- package/uview-plus/components/u-empty/style.css +0 -27
- package/uview-plus/components/u-empty/style.scss +0 -22
- package/uview-plus/components/u-empty/u-empty-new.vue +0 -102
- package/uview-plus/components/u-float-button/style.css +0 -15
- package/uview-plus/components/u-float-button/style.scss +0 -15
- package/uview-plus/components/u-form-item/style.css +0 -82
- package/uview-plus/components/u-form-item/style.scss +0 -72
- package/uview-plus/components/u-goods-sku/style.css +0 -100
- package/uview-plus/components/u-goods-sku/style.scss +0 -120
- package/uview-plus/components/u-grid/style.css +0 -21
- package/uview-plus/components/u-grid/style.scss +0 -21
- package/uview-plus/components/u-grid-item/style.css +0 -30
- package/uview-plus/components/u-grid-item/style.scss +0 -43
- package/uview-plus/components/u-icon/style.css +0 -63
- package/uview-plus/components/u-icon/style.scss +0 -82
- package/uview-plus/components/u-image/style.css +0 -24
- package/uview-plus/components/u-image/style.scss +0 -32
- package/uview-plus/components/u-index-anchor/style.css +0 -22
- package/uview-plus/components/u-index-anchor/style.scss +0 -18
- package/uview-plus/components/u-index-list/style.css +0 -51
- package/uview-plus/components/u-index-list/style.scss +0 -52
- package/uview-plus/components/u-input/style.css +0 -64
- package/uview-plus/components/u-input/style.scss +0 -62
- package/uview-plus/components/u-keyboard/style.css +0 -26
- package/uview-plus/components/u-keyboard/style.scss +0 -29
- package/uview-plus/components/u-lazy-load/style.css +0 -12
- package/uview-plus/components/u-lazy-load/style.scss +0 -15
- package/uview-plus/components/u-line/style.css +0 -5
- package/uview-plus/components/u-line/style.scss +0 -5
- package/uview-plus/components/u-line-progress/style.css +0 -38
- package/uview-plus/components/u-line-progress/style.scss +0 -35
- package/uview-plus/components/u-link/style.css +0 -11
- package/uview-plus/components/u-link/style.scss +0 -10
- package/uview-plus/components/u-list/style.css +0 -6
- package/uview-plus/components/u-list/style.scss +0 -3
- package/uview-plus/components/u-list-item/style.css +0 -2
- package/uview-plus/components/u-list-item/style.scss +0 -2
- package/uview-plus/components/u-loading-icon/style.css +0 -138
- package/uview-plus/components/u-loading-icon/style.scss +0 -152
- package/uview-plus/components/u-loading-page/style.css +0 -33
- package/uview-plus/components/u-loading-page/style.scss +0 -35
- package/uview-plus/components/u-loadmore/style.css +0 -29
- package/uview-plus/components/u-loadmore/style.scss +0 -27
- package/uview-plus/components/u-markdown/style.css +0 -188
- package/uview-plus/components/u-markdown/style.scss +0 -199
- package/uview-plus/components/u-message-input/style.css +0 -115
- package/uview-plus/components/u-message-input/style.scss +0 -134
- package/uview-plus/components/u-modal/style.css +0 -63
- package/uview-plus/components/u-modal/style.scss +0 -68
- package/uview-plus/components/u-navbar/style.css +0 -51
- package/uview-plus/components/u-navbar/style.scss +0 -56
- package/uview-plus/components/u-navbar-mini/style.css +0 -34
- package/uview-plus/components/u-navbar-mini/style.scss +0 -36
- package/uview-plus/components/u-no-network/style.css +0 -38
- package/uview-plus/components/u-no-network/style.scss +0 -34
- package/uview-plus/components/u-notice-bar/style.css +0 -5
- package/uview-plus/components/u-notice-bar/style.scss +0 -5
- package/uview-plus/components/u-notice-bar/u-notice-bar2.vue +0 -102
- package/uview-plus/components/u-notify/style.css +0 -28
- package/uview-plus/components/u-notify/style.scss +0 -38
- package/uview-plus/components/u-number-box/style.css +0 -56
- package/uview-plus/components/u-number-box/style.scss +0 -68
- package/uview-plus/components/u-number-keyboard/style.css +0 -45
- package/uview-plus/components/u-number-keyboard/style.scss +0 -61
- package/uview-plus/components/u-overlay/style.css +0 -8
- package/uview-plus/components/u-overlay/style.scss +0 -13
- package/uview-plus/components/u-pagination/style.css +0 -46
- package/uview-plus/components/u-pagination/style.scss +0 -51
- package/uview-plus/components/u-pdf-reader/style.css +0 -2
- package/uview-plus/components/u-pdf-reader/style.scss +0 -2
- package/uview-plus/components/u-picker/style.css +0 -58
- package/uview-plus/components/u-picker/style.scss +0 -54
- package/uview-plus/components/u-picker-data/style.css +0 -11
- package/uview-plus/components/u-picker-data/style.scss +0 -13
- package/uview-plus/components/u-popover/style.css +0 -8
- package/uview-plus/components/u-popover/style.scss +0 -7
- package/uview-plus/components/u-popup/style.css +0 -87
- package/uview-plus/components/u-popup/style.scss +0 -106
- package/uview-plus/components/u-poster/style.css +0 -22
- package/uview-plus/components/u-poster/style.scss +0 -26
- package/uview-plus/components/u-pull-refresh/style.css +0 -51
- package/uview-plus/components/u-pull-refresh/style.scss +0 -58
- package/uview-plus/components/u-qrcode/style.css +0 -33
- package/uview-plus/components/u-qrcode/style.scss +0 -33
- package/uview-plus/components/u-radio/style.css +0 -77
- package/uview-plus/components/u-radio/style.scss +0 -101
- package/uview-plus/components/u-radio-group/style.css +0 -15
- package/uview-plus/components/u-radio-group/style.scss +0 -14
- package/uview-plus/components/u-rate/style.css +0 -32
- package/uview-plus/components/u-rate/style.scss +0 -37
- package/uview-plus/components/u-read-more/style.css +0 -23
- package/uview-plus/components/u-read-more/style.scss +0 -21
- package/uview-plus/components/u-row/style.css +0 -6
- package/uview-plus/components/u-row/style.scss +0 -3
- package/uview-plus/components/u-row-notice/style.css +0 -50
- package/uview-plus/components/u-row-notice/style.scss +0 -49
- package/uview-plus/components/u-safe-bottom/style.css +0 -5
- package/uview-plus/components/u-safe-bottom/style.scss +0 -5
- package/uview-plus/components/u-scroll-list/style.css +0 -35
- package/uview-plus/components/u-scroll-list/style.scss +0 -32
- package/uview-plus/components/u-search/style.css +0 -87
- package/uview-plus/components/u-search/style.scss +0 -105
- package/uview-plus/components/u-select/style.css +0 -51
- package/uview-plus/components/u-select/style.scss +0 -47
- package/uview-plus/components/u-short-video/style.css +0 -117
- package/uview-plus/components/u-short-video/style.scss +0 -138
- package/uview-plus/components/u-signature/style.css +0 -70
- package/uview-plus/components/u-signature/style.scss +0 -88
- package/uview-plus/components/u-skeleton/style.css +0 -51
- package/uview-plus/components/u-skeleton/style.scss +0 -57
- package/uview-plus/components/u-sku-wu/style.css +0 -271
- package/uview-plus/components/u-slider/style.css +0 -69
- package/uview-plus/components/u-slider/style.scss +0 -76
- package/uview-plus/components/u-status-bar/style.css +0 -5
- package/uview-plus/components/u-status-bar/style.scss +0 -6
- package/uview-plus/components/u-steps/style.css +0 -20
- package/uview-plus/components/u-steps/style.scss +0 -21
- package/uview-plus/components/u-steps-item/style.css +0 -112
- package/uview-plus/components/u-steps-item/style.scss +0 -116
- package/uview-plus/components/u-sticky/style.css +0 -5
- package/uview-plus/components/u-sticky/style.scss +0 -6
- package/uview-plus/components/u-subsection/style.css +0 -101
- package/uview-plus/components/u-subsection/style.scss +0 -121
- package/uview-plus/components/u-swipe-action-item/style.css +0 -51
- package/uview-plus/components/u-swipe-action-item/style.scss +0 -44
- package/uview-plus/components/u-swiper/style.css +0 -50
- package/uview-plus/components/u-swiper/style.scss +0 -51
- package/uview-plus/components/u-swiper-indicator/style.css +0 -26
- package/uview-plus/components/u-swiper-indicator/style.scss +0 -29
- package/uview-plus/components/u-switch/style.css +0 -47
- package/uview-plus/components/u-switch/style.scss +0 -46
- package/uview-plus/components/u-tabbar/style.css +0 -29
- package/uview-plus/components/u-tabbar/style.scss +0 -23
- package/uview-plus/components/u-tabbar-item/style.css +0 -59
- package/uview-plus/components/u-tabbar-item/style.scss +0 -62
- package/uview-plus/components/u-table2/style.css +0 -90
- package/uview-plus/components/u-table2/style.scss +0 -117
- package/uview-plus/components/u-tabs/style.css +0 -62
- package/uview-plus/components/u-tabs/style.scss +0 -60
- package/uview-plus/components/u-tag/style.css +0 -169
- package/uview-plus/components/u-tag/style.scss +0 -204
- package/uview-plus/components/u-td/style.css +0 -14
- package/uview-plus/components/u-td/style.scss +0 -11
- package/uview-plus/components/u-text/style.css +0 -50
- package/uview-plus/components/u-text/style.scss +0 -56
- package/uview-plus/components/u-text/style2.scss +0 -60
- package/uview-plus/components/u-textarea/style.css +0 -35
- package/uview-plus/components/u-textarea/style.scss +0 -37
- package/uview-plus/components/u-th/style.css +0 -13
- package/uview-plus/components/u-th/style.scss +0 -10
- package/uview-plus/components/u-title/style.css +0 -8
- package/uview-plus/components/u-title/style.scss +0 -10
- package/uview-plus/components/u-toast/style.css +0 -67
- package/uview-plus/components/u-toast/style.scss +0 -106
- package/uview-plus/components/u-toolbar/style.css +0 -33
- package/uview-plus/components/u-toolbar/style.scss +0 -35
- package/uview-plus/components/u-tooltip/style.css +0 -65
- package/uview-plus/components/u-tooltip/style.scss +0 -62
- package/uview-plus/components/u-tr/style.css +0 -6
- package/uview-plus/components/u-tr/style.scss +0 -3
- package/uview-plus/components/u-transition/style.css +0 -98
- package/uview-plus/components/u-transition/style.scss +0 -120
- package/uview-plus/components/u-upload/style.css +0 -174
- package/uview-plus/components/u-upload/style.scss +0 -221
- package/uview-plus/components/u-view/style.css +0 -2
- package/uview-plus/components/u-view/style.scss +0 -2
- package/uview-plus/components/u-virtual-list/style.css +0 -16
- package/uview-plus/components/u-virtual-list/style.scss +0 -16
- package/uview-plus/components/u-waterfall/style.css +0 -28
- package/uview-plus/components/u-waterfall/style.scss +0 -25
- /package/{uni-ui/lib/uni-forms/style.css → other/lime-painter2/components/lime-painter/qrcode.js} +0 -0
- /package/{ui-fireui copy/components/u-countdown/u-countdown.vue → ui-fireui/components/u-count-down/u-count-down.vue} +0 -0
- /package/{plugins → uview-plus/libs/ctocode}/MessageBox.js +0 -0
package/ui-fireui copy/index.css
DELETED
|
@@ -1,1483 +0,0 @@
|
|
|
1
|
-
/* Thor UI 基础组件 样式*/
|
|
2
|
-
|
|
3
|
-
/*!
|
|
4
|
-
* =====================================================
|
|
5
|
-
* Thor UI v1.0.0 (https://www.thorui.cn/)
|
|
6
|
-
* =====================================================
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
.up-center {
|
|
10
|
-
text-align: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.up-right {
|
|
14
|
-
text-align: right;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.up-col-12 {
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.up-col-11 {
|
|
22
|
-
width: 91.66666667%;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.up-col-10 {
|
|
26
|
-
width: 83.33333333%;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.up-col-9 {
|
|
30
|
-
width: 75%;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.up-col-8 {
|
|
34
|
-
width: 66.66666667%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.up-col-7 {
|
|
38
|
-
width: 58.33333333%;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.up-col-6 {
|
|
42
|
-
width: 50%;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.up-col-5 {
|
|
46
|
-
width: 41.66666667%;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.up-col-4 {
|
|
50
|
-
width: 33.33333333%;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.up-col-3 {
|
|
54
|
-
width: 25%;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.up-col-2 {
|
|
58
|
-
width: 16.66666667%;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.up-col-1 {
|
|
62
|
-
width: 8.33333333%;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/*列表统一样式
|
|
66
|
-
.up-list-item {
|
|
67
|
-
position: relative;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.up-list-item::after {
|
|
71
|
-
content: '';
|
|
72
|
-
position: absolute;
|
|
73
|
-
border-bottom: 1rpx solid #eaeef1;
|
|
74
|
-
-webkit-transform: scaleY(0.5);
|
|
75
|
-
transform: scaleY(0.5);
|
|
76
|
-
bottom: 0;
|
|
77
|
-
right: 0;
|
|
78
|
-
left: 30rpx;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.up-last::after {
|
|
82
|
-
border-bottom: 0 !important;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/*按钮样式*/
|
|
86
|
-
.up-button-primary {
|
|
87
|
-
width: 100%;
|
|
88
|
-
height: 90rpx;
|
|
89
|
-
line-height: 90rpx;
|
|
90
|
-
background: linear-gradient(-90deg, #5677fc, #5c8dff);
|
|
91
|
-
border-radius: 45rpx;
|
|
92
|
-
color: #fff;
|
|
93
|
-
font-size: 36rpx;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.up-button-hover {
|
|
97
|
-
color: #d5d4d9;
|
|
98
|
-
background: linear-gradient(-90deg, #4a67d6, #4e77d9);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.up-button-gray {
|
|
102
|
-
background: #ededed;
|
|
103
|
-
color: #999 !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.up-button-gray_hover {
|
|
107
|
-
background: #d5d5d5 !important;
|
|
108
|
-
color: #898989;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.up-button-white {
|
|
112
|
-
background: #fff;
|
|
113
|
-
color: #333 !important;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.up-button-white_hover {
|
|
117
|
-
background: #e5e5e5 !important;
|
|
118
|
-
color: #2e2e2e !important;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/* #endif */
|
|
122
|
-
|
|
123
|
-
.up-mask {
|
|
124
|
-
width: 100%;
|
|
125
|
-
height: 100%;
|
|
126
|
-
position: fixed;
|
|
127
|
-
top: 0;
|
|
128
|
-
left: 0;
|
|
129
|
-
background: rgba(0, 0, 0, 0.4);
|
|
130
|
-
z-index: 999;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.up-ellipsis {
|
|
134
|
-
overflow: hidden;
|
|
135
|
-
white-space: nowrap;
|
|
136
|
-
text-overflow: ellipsis;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.up-ellipsis-2 {
|
|
140
|
-
display: -webkit-box;
|
|
141
|
-
overflow: hidden;
|
|
142
|
-
white-space: normal !important;
|
|
143
|
-
text-overflow: ellipsis;
|
|
144
|
-
word-wrap: break-word;
|
|
145
|
-
-webkit-line-clamp: 2;
|
|
146
|
-
-webkit-box-orient: vertical;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.up-opcity {
|
|
150
|
-
opacity: 0.5;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.up-scale-small {
|
|
154
|
-
transform: scale(0.9);
|
|
155
|
-
transform-origin: center center;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.up-height-full {
|
|
159
|
-
height: 100%;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.up-width-full {
|
|
163
|
-
width: 100%;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.up-ptop-zero {
|
|
167
|
-
padding-top: 0;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.up-pbottom-zero {
|
|
171
|
-
padding-bottom: 0;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.up-pleft-zero {
|
|
175
|
-
padding-left: 0;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.up-pright-zero {
|
|
179
|
-
padding-right: 0;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.up-primary {
|
|
183
|
-
background-color: #5677fc !important;
|
|
184
|
-
color: #fff;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.up-light-primary {
|
|
188
|
-
background-color: #5c8dff !important;
|
|
189
|
-
color: #fff;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.up-dark-primary {
|
|
193
|
-
background-color: #4a67d6 !important;
|
|
194
|
-
color: #fff;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.up-dLight-primary {
|
|
198
|
-
background-color: #4e77d9 !important;
|
|
199
|
-
color: #fff;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.up-danger {
|
|
203
|
-
background-color: #ed3f14 !important;
|
|
204
|
-
color: #fff;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.up-warning {
|
|
208
|
-
background-color: #ff7900 !important;
|
|
209
|
-
color: #fff;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.up-blue {
|
|
213
|
-
background-color: #007aff !important;
|
|
214
|
-
color: #fff;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.up-green {
|
|
218
|
-
background-color: #19be6b !important;
|
|
219
|
-
color: #fff;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.up-black {
|
|
223
|
-
background-color: #000 !important;
|
|
224
|
-
color: #fff;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.up-white {
|
|
228
|
-
background-color: #fff !important;
|
|
229
|
-
color: #333 !important;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.up-translucent {
|
|
233
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.up-light-black {
|
|
237
|
-
background-color: #333 !important;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.up-gray {
|
|
241
|
-
background-color: #80848f;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.up-phcolor-gray {
|
|
245
|
-
background-color: #ccc !important;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.up-divider-gray {
|
|
249
|
-
background-color: #eaeef1 !important;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.up-btn-gray {
|
|
253
|
-
background-color: #ededed !important;
|
|
254
|
-
color: #999 !important;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.up-hover {
|
|
258
|
-
background-color: #f7f7f9 !important;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.up-hover-gray {
|
|
262
|
-
background-color: #f7f7f9 !important;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.up-bg-gray {
|
|
266
|
-
background-color: #fafafa !important;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.up-light-blue {
|
|
270
|
-
background-color: #ecf6fd;
|
|
271
|
-
color: #4dabeb !important;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.up-light-brownish {
|
|
275
|
-
background-color: #fcebef;
|
|
276
|
-
color: #8a5966 !important;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.up-light-orange {
|
|
280
|
-
background-color: #fef5eb;
|
|
281
|
-
color: #faa851 !important;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.up-light-green {
|
|
285
|
-
background-color: #e8f6e8;
|
|
286
|
-
color: #44cf85 !important;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
/* color end*/
|
|
290
|
-
|
|
291
|
-
/*Button start*/
|
|
292
|
-
.up-btn-primary {
|
|
293
|
-
background: #5677fc !important;
|
|
294
|
-
color: #fff;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.up-shadow-primary {
|
|
298
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(86, 119, 252, 0.2);
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.up-btn-danger {
|
|
302
|
-
background: #eb0909 !important;
|
|
303
|
-
color: #fff;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.up-shadow-danger {
|
|
307
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.2);
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.up-btn-warning {
|
|
311
|
-
background: #fc872d !important;
|
|
312
|
-
color: #fff;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.up-shadow-warning {
|
|
316
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(252, 135, 45, 0.2);
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.up-btn-green {
|
|
320
|
-
background: #35b06a !important;
|
|
321
|
-
color: #fff;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.up-shadow-green {
|
|
325
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(53, 176, 106, 0.2);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.up-btn-blue {
|
|
329
|
-
background: #007aff !important;
|
|
330
|
-
color: #fff;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.up-shadow-blue {
|
|
334
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(0, 122, 255, 0.2);
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.up-btn-white {
|
|
338
|
-
background: #fff !important;
|
|
339
|
-
color: #333 !important;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.up-btn-gray {
|
|
343
|
-
background: #bfbfbf !important;
|
|
344
|
-
color: #fff !important;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.up-btn-black {
|
|
348
|
-
background: #333 !important;
|
|
349
|
-
color: #fff !important;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.up-shadow-gray {
|
|
353
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(191, 191, 191, 0.2);
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.up-hover-gray {
|
|
357
|
-
background: #f7f7f9 !important;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
.up-black-hover {
|
|
361
|
-
background: #555 !important;
|
|
362
|
-
color: #e5e5e5 !important;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
/* button start
|
|
366
|
-
* 宽高通过覆盖样式改变
|
|
367
|
-
**/
|
|
368
|
-
|
|
369
|
-
.up-btn {
|
|
370
|
-
width: 100%;
|
|
371
|
-
height: 96rpx;
|
|
372
|
-
line-height: 96rpx;
|
|
373
|
-
font-size: 32rpx;
|
|
374
|
-
position: relative;
|
|
375
|
-
border: 0 !important;
|
|
376
|
-
border-radius: 6rpx;
|
|
377
|
-
padding-left: 0;
|
|
378
|
-
padding-right: 0;
|
|
379
|
-
overflow: visible;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.up-btn-base {
|
|
383
|
-
width: auto;
|
|
384
|
-
/* #ifdef MP-ALIPAY */
|
|
385
|
-
min-width: 200rpx;
|
|
386
|
-
/* #endif */
|
|
387
|
-
font-size: 30rpx;
|
|
388
|
-
height: 70rpx;
|
|
389
|
-
line-height: 70rpx;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.up-btn-small {
|
|
393
|
-
width: auto;
|
|
394
|
-
/* #ifdef MP-ALIPAY */
|
|
395
|
-
min-width: 140rpx;
|
|
396
|
-
/* #endif */
|
|
397
|
-
font-size: 30rpx;
|
|
398
|
-
height: 60rpx;
|
|
399
|
-
line-height: 60rpx;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.up-btn::after {
|
|
403
|
-
content: '';
|
|
404
|
-
position: absolute;
|
|
405
|
-
width: 200%;
|
|
406
|
-
height: 200%;
|
|
407
|
-
transform-origin: 0 0;
|
|
408
|
-
transform: scale(0.5, 0.5) translateZ(0);
|
|
409
|
-
box-sizing: border-box;
|
|
410
|
-
left: 0;
|
|
411
|
-
top: 0;
|
|
412
|
-
border-radius: 12rpx;
|
|
413
|
-
border: 0;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.up-btn-white::after {
|
|
417
|
-
border: 1rpx solid #bfbfbf;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.up-white-hover {
|
|
421
|
-
background: #e5e5e5 !important;
|
|
422
|
-
color: #2e2e2e !important;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.up-dark-disabled {
|
|
426
|
-
opacity: 0.6 !important;
|
|
427
|
-
color: #fafbfc !important;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
.up-dark-disabled-outline {
|
|
431
|
-
opacity: 0.5 !important;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.up-gray-disabled {
|
|
435
|
-
background: #f3f3f3 !important;
|
|
436
|
-
color: #919191 !important;
|
|
437
|
-
box-shadow: none;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.up-outline-hover {
|
|
441
|
-
opacity: 0.5;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.up-primary-hover {
|
|
445
|
-
background: #4a67d6 !important;
|
|
446
|
-
color: #e5e5e5 !important;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.up-primary-outline::after {
|
|
450
|
-
border: 1rpx solid #5677fc !important;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.up-primary-outline {
|
|
454
|
-
color: #5677fc !important;
|
|
455
|
-
background: transparent;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
.up-danger-hover {
|
|
459
|
-
background: #c80808 !important;
|
|
460
|
-
color: #e5e5e5 !important;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.up-danger-outline {
|
|
464
|
-
color: #eb0909 !important;
|
|
465
|
-
background: transparent;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.up-danger-outline::after {
|
|
469
|
-
border: 1rpx solid #eb0909 !important;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
.up-warning-hover {
|
|
473
|
-
background: #d67326 !important;
|
|
474
|
-
color: #e5e5e5 !important;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
.up-warning-outline {
|
|
478
|
-
color: #fc872d !important;
|
|
479
|
-
background: transparent;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
.up-warning-outline::after {
|
|
483
|
-
border: 1px solid #fc872d !important;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.up-green-hover {
|
|
487
|
-
background: #2d965a !important;
|
|
488
|
-
color: #e5e5e5 !important;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.up-green-outline {
|
|
492
|
-
color: #35b06a !important;
|
|
493
|
-
background: transparent;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
.up-green-outline::after {
|
|
497
|
-
border: 1rpx solid #35b06a !important;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
.up-blue-hover {
|
|
501
|
-
background: #0062cc !important;
|
|
502
|
-
color: #e5e5e5 !important;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
.up-blue-outline {
|
|
506
|
-
color: #007aff !important;
|
|
507
|
-
background: transparent;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.up-blue-outline::after {
|
|
511
|
-
border: 1rpx solid #007aff !important;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
/* #ifndef APP-NVUE */
|
|
515
|
-
.up-btn-gradual {
|
|
516
|
-
background: linear-gradient(90deg, rgb(255, 89, 38), rgb(240, 14, 44)) !important;
|
|
517
|
-
color: #fff !important;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.up-shadow-gradual {
|
|
521
|
-
box-shadow: 0 10rpx 14rpx 0 rgba(235, 9, 9, 0.15);
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
/* #endif */
|
|
525
|
-
|
|
526
|
-
.up-gray-hover {
|
|
527
|
-
background: #a3a3a3 !important;
|
|
528
|
-
color: #898989;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/* #ifndef APP-NVUE */
|
|
532
|
-
.up-gradual-hover {
|
|
533
|
-
background: linear-gradient(90deg, #d74620, #cd1225) !important;
|
|
534
|
-
color: #fff !important;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
/* #endif */
|
|
538
|
-
|
|
539
|
-
.up-gray-outline {
|
|
540
|
-
color: #999 !important;
|
|
541
|
-
background: transparent !important;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
.up-white-outline {
|
|
545
|
-
color: #fff !important;
|
|
546
|
-
background: transparent !important;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.up-black-outline {
|
|
550
|
-
background: transparent !important;
|
|
551
|
-
color: #333 !important;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.up-gray-outline::after {
|
|
555
|
-
border: 1rpx solid #ccc !important;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.up-white-outline::after {
|
|
559
|
-
border: 1px solid #fff !important;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
.up-black-outline::after {
|
|
563
|
-
border: 1px solid #333 !important;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/*圆角 */
|
|
567
|
-
|
|
568
|
-
.up-fillet {
|
|
569
|
-
border-radius: 50rpx;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.up-btn-white.up-fillet::after {
|
|
573
|
-
border-radius: 98rpx;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.up-outline-fillet::after {
|
|
577
|
-
border-radius: 98rpx;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
/*平角*/
|
|
581
|
-
.up-rightAngle {
|
|
582
|
-
border-radius: 0;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.up-btn-white.up-rightAngle::after {
|
|
586
|
-
border-radius: 0;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.up-outline-rightAngle::after {
|
|
590
|
-
border-radius: 0;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/*Button end*/
|
|
594
|
-
|
|
595
|
-
/*Badge start*/
|
|
596
|
-
.up-badge-dot {
|
|
597
|
-
height: 16rpx;
|
|
598
|
-
width: 16rpx;
|
|
599
|
-
border-radius: 50%;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.up-badge {
|
|
603
|
-
font-size: 24rpx;
|
|
604
|
-
height: 36rpx;
|
|
605
|
-
min-width: 12rpx;
|
|
606
|
-
padding: 0 12rpx;
|
|
607
|
-
border-radius: 36rpx;
|
|
608
|
-
display: flex;
|
|
609
|
-
align-items: center;
|
|
610
|
-
justify-content: center;
|
|
611
|
-
z-index: 10;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
.up-badge-scale {
|
|
615
|
-
transform-origin: center center;
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
/*Badge end*/
|
|
619
|
-
|
|
620
|
-
/*List start*/
|
|
621
|
-
.up-list-cell {
|
|
622
|
-
position: relative;
|
|
623
|
-
width: 100%;
|
|
624
|
-
padding: 26rpx 30rpx;
|
|
625
|
-
background-color: #fff;
|
|
626
|
-
box-sizing: border-box;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
.up-list-radius {
|
|
630
|
-
border-radius: 6rpx;
|
|
631
|
-
overflow: hidden;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.up-cell-hover {
|
|
635
|
-
background-color: #f1f1f1 !important;
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
.up-list-cell::after {
|
|
639
|
-
content: '';
|
|
640
|
-
position: absolute;
|
|
641
|
-
border-bottom: 1rpx solid #eaeef1;
|
|
642
|
-
-webkit-transform: scaleY(0.5) translateZ(0);
|
|
643
|
-
transform: scaleY(0.5) translateZ(0);
|
|
644
|
-
transform-origin: 0 100%;
|
|
645
|
-
bottom: 0;
|
|
646
|
-
right: 0;
|
|
647
|
-
left: 0;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
.up-line-left::after {
|
|
651
|
-
left: 30rpx !important;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.up-line-right::after {
|
|
655
|
-
right: 30rpx !important;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.up-cell-unlined::after {
|
|
659
|
-
border-bottom: 0 !important;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
.up-cell-arrow::before {
|
|
663
|
-
content: ' ';
|
|
664
|
-
height: 10px;
|
|
665
|
-
width: 10px;
|
|
666
|
-
border-width: 2px 2px 0 0;
|
|
667
|
-
border-color: #c0c0c0;
|
|
668
|
-
border-style: solid;
|
|
669
|
-
-webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
670
|
-
transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
|
|
671
|
-
position: absolute;
|
|
672
|
-
top: 50%;
|
|
673
|
-
margin-top: -6px;
|
|
674
|
-
right: 30rpx;
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
.up-arrow-right::before {
|
|
678
|
-
right: 0 !important;
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
.up-arrow-gray::before {
|
|
682
|
-
border-color: #666666 !important;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
.up-arrow-white::before {
|
|
686
|
-
border-color: #ffffff !important;
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
.up-arrow-warning::before {
|
|
690
|
-
border-color: #ff7900 !important;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
.up-arrow-success::before {
|
|
694
|
-
border-color: #19be6b !important;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.up-arrow-danger::before {
|
|
698
|
-
border-color: #eb0909 !important;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
/*List end*/
|
|
702
|
-
|
|
703
|
-
/*Card start*/
|
|
704
|
-
.up-card {
|
|
705
|
-
margin: 0 30rpx;
|
|
706
|
-
font-size: 28rpx;
|
|
707
|
-
background-color: #fff;
|
|
708
|
-
border-radius: 10rpx;
|
|
709
|
-
box-shadow: 0 0 10rpx #eee;
|
|
710
|
-
box-sizing: border-box;
|
|
711
|
-
overflow: hidden;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
.up-card-full {
|
|
715
|
-
margin: 0 !important;
|
|
716
|
-
border-radius: 0 !important;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.up-card-full::after {
|
|
720
|
-
border-radius: 0 !important;
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
.up-card-border {
|
|
724
|
-
position: relative;
|
|
725
|
-
box-shadow: none !important;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.up-card-border::after {
|
|
729
|
-
content: ' ';
|
|
730
|
-
position: absolute;
|
|
731
|
-
height: 200%;
|
|
732
|
-
width: 200%;
|
|
733
|
-
border: 1px solid #ddd;
|
|
734
|
-
transform-origin: 0 0;
|
|
735
|
-
-webkit-transform-origin: 0 0;
|
|
736
|
-
-webkit-transform: scale(0.5);
|
|
737
|
-
transform: scale(0.5);
|
|
738
|
-
left: 0;
|
|
739
|
-
top: 0;
|
|
740
|
-
border-radius: 20rpx;
|
|
741
|
-
box-sizing: border-box;
|
|
742
|
-
pointer-events: none;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
.up-card-header {
|
|
746
|
-
width: 100%;
|
|
747
|
-
padding: 20rpx;
|
|
748
|
-
display: flex;
|
|
749
|
-
align-items: center;
|
|
750
|
-
justify-content: space-between;
|
|
751
|
-
position: relative;
|
|
752
|
-
box-sizing: border-box;
|
|
753
|
-
overflow: hidden;
|
|
754
|
-
border-top-left-radius: 10rpx;
|
|
755
|
-
border-top-right-radius: 10rpx;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
.up-card-header::after {
|
|
759
|
-
content: '';
|
|
760
|
-
position: absolute;
|
|
761
|
-
border-bottom: 1rpx solid #eaeef1;
|
|
762
|
-
-webkit-transform: scaleY(0.5);
|
|
763
|
-
transform: scaleY(0.5);
|
|
764
|
-
bottom: 0;
|
|
765
|
-
right: 0;
|
|
766
|
-
left: 0;
|
|
767
|
-
pointer-events: none;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.up-header-line::after {
|
|
771
|
-
border-bottom: 0 !important;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.up-header-thumb {
|
|
775
|
-
height: 60rpx;
|
|
776
|
-
width: 60rpx;
|
|
777
|
-
vertical-align: middle;
|
|
778
|
-
margin-right: 20rpx;
|
|
779
|
-
border-radius: 6rpx;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.up-thumb-circle {
|
|
783
|
-
border-radius: 50% !important;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.up-header-title {
|
|
787
|
-
display: inline-block;
|
|
788
|
-
font-size: 30rpx;
|
|
789
|
-
color: #7a7a7a;
|
|
790
|
-
vertical-align: middle;
|
|
791
|
-
max-width: 460rpx;
|
|
792
|
-
overflow: hidden;
|
|
793
|
-
white-space: nowrap;
|
|
794
|
-
text-overflow: ellipsis;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.up-header-right {
|
|
798
|
-
font-size: 24rpx;
|
|
799
|
-
color: #b2b2b2;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.up-card-body {
|
|
803
|
-
font-size: 32rpx;
|
|
804
|
-
color: #262b3a;
|
|
805
|
-
box-sizing: border-box;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.up-card-footer {
|
|
809
|
-
font-size: 28rpx;
|
|
810
|
-
color: #596d96;
|
|
811
|
-
border-bottom-left-radius: 10rpx;
|
|
812
|
-
border-bottom-right-radius: 10rpx;
|
|
813
|
-
box-sizing: border-box;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
/*Card end*/
|
|
817
|
-
|
|
818
|
-
/*Grid start*/
|
|
819
|
-
.up-grids {
|
|
820
|
-
width: 100%;
|
|
821
|
-
position: relative;
|
|
822
|
-
overflow: hidden;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
.up-grids::after {
|
|
826
|
-
content: ' ';
|
|
827
|
-
position: absolute;
|
|
828
|
-
left: 0;
|
|
829
|
-
top: 0;
|
|
830
|
-
width: 100%;
|
|
831
|
-
height: 1px;
|
|
832
|
-
border-top: 1px solid #eaeef1;
|
|
833
|
-
-webkit-transform-origin: 0 0;
|
|
834
|
-
transform-origin: 0 0;
|
|
835
|
-
-webkit-transform: scaleY(0.5);
|
|
836
|
-
transform: scaleY(0.5);
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.up-border-top::after {
|
|
840
|
-
border-top: 0 !important;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
.up-grid {
|
|
844
|
-
position: relative;
|
|
845
|
-
padding: 40rpx 20rpx;
|
|
846
|
-
box-sizing: border-box;
|
|
847
|
-
background: #fff;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
.up-grid-2 {
|
|
851
|
-
width: 50%;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.up-grid-3 {
|
|
855
|
-
width: 33.333333333%;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
.up-grid-4 {
|
|
859
|
-
width: 25%;
|
|
860
|
-
padding: 30rpx 20rpx !important;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
.up-grid-5 {
|
|
864
|
-
width: 20%;
|
|
865
|
-
padding: 20rpx !important;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.up-grid-2:nth-of-type(2n)::before {
|
|
869
|
-
width: 0;
|
|
870
|
-
border-right: 0;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.up-grid-3:nth-of-type(3n)::before {
|
|
874
|
-
width: 0;
|
|
875
|
-
border-right: 0;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
.up-grid-4:nth-of-type(4n)::before {
|
|
879
|
-
width: 0;
|
|
880
|
-
border-right: 0;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
.up-grid-5:nth-of-type(5n)::before {
|
|
884
|
-
width: 0;
|
|
885
|
-
border-right: 0;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.up-grid::before {
|
|
889
|
-
content: ' ';
|
|
890
|
-
position: absolute;
|
|
891
|
-
right: 0;
|
|
892
|
-
top: 0;
|
|
893
|
-
width: 1px;
|
|
894
|
-
bottom: 0;
|
|
895
|
-
border-right: 1px solid #eaeef1;
|
|
896
|
-
-webkit-transform-origin: 100% 0;
|
|
897
|
-
transform-origin: 100% 0;
|
|
898
|
-
-webkit-transform: scaleX(0.5);
|
|
899
|
-
transform: scaleX(0.5);
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
.up-grid::after {
|
|
903
|
-
content: ' ';
|
|
904
|
-
position: absolute;
|
|
905
|
-
left: 0;
|
|
906
|
-
bottom: 0;
|
|
907
|
-
right: 0;
|
|
908
|
-
height: 1px;
|
|
909
|
-
border-bottom: 1px solid #eaeef1;
|
|
910
|
-
-webkit-transform-origin: 0 100%;
|
|
911
|
-
transform-origin: 0 100%;
|
|
912
|
-
-webkit-transform: scaleY(0.5);
|
|
913
|
-
transform: scaleY(0.5);
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.up-grid-bottom::after {
|
|
917
|
-
height: 0 !important;
|
|
918
|
-
border-bottom: 0 !important;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
.up-grid-bg {
|
|
922
|
-
position: relative;
|
|
923
|
-
padding: 0;
|
|
924
|
-
width: 100%;
|
|
925
|
-
box-sizing: border-box;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.up-grid-icon {
|
|
929
|
-
width: 64rpx;
|
|
930
|
-
height: 64rpx;
|
|
931
|
-
margin: 0 auto;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
.up-grid-icon image {
|
|
935
|
-
display: block;
|
|
936
|
-
width: 64rpx;
|
|
937
|
-
height: 64rpx;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
.up-grid-icon + .up-grid-label {
|
|
941
|
-
margin-top: 10rpx;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.up-grid-label {
|
|
945
|
-
display: block;
|
|
946
|
-
text-align: center;
|
|
947
|
-
font-weight: 400;
|
|
948
|
-
color: #333;
|
|
949
|
-
font-size: 28rpx;
|
|
950
|
-
white-space: nowrap;
|
|
951
|
-
overflow: hidden;
|
|
952
|
-
text-overflow: ellipsis;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
.up-item-hover {
|
|
956
|
-
background-color: #f7f7f9 !important;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
/*Grid end*/
|
|
960
|
-
|
|
961
|
-
/*Loading start*/
|
|
962
|
-
.up-loading-init {
|
|
963
|
-
min-width: 200rpx;
|
|
964
|
-
min-height: 200rpx;
|
|
965
|
-
max-width: 500rpx;
|
|
966
|
-
display: flex;
|
|
967
|
-
align-items: center;
|
|
968
|
-
justify-content: center;
|
|
969
|
-
flex-direction: column;
|
|
970
|
-
position: fixed;
|
|
971
|
-
top: 50%;
|
|
972
|
-
left: 50%;
|
|
973
|
-
transform: translate(-50%, -50%);
|
|
974
|
-
z-index: 9999;
|
|
975
|
-
font-size: 26rpx;
|
|
976
|
-
color: #fff;
|
|
977
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
978
|
-
border-radius: 10rpx;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
.up-loading-center {
|
|
982
|
-
width: 50rpx;
|
|
983
|
-
height: 50rpx;
|
|
984
|
-
border: 3px solid #fff;
|
|
985
|
-
border-radius: 50%;
|
|
986
|
-
margin: 0 6px;
|
|
987
|
-
display: inline-block;
|
|
988
|
-
vertical-align: middle;
|
|
989
|
-
clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 0% 40%);
|
|
990
|
-
animation: rotate 1s linear infinite;
|
|
991
|
-
margin-bottom: 36rpx;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.up-loadmore-tips {
|
|
995
|
-
text-align: center;
|
|
996
|
-
padding: 0 20rpx;
|
|
997
|
-
box-sizing: border-box;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
@-webkit-keyframes rotate {
|
|
1001
|
-
from {
|
|
1002
|
-
transform: rotatez(0deg);
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
to {
|
|
1006
|
-
transform: rotatez(360deg);
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
@keyframes rotate {
|
|
1011
|
-
from {
|
|
1012
|
-
transform: rotatez(0deg);
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
to {
|
|
1016
|
-
transform: rotatez(360deg);
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
.up-loadmore {
|
|
1021
|
-
width: 48%;
|
|
1022
|
-
margin: 1.5em auto;
|
|
1023
|
-
line-height: 1.5em;
|
|
1024
|
-
font-size: 24rpx;
|
|
1025
|
-
text-align: center;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.up-loading-1 {
|
|
1029
|
-
margin: 0 5px;
|
|
1030
|
-
width: 20px;
|
|
1031
|
-
height: 20px;
|
|
1032
|
-
display: inline-block;
|
|
1033
|
-
vertical-align: middle;
|
|
1034
|
-
-webkit-animation: a 1s steps(12) infinite;
|
|
1035
|
-
animation: a 1s steps(12) infinite;
|
|
1036
|
-
background: transparent
|
|
1037
|
-
url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=)
|
|
1038
|
-
no-repeat;
|
|
1039
|
-
background-size: 100%;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
@-webkit-keyframes a {
|
|
1043
|
-
0% {
|
|
1044
|
-
-webkit-transform: rotate(0deg);
|
|
1045
|
-
transform: rotate(0deg);
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
to {
|
|
1049
|
-
-webkit-transform: rotate(1turn);
|
|
1050
|
-
transform: rotate(1turn);
|
|
1051
|
-
}
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
@keyframes a {
|
|
1055
|
-
0% {
|
|
1056
|
-
-webkit-transform: rotate(0deg);
|
|
1057
|
-
transform: rotate(0deg);
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
to {
|
|
1061
|
-
-webkit-transform: rotate(1turn);
|
|
1062
|
-
transform: rotate(1turn);
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
.up-loadmore-tips {
|
|
1067
|
-
display: inline-block;
|
|
1068
|
-
vertical-align: middle;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.up-loading-2 {
|
|
1072
|
-
width: 28rpx;
|
|
1073
|
-
height: 28rpx;
|
|
1074
|
-
border: 1px solid #8f8d8e;
|
|
1075
|
-
border-radius: 50%;
|
|
1076
|
-
margin: 0 6px;
|
|
1077
|
-
display: inline-block;
|
|
1078
|
-
vertical-align: middle;
|
|
1079
|
-
clip-path: polygon(0% 0%, 100% 0%, 100% 30%, 0% 30%);
|
|
1080
|
-
animation: rotate 1s linear infinite;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
@-webkit-keyframes rotate {
|
|
1084
|
-
from {
|
|
1085
|
-
transform: rotatez(0deg);
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
to {
|
|
1089
|
-
transform: rotatez(360deg);
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
@keyframes rotate {
|
|
1094
|
-
from {
|
|
1095
|
-
transform: rotatez(0deg);
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
to {
|
|
1099
|
-
transform: rotatez(360deg);
|
|
1100
|
-
}
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
.up-loading-3 {
|
|
1104
|
-
display: inline-block;
|
|
1105
|
-
margin: 0 6px;
|
|
1106
|
-
vertical-align: middle;
|
|
1107
|
-
width: 28rpx;
|
|
1108
|
-
height: 28rpx;
|
|
1109
|
-
background: 0 0;
|
|
1110
|
-
border-radius: 50%;
|
|
1111
|
-
border: 2px solid;
|
|
1112
|
-
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #8f8d8e;
|
|
1113
|
-
animation: up-rotate 0.7s linear infinite;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
.up-loading-3.up-loading-primary {
|
|
1117
|
-
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #5677fc;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.up-loading-3.up-loading-green {
|
|
1121
|
-
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #19be6b;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.up-loading-3.up-loading-orange {
|
|
1125
|
-
border-color: #e5e5e5 #e5e5e5 #e5e5e5 #ff7900;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
.up-loading-3.up-loading-red {
|
|
1129
|
-
border-color: #ededed #ededed #ededed #ed3f14;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
@-webkit-keyframes up-rotate {
|
|
1133
|
-
0% {
|
|
1134
|
-
transform: rotate(0);
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
100% {
|
|
1138
|
-
transform: rotate(360deg);
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
@keyframes up-rotate {
|
|
1143
|
-
0% {
|
|
1144
|
-
transform: rotate(0);
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
100% {
|
|
1148
|
-
transform: rotate(360deg);
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
.up-loadmore-none {
|
|
1153
|
-
width: 50%;
|
|
1154
|
-
margin: 1.5em auto;
|
|
1155
|
-
line-height: 1.5em;
|
|
1156
|
-
font-size: 24rpx;
|
|
1157
|
-
display: flex;
|
|
1158
|
-
justify-content: center;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.up-nomore {
|
|
1162
|
-
width: 100%;
|
|
1163
|
-
height: 100%;
|
|
1164
|
-
position: relative;
|
|
1165
|
-
display: flex;
|
|
1166
|
-
justify-content: center;
|
|
1167
|
-
margin-top: 10rpx;
|
|
1168
|
-
padding-bottom: 6rpx;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.up-nomore::before {
|
|
1172
|
-
content: ' ';
|
|
1173
|
-
position: absolute;
|
|
1174
|
-
border-bottom: 1rpx solid #e5e5e5;
|
|
1175
|
-
-webkit-transform: scaleY(0.5);
|
|
1176
|
-
transform: scaleY(0.5);
|
|
1177
|
-
width: 100%;
|
|
1178
|
-
top: 18rpx;
|
|
1179
|
-
left: 0;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
.up-nomore-text {
|
|
1183
|
-
color: #999;
|
|
1184
|
-
font-size: 24rpx;
|
|
1185
|
-
text-align: center;
|
|
1186
|
-
padding: 0 18rpx;
|
|
1187
|
-
height: 36rpx;
|
|
1188
|
-
line-height: 36rpx;
|
|
1189
|
-
position: relative;
|
|
1190
|
-
z-index: 1;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
.up-nomore-dot {
|
|
1194
|
-
position: relative;
|
|
1195
|
-
text-align: center;
|
|
1196
|
-
-webkit-display: flex;
|
|
1197
|
-
display: flex;
|
|
1198
|
-
-webkit-justify-content: center;
|
|
1199
|
-
justify-content: center;
|
|
1200
|
-
margin-top: 10rpx;
|
|
1201
|
-
padding-bottom: 6rpx;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
.up-nomore-dot::before {
|
|
1205
|
-
content: '';
|
|
1206
|
-
position: absolute;
|
|
1207
|
-
border-bottom: 1rpx solid #e5e5e5;
|
|
1208
|
-
-webkit-transform: scaleY(0.5);
|
|
1209
|
-
transform: scaleY(0.5);
|
|
1210
|
-
width: 360rpx;
|
|
1211
|
-
top: 18rpx;
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
.up-dot-text {
|
|
1215
|
-
position: relative;
|
|
1216
|
-
color: #e5e5e5;
|
|
1217
|
-
font-size: 10px;
|
|
1218
|
-
text-align: center;
|
|
1219
|
-
width: 50rpx;
|
|
1220
|
-
height: 36rpx;
|
|
1221
|
-
line-height: 36rpx;
|
|
1222
|
-
-webkit-transform: scale(0.8);
|
|
1223
|
-
transform: scale(0.8);
|
|
1224
|
-
-webkit-transform-origin: center center;
|
|
1225
|
-
transform-origin: center center;
|
|
1226
|
-
z-index: 1;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
/*Loading end*/
|
|
1230
|
-
|
|
1231
|
-
/*Footer start*/
|
|
1232
|
-
.up-footer {
|
|
1233
|
-
width: 100%;
|
|
1234
|
-
overflow: hidden;
|
|
1235
|
-
padding: 30rpx 24rpx;
|
|
1236
|
-
box-sizing: border-box;
|
|
1237
|
-
font-size: 24rpx;
|
|
1238
|
-
color: #a7a7a7;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.up-fixed {
|
|
1242
|
-
position: fixed;
|
|
1243
|
-
z-index: 9999;
|
|
1244
|
-
/* #ifdef H5 */
|
|
1245
|
-
bottom: 0;
|
|
1246
|
-
/* #endif */
|
|
1247
|
-
/* #ifndef H5 */
|
|
1248
|
-
bottom: env(safe-area-inset-bottom);
|
|
1249
|
-
/* #endif */
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.up-footer-link {
|
|
1253
|
-
color: #596d96;
|
|
1254
|
-
display: flex;
|
|
1255
|
-
align-items: center;
|
|
1256
|
-
justify-content: center;
|
|
1257
|
-
font-size: 28rpx;
|
|
1258
|
-
}
|
|
1259
|
-
|
|
1260
|
-
.up-link {
|
|
1261
|
-
position: relative;
|
|
1262
|
-
padding: 0 18rpx;
|
|
1263
|
-
line-height: 1;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.up-link::before {
|
|
1267
|
-
content: ' ';
|
|
1268
|
-
position: absolute;
|
|
1269
|
-
right: 0;
|
|
1270
|
-
top: 0;
|
|
1271
|
-
width: 1px;
|
|
1272
|
-
bottom: 0;
|
|
1273
|
-
border-right: 1px solid #d3d3d3;
|
|
1274
|
-
-webkit-transform-origin: 100% 0;
|
|
1275
|
-
transform-origin: 100% 0;
|
|
1276
|
-
-webkit-transform: scaleX(0.5);
|
|
1277
|
-
transform: scaleX(0.5);
|
|
1278
|
-
}
|
|
1279
|
-
|
|
1280
|
-
.up-link:last-child::before {
|
|
1281
|
-
border-right: 0 !important;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.up-link-hover {
|
|
1285
|
-
opacity: 0.5;
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
.up-footer-copyright {
|
|
1289
|
-
font-size: 24rpx;
|
|
1290
|
-
color: #a7a7a7;
|
|
1291
|
-
line-height: 1;
|
|
1292
|
-
text-align: center;
|
|
1293
|
-
padding-top: 16rpx;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
/*Footer end*/
|
|
1297
|
-
|
|
1298
|
-
/*layout start*/
|
|
1299
|
-
|
|
1300
|
-
/*形状*/
|
|
1301
|
-
.up-triangle {
|
|
1302
|
-
border: 16rpx solid;
|
|
1303
|
-
width: 0;
|
|
1304
|
-
height: 0;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.up-triangle-left {
|
|
1308
|
-
border-color: transparent #5c8dff transparent transparent;
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
.up-triangle-right {
|
|
1312
|
-
border-color: transparent transparent transparent #5c8dff;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.up-triangle-top {
|
|
1316
|
-
border-color: transparent transparent #5c8dff transparent;
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.up-triangle-bottom {
|
|
1320
|
-
border-color: #5c8dff transparent transparent transparent;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
.up-parallelogram {
|
|
1324
|
-
width: 100rpx;
|
|
1325
|
-
height: 50rpx;
|
|
1326
|
-
transform: skew(-10deg);
|
|
1327
|
-
background: #19be6b;
|
|
1328
|
-
margin-left: 10rpx;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
.up-crescent {
|
|
1332
|
-
width: 60rpx;
|
|
1333
|
-
height: 60rpx;
|
|
1334
|
-
border-radius: 50%;
|
|
1335
|
-
box-shadow: 12rpx 12rpx 0 0 yellowgreen;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.up-input {
|
|
1339
|
-
flex: 1;
|
|
1340
|
-
font-size: 32rpx;
|
|
1341
|
-
overflow: visible;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
.up-phcolor {
|
|
1345
|
-
color: #ccc;
|
|
1346
|
-
font-size: 32rpx;
|
|
1347
|
-
overflow: visible;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
.up-text-left {
|
|
1351
|
-
text-align: left;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
.up-text-right {
|
|
1355
|
-
text-align: right;
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
/*上传*/
|
|
1359
|
-
.up-upload-box {
|
|
1360
|
-
width: 100%;
|
|
1361
|
-
display: flex;
|
|
1362
|
-
flex-wrap: wrap;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.up-upload-item {
|
|
1366
|
-
width: 220rpx;
|
|
1367
|
-
height: 220rpx;
|
|
1368
|
-
position: relative;
|
|
1369
|
-
margin-right: 20rpx;
|
|
1370
|
-
margin-bottom: 20rpx;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.up-upload-item:nth-of-type(3n) {
|
|
1374
|
-
margin-right: 0;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.up-upload-img {
|
|
1378
|
-
width: 220rpx;
|
|
1379
|
-
height: 220rpx;
|
|
1380
|
-
display: block;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
.up-upload-del {
|
|
1384
|
-
position: absolute;
|
|
1385
|
-
right: -18rpx;
|
|
1386
|
-
top: -18rpx;
|
|
1387
|
-
display: flex;
|
|
1388
|
-
align-items: center;
|
|
1389
|
-
justify-content: center;
|
|
1390
|
-
}
|
|
1391
|
-
|
|
1392
|
-
.up-upload-add {
|
|
1393
|
-
width: 220rpx;
|
|
1394
|
-
height: 220rpx;
|
|
1395
|
-
font-size: 68rpx;
|
|
1396
|
-
font-weight: 100;
|
|
1397
|
-
color: #888;
|
|
1398
|
-
background-color: #f7f7f7;
|
|
1399
|
-
display: flex;
|
|
1400
|
-
align-items: center;
|
|
1401
|
-
justify-content: center;
|
|
1402
|
-
padding: 0;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
/* 操作条*/
|
|
1406
|
-
.up-operation {
|
|
1407
|
-
width: 100%;
|
|
1408
|
-
height: 100rpx;
|
|
1409
|
-
box-sizing: border-box;
|
|
1410
|
-
overflow: hidden;
|
|
1411
|
-
background: rgba(255, 255, 255, 0.9);
|
|
1412
|
-
position: relative;
|
|
1413
|
-
display: flex;
|
|
1414
|
-
align-items: center;
|
|
1415
|
-
justify-content: space-between;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.up-operation::before {
|
|
1419
|
-
content: '';
|
|
1420
|
-
position: absolute;
|
|
1421
|
-
top: 0px;
|
|
1422
|
-
right: 0;
|
|
1423
|
-
left: 0;
|
|
1424
|
-
border-top: 1rpx solid #eaeef1;
|
|
1425
|
-
-webkit-transform: scaleY(0.5);
|
|
1426
|
-
transform: scaleY(0.5);
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
.up-operation-left {
|
|
1430
|
-
display: flex;
|
|
1431
|
-
align-items: center;
|
|
1432
|
-
}
|
|
1433
|
-
|
|
1434
|
-
.up-operation-item {
|
|
1435
|
-
flex: 1;
|
|
1436
|
-
display: flex;
|
|
1437
|
-
align-items: center;
|
|
1438
|
-
justify-content: center;
|
|
1439
|
-
flex-direction: column;
|
|
1440
|
-
position: relative;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.up-operation-text {
|
|
1444
|
-
font-size: 22rpx;
|
|
1445
|
-
color: #333;
|
|
1446
|
-
}
|
|
1447
|
-
|
|
1448
|
-
.up-operation-right {
|
|
1449
|
-
flex: 1;
|
|
1450
|
-
height: 100rpx;
|
|
1451
|
-
box-sizing: border-box;
|
|
1452
|
-
padding-top: 0;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
.up-relative {
|
|
1456
|
-
position: relative;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
.up-btn-comment {
|
|
1460
|
-
height: 64rpx;
|
|
1461
|
-
width: 84%;
|
|
1462
|
-
background: #ededed;
|
|
1463
|
-
color: #999;
|
|
1464
|
-
border-radius: 8rpx;
|
|
1465
|
-
font-size: 28rpx;
|
|
1466
|
-
display: flex;
|
|
1467
|
-
align-items: center;
|
|
1468
|
-
padding-left: 20rpx;
|
|
1469
|
-
box-sizing: border-box;
|
|
1470
|
-
padding-top: 0;
|
|
1471
|
-
margin-left: 30rpx;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.up-input-box {
|
|
1475
|
-
width: 78%;
|
|
1476
|
-
justify-content: flex-start;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
.up-voice-icon {
|
|
1480
|
-
margin-left: 12rpx;
|
|
1481
|
-
margin-right: 12rpx;
|
|
1482
|
-
}
|
|
1483
|
-
/* custom end*/
|