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