@10yun/cv-mobile-ui 0.5.53 → 0.5.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/parse-create.js +17 -5
- package/build/parse-pages-pkg.js +14 -5
- package/js-sdk/Sansnn-uQRCode/uqrcode.js +150 -75
- package/js-sdk/clipboard.min.js +9 -0
- package/js-sdk/gprint/encoding-indexes.js +47 -0
- package/js-sdk/gprint/encoding.js +3312 -0
- package/js-sdk/gprint/esc.js +548 -0
- package/js-sdk/gprint/tsc.js +222 -0
- package/js-sdk/ican-H5Api/ican-H5Api.js +68 -666
- package/other/api-set-tabbar.nvue +0 -3
- package/other/lime-painter/changelog.md +225 -0
- package/other/lime-painter/components/common/relation.js +150 -0
- package/other/lime-painter/components/l-painter/l-painter.vue +482 -0
- package/other/lime-painter/components/l-painter/nvue.js +203 -0
- package/other/lime-painter/components/l-painter/painter.js +1 -0
- package/other/lime-painter/components/l-painter/props.js +56 -0
- package/other/lime-painter/components/l-painter/single.js +1 -0
- package/other/lime-painter/components/l-painter/utils.js +382 -0
- package/other/lime-painter/components/l-painter-image/l-painter-image.vue +23 -0
- package/other/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue +22 -0
- package/other/lime-painter/components/l-painter-text/l-painter-text.vue +32 -0
- package/other/lime-painter/components/l-painter-view/l-painter-view.vue +28 -0
- package/other/lime-painter/components/lime-painter/lime-painter.vue +259 -0
- package/other/lime-painter/hybrid/html/index.html +117 -0
- package/other/lime-painter/hybrid/html/painter.js +1 -0
- package/other/lime-painter/hybrid/html/uni.webview.1.5.3.js +1 -0
- package/other/lime-painter/package.json +93 -0
- package/other/lime-painter/parser.js +388 -0
- package/other/lime-painter/readme.md +961 -0
- package/other/lime-painter2/README2.md +576 -0
- package/other/lime-painter2/changelog.md +225 -0
- package/other/lime-painter2/components/lime-painter/canvas.js +57 -0
- package/other/lime-painter2/components/lime-painter/draw.js +654 -0
- package/other/lime-painter2/components/lime-painter/draw2.js +709 -0
- package/other/lime-painter2/components/lime-painter/gradient.js +119 -0
- package/other/lime-painter2/components/lime-painter/index.vue +344 -0
- package/other/lime-painter2/components/lime-painter/index2.vue +197 -0
- package/other/lime-painter2/components/lime-painter/layout.js +374 -0
- package/other/lime-painter2/components/lime-painter/utils.js +420 -0
- package/other/lime-painter2/package.json +93 -0
- package/other/lime-painter2/readme.md +758 -0
- package/other/lime-painter2/test.md +45 -0
- package/other/mpvue-echarts/src/echarts.vue +116 -103
- package/other/mpvue-echarts/src/style.css +0 -6
- package/other/product.vue +45 -1
- package/other/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/other/u-parse-2019/components/wxParseAudio.vue +29 -0
- package/other/u-parse-2019/components/wxParseImg.vue +87 -0
- package/other/u-parse-2019/components/wxParseTemplate0.vue +105 -0
- package/other/u-parse-2019/components/wxParseTemplate1.vue +96 -0
- package/other/u-parse-2019/components/wxParseTemplate10.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate11.vue +84 -0
- package/other/u-parse-2019/components/wxParseTemplate2.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate3.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate4.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate5.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate6.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate7.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate8.vue +95 -0
- package/other/u-parse-2019/components/wxParseTemplate9.vue +95 -0
- package/other/u-parse-2019/components/wxParseVideo.vue +15 -0
- package/other/u-parse-2019/libs/html2json.js +258 -0
- package/other/u-parse-2019/libs/htmlparser.js +163 -0
- package/other/u-parse-2019/libs/wxDiscode.js +195 -0
- package/other/u-parse-2019/readme.md +99 -0
- package/other/u-parse-2019/u-parse.css +240 -0
- package/other/u-parse-2019/u-parse.vue +114 -0
- package/other/u-parse2026/components/wxParseAudio.vue +29 -0
- package/other/u-parse2026/components/wxParseImg.vue +90 -0
- package/other/u-parse2026/components/wxParseTable.vue +51 -0
- package/other/u-parse2026/components/wxParseTemplate0.vue +93 -0
- package/other/u-parse2026/components/wxParseTemplate1.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate10.vue +82 -0
- package/other/u-parse2026/components/wxParseTemplate11.vue +79 -0
- package/other/u-parse2026/components/wxParseTemplate2.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate3.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate4.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate5.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate6.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate7.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate8.vue +92 -0
- package/other/u-parse2026/components/wxParseTemplate9.vue +82 -0
- package/other/u-parse2026/components/wxParseVideo.vue +15 -0
- package/other/u-parse2026/libs/html2json.js +258 -0
- package/other/u-parse2026/libs/htmlparser.js +163 -0
- package/other/u-parse2026/libs/wxDiscode.js +195 -0
- package/other/u-parse2026/readme.md +99 -0
- package/other/u-parse2026/u-parse.css +283 -0
- package/other/u-parse2026/u-parse.vue +114 -0
- package/other/uParse/components/wxParseVideo.vue +2 -1
- package/other/xt-parse/changelog.md +41 -0
- package/other/xt-parse/node/node.vue +752 -0
- package/other/xt-parse/package.json +129 -0
- package/other/xt-parse/parser.js +1461 -0
- package/other/xt-parse/props.js +49 -0
- package/other/xt-parse/readme.md +145 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/handler2.js +224 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min.js +1 -0
- package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min2.js +186 -0
- package/other/xt-parse/static/app-plus/u-parse/local.html +37 -0
- package/other/xt-parse/u-parse.vue +510 -0
- package/other/z-paging/changelog.md +52 -0
- package/other/z-paging/components/z-paging/components/z-paging-load-more.vue +182 -0
- package/other/z-paging/components/z-paging/components/z-paging-refresh.vue +214 -0
- package/other/z-paging/components/z-paging/config/index.js +3 -0
- package/other/z-paging/components/z-paging/css/z-paging-main.css +241 -0
- package/other/z-paging/components/z-paging/css/z-paging-static.css +50 -0
- package/other/z-paging/components/z-paging/i18n/en.json +23 -0
- package/other/z-paging/components/z-paging/i18n/index.js +8 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hans.json +23 -0
- package/other/z-paging/components/z-paging/i18n/zh-Hant.json +23 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPaging.js +25 -0
- package/other/z-paging/components/z-paging/js/hooks/useZPagingComp.js +25 -0
- package/other/z-paging/components/z-paging/js/modules/back-to-top.js +125 -0
- package/other/z-paging/components/z-paging/js/modules/chat-record-mode.js +149 -0
- package/other/z-paging/components/z-paging/js/modules/common-layout.js +152 -0
- package/other/z-paging/components/z-paging/js/modules/data-handle.js +736 -0
- package/other/z-paging/components/z-paging/js/modules/empty.js +144 -0
- package/other/z-paging/components/z-paging/js/modules/i18n.js +113 -0
- package/other/z-paging/components/z-paging/js/modules/load-more.js +374 -0
- package/other/z-paging/components/z-paging/js/modules/loading.js +95 -0
- package/other/z-paging/components/z-paging/js/modules/nvue.js +268 -0
- package/other/z-paging/components/z-paging/js/modules/refresher.js +831 -0
- package/other/z-paging/components/z-paging/js/modules/scroller.js +550 -0
- package/other/z-paging/components/z-paging/js/modules/virtual-list.js +555 -0
- package/other/z-paging/components/z-paging/js/z-paging-constant.js +19 -0
- package/other/z-paging/components/z-paging/js/z-paging-enum.js +45 -0
- package/other/z-paging/components/z-paging/js/z-paging-interceptor.js +97 -0
- package/other/z-paging/components/z-paging/js/z-paging-main.js +515 -0
- package/other/z-paging/components/z-paging/js/z-paging-mixin.js +22 -0
- package/other/z-paging/components/z-paging/js/z-paging-static.js +13 -0
- package/other/z-paging/components/z-paging/js/z-paging-utils.js +302 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-renderjs.js +67 -0
- package/other/z-paging/components/z-paging/wxs/z-paging-wxs.wxs +382 -0
- package/other/z-paging/components/z-paging/z-paging.vue +538 -0
- package/other/z-paging/components/z-paging-cell/z-paging-cell.vue +47 -0
- package/other/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue +209 -0
- package/other/z-paging/components/z-paging-swiper/z-paging-swiper.vue +176 -0
- package/other/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue +171 -0
- package/other/z-paging/package.json +89 -0
- package/other/z-paging/readme.md +57 -0
- package/other/z-paging/types/comps/_common.d.ts +9 -0
- package/other/z-paging/types/comps/z-paging-cell.d.ts +29 -0
- package/other/z-paging/types/comps/z-paging-empty-view.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper-item.d.ts +95 -0
- package/other/z-paging/types/comps/z-paging-swiper.d.ts +89 -0
- package/other/z-paging/types/comps/z-paging.d.ts +2083 -0
- package/other/z-paging/types/comps.d.ts +11 -0
- package/other/z-paging/types/index.d.ts +24 -0
- package/package.json +7 -7
- package/plugins/tui-validation.js +279 -0
- package/plugins/uni-async.js +28 -0
- package/ui-cv/components/cv-draw-gesture-lock/cv-draw-gesture-lock.vue +39 -1
- package/ui-cv/components/cv-draw-qrcode/cv-draw-qrcode.vue +18 -14
- package/ui-cv/components/cv-geo-region/mpvueCityPicker.vue +77 -1
- package/ui-cv/components/cv-lists-base/cv-lists-base.vue +2 -2
- package/ui-cv/components/cv-tab-lists/cv-tab-lists.vue +2 -2
- package/ui-fireui/components/u-icon/u-icon.vue +63 -1
- package/ui-sdks/qiun-data-charts/changelog.md +320 -0
- package/ui-sdks/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +1618 -0
- package/ui-sdks/qiun-data-charts/components/qiun-error/qiun-error.vue +46 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading1.vue +162 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading2.vue +170 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading3.vue +173 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading4.vue +222 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/loading5.vue +229 -0
- package/ui-sdks/qiun-data-charts/components/qiun-loading/qiun-loading.vue +36 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-echarts.js +422 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +606 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/readme.md +5 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.js +7706 -0
- package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +18 -0
- package/ui-sdks/qiun-data-charts/license.md +201 -0
- package/ui-sdks/qiun-data-charts/package.json +80 -0
- package/ui-sdks/qiun-data-charts/readme.md +84 -0
- package/ui-sdks/qiun-data-charts/static/app-plus/echarts.min.js +23 -0
- package/ui-sdks/qiun-data-charts/static/h5/echarts.min.js +23 -0
- package/ui-sdks/tui-clipboard/tui-clipboard.js +53 -0
- package/uni-ui/lib/uni-badge/changelog.md +33 -0
- package/uni-ui/lib/uni-badge/package.json +107 -0
- package/uni-ui/lib/uni-badge/readme.md +8 -0
- package/uni-ui/lib/uni-badge/uni-badge.vue +87 -4
- package/uni-ui/lib/uni-breadcrumb/changelog.md +6 -0
- package/uni-ui/lib/uni-breadcrumb/package.json +104 -0
- package/uni-ui/lib/uni-breadcrumb/readme.md +66 -0
- package/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue +8 -1
- package/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue +38 -1
- package/uni-ui/lib/uni-calendar/calendar.js +0 -2
- package/uni-ui/lib/uni-calendar/changelog.md +30 -0
- package/uni-ui/lib/uni-calendar/package.json +105 -0
- package/uni-ui/lib/uni-calendar/readme.md +103 -0
- package/uni-ui/lib/uni-calendar/uni-calendar-item.vue +83 -1
- package/uni-ui/lib/uni-calendar/uni-calendar.vue +206 -8
- package/uni-ui/lib/uni-calendar/util.js +1 -1
- package/uni-ui/lib/uni-card/changelog.md +26 -0
- package/uni-ui/lib/uni-card/package.json +107 -0
- package/uni-ui/lib/uni-card/readme.md +10 -0
- package/uni-ui/lib/uni-card/uni-card.vue +127 -4
- package/uni-ui/lib/uni-col/uni-col.vue +2155 -2
- package/uni-ui/lib/uni-collapse/changelog.md +48 -0
- package/uni-ui/lib/uni-collapse/package.json +106 -0
- package/uni-ui/lib/uni-collapse/readme.md +11 -0
- package/uni-ui/lib/uni-collapse/uni-collapse.vue +13 -1
- package/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +127 -2
- package/uni-ui/lib/uni-combox/changelog.md +17 -0
- package/uni-ui/lib/uni-combox/package.json +107 -0
- package/uni-ui/lib/uni-combox/readme.md +10 -0
- package/uni-ui/lib/uni-combox/uni-combox.vue +145 -19
- package/uni-ui/lib/uni-countdown/changelog.md +30 -0
- package/uni-ui/lib/uni-countdown/package.json +105 -0
- package/uni-ui/lib/uni-countdown/readme.md +9 -0
- package/uni-ui/lib/uni-countdown/uni-countdown.vue +43 -16
- package/uni-ui/lib/uni-data-checkbox/changelog.md +51 -0
- package/uni-ui/lib/uni-data-checkbox/package.json +107 -0
- package/uni-ui/lib/uni-data-checkbox/readme.md +17 -0
- package/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue +326 -5
- package/uni-ui/lib/uni-data-picker/changelog.md +81 -0
- package/uni-ui/lib/uni-data-picker/package.json +109 -0
- package/uni-ui/lib/uni-data-picker/readme.md +21 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.uvue +380 -0
- package/uni-ui/lib/uni-data-picker/uni-data-picker.vue +52 -4
- package/uni-ui/lib/uni-data-pickerview/loading.uts +1 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +150 -157
- package/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts +693 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +76 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue +69 -0
- package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +163 -1
- package/uni-ui/lib/uni-data-select/changelog.md +51 -0
- package/uni-ui/lib/uni-data-select/package.json +106 -0
- package/uni-ui/lib/uni-data-select/readme.md +7 -0
- package/uni-ui/lib/uni-data-select/uni-data-select.vue +555 -45
- package/uni-ui/lib/uni-dateformat/changelog.md +10 -0
- package/uni-ui/lib/uni-dateformat/package.json +107 -0
- package/uni-ui/lib/uni-dateformat/readme.md +10 -0
- package/uni-ui/lib/uni-dateformat/uni-dateformat.vue +2 -0
- package/uni-ui/lib/uni-datetime-picker/calendar-item.vue +113 -1
- package/uni-ui/lib/uni-datetime-picker/calendar.vue +340 -20
- package/uni-ui/lib/uni-datetime-picker/changelog.md +177 -0
- package/uni-ui/lib/uni-datetime-picker/keypress.js +45 -0
- package/uni-ui/lib/uni-datetime-picker/package.json +107 -0
- package/uni-ui/lib/uni-datetime-picker/readme.md +20 -0
- package/uni-ui/lib/uni-datetime-picker/time-picker.vue +200 -8
- package/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +287 -9
- package/uni-ui/lib/uni-datetime-picker/util.js +102 -85
- package/uni-ui/lib/uni-drawer/changelog.md +13 -0
- package/uni-ui/lib/uni-drawer/package.json +106 -0
- package/uni-ui/lib/uni-drawer/readme.md +9 -0
- package/uni-ui/lib/uni-drawer/uni-drawer.vue +72 -2
- package/uni-ui/lib/uni-easyinput/changelog.md +121 -0
- package/uni-ui/lib/uni-easyinput/common.js +0 -2
- package/uni-ui/lib/uni-easyinput/package.json +107 -0
- package/uni-ui/lib/uni-easyinput/readme.md +10 -0
- package/uni-ui/lib/uni-easyinput/uni-easyinput.vue +247 -5
- package/uni-ui/lib/uni-fab/changelog.md +25 -0
- package/uni-ui/lib/uni-fab/package.json +107 -0
- package/uni-ui/lib/uni-fab/readme.md +8 -0
- package/uni-ui/lib/uni-fab/uni-fab.vue +255 -2
- package/uni-ui/lib/uni-fav/changelog.md +19 -0
- package/uni-ui/lib/uni-fav/package.json +106 -0
- package/uni-ui/lib/uni-fav/readme.md +9 -0
- package/uni-ui/lib/uni-fav/uni-fav.vue +45 -1
- package/uni-ui/lib/uni-file-picker/changelog.md +91 -0
- package/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +67 -4
- package/uni-ui/lib/uni-file-picker/package.json +105 -0
- package/uni-ui/lib/uni-file-picker/readme.md +10 -0
- package/uni-ui/lib/uni-file-picker/uni-file-picker.vue +42 -22
- package/uni-ui/lib/uni-file-picker/upload-file.vue +152 -1
- package/uni-ui/lib/uni-file-picker/upload-image.vue +107 -5
- package/uni-ui/lib/uni-forms/changelog.md +100 -0
- package/uni-ui/lib/uni-forms/package.json +107 -0
- package/uni-ui/lib/uni-forms/readme.md +22 -0
- package/uni-ui/lib/uni-forms/uni-forms.vue +30 -3
- package/uni-ui/lib/uni-forms-item/uni-forms-item.vue +181 -6
- package/uni-ui/lib/uni-goods-nav/changelog.md +18 -0
- package/uni-ui/lib/uni-goods-nav/package.json +105 -0
- package/uni-ui/lib/uni-goods-nav/readme.md +9 -0
- package/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +124 -1
- package/uni-ui/lib/uni-grid/changelog.md +13 -0
- package/uni-ui/lib/uni-grid/package.json +106 -0
- package/uni-ui/lib/uni-grid/readme.md +10 -0
- package/uni-ui/lib/uni-grid/uni-grid.vue +36 -2
- package/uni-ui/lib/uni-grid-item/uni-grid-item.vue +57 -2
- package/uni-ui/lib/uni-group/changelog.md +16 -0
- package/uni-ui/lib/uni-group/package.json +106 -0
- package/uni-ui/lib/uni-group/readme.md +8 -0
- package/uni-ui/lib/uni-group/uni-group.vue +50 -1
- package/uni-ui/lib/uni-icons/changelog.md +22 -0
- package/uni-ui/lib/uni-icons/package.json +77 -8
- package/uni-ui/lib/uni-icons/readme.md +0 -1
- package/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
- package/uni-ui/lib/uni-icons/uni-icons.vue +37 -13
- package/uni-ui/lib/uni-icons/uniicons.css +32 -31
- package/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
- package/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
- package/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
- package/uni-ui/lib/uni-indexed-list/changelog.md +19 -0
- package/uni-ui/lib/uni-indexed-list/package.json +107 -0
- package/uni-ui/lib/uni-indexed-list/readme.md +10 -0
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +90 -2
- package/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +91 -3
- package/uni-ui/lib/uni-link/changelog.md +17 -0
- package/uni-ui/lib/uni-link/package.json +106 -0
- package/uni-ui/lib/uni-link/readme.md +10 -0
- package/uni-ui/lib/uni-link/uni-link.vue +3 -0
- package/uni-ui/lib/uni-list/changelog.md +52 -0
- package/uni-ui/lib/uni-list/package.json +108 -0
- package/uni-ui/lib/uni-list/readme.md +44 -0
- package/uni-ui/lib/uni-list/uni-list.vue +44 -1
- package/uni-ui/lib/uni-list/uni-refresh.vue +2 -0
- package/uni-ui/lib/uni-list/uni-refresh.wxs +1 -1
- package/uni-ui/lib/uni-list-ad/uni-list-ad.vue +33 -1
- package/uni-ui/lib/uni-list-chat/uni-list-chat.vue +265 -1
- package/uni-ui/lib/uni-list-item/uni-list-item.vue +185 -1
- package/uni-ui/lib/uni-load-more/changelog.md +27 -0
- package/uni-ui/lib/uni-load-more/package.json +105 -0
- package/uni-ui/lib/uni-load-more/readme.md +12 -0
- package/uni-ui/lib/uni-load-more/uni-load-more.vue +252 -1
- package/uni-ui/lib/uni-nav-bar/changelog.md +64 -0
- package/uni-ui/lib/uni-nav-bar/package.json +106 -0
- package/uni-ui/lib/uni-nav-bar/readme.md +13 -0
- package/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue +199 -5
- package/uni-ui/lib/uni-nav-bar/uni-status-bar.vue +11 -1
- package/uni-ui/lib/uni-notice-bar/changelog.md +22 -0
- package/uni-ui/lib/uni-notice-bar/package.json +107 -0
- package/uni-ui/lib/uni-notice-bar/readme.md +11 -0
- package/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +136 -8
- package/uni-ui/lib/uni-number-box/changelog.md +39 -0
- package/uni-ui/lib/uni-number-box/package.json +104 -0
- package/uni-ui/lib/uni-number-box/readme.md +11 -0
- package/uni-ui/lib/uni-number-box/uni-number-box.vue +73 -4
- package/uni-ui/lib/uni-pagination/changelog.md +27 -0
- package/uni-ui/lib/uni-pagination/package.json +106 -0
- package/uni-ui/lib/uni-pagination/readme.md +10 -0
- package/uni-ui/lib/uni-pagination/uni-pagination.vue +157 -1
- package/uni-ui/lib/uni-popup/changelog.md +102 -0
- package/uni-ui/lib/uni-popup/package.json +107 -0
- package/uni-ui/lib/uni-popup/readme.md +15 -0
- package/uni-ui/lib/uni-popup/uni-popup.uvue +90 -0
- package/uni-ui/lib/uni-popup/uni-popup.vue +108 -15
- package/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +167 -11
- package/uni-ui/lib/uni-popup-message/uni-popup-message.vue +70 -1
- package/uni-ui/lib/uni-popup-share/uni-popup-share.vue +87 -6
- package/uni-ui/lib/uni-rate/changelog.md +27 -0
- package/uni-ui/lib/uni-rate/package.json +106 -0
- package/uni-ui/lib/uni-rate/readme.md +11 -0
- package/uni-ui/lib/uni-rate/uni-rate.vue +64 -29
- package/uni-ui/lib/uni-row/changelog.md +10 -0
- package/uni-ui/lib/uni-row/package.json +106 -0
- package/uni-ui/lib/uni-row/readme.md +9 -0
- package/uni-ui/lib/uni-row/uni-row.vue +66 -1
- package/uni-ui/lib/uni-row/uni-row2.vue +144 -0
- package/uni-ui/lib/uni-scss/package.json +56 -39
- package/uni-ui/lib/uni-scss/readme.md +0 -1
- package/uni-ui/lib/uni-search-bar/changelog.md +47 -0
- package/uni-ui/lib/uni-search-bar/package.json +106 -0
- package/uni-ui/lib/uni-search-bar/readme.md +12 -0
- package/uni-ui/lib/uni-search-bar/uni-search-bar.vue +85 -4
- package/uni-ui/lib/uni-section/changelog.md +2 -0
- package/uni-ui/lib/uni-section/package.json +104 -0
- package/uni-ui/lib/uni-section/readme.md +7 -0
- package/uni-ui/lib/uni-section/uni-section.vue +61 -1
- package/uni-ui/lib/uni-segmented-control/changelog.md +15 -0
- package/uni-ui/lib/uni-segmented-control/package.json +106 -0
- package/uni-ui/lib/uni-segmented-control/readme.md +11 -0
- package/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue +67 -5
- package/uni-ui/lib/uni-status-bar/uni-status-bar.vue +3 -1
- package/uni-ui/lib/uni-steps/changelog.md +18 -0
- package/uni-ui/lib/uni-steps/package.json +106 -0
- package/uni-ui/lib/uni-steps/readme.md +11 -0
- package/uni-ui/lib/uni-steps/uni-steps.vue +201 -7
- package/uni-ui/lib/uni-swipe-action/changelog.md +60 -0
- package/uni-ui/lib/uni-swipe-action/package.json +113 -0
- package/uni-ui/lib/uni-swipe-action/readme.md +10 -0
- package/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue +60 -1
- package/uni-ui/lib/uni-swipe-action-item/bindingx.js +286 -282
- package/uni-ui/lib/uni-swipe-action-item/mpwxs.js +1 -1
- package/uni-ui/lib/uni-swipe-action-item/render.js +21 -14
- package/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +139 -18
- package/uni-ui/lib/uni-swipe-action-item/wx.wxs +10 -2
- package/uni-ui/lib/uni-swiper-dot/changelog.md +12 -0
- package/uni-ui/lib/uni-swiper-dot/package.json +106 -0
- package/uni-ui/lib/uni-swiper-dot/readme.md +10 -0
- package/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue +98 -2
- package/uni-ui/lib/uni-table/changelog.md +35 -0
- package/uni-ui/lib/uni-table/i18n/en.json +9 -0
- package/uni-ui/lib/uni-table/i18n/es.json +9 -0
- package/uni-ui/lib/uni-table/i18n/fr.json +9 -0
- package/uni-ui/lib/uni-table/i18n/index.js +12 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hans.json +9 -0
- package/uni-ui/lib/uni-table/i18n/zh-Hant.json +9 -0
- package/uni-ui/lib/uni-table/package.json +106 -0
- package/uni-ui/lib/uni-table/readme.md +11 -0
- package/uni-ui/lib/uni-table/uni-table.vue +162 -1
- package/uni-ui/lib/uni-tag/changelog.md +25 -0
- package/uni-ui/lib/uni-tag/package.json +106 -0
- package/uni-ui/lib/uni-tag/readme.md +11 -0
- package/uni-ui/lib/uni-tag/uni-tag.vue +111 -3
- package/uni-ui/lib/uni-tbody/uni-tbody.vue +1 -1
- package/uni-ui/lib/uni-td/uni-td.vue +19 -1
- package/uni-ui/lib/uni-th/filter-dropdown.vue +224 -2
- package/uni-ui/lib/uni-th/uni-th.vue +82 -1
- package/uni-ui/lib/uni-thead/uni-thead.vue +53 -2
- package/uni-ui/lib/uni-title/changelog.md +10 -0
- package/uni-ui/lib/uni-title/package.json +107 -0
- package/uni-ui/lib/uni-title/readme.md +12 -0
- package/uni-ui/lib/uni-title/uni-title.vue +1 -1
- package/uni-ui/lib/uni-tooltip/changelog.md +16 -0
- package/uni-ui/lib/uni-tooltip/package.json +104 -0
- package/uni-ui/lib/uni-tooltip/readme.md +7 -0
- package/uni-ui/lib/uni-tooltip/uni-tooltip.vue +1 -1
- package/uni-ui/lib/uni-tr/table-checkbox.vue +85 -1
- package/uni-ui/lib/uni-tr/uni-tr.vue +45 -3
- package/uni-ui/lib/uni-transition/changelog.md +31 -0
- package/uni-ui/lib/uni-transition/package.json +112 -0
- package/uni-ui/lib/uni-transition/readme.md +10 -0
- package/uni-ui/lib/uni-transition/uni-transition.vue +36 -32
- package/uni-ui/lib/uni-ui/changelog.md +639 -0
- package/uni-ui/lib/uni-ui/package.json +148 -0
- package/uni-ui/lib/uni-ui/readme.md +247 -0
- package/uni-ui/lib/uni-ui/uni-ui.vue +7 -0
- package/uni-ui/package.json +1 -1
- package/uview-plus/components/u-action-sheet/u-action-sheet.vue +56 -1
- package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +10 -1
- package/uview-plus/components/u-agreement/u-agreement.vue +14 -3
- package/uview-plus/components/u-album/u-album.vue +29 -1
- package/uview-plus/components/u-alert/u-alert.vue +96 -1
- package/uview-plus/components/u-avatar/u-avatar.vue +21 -1
- package/uview-plus/components/u-avatar-group/u-avatar-group.vue +28 -1
- package/uview-plus/components/u-back-top/u-back-top.vue +16 -1
- package/uview-plus/components/u-badge/u-badge.vue +57 -1
- package/uview-plus/components/u-box/u-box.vue +101 -3
- package/uview-plus/components/u-button/u-button.vue +196 -3
- package/uview-plus/components/u-calendar/header.vue +59 -3
- package/uview-plus/components/u-calendar/month.vue +1 -3
- package/uview-plus/components/u-calendar/u-calendar.vue +3 -1
- package/uview-plus/components/u-calendar-wu/u-calendar-wu.vue +196 -1
- package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +70 -1
- package/uview-plus/components/u-card/u-card.vue +34 -1
- package/uview-plus/components/u-cascader/u-cascader.vue +16 -1
- package/uview-plus/components/u-cate-tab/u-cate-tab.vue +387 -3
- package/uview-plus/components/u-cell/u-cell.vue +113 -1
- package/uview-plus/components/u-cell-group/u-cell-group.vue +14 -1
- package/uview-plus/components/u-checkbox/u-checkbox.vue +77 -1
- package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +12 -1
- package/uview-plus/components/u-choose/u-choose.vue +15 -3
- package/uview-plus/components/u-circle-progress/u-circle-progress.vue +69 -1
- package/{ui-fireui copy/components/u-circular-progress/u-circular-progress.vue → uview-plus/components/u-circular-progress/u-circular-progress.vue} +1 -1
- package/uview-plus/components/u-city-locate/u-city-locate.vue +161 -1
- package/uview-plus/components/u-code-input/u-code-input.vue +68 -1
- package/uview-plus/components/u-col/u-col.vue +50 -1
- package/uview-plus/components/u-collapse-item/u-collapse-item.vue +10 -1
- package/uview-plus/components/u-color-picker/u-color-picker.vue +260 -1
- package/uview-plus/components/u-column-notice/u-column-notice.vue +37 -1
- package/uview-plus/components/u-count-down/u-count-down.vue +5 -1
- package/uview-plus/components/u-count-to/u-count-to.vue +6 -1
- package/uview-plus/components/u-coupon/u-coupon.vue +214 -1
- package/uview-plus/components/u-cropper/u-cropper.vue +1319 -1
- package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +26 -1
- package/uview-plus/components/u-divider/u-divider.vue +17 -1
- package/uview-plus/components/u-dragsort/u-dragsort.vue +40 -1
- package/uview-plus/components/u-dropdown/u-dropdown.vue +66 -1
- package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +3 -1
- package/{ui-fireui → uview-plus}/components/u-dropdown-list/u-dropdown-list.vue +1 -1
- package/uview-plus/components/u-empty/u-empty.vue +43 -32
- package/{ui-fireui copy/components/u-fab/u-fab.vue → uview-plus/components/u-fab/u-fab.vue} +1 -1
- package/uview-plus/components/u-float-button/u-float-button.vue +15 -1
- package/{ui-fireui → uview-plus}/components/u-footer/u-footer.vue +1 -1
- package/uview-plus/components/u-form-base/form.js +22 -0
- package/uview-plus/components/u-form-base/props.js +47 -0
- package/uview-plus/components/u-form-base/u-form.vue +243 -0
- package/uview-plus/components/u-form-item/u-form-item.vue +82 -1
- package/uview-plus/components/u-goods-sku/u-goods-sku.vue +100 -1
- package/uview-plus/components/u-grid/u-grid.vue +0 -2
- package/uview-plus/components/u-grid-item/u-grid-item.vue +30 -1
- package/uview-plus/components/u-icon/u-icon.vue +63 -1
- package/uview-plus/components/u-image/u-image.vue +25 -1
- package/{ui-fireui → uview-plus}/components/u-image-cropper/u-image-cropper.vue +1 -1
- package/{ui-fireui copy/components/u-image-group/u-image-group.vue → uview-plus/components/u-image-group/u-image-group.vue} +1 -1
- package/uview-plus/components/u-index-anchor/u-index-anchor.vue +22 -1
- package/uview-plus/components/u-index-list/u-index-list.vue +51 -1
- package/uview-plus/components/u-input/u-input.vue +65 -1
- package/uview-plus/components/u-keyboard/u-keyboard.vue +26 -1
- package/uview-plus/components/u-lazy-load/u-lazy-load.vue +12 -1
- package/uview-plus/components/u-line/u-line.vue +5 -1
- package/uview-plus/components/u-line-progress/u-line-progress.vue +38 -1
- package/uview-plus/components/u-link/u-link.vue +11 -1
- package/uview-plus/components/u-list/u-list.vue +6 -1
- package/uview-plus/components/u-list-item/u-list-item.vue +2 -1
- package/uview-plus/components/u-loading-icon/u-loading-icon.vue +138 -1
- package/uview-plus/components/u-loading-page/u-loading-page.vue +33 -1
- package/uview-plus/components/u-loadmore/u-loadmore.vue +29 -1
- package/uview-plus/components/u-markdown/u-markdown.vue +188 -1
- package/uview-plus/components/u-message-input/u-message-input.vue +115 -1
- package/uview-plus/components/u-modal/u-modal.vue +65 -1
- package/uview-plus/components/u-navbar/u-navbar.vue +52 -1
- package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +34 -1
- package/uview-plus/components/u-no-network/u-no-network.vue +38 -1
- package/uview-plus/components/u-notice-bar/u-notice-bar.vue +5 -1
- package/uview-plus/components/u-notify/u-notify.vue +28 -1
- package/uview-plus/components/u-number-box/u-number-box.vue +60 -2
- package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +45 -1
- package/uview-plus/components/u-overlay/u-overlay.vue +8 -1
- package/uview-plus/components/u-pagination/u-pagination.vue +255 -1
- package/uview-plus/components/u-parse/node/node.vue +319 -129
- package/uview-plus/components/u-pdf-reader/u-pdf-reader.vue +2 -1
- package/uview-plus/components/u-picker/u-picker.vue +58 -1
- package/uview-plus/components/u-picker-data/u-picker-data.vue +11 -1
- package/uview-plus/components/u-popover/u-popover.vue +8 -1
- package/uview-plus/components/u-popup/u-popup.vue +87 -1
- package/uview-plus/components/u-popup-wu/u-popup-wu.vue +2 -2
- package/uview-plus/components/u-poster/u-poster.vue +22 -1
- package/uview-plus/components/u-pull-refresh/u-pull-refresh.vue +51 -1
- package/uview-plus/components/u-qrcode/u-qrcode.vue +32 -1
- package/uview-plus/components/u-radio/u-radio.vue +77 -1
- package/uview-plus/components/u-radio-group/u-radio-group.vue +15 -1
- package/uview-plus/components/u-rate/u-rate.vue +32 -1
- package/uview-plus/components/u-read-more/u-read-more.vue +23 -1
- package/uview-plus/components/u-row/u-row.vue +6 -1
- package/uview-plus/components/u-row-notice/u-row-notice.vue +50 -1
- package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +5 -1
- package/uview-plus/components/u-scroll-list/u-scroll-list.vue +35 -1
- package/uview-plus/components/u-search/u-search.vue +87 -1
- package/uview-plus/components/u-select/u-select.vue +51 -1
- package/uview-plus/components/u-short-video/u-short-video.vue +118 -1
- package/uview-plus/components/u-signature/u-signature.vue +71 -1
- package/uview-plus/components/u-skeleton/u-skeleton.vue +52 -1
- package/uview-plus/components/u-sku-wu/u-sku-wu.vue +271 -1
- package/uview-plus/components/u-slider/nvue.js +165 -178
- package/uview-plus/components/u-slider/u-slider.vue +69 -1
- package/uview-plus/components/u-status-bar/u-status-bar.vue +6 -1
- package/uview-plus/components/u-steps/u-steps.vue +20 -1
- package/uview-plus/components/u-steps-item/u-steps-item.vue +112 -1
- package/uview-plus/components/u-sticky/u-sticky.vue +6 -1
- package/uview-plus/components/u-subsection/u-subsection.vue +101 -1
- package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +51 -1
- package/uview-plus/components/u-swiper/u-swiper.vue +50 -1
- package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +26 -1
- package/uview-plus/components/u-switch/u-switch.vue +47 -1
- package/uview-plus/components/u-tabbar/u-tabbar.vue +29 -1
- package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +59 -1
- package/uview-plus/components/u-table2/tableRow.vue +361 -1
- package/uview-plus/components/u-table2/u-table2.vue +763 -1
- package/uview-plus/components/u-tabs/u-tabs.vue +62 -1
- package/uview-plus/components/u-tag/u-tag.vue +169 -1
- package/uview-plus/components/u-td/u-td.vue +14 -1
- package/uview-plus/components/u-text/u-text.vue +50 -1
- package/uview-plus/components/u-textarea/u-textarea.vue +35 -1
- package/uview-plus/components/u-th/u-th.vue +13 -1
- package/uview-plus/components/u-title/u-title.vue +10 -3
- package/uview-plus/components/u-toast/u-toast.vue +67 -1
- package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -1
- package/uview-plus/components/u-tooltip/u-tooltip.vue +65 -1
- package/uview-plus/components/u-tr/u-tr.vue +6 -1
- package/uview-plus/components/u-transition/u-transition.vue +98 -1
- package/uview-plus/components/u-upload/u-upload.vue +176 -1
- package/uview-plus/components/u-view/u-view.vue +2 -1
- package/uview-plus/components/u-virtual-list/u-virtual-list.vue +16 -1
- package/uview-plus/components/u-waterfall/u-waterfall.vue +28 -1
- package/uview-plus/libs/css/color2.scss +32 -0
- package/uview-plus/libs/css/variable2.scss +111 -0
- package/{plugins → uview-plus/libs/ctocode}/MessageTip.js +6 -6
- package/uview-plus/libs/ctocode/wait.js +47 -0
- package/uview-plus/libs/mixin/openType2.js +60 -0
- package/uview-plus/libs/util/route2.js +126 -0
- package/other/style.css +0 -46
- package/ui-cv/components/cv-draw-gesture-lock/style.css +0 -39
- package/ui-cv/components/cv-geo-region/style.css +0 -77
- package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +0 -269
- package/ui-fireui/components/u-countdown/u-countdown.vue +0 -301
- package/ui-fireui/components/u-fab/u-fab.vue +0 -284
- package/ui-fireui/components/u-icon/style.css +0 -63
- package/ui-fireui/components/u-image-group/u-image-group.vue +0 -149
- package/ui-fireui copy/components/u-action-sheet/u-action-sheet.vue +0 -202
- package/ui-fireui copy/components/u-alert/u-alert.vue +0 -141
- package/ui-fireui copy/components/u-badge/u-badge.vue +0 -158
- package/ui-fireui copy/components/u-bottom-navigation/u-bottom-navigation.vue +0 -391
- package/ui-fireui copy/components/u-bottom-popup/u-bottom-popup.vue +0 -101
- package/ui-fireui copy/components/u-bubble-popup/u-bubble-popup.vue +0 -240
- package/ui-fireui copy/components/u-button/u-button.vue +0 -424
- package/ui-fireui copy/components/u-button/u-button2.vue +0 -553
- package/ui-fireui copy/components/u-calendar/u-calendar.js +0 -915
- package/ui-fireui copy/components/u-calendar/u-calendar.vue +0 -868
- package/ui-fireui copy/components/u-calendar/u-calendar2.vue +0 -801
- package/ui-fireui copy/components/u-card/u-card.vue +0 -231
- package/ui-fireui copy/components/u-cascade-selection/u-cascade-selection.vue +0 -538
- package/ui-fireui copy/components/u-collapse/u-collapse.vue +0 -179
- package/ui-fireui copy/components/u-datetime/u-datetime.vue +0 -570
- package/ui-fireui copy/components/u-divider/u-divider.vue +0 -118
- package/ui-fireui copy/components/u-drawer/u-drawer.vue +0 -103
- package/ui-fireui copy/components/u-dropdown-list/u-dropdown-list.vue +0 -75
- package/ui-fireui copy/components/u-footer/u-footer.vue +0 -135
- package/ui-fireui copy/components/u-grid/u-grid.vue +0 -50
- package/ui-fireui copy/components/u-grid-item/u-grid-item.vue +0 -142
- package/ui-fireui copy/components/u-icon/icons.js +0 -214
- package/ui-fireui copy/components/u-icon/props.js +0 -92
- package/ui-fireui copy/components/u-icon/style.css +0 -63
- package/ui-fireui copy/components/u-icon/style.scss +0 -1066
- package/ui-fireui copy/components/u-icon/u-icon.vue +0 -117
- package/ui-fireui copy/components/u-icon/u-icon2.vue +0 -149
- package/ui-fireui copy/components/u-icon/util.js +0 -68
- package/ui-fireui copy/components/u-image-cropper/u-image-cropper.vue +0 -1058
- package/ui-fireui copy/components/u-keyboard/u-keyboard.vue +0 -251
- package/ui-fireui copy/components/u-keyboard-input/u-keyboard-input.vue +0 -78
- package/ui-fireui copy/components/u-list-cell/u-list-cell.vue +0 -178
- package/ui-fireui copy/components/u-list-view/u-list-view.vue +0 -87
- package/ui-fireui copy/components/u-loading/u-loading.vue +0 -78
- package/ui-fireui copy/components/u-loadmore/u-loadmore.vue +0 -163
- package/ui-fireui copy/components/u-modal/u-modal.vue +0 -392
- package/ui-fireui copy/components/u-navigation-bar/u-navigation-bar.vue +0 -181
- package/ui-fireui copy/components/u-no-data/u-no-data.vue +0 -116
- package/ui-fireui copy/components/u-nomore/u-nomore.vue +0 -116
- package/ui-fireui copy/components/u-numberbox/u-numberbox.vue +0 -234
- package/ui-fireui copy/components/u-numberbox-border/u-numberbox-border.vue +0 -232
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.vue +0 -682
- package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.wxs +0 -582
- package/ui-fireui copy/components/u-round-progress/u-round-progress.vue +0 -306
- package/ui-fireui copy/components/u-scroll-top/u-scroll-top.vue +0 -189
- package/ui-fireui copy/components/u-share-model/u-share-model.vue +0 -181
- package/ui-fireui copy/components/u-skeleton/u-skeleton.vue +0 -248
- package/ui-fireui copy/components/u-steps/u-steps.vue +0 -214
- package/ui-fireui copy/components/u-sticky/u-sticky.vue +0 -155
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky-wxs.vue +0 -133
- package/ui-fireui copy/components/u-sticky-wxs/u-sticky.wxs +0 -46
- package/ui-fireui copy/components/u-swipe-action/u-swipe-action.vue +0 -301
- package/ui-fireui copy/components/u-tabbar/u-tabbar.vue +0 -279
- package/ui-fireui copy/components/u-tabs/u-tabs.vue +0 -284
- package/ui-fireui copy/components/u-tabs2/u-tabs2.vue +0 -284
- package/ui-fireui copy/components/u-tag/u-tag.vue +0 -362
- package/ui-fireui copy/components/u-time-axis/u-time-axis.vue +0 -36
- package/ui-fireui copy/components/u-timeaxis-item/u-timeaxis-item.vue +0 -48
- package/ui-fireui copy/components/u-tips/u-tips.vue +0 -161
- package/ui-fireui copy/components/u-toast/u-toast.vue +0 -117
- package/ui-fireui copy/components/u-top-dropdown/u-top-dropdown.vue +0 -129
- package/ui-fireui copy/components/u-upload/u-upload.vue +0 -446
- package/ui-fireui copy/components/u-upload2/u-upload.vue +0 -464
- package/ui-fireui copy/components/u-uploadsamll/u-uploadsamll.vue +0 -472
- package/ui-fireui copy/css/thorui.css +0 -589
- package/ui-fireui copy/index.css +0 -1483
- package/ui-fireui copy/libs/fui-color-analysis/fui-color-analysis.js +0 -1
- package/ui-fireui copy/libs/fui-zh-pinyin/fui-zh-pinyin.js +0 -1
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +0 -241
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +0 -18
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +0 -8
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +0 -17
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +0 -666
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +0 -298
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +0 -142
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +0 -23
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +0 -21
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +0 -1191
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -11
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +0 -22
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +0 -3
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/canvas.js +0 -74
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/image.js +0 -96
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/tool.js +0 -24
- package/ui-fireui copy/nvue/u-circular-progress/gcanvas/index.js +0 -47
- package/ui-fireui copy/nvue/u-circular-progress/u-circular-progress.nvue +0 -203
- package/ui-fireui copy/nvue/u-icon/icons.js +0 -188
- package/ui-fireui copy/nvue/u-icon/u-icon.vue +0 -78
- package/uni-ui/lib/uni-badge/style.css +0 -81
- package/uni-ui/lib/uni-badge/style.scss +0 -106
- package/uni-ui/lib/uni-breadcrumb/style.css +0 -3
- package/uni-ui/lib/uni-breadcrumb/style.scss +0 -4
- package/uni-ui/lib/uni-breadcrumb-item/style.css +0 -30
- package/uni-ui/lib/uni-breadcrumb-item/style.scss +0 -40
- package/uni-ui/lib/uni-calendar/style.css +0 -167
- package/uni-ui/lib/uni-calendar/style.scss +0 -200
- package/uni-ui/lib/uni-card/style.css +0 -115
- package/uni-ui/lib/uni-card/style.scss +0 -161
- package/uni-ui/lib/uni-col/style.css +0 -2145
- package/uni-ui/lib/uni-col/style.scss +0 -112
- package/uni-ui/lib/uni-collapse/style.css +0 -11
- package/uni-ui/lib/uni-collapse/style.scss +0 -12
- package/uni-ui/lib/uni-collapse-item/style.css +0 -120
- package/uni-ui/lib/uni-collapse-item/style.scss +0 -143
- package/uni-ui/lib/uni-combox/style.css +0 -114
- package/uni-ui/lib/uni-combox/style.scss +0 -133
- package/uni-ui/lib/uni-countdown/style.css +0 -16
- package/uni-ui/lib/uni-countdown/style.scss +0 -21
- package/uni-ui/lib/uni-data-checkbox/style.css +0 -302
- package/uni-ui/lib/uni-data-checkbox/style.scss +0 -366
- package/uni-ui/lib/uni-data-pickerview/style.css +0 -134
- package/uni-ui/lib/uni-data-pickerview/style.scss +0 -154
- package/uni-ui/lib/uni-data-select/style.css +0 -181
- package/uni-ui/lib/uni-data-select/style.scss +0 -213
- package/uni-ui/lib/uni-datetime-picker/style.css +0 -188
- package/uni-ui/lib/uni-datetime-picker/style.scss +0 -218
- package/uni-ui/lib/uni-drawer/style.css +0 -63
- package/uni-ui/lib/uni-drawer/style.scss +0 -77
- package/uni-ui/lib/uni-easyinput/style.css +0 -126
- package/uni-ui/lib/uni-easyinput/style.scss +0 -155
- package/uni-ui/lib/uni-fab/style.css +0 -185
- package/uni-ui/lib/uni-fab/style.scss +0 -259
- package/uni-ui/lib/uni-fav/style.css +0 -39
- package/uni-ui/lib/uni-fav/style.scss +0 -45
- package/uni-ui/lib/uni-file-picker/style.css +0 -97
- package/uni-ui/lib/uni-file-picker/style.scss +0 -110
- package/uni-ui/lib/uni-forms-item/style.css +0 -133
- package/uni-ui/lib/uni-goods-nav/style.css +0 -100
- package/uni-ui/lib/uni-goods-nav/style.scss +0 -122
- package/uni-ui/lib/uni-grid/style.css +0 -29
- package/uni-ui/lib/uni-grid/style.scss +0 -33
- package/uni-ui/lib/uni-grid-item/style.css +0 -49
- package/uni-ui/lib/uni-grid-item/style.scss +0 -55
- package/uni-ui/lib/uni-group/style.css +0 -36
- package/uni-ui/lib/uni-group/style.scss +0 -50
- package/uni-ui/lib/uni-icons/icons.js +0 -1169
- package/uni-ui/lib/uni-icons/style.css +0 -12
- package/uni-ui/lib/uni-icons/style.scss +0 -14
- package/uni-ui/lib/uni-indexed-list/style.css +0 -68
- package/uni-ui/lib/uni-indexed-list/style.scss +0 -83
- package/uni-ui/lib/uni-list/style.css +0 -43
- package/uni-ui/lib/uni-list/style.scss +0 -52
- package/uni-ui/lib/uni-list-ad/style.css +0 -30
- package/uni-ui/lib/uni-list-ad/style.scss +0 -35
- package/uni-ui/lib/uni-list-chat/style.css +0 -257
- package/uni-ui/lib/uni-list-chat/style.scss +0 -326
- package/uni-ui/lib/uni-list-item/style.css +0 -170
- package/uni-ui/lib/uni-list-item/style.scss +0 -213
- package/uni-ui/lib/uni-load-more/style.css +0 -194
- package/uni-ui/lib/uni-load-more/style.scss +0 -244
- package/uni-ui/lib/uni-nav-bar/style.css +0 -3
- package/uni-ui/lib/uni-nav-bar/style.scss +0 -6
- package/uni-ui/lib/uni-notice-bar/style.css +0 -109
- package/uni-ui/lib/uni-notice-bar/style.scss +0 -125
- package/uni-ui/lib/uni-number-box/style.css +0 -50
- package/uni-ui/lib/uni-number-box/style.scss +0 -64
- package/uni-ui/lib/uni-pagination/style.css +0 -125
- package/uni-ui/lib/uni-pagination/style.scss +0 -154
- package/uni-ui/lib/uni-popup/style.css +0 -41
- package/uni-ui/lib/uni-popup/style.scss +0 -51
- package/uni-ui/lib/uni-popup-dialog/style.css +0 -82
- package/uni-ui/lib/uni-popup-dialog/style.scss +0 -98
- package/uni-ui/lib/uni-popup-message/style.css +0 -57
- package/uni-ui/lib/uni-popup-message/style.scss +0 -69
- package/uni-ui/lib/uni-popup-share/style.css +0 -72
- package/uni-ui/lib/uni-popup-share/style.scss +0 -81
- package/uni-ui/lib/uni-rate/style.css +0 -29
- package/uni-ui/lib/uni-rate/style.scss +0 -33
- package/uni-ui/lib/uni-row/style.css +0 -58
- package/uni-ui/lib/uni-row/style.scss +0 -104
- package/uni-ui/lib/uni-search-bar/style.css +0 -59
- package/uni-ui/lib/uni-search-bar/style.scss +0 -70
- package/uni-ui/lib/uni-section/style.css +0 -55
- package/uni-ui/lib/uni-section/style.scss +0 -65
- package/uni-ui/lib/uni-segmented-control/style.css +0 -48
- package/uni-ui/lib/uni-segmented-control/style.scss +0 -55
- package/uni-ui/lib/uni-status-bar/style.css +0 -4
- package/uni-ui/lib/uni-steps/style.css +0 -152
- package/uni-ui/lib/uni-steps/style.scss +0 -179
- package/uni-ui/lib/uni-swipe-action-item/style.css +0 -90
- package/uni-ui/lib/uni-swipe-action-item/style.scss +0 -112
- package/uni-ui/lib/uni-swiper-dot/style.css +0 -75
- package/uni-ui/lib/uni-swiper-dot/style.scss +0 -95
- package/uni-ui/lib/uni-table/style.css +0 -123
- package/uni-ui/lib/uni-table/style.scss +0 -152
- package/uni-ui/lib/uni-tag/style.css +0 -105
- package/uni-ui/lib/uni-tag/style.scss +0 -141
- package/uni-ui/lib/uni-td/style.css +0 -13
- package/uni-ui/lib/uni-td/style.scss +0 -17
- package/uni-ui/lib/uni-th/style.css +0 -63
- package/uni-ui/lib/uni-th/style.scss +0 -78
- package/uni-ui/lib/uni-thead/style.css +0 -30
- package/uni-ui/lib/uni-thead/style.scss +0 -52
- package/uni-ui/lib/uni-tr/style.css +0 -25
- package/uni-ui/lib/uni-tr/style.scss +0 -46
- package/uview-plus/components/u-action-sheet/style.css +0 -56
- package/uview-plus/components/u-action-sheet/style.scss +0 -83
- package/uview-plus/components/u-action-sheet-data/style.css +0 -10
- package/uview-plus/components/u-action-sheet-data/style.scss +0 -12
- package/uview-plus/components/u-agreement/style.css +0 -10
- package/uview-plus/components/u-agreement/style.scss +0 -12
- package/uview-plus/components/u-album/style.css +0 -29
- package/uview-plus/components/u-alert/style.css +0 -90
- package/uview-plus/components/u-alert/style.scss +0 -111
- package/uview-plus/components/u-avatar/style.css +0 -21
- package/uview-plus/components/u-avatar/style.scss +0 -24
- package/uview-plus/components/u-avatar-group/style.css +0 -28
- package/uview-plus/components/u-avatar-group/style.scss +0 -26
- package/uview-plus/components/u-back-top/style.css +0 -16
- package/uview-plus/components/u-back-top/style.scss +0 -18
- package/uview-plus/components/u-badge/style.css +0 -57
- package/uview-plus/components/u-badge/style.scss +0 -83
- package/uview-plus/components/u-box/style.css +0 -51
- package/uview-plus/components/u-box/style.scss +0 -36
- package/uview-plus/components/u-button/style.css +0 -192
- package/uview-plus/components/u-calendar/style.css +0 -3
- package/uview-plus/components/u-calendar/style.scss +0 -5
- package/uview-plus/components/u-calendar-wu/style.css +0 -196
- package/uview-plus/components/u-car-keyboard/style.css +0 -69
- package/uview-plus/components/u-car-keyboard/style.scss +0 -89
- package/uview-plus/components/u-card/style.css +0 -34
- package/uview-plus/components/u-card/style.scss +0 -45
- package/uview-plus/components/u-cascader/style.css +0 -16
- package/uview-plus/components/u-cascader/style.scss +0 -25
- package/uview-plus/components/u-cate-tab/style.css +0 -98
- package/uview-plus/components/u-cate-tab/style.scss +0 -115
- package/uview-plus/components/u-cell/style.css +0 -112
- package/uview-plus/components/u-cell/style.scss +0 -148
- package/uview-plus/components/u-cell-group/style.css +0 -14
- package/uview-plus/components/u-cell-group/style.scss +0 -22
- package/uview-plus/components/u-checkbox/style.css +0 -77
- package/uview-plus/components/u-checkbox/style.scss +0 -102
- package/uview-plus/components/u-checkbox-group/style.css +0 -12
- package/uview-plus/components/u-checkbox-group/style.scss +0 -12
- package/uview-plus/components/u-choose/style.css +0 -13
- package/uview-plus/components/u-choose/style.scss +0 -17
- package/uview-plus/components/u-circle-progress/style.css +0 -69
- package/uview-plus/components/u-circle-progress/style.scss +0 -84
- package/uview-plus/components/u-city-locate/style.css +0 -20
- package/uview-plus/components/u-city-locate/style.scss +0 -20
- package/uview-plus/components/u-code-input/style.css +0 -68
- package/uview-plus/components/u-code-input/style.scss +0 -75
- package/uview-plus/components/u-col/style.css +0 -50
- package/uview-plus/components/u-col/style.scss +0 -65
- package/uview-plus/components/u-collapse-item/style.css +0 -10
- package/uview-plus/components/u-collapse-item/style.scss +0 -13
- package/uview-plus/components/u-color-picker/style.css +0 -246
- package/uview-plus/components/u-color-picker/style.scss +0 -299
- package/uview-plus/components/u-column-notice/style.css +0 -37
- package/uview-plus/components/u-column-notice/style.scss +0 -33
- package/uview-plus/components/u-count-down/style.css +0 -5
- package/uview-plus/components/u-count-down/style.scss +0 -11
- package/uview-plus/components/u-count-to/style.css +0 -6
- package/uview-plus/components/u-count-to/style.scss +0 -6
- package/uview-plus/components/u-coupon/style.css +0 -214
- package/uview-plus/components/u-coupon/style.scss +0 -246
- package/uview-plus/components/u-cropper/style.css +0 -91
- package/uview-plus/components/u-cropper/style.scss +0 -93
- package/uview-plus/components/u-datetime-picker/style.css +0 -26
- package/uview-plus/components/u-datetime-picker/style.scss +0 -26
- package/uview-plus/components/u-divider/style.css +0 -17
- package/uview-plus/components/u-divider/style.scss +0 -22
- package/uview-plus/components/u-dragsort/style.css +0 -40
- package/uview-plus/components/u-dragsort/style.scss +0 -52
- package/uview-plus/components/u-dropdown/style.css +0 -66
- package/uview-plus/components/u-dropdown/style.scss +0 -66
- package/uview-plus/components/u-dropdown-item/style.css +0 -3
- package/uview-plus/components/u-dropdown-item/style.scss +0 -3
- package/uview-plus/components/u-empty/style.css +0 -27
- package/uview-plus/components/u-empty/style.scss +0 -22
- package/uview-plus/components/u-empty/u-empty-new.vue +0 -102
- package/uview-plus/components/u-float-button/style.css +0 -15
- package/uview-plus/components/u-float-button/style.scss +0 -15
- package/uview-plus/components/u-form-item/style.css +0 -82
- package/uview-plus/components/u-form-item/style.scss +0 -72
- package/uview-plus/components/u-goods-sku/style.css +0 -100
- package/uview-plus/components/u-goods-sku/style.scss +0 -120
- package/uview-plus/components/u-grid/style.css +0 -21
- package/uview-plus/components/u-grid/style.scss +0 -21
- package/uview-plus/components/u-grid-item/style.css +0 -30
- package/uview-plus/components/u-grid-item/style.scss +0 -43
- package/uview-plus/components/u-icon/style.css +0 -63
- package/uview-plus/components/u-icon/style.scss +0 -82
- package/uview-plus/components/u-image/style.css +0 -24
- package/uview-plus/components/u-image/style.scss +0 -32
- package/uview-plus/components/u-index-anchor/style.css +0 -22
- package/uview-plus/components/u-index-anchor/style.scss +0 -18
- package/uview-plus/components/u-index-list/style.css +0 -51
- package/uview-plus/components/u-index-list/style.scss +0 -52
- package/uview-plus/components/u-input/style.css +0 -64
- package/uview-plus/components/u-input/style.scss +0 -62
- package/uview-plus/components/u-keyboard/style.css +0 -26
- package/uview-plus/components/u-keyboard/style.scss +0 -29
- package/uview-plus/components/u-lazy-load/style.css +0 -12
- package/uview-plus/components/u-lazy-load/style.scss +0 -15
- package/uview-plus/components/u-line/style.css +0 -5
- package/uview-plus/components/u-line/style.scss +0 -5
- package/uview-plus/components/u-line-progress/style.css +0 -38
- package/uview-plus/components/u-line-progress/style.scss +0 -35
- package/uview-plus/components/u-link/style.css +0 -11
- package/uview-plus/components/u-link/style.scss +0 -10
- package/uview-plus/components/u-list/style.css +0 -6
- package/uview-plus/components/u-list/style.scss +0 -3
- package/uview-plus/components/u-list-item/style.css +0 -2
- package/uview-plus/components/u-list-item/style.scss +0 -2
- package/uview-plus/components/u-loading-icon/style.css +0 -138
- package/uview-plus/components/u-loading-icon/style.scss +0 -152
- package/uview-plus/components/u-loading-page/style.css +0 -33
- package/uview-plus/components/u-loading-page/style.scss +0 -35
- package/uview-plus/components/u-loadmore/style.css +0 -29
- package/uview-plus/components/u-loadmore/style.scss +0 -27
- package/uview-plus/components/u-markdown/style.css +0 -188
- package/uview-plus/components/u-markdown/style.scss +0 -199
- package/uview-plus/components/u-message-input/style.css +0 -115
- package/uview-plus/components/u-message-input/style.scss +0 -134
- package/uview-plus/components/u-modal/style.css +0 -63
- package/uview-plus/components/u-modal/style.scss +0 -68
- package/uview-plus/components/u-navbar/style.css +0 -51
- package/uview-plus/components/u-navbar/style.scss +0 -56
- package/uview-plus/components/u-navbar-mini/style.css +0 -34
- package/uview-plus/components/u-navbar-mini/style.scss +0 -36
- package/uview-plus/components/u-no-network/style.css +0 -38
- package/uview-plus/components/u-no-network/style.scss +0 -34
- package/uview-plus/components/u-notice-bar/style.css +0 -5
- package/uview-plus/components/u-notice-bar/style.scss +0 -5
- package/uview-plus/components/u-notice-bar/u-notice-bar2.vue +0 -102
- package/uview-plus/components/u-notify/style.css +0 -28
- package/uview-plus/components/u-notify/style.scss +0 -38
- package/uview-plus/components/u-number-box/style.css +0 -56
- package/uview-plus/components/u-number-box/style.scss +0 -68
- package/uview-plus/components/u-number-keyboard/style.css +0 -45
- package/uview-plus/components/u-number-keyboard/style.scss +0 -61
- package/uview-plus/components/u-overlay/style.css +0 -8
- package/uview-plus/components/u-overlay/style.scss +0 -13
- package/uview-plus/components/u-pagination/style.css +0 -46
- package/uview-plus/components/u-pagination/style.scss +0 -51
- package/uview-plus/components/u-pdf-reader/style.css +0 -2
- package/uview-plus/components/u-pdf-reader/style.scss +0 -2
- package/uview-plus/components/u-picker/style.css +0 -58
- package/uview-plus/components/u-picker/style.scss +0 -54
- package/uview-plus/components/u-picker-data/style.css +0 -11
- package/uview-plus/components/u-picker-data/style.scss +0 -13
- package/uview-plus/components/u-popover/style.css +0 -8
- package/uview-plus/components/u-popover/style.scss +0 -7
- package/uview-plus/components/u-popup/style.css +0 -87
- package/uview-plus/components/u-popup/style.scss +0 -106
- package/uview-plus/components/u-poster/style.css +0 -22
- package/uview-plus/components/u-poster/style.scss +0 -26
- package/uview-plus/components/u-pull-refresh/style.css +0 -51
- package/uview-plus/components/u-pull-refresh/style.scss +0 -58
- package/uview-plus/components/u-qrcode/style.css +0 -33
- package/uview-plus/components/u-qrcode/style.scss +0 -33
- package/uview-plus/components/u-radio/style.css +0 -77
- package/uview-plus/components/u-radio/style.scss +0 -101
- package/uview-plus/components/u-radio-group/style.css +0 -15
- package/uview-plus/components/u-radio-group/style.scss +0 -14
- package/uview-plus/components/u-rate/style.css +0 -32
- package/uview-plus/components/u-rate/style.scss +0 -37
- package/uview-plus/components/u-read-more/style.css +0 -23
- package/uview-plus/components/u-read-more/style.scss +0 -21
- package/uview-plus/components/u-row/style.css +0 -6
- package/uview-plus/components/u-row/style.scss +0 -3
- package/uview-plus/components/u-row-notice/style.css +0 -50
- package/uview-plus/components/u-row-notice/style.scss +0 -49
- package/uview-plus/components/u-safe-bottom/style.css +0 -5
- package/uview-plus/components/u-safe-bottom/style.scss +0 -5
- package/uview-plus/components/u-scroll-list/style.css +0 -35
- package/uview-plus/components/u-scroll-list/style.scss +0 -32
- package/uview-plus/components/u-search/style.css +0 -87
- package/uview-plus/components/u-search/style.scss +0 -105
- package/uview-plus/components/u-select/style.css +0 -51
- package/uview-plus/components/u-select/style.scss +0 -47
- package/uview-plus/components/u-short-video/style.css +0 -117
- package/uview-plus/components/u-short-video/style.scss +0 -138
- package/uview-plus/components/u-signature/style.css +0 -70
- package/uview-plus/components/u-signature/style.scss +0 -88
- package/uview-plus/components/u-skeleton/style.css +0 -51
- package/uview-plus/components/u-skeleton/style.scss +0 -57
- package/uview-plus/components/u-sku-wu/style.css +0 -271
- package/uview-plus/components/u-slider/style.css +0 -69
- package/uview-plus/components/u-slider/style.scss +0 -76
- package/uview-plus/components/u-status-bar/style.css +0 -5
- package/uview-plus/components/u-status-bar/style.scss +0 -6
- package/uview-plus/components/u-steps/style.css +0 -20
- package/uview-plus/components/u-steps/style.scss +0 -21
- package/uview-plus/components/u-steps-item/style.css +0 -112
- package/uview-plus/components/u-steps-item/style.scss +0 -116
- package/uview-plus/components/u-sticky/style.css +0 -5
- package/uview-plus/components/u-sticky/style.scss +0 -6
- package/uview-plus/components/u-subsection/style.css +0 -101
- package/uview-plus/components/u-subsection/style.scss +0 -121
- package/uview-plus/components/u-swipe-action-item/style.css +0 -51
- package/uview-plus/components/u-swipe-action-item/style.scss +0 -44
- package/uview-plus/components/u-swiper/style.css +0 -50
- package/uview-plus/components/u-swiper/style.scss +0 -51
- package/uview-plus/components/u-swiper-indicator/style.css +0 -26
- package/uview-plus/components/u-swiper-indicator/style.scss +0 -29
- package/uview-plus/components/u-switch/style.css +0 -47
- package/uview-plus/components/u-switch/style.scss +0 -46
- package/uview-plus/components/u-tabbar/style.css +0 -29
- package/uview-plus/components/u-tabbar/style.scss +0 -23
- package/uview-plus/components/u-tabbar-item/style.css +0 -59
- package/uview-plus/components/u-tabbar-item/style.scss +0 -62
- package/uview-plus/components/u-table2/style.css +0 -90
- package/uview-plus/components/u-table2/style.scss +0 -117
- package/uview-plus/components/u-tabs/style.css +0 -62
- package/uview-plus/components/u-tabs/style.scss +0 -60
- package/uview-plus/components/u-tag/style.css +0 -169
- package/uview-plus/components/u-tag/style.scss +0 -204
- package/uview-plus/components/u-td/style.css +0 -14
- package/uview-plus/components/u-td/style.scss +0 -11
- package/uview-plus/components/u-text/style.css +0 -50
- package/uview-plus/components/u-text/style.scss +0 -56
- package/uview-plus/components/u-text/style2.scss +0 -60
- package/uview-plus/components/u-textarea/style.css +0 -35
- package/uview-plus/components/u-textarea/style.scss +0 -37
- package/uview-plus/components/u-th/style.css +0 -13
- package/uview-plus/components/u-th/style.scss +0 -10
- package/uview-plus/components/u-title/style.css +0 -8
- package/uview-plus/components/u-title/style.scss +0 -10
- package/uview-plus/components/u-toast/style.css +0 -67
- package/uview-plus/components/u-toast/style.scss +0 -106
- package/uview-plus/components/u-toolbar/style.css +0 -33
- package/uview-plus/components/u-toolbar/style.scss +0 -35
- package/uview-plus/components/u-tooltip/style.css +0 -65
- package/uview-plus/components/u-tooltip/style.scss +0 -62
- package/uview-plus/components/u-tr/style.css +0 -6
- package/uview-plus/components/u-tr/style.scss +0 -3
- package/uview-plus/components/u-transition/style.css +0 -98
- package/uview-plus/components/u-transition/style.scss +0 -120
- package/uview-plus/components/u-upload/style.css +0 -174
- package/uview-plus/components/u-upload/style.scss +0 -221
- package/uview-plus/components/u-view/style.css +0 -2
- package/uview-plus/components/u-view/style.scss +0 -2
- package/uview-plus/components/u-virtual-list/style.css +0 -16
- package/uview-plus/components/u-virtual-list/style.scss +0 -16
- package/uview-plus/components/u-waterfall/style.css +0 -28
- package/uview-plus/components/u-waterfall/style.scss +0 -25
- /package/{uni-ui/lib/uni-forms/style.css → other/lime-painter2/components/lime-painter/qrcode.js} +0 -0
- /package/{ui-fireui copy/components/u-countdown/u-countdown.vue → ui-fireui/components/u-count-down/u-count-down.vue} +0 -0
- /package/{plugins → uview-plus/libs/ctocode}/MessageBox.js +0 -0
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
</view>
|
|
29
29
|
<!-- #endif -->
|
|
30
30
|
</template>
|
|
31
|
+
|
|
31
32
|
<script>
|
|
32
33
|
/**
|
|
33
34
|
* Col 布局-列
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
* @description Number时表示在此屏幕宽度下,栅格占据的列数。Object时可配置多个描述{span: 4, offset: 4}
|
|
52
53
|
*/
|
|
53
54
|
const ComponentClass = 'uni-col';
|
|
55
|
+
|
|
54
56
|
// -1 默认值,因为在微信小程序端只给Number会有默认值0
|
|
55
57
|
export default {
|
|
56
58
|
name: 'uniCol',
|
|
@@ -96,13 +98,16 @@ export default {
|
|
|
96
98
|
created() {
|
|
97
99
|
// 字节小程序中,在computed中读取$parent为undefined
|
|
98
100
|
let parent = this.$parent;
|
|
101
|
+
|
|
99
102
|
while (parent && parent.$options.componentName !== 'uniRow') {
|
|
100
103
|
parent = parent.$parent;
|
|
101
104
|
}
|
|
105
|
+
|
|
102
106
|
this.updateGutter(parent.gutter);
|
|
103
107
|
parent.$watch('gutter', (gutter) => {
|
|
104
108
|
this.updateGutter(gutter);
|
|
105
109
|
});
|
|
110
|
+
|
|
106
111
|
// #ifdef APP-NVUE
|
|
107
112
|
this.updateNvueWidth(parent.width);
|
|
108
113
|
parent.$watch('width', (width) => {
|
|
@@ -113,6 +118,7 @@ export default {
|
|
|
113
118
|
computed: {
|
|
114
119
|
sizeList() {
|
|
115
120
|
let { span, offset, pull, push } = this;
|
|
121
|
+
|
|
116
122
|
return {
|
|
117
123
|
span,
|
|
118
124
|
offset,
|
|
@@ -123,6 +129,7 @@ export default {
|
|
|
123
129
|
// #ifndef APP-NVUE
|
|
124
130
|
pointClassList() {
|
|
125
131
|
let classList = [];
|
|
132
|
+
|
|
126
133
|
['xs', 'sm', 'md', 'lg', 'xl'].forEach((point) => {
|
|
127
134
|
const props = this[point];
|
|
128
135
|
if (typeof props === 'number') {
|
|
@@ -137,6 +144,7 @@ export default {
|
|
|
137
144
|
});
|
|
138
145
|
}
|
|
139
146
|
});
|
|
147
|
+
|
|
140
148
|
// 支付宝小程序使用 :class=[ ['a','b'] ],渲染错误
|
|
141
149
|
return classList.join(' ');
|
|
142
150
|
}
|
|
@@ -200,6 +208,2151 @@ export default {
|
|
|
200
208
|
}
|
|
201
209
|
};
|
|
202
210
|
</script>
|
|
203
|
-
|
|
204
|
-
|
|
211
|
+
|
|
212
|
+
<style scoped>
|
|
213
|
+
/* breakpoints */
|
|
214
|
+
/* #ifndef APP-NVUE */
|
|
215
|
+
.uni-col {
|
|
216
|
+
float: left;
|
|
217
|
+
box-sizing: border-box;
|
|
218
|
+
}
|
|
219
|
+
.uni-col-0 {
|
|
220
|
+
/* #ifdef APP-NVUE */
|
|
221
|
+
width: 0;
|
|
222
|
+
height: 0;
|
|
223
|
+
margin-top: 0;
|
|
224
|
+
margin-right: 0;
|
|
225
|
+
margin-bottom: 0;
|
|
226
|
+
margin-left: 0;
|
|
227
|
+
/* #endif */
|
|
228
|
+
/* #ifndef APP-NVUE */
|
|
229
|
+
display: none;
|
|
230
|
+
/* #endif */
|
|
231
|
+
}
|
|
232
|
+
.uni-col-0 {
|
|
233
|
+
width: 0%;
|
|
234
|
+
}
|
|
235
|
+
.uni-col-offset-0 {
|
|
236
|
+
margin-left: 0%;
|
|
237
|
+
}
|
|
238
|
+
.uni-col-pull-0 {
|
|
239
|
+
position: relative;
|
|
240
|
+
right: 0%;
|
|
241
|
+
}
|
|
242
|
+
.uni-col-push-0 {
|
|
243
|
+
position: relative;
|
|
244
|
+
left: 0%;
|
|
245
|
+
}
|
|
246
|
+
.uni-col-1 {
|
|
247
|
+
width: 4.166666666%;
|
|
248
|
+
}
|
|
249
|
+
.uni-col-offset-1 {
|
|
250
|
+
margin-left: 4.166666666%;
|
|
251
|
+
}
|
|
252
|
+
.uni-col-pull-1 {
|
|
253
|
+
position: relative;
|
|
254
|
+
right: 4.166666666%;
|
|
255
|
+
}
|
|
256
|
+
.uni-col-push-1 {
|
|
257
|
+
position: relative;
|
|
258
|
+
left: 4.166666666%;
|
|
259
|
+
}
|
|
260
|
+
.uni-col-2 {
|
|
261
|
+
width: 8.333333332%;
|
|
262
|
+
}
|
|
263
|
+
.uni-col-offset-2 {
|
|
264
|
+
margin-left: 8.333333332%;
|
|
265
|
+
}
|
|
266
|
+
.uni-col-pull-2 {
|
|
267
|
+
position: relative;
|
|
268
|
+
right: 8.333333332%;
|
|
269
|
+
}
|
|
270
|
+
.uni-col-push-2 {
|
|
271
|
+
position: relative;
|
|
272
|
+
left: 8.333333332%;
|
|
273
|
+
}
|
|
274
|
+
.uni-col-3 {
|
|
275
|
+
width: 12.499999998%;
|
|
276
|
+
}
|
|
277
|
+
.uni-col-offset-3 {
|
|
278
|
+
margin-left: 12.499999998%;
|
|
279
|
+
}
|
|
280
|
+
.uni-col-pull-3 {
|
|
281
|
+
position: relative;
|
|
282
|
+
right: 12.499999998%;
|
|
283
|
+
}
|
|
284
|
+
.uni-col-push-3 {
|
|
285
|
+
position: relative;
|
|
286
|
+
left: 12.499999998%;
|
|
287
|
+
}
|
|
288
|
+
.uni-col-4 {
|
|
289
|
+
width: 16.666666664%;
|
|
290
|
+
}
|
|
291
|
+
.uni-col-offset-4 {
|
|
292
|
+
margin-left: 16.666666664%;
|
|
293
|
+
}
|
|
294
|
+
.uni-col-pull-4 {
|
|
295
|
+
position: relative;
|
|
296
|
+
right: 16.666666664%;
|
|
297
|
+
}
|
|
298
|
+
.uni-col-push-4 {
|
|
299
|
+
position: relative;
|
|
300
|
+
left: 16.666666664%;
|
|
301
|
+
}
|
|
302
|
+
.uni-col-5 {
|
|
303
|
+
width: 20.83333333%;
|
|
304
|
+
}
|
|
305
|
+
.uni-col-offset-5 {
|
|
306
|
+
margin-left: 20.83333333%;
|
|
307
|
+
}
|
|
308
|
+
.uni-col-pull-5 {
|
|
309
|
+
position: relative;
|
|
310
|
+
right: 20.83333333%;
|
|
311
|
+
}
|
|
312
|
+
.uni-col-push-5 {
|
|
313
|
+
position: relative;
|
|
314
|
+
left: 20.83333333%;
|
|
315
|
+
}
|
|
316
|
+
.uni-col-6 {
|
|
317
|
+
width: 24.999999996%;
|
|
318
|
+
}
|
|
319
|
+
.uni-col-offset-6 {
|
|
320
|
+
margin-left: 24.999999996%;
|
|
321
|
+
}
|
|
322
|
+
.uni-col-pull-6 {
|
|
323
|
+
position: relative;
|
|
324
|
+
right: 24.999999996%;
|
|
325
|
+
}
|
|
326
|
+
.uni-col-push-6 {
|
|
327
|
+
position: relative;
|
|
328
|
+
left: 24.999999996%;
|
|
329
|
+
}
|
|
330
|
+
.uni-col-7 {
|
|
331
|
+
width: 29.166666662%;
|
|
332
|
+
}
|
|
333
|
+
.uni-col-offset-7 {
|
|
334
|
+
margin-left: 29.166666662%;
|
|
335
|
+
}
|
|
336
|
+
.uni-col-pull-7 {
|
|
337
|
+
position: relative;
|
|
338
|
+
right: 29.166666662%;
|
|
339
|
+
}
|
|
340
|
+
.uni-col-push-7 {
|
|
341
|
+
position: relative;
|
|
342
|
+
left: 29.166666662%;
|
|
343
|
+
}
|
|
344
|
+
.uni-col-8 {
|
|
345
|
+
width: 33.333333328%;
|
|
346
|
+
}
|
|
347
|
+
.uni-col-offset-8 {
|
|
348
|
+
margin-left: 33.333333328%;
|
|
349
|
+
}
|
|
350
|
+
.uni-col-pull-8 {
|
|
351
|
+
position: relative;
|
|
352
|
+
right: 33.333333328%;
|
|
353
|
+
}
|
|
354
|
+
.uni-col-push-8 {
|
|
355
|
+
position: relative;
|
|
356
|
+
left: 33.333333328%;
|
|
357
|
+
}
|
|
358
|
+
.uni-col-9 {
|
|
359
|
+
width: 37.499999994%;
|
|
360
|
+
}
|
|
361
|
+
.uni-col-offset-9 {
|
|
362
|
+
margin-left: 37.499999994%;
|
|
363
|
+
}
|
|
364
|
+
.uni-col-pull-9 {
|
|
365
|
+
position: relative;
|
|
366
|
+
right: 37.499999994%;
|
|
367
|
+
}
|
|
368
|
+
.uni-col-push-9 {
|
|
369
|
+
position: relative;
|
|
370
|
+
left: 37.499999994%;
|
|
371
|
+
}
|
|
372
|
+
.uni-col-10 {
|
|
373
|
+
width: 41.66666666%;
|
|
374
|
+
}
|
|
375
|
+
.uni-col-offset-10 {
|
|
376
|
+
margin-left: 41.66666666%;
|
|
377
|
+
}
|
|
378
|
+
.uni-col-pull-10 {
|
|
379
|
+
position: relative;
|
|
380
|
+
right: 41.66666666%;
|
|
381
|
+
}
|
|
382
|
+
.uni-col-push-10 {
|
|
383
|
+
position: relative;
|
|
384
|
+
left: 41.66666666%;
|
|
385
|
+
}
|
|
386
|
+
.uni-col-11 {
|
|
387
|
+
width: 45.833333326%;
|
|
388
|
+
}
|
|
389
|
+
.uni-col-offset-11 {
|
|
390
|
+
margin-left: 45.833333326%;
|
|
391
|
+
}
|
|
392
|
+
.uni-col-pull-11 {
|
|
393
|
+
position: relative;
|
|
394
|
+
right: 45.833333326%;
|
|
395
|
+
}
|
|
396
|
+
.uni-col-push-11 {
|
|
397
|
+
position: relative;
|
|
398
|
+
left: 45.833333326%;
|
|
399
|
+
}
|
|
400
|
+
.uni-col-12 {
|
|
401
|
+
width: 49.999999992%;
|
|
402
|
+
}
|
|
403
|
+
.uni-col-offset-12 {
|
|
404
|
+
margin-left: 49.999999992%;
|
|
405
|
+
}
|
|
406
|
+
.uni-col-pull-12 {
|
|
407
|
+
position: relative;
|
|
408
|
+
right: 49.999999992%;
|
|
409
|
+
}
|
|
410
|
+
.uni-col-push-12 {
|
|
411
|
+
position: relative;
|
|
412
|
+
left: 49.999999992%;
|
|
413
|
+
}
|
|
414
|
+
.uni-col-13 {
|
|
415
|
+
width: 54.166666658%;
|
|
416
|
+
}
|
|
417
|
+
.uni-col-offset-13 {
|
|
418
|
+
margin-left: 54.166666658%;
|
|
419
|
+
}
|
|
420
|
+
.uni-col-pull-13 {
|
|
421
|
+
position: relative;
|
|
422
|
+
right: 54.166666658%;
|
|
423
|
+
}
|
|
424
|
+
.uni-col-push-13 {
|
|
425
|
+
position: relative;
|
|
426
|
+
left: 54.166666658%;
|
|
427
|
+
}
|
|
428
|
+
.uni-col-14 {
|
|
429
|
+
width: 58.333333324%;
|
|
430
|
+
}
|
|
431
|
+
.uni-col-offset-14 {
|
|
432
|
+
margin-left: 58.333333324%;
|
|
433
|
+
}
|
|
434
|
+
.uni-col-pull-14 {
|
|
435
|
+
position: relative;
|
|
436
|
+
right: 58.333333324%;
|
|
437
|
+
}
|
|
438
|
+
.uni-col-push-14 {
|
|
439
|
+
position: relative;
|
|
440
|
+
left: 58.333333324%;
|
|
441
|
+
}
|
|
442
|
+
.uni-col-15 {
|
|
443
|
+
width: 62.49999999%;
|
|
444
|
+
}
|
|
445
|
+
.uni-col-offset-15 {
|
|
446
|
+
margin-left: 62.49999999%;
|
|
447
|
+
}
|
|
448
|
+
.uni-col-pull-15 {
|
|
449
|
+
position: relative;
|
|
450
|
+
right: 62.49999999%;
|
|
451
|
+
}
|
|
452
|
+
.uni-col-push-15 {
|
|
453
|
+
position: relative;
|
|
454
|
+
left: 62.49999999%;
|
|
455
|
+
}
|
|
456
|
+
.uni-col-16 {
|
|
457
|
+
width: 66.666666656%;
|
|
458
|
+
}
|
|
459
|
+
.uni-col-offset-16 {
|
|
460
|
+
margin-left: 66.666666656%;
|
|
461
|
+
}
|
|
462
|
+
.uni-col-pull-16 {
|
|
463
|
+
position: relative;
|
|
464
|
+
right: 66.666666656%;
|
|
465
|
+
}
|
|
466
|
+
.uni-col-push-16 {
|
|
467
|
+
position: relative;
|
|
468
|
+
left: 66.666666656%;
|
|
469
|
+
}
|
|
470
|
+
.uni-col-17 {
|
|
471
|
+
width: 70.833333322%;
|
|
472
|
+
}
|
|
473
|
+
.uni-col-offset-17 {
|
|
474
|
+
margin-left: 70.833333322%;
|
|
475
|
+
}
|
|
476
|
+
.uni-col-pull-17 {
|
|
477
|
+
position: relative;
|
|
478
|
+
right: 70.833333322%;
|
|
479
|
+
}
|
|
480
|
+
.uni-col-push-17 {
|
|
481
|
+
position: relative;
|
|
482
|
+
left: 70.833333322%;
|
|
483
|
+
}
|
|
484
|
+
.uni-col-18 {
|
|
485
|
+
width: 74.999999988%;
|
|
486
|
+
}
|
|
487
|
+
.uni-col-offset-18 {
|
|
488
|
+
margin-left: 74.999999988%;
|
|
489
|
+
}
|
|
490
|
+
.uni-col-pull-18 {
|
|
491
|
+
position: relative;
|
|
492
|
+
right: 74.999999988%;
|
|
493
|
+
}
|
|
494
|
+
.uni-col-push-18 {
|
|
495
|
+
position: relative;
|
|
496
|
+
left: 74.999999988%;
|
|
497
|
+
}
|
|
498
|
+
.uni-col-19 {
|
|
499
|
+
width: 79.166666654%;
|
|
500
|
+
}
|
|
501
|
+
.uni-col-offset-19 {
|
|
502
|
+
margin-left: 79.166666654%;
|
|
503
|
+
}
|
|
504
|
+
.uni-col-pull-19 {
|
|
505
|
+
position: relative;
|
|
506
|
+
right: 79.166666654%;
|
|
507
|
+
}
|
|
508
|
+
.uni-col-push-19 {
|
|
509
|
+
position: relative;
|
|
510
|
+
left: 79.166666654%;
|
|
511
|
+
}
|
|
512
|
+
.uni-col-20 {
|
|
513
|
+
width: 83.33333332%;
|
|
514
|
+
}
|
|
515
|
+
.uni-col-offset-20 {
|
|
516
|
+
margin-left: 83.33333332%;
|
|
517
|
+
}
|
|
518
|
+
.uni-col-pull-20 {
|
|
519
|
+
position: relative;
|
|
520
|
+
right: 83.33333332%;
|
|
521
|
+
}
|
|
522
|
+
.uni-col-push-20 {
|
|
523
|
+
position: relative;
|
|
524
|
+
left: 83.33333332%;
|
|
525
|
+
}
|
|
526
|
+
.uni-col-21 {
|
|
527
|
+
width: 87.499999986%;
|
|
528
|
+
}
|
|
529
|
+
.uni-col-offset-21 {
|
|
530
|
+
margin-left: 87.499999986%;
|
|
531
|
+
}
|
|
532
|
+
.uni-col-pull-21 {
|
|
533
|
+
position: relative;
|
|
534
|
+
right: 87.499999986%;
|
|
535
|
+
}
|
|
536
|
+
.uni-col-push-21 {
|
|
537
|
+
position: relative;
|
|
538
|
+
left: 87.499999986%;
|
|
539
|
+
}
|
|
540
|
+
.uni-col-22 {
|
|
541
|
+
width: 91.666666652%;
|
|
542
|
+
}
|
|
543
|
+
.uni-col-offset-22 {
|
|
544
|
+
margin-left: 91.666666652%;
|
|
545
|
+
}
|
|
546
|
+
.uni-col-pull-22 {
|
|
547
|
+
position: relative;
|
|
548
|
+
right: 91.666666652%;
|
|
549
|
+
}
|
|
550
|
+
.uni-col-push-22 {
|
|
551
|
+
position: relative;
|
|
552
|
+
left: 91.666666652%;
|
|
553
|
+
}
|
|
554
|
+
.uni-col-23 {
|
|
555
|
+
width: 95.833333318%;
|
|
556
|
+
}
|
|
557
|
+
.uni-col-offset-23 {
|
|
558
|
+
margin-left: 95.833333318%;
|
|
559
|
+
}
|
|
560
|
+
.uni-col-pull-23 {
|
|
561
|
+
position: relative;
|
|
562
|
+
right: 95.833333318%;
|
|
563
|
+
}
|
|
564
|
+
.uni-col-push-23 {
|
|
565
|
+
position: relative;
|
|
566
|
+
left: 95.833333318%;
|
|
567
|
+
}
|
|
568
|
+
.uni-col-24 {
|
|
569
|
+
width: 99.999999984%;
|
|
570
|
+
}
|
|
571
|
+
.uni-col-offset-24 {
|
|
572
|
+
margin-left: 99.999999984%;
|
|
573
|
+
}
|
|
574
|
+
.uni-col-pull-24 {
|
|
575
|
+
position: relative;
|
|
576
|
+
right: 99.999999984%;
|
|
577
|
+
}
|
|
578
|
+
.uni-col-push-24 {
|
|
579
|
+
position: relative;
|
|
580
|
+
left: 99.999999984%;
|
|
581
|
+
}
|
|
582
|
+
@media screen and (max-width: 767px) {
|
|
583
|
+
.uni-col-xs-0 {
|
|
584
|
+
display: none;
|
|
585
|
+
}
|
|
586
|
+
.uni-col-xs-0 {
|
|
587
|
+
width: 0%;
|
|
588
|
+
}
|
|
589
|
+
.uni-col-xs-offset-0 {
|
|
590
|
+
margin-left: 0%;
|
|
591
|
+
}
|
|
592
|
+
.uni-col-xs-pull-0 {
|
|
593
|
+
position: relative;
|
|
594
|
+
right: 0%;
|
|
595
|
+
}
|
|
596
|
+
.uni-col-xs-push-0 {
|
|
597
|
+
position: relative;
|
|
598
|
+
left: 0%;
|
|
599
|
+
}
|
|
600
|
+
.uni-col-xs-1 {
|
|
601
|
+
width: 4.166666666%;
|
|
602
|
+
}
|
|
603
|
+
.uni-col-xs-offset-1 {
|
|
604
|
+
margin-left: 4.166666666%;
|
|
605
|
+
}
|
|
606
|
+
.uni-col-xs-pull-1 {
|
|
607
|
+
position: relative;
|
|
608
|
+
right: 4.166666666%;
|
|
609
|
+
}
|
|
610
|
+
.uni-col-xs-push-1 {
|
|
611
|
+
position: relative;
|
|
612
|
+
left: 4.166666666%;
|
|
613
|
+
}
|
|
614
|
+
.uni-col-xs-2 {
|
|
615
|
+
width: 8.333333332%;
|
|
616
|
+
}
|
|
617
|
+
.uni-col-xs-offset-2 {
|
|
618
|
+
margin-left: 8.333333332%;
|
|
619
|
+
}
|
|
620
|
+
.uni-col-xs-pull-2 {
|
|
621
|
+
position: relative;
|
|
622
|
+
right: 8.333333332%;
|
|
623
|
+
}
|
|
624
|
+
.uni-col-xs-push-2 {
|
|
625
|
+
position: relative;
|
|
626
|
+
left: 8.333333332%;
|
|
627
|
+
}
|
|
628
|
+
.uni-col-xs-3 {
|
|
629
|
+
width: 12.499999998%;
|
|
630
|
+
}
|
|
631
|
+
.uni-col-xs-offset-3 {
|
|
632
|
+
margin-left: 12.499999998%;
|
|
633
|
+
}
|
|
634
|
+
.uni-col-xs-pull-3 {
|
|
635
|
+
position: relative;
|
|
636
|
+
right: 12.499999998%;
|
|
637
|
+
}
|
|
638
|
+
.uni-col-xs-push-3 {
|
|
639
|
+
position: relative;
|
|
640
|
+
left: 12.499999998%;
|
|
641
|
+
}
|
|
642
|
+
.uni-col-xs-4 {
|
|
643
|
+
width: 16.666666664%;
|
|
644
|
+
}
|
|
645
|
+
.uni-col-xs-offset-4 {
|
|
646
|
+
margin-left: 16.666666664%;
|
|
647
|
+
}
|
|
648
|
+
.uni-col-xs-pull-4 {
|
|
649
|
+
position: relative;
|
|
650
|
+
right: 16.666666664%;
|
|
651
|
+
}
|
|
652
|
+
.uni-col-xs-push-4 {
|
|
653
|
+
position: relative;
|
|
654
|
+
left: 16.666666664%;
|
|
655
|
+
}
|
|
656
|
+
.uni-col-xs-5 {
|
|
657
|
+
width: 20.83333333%;
|
|
658
|
+
}
|
|
659
|
+
.uni-col-xs-offset-5 {
|
|
660
|
+
margin-left: 20.83333333%;
|
|
661
|
+
}
|
|
662
|
+
.uni-col-xs-pull-5 {
|
|
663
|
+
position: relative;
|
|
664
|
+
right: 20.83333333%;
|
|
665
|
+
}
|
|
666
|
+
.uni-col-xs-push-5 {
|
|
667
|
+
position: relative;
|
|
668
|
+
left: 20.83333333%;
|
|
669
|
+
}
|
|
670
|
+
.uni-col-xs-6 {
|
|
671
|
+
width: 24.999999996%;
|
|
672
|
+
}
|
|
673
|
+
.uni-col-xs-offset-6 {
|
|
674
|
+
margin-left: 24.999999996%;
|
|
675
|
+
}
|
|
676
|
+
.uni-col-xs-pull-6 {
|
|
677
|
+
position: relative;
|
|
678
|
+
right: 24.999999996%;
|
|
679
|
+
}
|
|
680
|
+
.uni-col-xs-push-6 {
|
|
681
|
+
position: relative;
|
|
682
|
+
left: 24.999999996%;
|
|
683
|
+
}
|
|
684
|
+
.uni-col-xs-7 {
|
|
685
|
+
width: 29.166666662%;
|
|
686
|
+
}
|
|
687
|
+
.uni-col-xs-offset-7 {
|
|
688
|
+
margin-left: 29.166666662%;
|
|
689
|
+
}
|
|
690
|
+
.uni-col-xs-pull-7 {
|
|
691
|
+
position: relative;
|
|
692
|
+
right: 29.166666662%;
|
|
693
|
+
}
|
|
694
|
+
.uni-col-xs-push-7 {
|
|
695
|
+
position: relative;
|
|
696
|
+
left: 29.166666662%;
|
|
697
|
+
}
|
|
698
|
+
.uni-col-xs-8 {
|
|
699
|
+
width: 33.333333328%;
|
|
700
|
+
}
|
|
701
|
+
.uni-col-xs-offset-8 {
|
|
702
|
+
margin-left: 33.333333328%;
|
|
703
|
+
}
|
|
704
|
+
.uni-col-xs-pull-8 {
|
|
705
|
+
position: relative;
|
|
706
|
+
right: 33.333333328%;
|
|
707
|
+
}
|
|
708
|
+
.uni-col-xs-push-8 {
|
|
709
|
+
position: relative;
|
|
710
|
+
left: 33.333333328%;
|
|
711
|
+
}
|
|
712
|
+
.uni-col-xs-9 {
|
|
713
|
+
width: 37.499999994%;
|
|
714
|
+
}
|
|
715
|
+
.uni-col-xs-offset-9 {
|
|
716
|
+
margin-left: 37.499999994%;
|
|
717
|
+
}
|
|
718
|
+
.uni-col-xs-pull-9 {
|
|
719
|
+
position: relative;
|
|
720
|
+
right: 37.499999994%;
|
|
721
|
+
}
|
|
722
|
+
.uni-col-xs-push-9 {
|
|
723
|
+
position: relative;
|
|
724
|
+
left: 37.499999994%;
|
|
725
|
+
}
|
|
726
|
+
.uni-col-xs-10 {
|
|
727
|
+
width: 41.66666666%;
|
|
728
|
+
}
|
|
729
|
+
.uni-col-xs-offset-10 {
|
|
730
|
+
margin-left: 41.66666666%;
|
|
731
|
+
}
|
|
732
|
+
.uni-col-xs-pull-10 {
|
|
733
|
+
position: relative;
|
|
734
|
+
right: 41.66666666%;
|
|
735
|
+
}
|
|
736
|
+
.uni-col-xs-push-10 {
|
|
737
|
+
position: relative;
|
|
738
|
+
left: 41.66666666%;
|
|
739
|
+
}
|
|
740
|
+
.uni-col-xs-11 {
|
|
741
|
+
width: 45.833333326%;
|
|
742
|
+
}
|
|
743
|
+
.uni-col-xs-offset-11 {
|
|
744
|
+
margin-left: 45.833333326%;
|
|
745
|
+
}
|
|
746
|
+
.uni-col-xs-pull-11 {
|
|
747
|
+
position: relative;
|
|
748
|
+
right: 45.833333326%;
|
|
749
|
+
}
|
|
750
|
+
.uni-col-xs-push-11 {
|
|
751
|
+
position: relative;
|
|
752
|
+
left: 45.833333326%;
|
|
753
|
+
}
|
|
754
|
+
.uni-col-xs-12 {
|
|
755
|
+
width: 49.999999992%;
|
|
756
|
+
}
|
|
757
|
+
.uni-col-xs-offset-12 {
|
|
758
|
+
margin-left: 49.999999992%;
|
|
759
|
+
}
|
|
760
|
+
.uni-col-xs-pull-12 {
|
|
761
|
+
position: relative;
|
|
762
|
+
right: 49.999999992%;
|
|
763
|
+
}
|
|
764
|
+
.uni-col-xs-push-12 {
|
|
765
|
+
position: relative;
|
|
766
|
+
left: 49.999999992%;
|
|
767
|
+
}
|
|
768
|
+
.uni-col-xs-13 {
|
|
769
|
+
width: 54.166666658%;
|
|
770
|
+
}
|
|
771
|
+
.uni-col-xs-offset-13 {
|
|
772
|
+
margin-left: 54.166666658%;
|
|
773
|
+
}
|
|
774
|
+
.uni-col-xs-pull-13 {
|
|
775
|
+
position: relative;
|
|
776
|
+
right: 54.166666658%;
|
|
777
|
+
}
|
|
778
|
+
.uni-col-xs-push-13 {
|
|
779
|
+
position: relative;
|
|
780
|
+
left: 54.166666658%;
|
|
781
|
+
}
|
|
782
|
+
.uni-col-xs-14 {
|
|
783
|
+
width: 58.333333324%;
|
|
784
|
+
}
|
|
785
|
+
.uni-col-xs-offset-14 {
|
|
786
|
+
margin-left: 58.333333324%;
|
|
787
|
+
}
|
|
788
|
+
.uni-col-xs-pull-14 {
|
|
789
|
+
position: relative;
|
|
790
|
+
right: 58.333333324%;
|
|
791
|
+
}
|
|
792
|
+
.uni-col-xs-push-14 {
|
|
793
|
+
position: relative;
|
|
794
|
+
left: 58.333333324%;
|
|
795
|
+
}
|
|
796
|
+
.uni-col-xs-15 {
|
|
797
|
+
width: 62.49999999%;
|
|
798
|
+
}
|
|
799
|
+
.uni-col-xs-offset-15 {
|
|
800
|
+
margin-left: 62.49999999%;
|
|
801
|
+
}
|
|
802
|
+
.uni-col-xs-pull-15 {
|
|
803
|
+
position: relative;
|
|
804
|
+
right: 62.49999999%;
|
|
805
|
+
}
|
|
806
|
+
.uni-col-xs-push-15 {
|
|
807
|
+
position: relative;
|
|
808
|
+
left: 62.49999999%;
|
|
809
|
+
}
|
|
810
|
+
.uni-col-xs-16 {
|
|
811
|
+
width: 66.666666656%;
|
|
812
|
+
}
|
|
813
|
+
.uni-col-xs-offset-16 {
|
|
814
|
+
margin-left: 66.666666656%;
|
|
815
|
+
}
|
|
816
|
+
.uni-col-xs-pull-16 {
|
|
817
|
+
position: relative;
|
|
818
|
+
right: 66.666666656%;
|
|
819
|
+
}
|
|
820
|
+
.uni-col-xs-push-16 {
|
|
821
|
+
position: relative;
|
|
822
|
+
left: 66.666666656%;
|
|
823
|
+
}
|
|
824
|
+
.uni-col-xs-17 {
|
|
825
|
+
width: 70.833333322%;
|
|
826
|
+
}
|
|
827
|
+
.uni-col-xs-offset-17 {
|
|
828
|
+
margin-left: 70.833333322%;
|
|
829
|
+
}
|
|
830
|
+
.uni-col-xs-pull-17 {
|
|
831
|
+
position: relative;
|
|
832
|
+
right: 70.833333322%;
|
|
833
|
+
}
|
|
834
|
+
.uni-col-xs-push-17 {
|
|
835
|
+
position: relative;
|
|
836
|
+
left: 70.833333322%;
|
|
837
|
+
}
|
|
838
|
+
.uni-col-xs-18 {
|
|
839
|
+
width: 74.999999988%;
|
|
840
|
+
}
|
|
841
|
+
.uni-col-xs-offset-18 {
|
|
842
|
+
margin-left: 74.999999988%;
|
|
843
|
+
}
|
|
844
|
+
.uni-col-xs-pull-18 {
|
|
845
|
+
position: relative;
|
|
846
|
+
right: 74.999999988%;
|
|
847
|
+
}
|
|
848
|
+
.uni-col-xs-push-18 {
|
|
849
|
+
position: relative;
|
|
850
|
+
left: 74.999999988%;
|
|
851
|
+
}
|
|
852
|
+
.uni-col-xs-19 {
|
|
853
|
+
width: 79.166666654%;
|
|
854
|
+
}
|
|
855
|
+
.uni-col-xs-offset-19 {
|
|
856
|
+
margin-left: 79.166666654%;
|
|
857
|
+
}
|
|
858
|
+
.uni-col-xs-pull-19 {
|
|
859
|
+
position: relative;
|
|
860
|
+
right: 79.166666654%;
|
|
861
|
+
}
|
|
862
|
+
.uni-col-xs-push-19 {
|
|
863
|
+
position: relative;
|
|
864
|
+
left: 79.166666654%;
|
|
865
|
+
}
|
|
866
|
+
.uni-col-xs-20 {
|
|
867
|
+
width: 83.33333332%;
|
|
868
|
+
}
|
|
869
|
+
.uni-col-xs-offset-20 {
|
|
870
|
+
margin-left: 83.33333332%;
|
|
871
|
+
}
|
|
872
|
+
.uni-col-xs-pull-20 {
|
|
873
|
+
position: relative;
|
|
874
|
+
right: 83.33333332%;
|
|
875
|
+
}
|
|
876
|
+
.uni-col-xs-push-20 {
|
|
877
|
+
position: relative;
|
|
878
|
+
left: 83.33333332%;
|
|
879
|
+
}
|
|
880
|
+
.uni-col-xs-21 {
|
|
881
|
+
width: 87.499999986%;
|
|
882
|
+
}
|
|
883
|
+
.uni-col-xs-offset-21 {
|
|
884
|
+
margin-left: 87.499999986%;
|
|
885
|
+
}
|
|
886
|
+
.uni-col-xs-pull-21 {
|
|
887
|
+
position: relative;
|
|
888
|
+
right: 87.499999986%;
|
|
889
|
+
}
|
|
890
|
+
.uni-col-xs-push-21 {
|
|
891
|
+
position: relative;
|
|
892
|
+
left: 87.499999986%;
|
|
893
|
+
}
|
|
894
|
+
.uni-col-xs-22 {
|
|
895
|
+
width: 91.666666652%;
|
|
896
|
+
}
|
|
897
|
+
.uni-col-xs-offset-22 {
|
|
898
|
+
margin-left: 91.666666652%;
|
|
899
|
+
}
|
|
900
|
+
.uni-col-xs-pull-22 {
|
|
901
|
+
position: relative;
|
|
902
|
+
right: 91.666666652%;
|
|
903
|
+
}
|
|
904
|
+
.uni-col-xs-push-22 {
|
|
905
|
+
position: relative;
|
|
906
|
+
left: 91.666666652%;
|
|
907
|
+
}
|
|
908
|
+
.uni-col-xs-23 {
|
|
909
|
+
width: 95.833333318%;
|
|
910
|
+
}
|
|
911
|
+
.uni-col-xs-offset-23 {
|
|
912
|
+
margin-left: 95.833333318%;
|
|
913
|
+
}
|
|
914
|
+
.uni-col-xs-pull-23 {
|
|
915
|
+
position: relative;
|
|
916
|
+
right: 95.833333318%;
|
|
917
|
+
}
|
|
918
|
+
.uni-col-xs-push-23 {
|
|
919
|
+
position: relative;
|
|
920
|
+
left: 95.833333318%;
|
|
921
|
+
}
|
|
922
|
+
.uni-col-xs-24 {
|
|
923
|
+
width: 99.999999984%;
|
|
924
|
+
}
|
|
925
|
+
.uni-col-xs-offset-24 {
|
|
926
|
+
margin-left: 99.999999984%;
|
|
927
|
+
}
|
|
928
|
+
.uni-col-xs-pull-24 {
|
|
929
|
+
position: relative;
|
|
930
|
+
right: 99.999999984%;
|
|
931
|
+
}
|
|
932
|
+
.uni-col-xs-push-24 {
|
|
933
|
+
position: relative;
|
|
934
|
+
left: 99.999999984%;
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
@media screen and (min-width: 768px) {
|
|
938
|
+
.uni-col-sm-0 {
|
|
939
|
+
display: none;
|
|
940
|
+
}
|
|
941
|
+
.uni-col-sm-0 {
|
|
942
|
+
width: 0%;
|
|
943
|
+
}
|
|
944
|
+
.uni-col-sm-offset-0 {
|
|
945
|
+
margin-left: 0%;
|
|
946
|
+
}
|
|
947
|
+
.uni-col-sm-pull-0 {
|
|
948
|
+
position: relative;
|
|
949
|
+
right: 0%;
|
|
950
|
+
}
|
|
951
|
+
.uni-col-sm-push-0 {
|
|
952
|
+
position: relative;
|
|
953
|
+
left: 0%;
|
|
954
|
+
}
|
|
955
|
+
.uni-col-sm-1 {
|
|
956
|
+
width: 4.166666666%;
|
|
957
|
+
}
|
|
958
|
+
.uni-col-sm-offset-1 {
|
|
959
|
+
margin-left: 4.166666666%;
|
|
960
|
+
}
|
|
961
|
+
.uni-col-sm-pull-1 {
|
|
962
|
+
position: relative;
|
|
963
|
+
right: 4.166666666%;
|
|
964
|
+
}
|
|
965
|
+
.uni-col-sm-push-1 {
|
|
966
|
+
position: relative;
|
|
967
|
+
left: 4.166666666%;
|
|
968
|
+
}
|
|
969
|
+
.uni-col-sm-2 {
|
|
970
|
+
width: 8.333333332%;
|
|
971
|
+
}
|
|
972
|
+
.uni-col-sm-offset-2 {
|
|
973
|
+
margin-left: 8.333333332%;
|
|
974
|
+
}
|
|
975
|
+
.uni-col-sm-pull-2 {
|
|
976
|
+
position: relative;
|
|
977
|
+
right: 8.333333332%;
|
|
978
|
+
}
|
|
979
|
+
.uni-col-sm-push-2 {
|
|
980
|
+
position: relative;
|
|
981
|
+
left: 8.333333332%;
|
|
982
|
+
}
|
|
983
|
+
.uni-col-sm-3 {
|
|
984
|
+
width: 12.499999998%;
|
|
985
|
+
}
|
|
986
|
+
.uni-col-sm-offset-3 {
|
|
987
|
+
margin-left: 12.499999998%;
|
|
988
|
+
}
|
|
989
|
+
.uni-col-sm-pull-3 {
|
|
990
|
+
position: relative;
|
|
991
|
+
right: 12.499999998%;
|
|
992
|
+
}
|
|
993
|
+
.uni-col-sm-push-3 {
|
|
994
|
+
position: relative;
|
|
995
|
+
left: 12.499999998%;
|
|
996
|
+
}
|
|
997
|
+
.uni-col-sm-4 {
|
|
998
|
+
width: 16.666666664%;
|
|
999
|
+
}
|
|
1000
|
+
.uni-col-sm-offset-4 {
|
|
1001
|
+
margin-left: 16.666666664%;
|
|
1002
|
+
}
|
|
1003
|
+
.uni-col-sm-pull-4 {
|
|
1004
|
+
position: relative;
|
|
1005
|
+
right: 16.666666664%;
|
|
1006
|
+
}
|
|
1007
|
+
.uni-col-sm-push-4 {
|
|
1008
|
+
position: relative;
|
|
1009
|
+
left: 16.666666664%;
|
|
1010
|
+
}
|
|
1011
|
+
.uni-col-sm-5 {
|
|
1012
|
+
width: 20.83333333%;
|
|
1013
|
+
}
|
|
1014
|
+
.uni-col-sm-offset-5 {
|
|
1015
|
+
margin-left: 20.83333333%;
|
|
1016
|
+
}
|
|
1017
|
+
.uni-col-sm-pull-5 {
|
|
1018
|
+
position: relative;
|
|
1019
|
+
right: 20.83333333%;
|
|
1020
|
+
}
|
|
1021
|
+
.uni-col-sm-push-5 {
|
|
1022
|
+
position: relative;
|
|
1023
|
+
left: 20.83333333%;
|
|
1024
|
+
}
|
|
1025
|
+
.uni-col-sm-6 {
|
|
1026
|
+
width: 24.999999996%;
|
|
1027
|
+
}
|
|
1028
|
+
.uni-col-sm-offset-6 {
|
|
1029
|
+
margin-left: 24.999999996%;
|
|
1030
|
+
}
|
|
1031
|
+
.uni-col-sm-pull-6 {
|
|
1032
|
+
position: relative;
|
|
1033
|
+
right: 24.999999996%;
|
|
1034
|
+
}
|
|
1035
|
+
.uni-col-sm-push-6 {
|
|
1036
|
+
position: relative;
|
|
1037
|
+
left: 24.999999996%;
|
|
1038
|
+
}
|
|
1039
|
+
.uni-col-sm-7 {
|
|
1040
|
+
width: 29.166666662%;
|
|
1041
|
+
}
|
|
1042
|
+
.uni-col-sm-offset-7 {
|
|
1043
|
+
margin-left: 29.166666662%;
|
|
1044
|
+
}
|
|
1045
|
+
.uni-col-sm-pull-7 {
|
|
1046
|
+
position: relative;
|
|
1047
|
+
right: 29.166666662%;
|
|
1048
|
+
}
|
|
1049
|
+
.uni-col-sm-push-7 {
|
|
1050
|
+
position: relative;
|
|
1051
|
+
left: 29.166666662%;
|
|
1052
|
+
}
|
|
1053
|
+
.uni-col-sm-8 {
|
|
1054
|
+
width: 33.333333328%;
|
|
1055
|
+
}
|
|
1056
|
+
.uni-col-sm-offset-8 {
|
|
1057
|
+
margin-left: 33.333333328%;
|
|
1058
|
+
}
|
|
1059
|
+
.uni-col-sm-pull-8 {
|
|
1060
|
+
position: relative;
|
|
1061
|
+
right: 33.333333328%;
|
|
1062
|
+
}
|
|
1063
|
+
.uni-col-sm-push-8 {
|
|
1064
|
+
position: relative;
|
|
1065
|
+
left: 33.333333328%;
|
|
1066
|
+
}
|
|
1067
|
+
.uni-col-sm-9 {
|
|
1068
|
+
width: 37.499999994%;
|
|
1069
|
+
}
|
|
1070
|
+
.uni-col-sm-offset-9 {
|
|
1071
|
+
margin-left: 37.499999994%;
|
|
1072
|
+
}
|
|
1073
|
+
.uni-col-sm-pull-9 {
|
|
1074
|
+
position: relative;
|
|
1075
|
+
right: 37.499999994%;
|
|
1076
|
+
}
|
|
1077
|
+
.uni-col-sm-push-9 {
|
|
1078
|
+
position: relative;
|
|
1079
|
+
left: 37.499999994%;
|
|
1080
|
+
}
|
|
1081
|
+
.uni-col-sm-10 {
|
|
1082
|
+
width: 41.66666666%;
|
|
1083
|
+
}
|
|
1084
|
+
.uni-col-sm-offset-10 {
|
|
1085
|
+
margin-left: 41.66666666%;
|
|
1086
|
+
}
|
|
1087
|
+
.uni-col-sm-pull-10 {
|
|
1088
|
+
position: relative;
|
|
1089
|
+
right: 41.66666666%;
|
|
1090
|
+
}
|
|
1091
|
+
.uni-col-sm-push-10 {
|
|
1092
|
+
position: relative;
|
|
1093
|
+
left: 41.66666666%;
|
|
1094
|
+
}
|
|
1095
|
+
.uni-col-sm-11 {
|
|
1096
|
+
width: 45.833333326%;
|
|
1097
|
+
}
|
|
1098
|
+
.uni-col-sm-offset-11 {
|
|
1099
|
+
margin-left: 45.833333326%;
|
|
1100
|
+
}
|
|
1101
|
+
.uni-col-sm-pull-11 {
|
|
1102
|
+
position: relative;
|
|
1103
|
+
right: 45.833333326%;
|
|
1104
|
+
}
|
|
1105
|
+
.uni-col-sm-push-11 {
|
|
1106
|
+
position: relative;
|
|
1107
|
+
left: 45.833333326%;
|
|
1108
|
+
}
|
|
1109
|
+
.uni-col-sm-12 {
|
|
1110
|
+
width: 49.999999992%;
|
|
1111
|
+
}
|
|
1112
|
+
.uni-col-sm-offset-12 {
|
|
1113
|
+
margin-left: 49.999999992%;
|
|
1114
|
+
}
|
|
1115
|
+
.uni-col-sm-pull-12 {
|
|
1116
|
+
position: relative;
|
|
1117
|
+
right: 49.999999992%;
|
|
1118
|
+
}
|
|
1119
|
+
.uni-col-sm-push-12 {
|
|
1120
|
+
position: relative;
|
|
1121
|
+
left: 49.999999992%;
|
|
1122
|
+
}
|
|
1123
|
+
.uni-col-sm-13 {
|
|
1124
|
+
width: 54.166666658%;
|
|
1125
|
+
}
|
|
1126
|
+
.uni-col-sm-offset-13 {
|
|
1127
|
+
margin-left: 54.166666658%;
|
|
1128
|
+
}
|
|
1129
|
+
.uni-col-sm-pull-13 {
|
|
1130
|
+
position: relative;
|
|
1131
|
+
right: 54.166666658%;
|
|
1132
|
+
}
|
|
1133
|
+
.uni-col-sm-push-13 {
|
|
1134
|
+
position: relative;
|
|
1135
|
+
left: 54.166666658%;
|
|
1136
|
+
}
|
|
1137
|
+
.uni-col-sm-14 {
|
|
1138
|
+
width: 58.333333324%;
|
|
1139
|
+
}
|
|
1140
|
+
.uni-col-sm-offset-14 {
|
|
1141
|
+
margin-left: 58.333333324%;
|
|
1142
|
+
}
|
|
1143
|
+
.uni-col-sm-pull-14 {
|
|
1144
|
+
position: relative;
|
|
1145
|
+
right: 58.333333324%;
|
|
1146
|
+
}
|
|
1147
|
+
.uni-col-sm-push-14 {
|
|
1148
|
+
position: relative;
|
|
1149
|
+
left: 58.333333324%;
|
|
1150
|
+
}
|
|
1151
|
+
.uni-col-sm-15 {
|
|
1152
|
+
width: 62.49999999%;
|
|
1153
|
+
}
|
|
1154
|
+
.uni-col-sm-offset-15 {
|
|
1155
|
+
margin-left: 62.49999999%;
|
|
1156
|
+
}
|
|
1157
|
+
.uni-col-sm-pull-15 {
|
|
1158
|
+
position: relative;
|
|
1159
|
+
right: 62.49999999%;
|
|
1160
|
+
}
|
|
1161
|
+
.uni-col-sm-push-15 {
|
|
1162
|
+
position: relative;
|
|
1163
|
+
left: 62.49999999%;
|
|
1164
|
+
}
|
|
1165
|
+
.uni-col-sm-16 {
|
|
1166
|
+
width: 66.666666656%;
|
|
1167
|
+
}
|
|
1168
|
+
.uni-col-sm-offset-16 {
|
|
1169
|
+
margin-left: 66.666666656%;
|
|
1170
|
+
}
|
|
1171
|
+
.uni-col-sm-pull-16 {
|
|
1172
|
+
position: relative;
|
|
1173
|
+
right: 66.666666656%;
|
|
1174
|
+
}
|
|
1175
|
+
.uni-col-sm-push-16 {
|
|
1176
|
+
position: relative;
|
|
1177
|
+
left: 66.666666656%;
|
|
1178
|
+
}
|
|
1179
|
+
.uni-col-sm-17 {
|
|
1180
|
+
width: 70.833333322%;
|
|
1181
|
+
}
|
|
1182
|
+
.uni-col-sm-offset-17 {
|
|
1183
|
+
margin-left: 70.833333322%;
|
|
1184
|
+
}
|
|
1185
|
+
.uni-col-sm-pull-17 {
|
|
1186
|
+
position: relative;
|
|
1187
|
+
right: 70.833333322%;
|
|
1188
|
+
}
|
|
1189
|
+
.uni-col-sm-push-17 {
|
|
1190
|
+
position: relative;
|
|
1191
|
+
left: 70.833333322%;
|
|
1192
|
+
}
|
|
1193
|
+
.uni-col-sm-18 {
|
|
1194
|
+
width: 74.999999988%;
|
|
1195
|
+
}
|
|
1196
|
+
.uni-col-sm-offset-18 {
|
|
1197
|
+
margin-left: 74.999999988%;
|
|
1198
|
+
}
|
|
1199
|
+
.uni-col-sm-pull-18 {
|
|
1200
|
+
position: relative;
|
|
1201
|
+
right: 74.999999988%;
|
|
1202
|
+
}
|
|
1203
|
+
.uni-col-sm-push-18 {
|
|
1204
|
+
position: relative;
|
|
1205
|
+
left: 74.999999988%;
|
|
1206
|
+
}
|
|
1207
|
+
.uni-col-sm-19 {
|
|
1208
|
+
width: 79.166666654%;
|
|
1209
|
+
}
|
|
1210
|
+
.uni-col-sm-offset-19 {
|
|
1211
|
+
margin-left: 79.166666654%;
|
|
1212
|
+
}
|
|
1213
|
+
.uni-col-sm-pull-19 {
|
|
1214
|
+
position: relative;
|
|
1215
|
+
right: 79.166666654%;
|
|
1216
|
+
}
|
|
1217
|
+
.uni-col-sm-push-19 {
|
|
1218
|
+
position: relative;
|
|
1219
|
+
left: 79.166666654%;
|
|
1220
|
+
}
|
|
1221
|
+
.uni-col-sm-20 {
|
|
1222
|
+
width: 83.33333332%;
|
|
1223
|
+
}
|
|
1224
|
+
.uni-col-sm-offset-20 {
|
|
1225
|
+
margin-left: 83.33333332%;
|
|
1226
|
+
}
|
|
1227
|
+
.uni-col-sm-pull-20 {
|
|
1228
|
+
position: relative;
|
|
1229
|
+
right: 83.33333332%;
|
|
1230
|
+
}
|
|
1231
|
+
.uni-col-sm-push-20 {
|
|
1232
|
+
position: relative;
|
|
1233
|
+
left: 83.33333332%;
|
|
1234
|
+
}
|
|
1235
|
+
.uni-col-sm-21 {
|
|
1236
|
+
width: 87.499999986%;
|
|
1237
|
+
}
|
|
1238
|
+
.uni-col-sm-offset-21 {
|
|
1239
|
+
margin-left: 87.499999986%;
|
|
1240
|
+
}
|
|
1241
|
+
.uni-col-sm-pull-21 {
|
|
1242
|
+
position: relative;
|
|
1243
|
+
right: 87.499999986%;
|
|
1244
|
+
}
|
|
1245
|
+
.uni-col-sm-push-21 {
|
|
1246
|
+
position: relative;
|
|
1247
|
+
left: 87.499999986%;
|
|
1248
|
+
}
|
|
1249
|
+
.uni-col-sm-22 {
|
|
1250
|
+
width: 91.666666652%;
|
|
1251
|
+
}
|
|
1252
|
+
.uni-col-sm-offset-22 {
|
|
1253
|
+
margin-left: 91.666666652%;
|
|
1254
|
+
}
|
|
1255
|
+
.uni-col-sm-pull-22 {
|
|
1256
|
+
position: relative;
|
|
1257
|
+
right: 91.666666652%;
|
|
1258
|
+
}
|
|
1259
|
+
.uni-col-sm-push-22 {
|
|
1260
|
+
position: relative;
|
|
1261
|
+
left: 91.666666652%;
|
|
1262
|
+
}
|
|
1263
|
+
.uni-col-sm-23 {
|
|
1264
|
+
width: 95.833333318%;
|
|
1265
|
+
}
|
|
1266
|
+
.uni-col-sm-offset-23 {
|
|
1267
|
+
margin-left: 95.833333318%;
|
|
1268
|
+
}
|
|
1269
|
+
.uni-col-sm-pull-23 {
|
|
1270
|
+
position: relative;
|
|
1271
|
+
right: 95.833333318%;
|
|
1272
|
+
}
|
|
1273
|
+
.uni-col-sm-push-23 {
|
|
1274
|
+
position: relative;
|
|
1275
|
+
left: 95.833333318%;
|
|
1276
|
+
}
|
|
1277
|
+
.uni-col-sm-24 {
|
|
1278
|
+
width: 99.999999984%;
|
|
1279
|
+
}
|
|
1280
|
+
.uni-col-sm-offset-24 {
|
|
1281
|
+
margin-left: 99.999999984%;
|
|
1282
|
+
}
|
|
1283
|
+
.uni-col-sm-pull-24 {
|
|
1284
|
+
position: relative;
|
|
1285
|
+
right: 99.999999984%;
|
|
1286
|
+
}
|
|
1287
|
+
.uni-col-sm-push-24 {
|
|
1288
|
+
position: relative;
|
|
1289
|
+
left: 99.999999984%;
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
@media screen and (min-width: 992px) {
|
|
1293
|
+
.uni-col-md-0 {
|
|
1294
|
+
display: none;
|
|
1295
|
+
}
|
|
1296
|
+
.uni-col-md-0 {
|
|
1297
|
+
width: 0%;
|
|
1298
|
+
}
|
|
1299
|
+
.uni-col-md-offset-0 {
|
|
1300
|
+
margin-left: 0%;
|
|
1301
|
+
}
|
|
1302
|
+
.uni-col-md-pull-0 {
|
|
1303
|
+
position: relative;
|
|
1304
|
+
right: 0%;
|
|
1305
|
+
}
|
|
1306
|
+
.uni-col-md-push-0 {
|
|
1307
|
+
position: relative;
|
|
1308
|
+
left: 0%;
|
|
1309
|
+
}
|
|
1310
|
+
.uni-col-md-1 {
|
|
1311
|
+
width: 4.166666666%;
|
|
1312
|
+
}
|
|
1313
|
+
.uni-col-md-offset-1 {
|
|
1314
|
+
margin-left: 4.166666666%;
|
|
1315
|
+
}
|
|
1316
|
+
.uni-col-md-pull-1 {
|
|
1317
|
+
position: relative;
|
|
1318
|
+
right: 4.166666666%;
|
|
1319
|
+
}
|
|
1320
|
+
.uni-col-md-push-1 {
|
|
1321
|
+
position: relative;
|
|
1322
|
+
left: 4.166666666%;
|
|
1323
|
+
}
|
|
1324
|
+
.uni-col-md-2 {
|
|
1325
|
+
width: 8.333333332%;
|
|
1326
|
+
}
|
|
1327
|
+
.uni-col-md-offset-2 {
|
|
1328
|
+
margin-left: 8.333333332%;
|
|
1329
|
+
}
|
|
1330
|
+
.uni-col-md-pull-2 {
|
|
1331
|
+
position: relative;
|
|
1332
|
+
right: 8.333333332%;
|
|
1333
|
+
}
|
|
1334
|
+
.uni-col-md-push-2 {
|
|
1335
|
+
position: relative;
|
|
1336
|
+
left: 8.333333332%;
|
|
1337
|
+
}
|
|
1338
|
+
.uni-col-md-3 {
|
|
1339
|
+
width: 12.499999998%;
|
|
1340
|
+
}
|
|
1341
|
+
.uni-col-md-offset-3 {
|
|
1342
|
+
margin-left: 12.499999998%;
|
|
1343
|
+
}
|
|
1344
|
+
.uni-col-md-pull-3 {
|
|
1345
|
+
position: relative;
|
|
1346
|
+
right: 12.499999998%;
|
|
1347
|
+
}
|
|
1348
|
+
.uni-col-md-push-3 {
|
|
1349
|
+
position: relative;
|
|
1350
|
+
left: 12.499999998%;
|
|
1351
|
+
}
|
|
1352
|
+
.uni-col-md-4 {
|
|
1353
|
+
width: 16.666666664%;
|
|
1354
|
+
}
|
|
1355
|
+
.uni-col-md-offset-4 {
|
|
1356
|
+
margin-left: 16.666666664%;
|
|
1357
|
+
}
|
|
1358
|
+
.uni-col-md-pull-4 {
|
|
1359
|
+
position: relative;
|
|
1360
|
+
right: 16.666666664%;
|
|
1361
|
+
}
|
|
1362
|
+
.uni-col-md-push-4 {
|
|
1363
|
+
position: relative;
|
|
1364
|
+
left: 16.666666664%;
|
|
1365
|
+
}
|
|
1366
|
+
.uni-col-md-5 {
|
|
1367
|
+
width: 20.83333333%;
|
|
1368
|
+
}
|
|
1369
|
+
.uni-col-md-offset-5 {
|
|
1370
|
+
margin-left: 20.83333333%;
|
|
1371
|
+
}
|
|
1372
|
+
.uni-col-md-pull-5 {
|
|
1373
|
+
position: relative;
|
|
1374
|
+
right: 20.83333333%;
|
|
1375
|
+
}
|
|
1376
|
+
.uni-col-md-push-5 {
|
|
1377
|
+
position: relative;
|
|
1378
|
+
left: 20.83333333%;
|
|
1379
|
+
}
|
|
1380
|
+
.uni-col-md-6 {
|
|
1381
|
+
width: 24.999999996%;
|
|
1382
|
+
}
|
|
1383
|
+
.uni-col-md-offset-6 {
|
|
1384
|
+
margin-left: 24.999999996%;
|
|
1385
|
+
}
|
|
1386
|
+
.uni-col-md-pull-6 {
|
|
1387
|
+
position: relative;
|
|
1388
|
+
right: 24.999999996%;
|
|
1389
|
+
}
|
|
1390
|
+
.uni-col-md-push-6 {
|
|
1391
|
+
position: relative;
|
|
1392
|
+
left: 24.999999996%;
|
|
1393
|
+
}
|
|
1394
|
+
.uni-col-md-7 {
|
|
1395
|
+
width: 29.166666662%;
|
|
1396
|
+
}
|
|
1397
|
+
.uni-col-md-offset-7 {
|
|
1398
|
+
margin-left: 29.166666662%;
|
|
1399
|
+
}
|
|
1400
|
+
.uni-col-md-pull-7 {
|
|
1401
|
+
position: relative;
|
|
1402
|
+
right: 29.166666662%;
|
|
1403
|
+
}
|
|
1404
|
+
.uni-col-md-push-7 {
|
|
1405
|
+
position: relative;
|
|
1406
|
+
left: 29.166666662%;
|
|
1407
|
+
}
|
|
1408
|
+
.uni-col-md-8 {
|
|
1409
|
+
width: 33.333333328%;
|
|
1410
|
+
}
|
|
1411
|
+
.uni-col-md-offset-8 {
|
|
1412
|
+
margin-left: 33.333333328%;
|
|
1413
|
+
}
|
|
1414
|
+
.uni-col-md-pull-8 {
|
|
1415
|
+
position: relative;
|
|
1416
|
+
right: 33.333333328%;
|
|
1417
|
+
}
|
|
1418
|
+
.uni-col-md-push-8 {
|
|
1419
|
+
position: relative;
|
|
1420
|
+
left: 33.333333328%;
|
|
1421
|
+
}
|
|
1422
|
+
.uni-col-md-9 {
|
|
1423
|
+
width: 37.499999994%;
|
|
1424
|
+
}
|
|
1425
|
+
.uni-col-md-offset-9 {
|
|
1426
|
+
margin-left: 37.499999994%;
|
|
1427
|
+
}
|
|
1428
|
+
.uni-col-md-pull-9 {
|
|
1429
|
+
position: relative;
|
|
1430
|
+
right: 37.499999994%;
|
|
1431
|
+
}
|
|
1432
|
+
.uni-col-md-push-9 {
|
|
1433
|
+
position: relative;
|
|
1434
|
+
left: 37.499999994%;
|
|
1435
|
+
}
|
|
1436
|
+
.uni-col-md-10 {
|
|
1437
|
+
width: 41.66666666%;
|
|
1438
|
+
}
|
|
1439
|
+
.uni-col-md-offset-10 {
|
|
1440
|
+
margin-left: 41.66666666%;
|
|
1441
|
+
}
|
|
1442
|
+
.uni-col-md-pull-10 {
|
|
1443
|
+
position: relative;
|
|
1444
|
+
right: 41.66666666%;
|
|
1445
|
+
}
|
|
1446
|
+
.uni-col-md-push-10 {
|
|
1447
|
+
position: relative;
|
|
1448
|
+
left: 41.66666666%;
|
|
1449
|
+
}
|
|
1450
|
+
.uni-col-md-11 {
|
|
1451
|
+
width: 45.833333326%;
|
|
1452
|
+
}
|
|
1453
|
+
.uni-col-md-offset-11 {
|
|
1454
|
+
margin-left: 45.833333326%;
|
|
1455
|
+
}
|
|
1456
|
+
.uni-col-md-pull-11 {
|
|
1457
|
+
position: relative;
|
|
1458
|
+
right: 45.833333326%;
|
|
1459
|
+
}
|
|
1460
|
+
.uni-col-md-push-11 {
|
|
1461
|
+
position: relative;
|
|
1462
|
+
left: 45.833333326%;
|
|
1463
|
+
}
|
|
1464
|
+
.uni-col-md-12 {
|
|
1465
|
+
width: 49.999999992%;
|
|
1466
|
+
}
|
|
1467
|
+
.uni-col-md-offset-12 {
|
|
1468
|
+
margin-left: 49.999999992%;
|
|
1469
|
+
}
|
|
1470
|
+
.uni-col-md-pull-12 {
|
|
1471
|
+
position: relative;
|
|
1472
|
+
right: 49.999999992%;
|
|
1473
|
+
}
|
|
1474
|
+
.uni-col-md-push-12 {
|
|
1475
|
+
position: relative;
|
|
1476
|
+
left: 49.999999992%;
|
|
1477
|
+
}
|
|
1478
|
+
.uni-col-md-13 {
|
|
1479
|
+
width: 54.166666658%;
|
|
1480
|
+
}
|
|
1481
|
+
.uni-col-md-offset-13 {
|
|
1482
|
+
margin-left: 54.166666658%;
|
|
1483
|
+
}
|
|
1484
|
+
.uni-col-md-pull-13 {
|
|
1485
|
+
position: relative;
|
|
1486
|
+
right: 54.166666658%;
|
|
1487
|
+
}
|
|
1488
|
+
.uni-col-md-push-13 {
|
|
1489
|
+
position: relative;
|
|
1490
|
+
left: 54.166666658%;
|
|
1491
|
+
}
|
|
1492
|
+
.uni-col-md-14 {
|
|
1493
|
+
width: 58.333333324%;
|
|
1494
|
+
}
|
|
1495
|
+
.uni-col-md-offset-14 {
|
|
1496
|
+
margin-left: 58.333333324%;
|
|
1497
|
+
}
|
|
1498
|
+
.uni-col-md-pull-14 {
|
|
1499
|
+
position: relative;
|
|
1500
|
+
right: 58.333333324%;
|
|
1501
|
+
}
|
|
1502
|
+
.uni-col-md-push-14 {
|
|
1503
|
+
position: relative;
|
|
1504
|
+
left: 58.333333324%;
|
|
1505
|
+
}
|
|
1506
|
+
.uni-col-md-15 {
|
|
1507
|
+
width: 62.49999999%;
|
|
1508
|
+
}
|
|
1509
|
+
.uni-col-md-offset-15 {
|
|
1510
|
+
margin-left: 62.49999999%;
|
|
1511
|
+
}
|
|
1512
|
+
.uni-col-md-pull-15 {
|
|
1513
|
+
position: relative;
|
|
1514
|
+
right: 62.49999999%;
|
|
1515
|
+
}
|
|
1516
|
+
.uni-col-md-push-15 {
|
|
1517
|
+
position: relative;
|
|
1518
|
+
left: 62.49999999%;
|
|
1519
|
+
}
|
|
1520
|
+
.uni-col-md-16 {
|
|
1521
|
+
width: 66.666666656%;
|
|
1522
|
+
}
|
|
1523
|
+
.uni-col-md-offset-16 {
|
|
1524
|
+
margin-left: 66.666666656%;
|
|
1525
|
+
}
|
|
1526
|
+
.uni-col-md-pull-16 {
|
|
1527
|
+
position: relative;
|
|
1528
|
+
right: 66.666666656%;
|
|
1529
|
+
}
|
|
1530
|
+
.uni-col-md-push-16 {
|
|
1531
|
+
position: relative;
|
|
1532
|
+
left: 66.666666656%;
|
|
1533
|
+
}
|
|
1534
|
+
.uni-col-md-17 {
|
|
1535
|
+
width: 70.833333322%;
|
|
1536
|
+
}
|
|
1537
|
+
.uni-col-md-offset-17 {
|
|
1538
|
+
margin-left: 70.833333322%;
|
|
1539
|
+
}
|
|
1540
|
+
.uni-col-md-pull-17 {
|
|
1541
|
+
position: relative;
|
|
1542
|
+
right: 70.833333322%;
|
|
1543
|
+
}
|
|
1544
|
+
.uni-col-md-push-17 {
|
|
1545
|
+
position: relative;
|
|
1546
|
+
left: 70.833333322%;
|
|
1547
|
+
}
|
|
1548
|
+
.uni-col-md-18 {
|
|
1549
|
+
width: 74.999999988%;
|
|
1550
|
+
}
|
|
1551
|
+
.uni-col-md-offset-18 {
|
|
1552
|
+
margin-left: 74.999999988%;
|
|
1553
|
+
}
|
|
1554
|
+
.uni-col-md-pull-18 {
|
|
1555
|
+
position: relative;
|
|
1556
|
+
right: 74.999999988%;
|
|
1557
|
+
}
|
|
1558
|
+
.uni-col-md-push-18 {
|
|
1559
|
+
position: relative;
|
|
1560
|
+
left: 74.999999988%;
|
|
1561
|
+
}
|
|
1562
|
+
.uni-col-md-19 {
|
|
1563
|
+
width: 79.166666654%;
|
|
1564
|
+
}
|
|
1565
|
+
.uni-col-md-offset-19 {
|
|
1566
|
+
margin-left: 79.166666654%;
|
|
1567
|
+
}
|
|
1568
|
+
.uni-col-md-pull-19 {
|
|
1569
|
+
position: relative;
|
|
1570
|
+
right: 79.166666654%;
|
|
1571
|
+
}
|
|
1572
|
+
.uni-col-md-push-19 {
|
|
1573
|
+
position: relative;
|
|
1574
|
+
left: 79.166666654%;
|
|
1575
|
+
}
|
|
1576
|
+
.uni-col-md-20 {
|
|
1577
|
+
width: 83.33333332%;
|
|
1578
|
+
}
|
|
1579
|
+
.uni-col-md-offset-20 {
|
|
1580
|
+
margin-left: 83.33333332%;
|
|
1581
|
+
}
|
|
1582
|
+
.uni-col-md-pull-20 {
|
|
1583
|
+
position: relative;
|
|
1584
|
+
right: 83.33333332%;
|
|
1585
|
+
}
|
|
1586
|
+
.uni-col-md-push-20 {
|
|
1587
|
+
position: relative;
|
|
1588
|
+
left: 83.33333332%;
|
|
1589
|
+
}
|
|
1590
|
+
.uni-col-md-21 {
|
|
1591
|
+
width: 87.499999986%;
|
|
1592
|
+
}
|
|
1593
|
+
.uni-col-md-offset-21 {
|
|
1594
|
+
margin-left: 87.499999986%;
|
|
1595
|
+
}
|
|
1596
|
+
.uni-col-md-pull-21 {
|
|
1597
|
+
position: relative;
|
|
1598
|
+
right: 87.499999986%;
|
|
1599
|
+
}
|
|
1600
|
+
.uni-col-md-push-21 {
|
|
1601
|
+
position: relative;
|
|
1602
|
+
left: 87.499999986%;
|
|
1603
|
+
}
|
|
1604
|
+
.uni-col-md-22 {
|
|
1605
|
+
width: 91.666666652%;
|
|
1606
|
+
}
|
|
1607
|
+
.uni-col-md-offset-22 {
|
|
1608
|
+
margin-left: 91.666666652%;
|
|
1609
|
+
}
|
|
1610
|
+
.uni-col-md-pull-22 {
|
|
1611
|
+
position: relative;
|
|
1612
|
+
right: 91.666666652%;
|
|
1613
|
+
}
|
|
1614
|
+
.uni-col-md-push-22 {
|
|
1615
|
+
position: relative;
|
|
1616
|
+
left: 91.666666652%;
|
|
1617
|
+
}
|
|
1618
|
+
.uni-col-md-23 {
|
|
1619
|
+
width: 95.833333318%;
|
|
1620
|
+
}
|
|
1621
|
+
.uni-col-md-offset-23 {
|
|
1622
|
+
margin-left: 95.833333318%;
|
|
1623
|
+
}
|
|
1624
|
+
.uni-col-md-pull-23 {
|
|
1625
|
+
position: relative;
|
|
1626
|
+
right: 95.833333318%;
|
|
1627
|
+
}
|
|
1628
|
+
.uni-col-md-push-23 {
|
|
1629
|
+
position: relative;
|
|
1630
|
+
left: 95.833333318%;
|
|
1631
|
+
}
|
|
1632
|
+
.uni-col-md-24 {
|
|
1633
|
+
width: 99.999999984%;
|
|
1634
|
+
}
|
|
1635
|
+
.uni-col-md-offset-24 {
|
|
1636
|
+
margin-left: 99.999999984%;
|
|
1637
|
+
}
|
|
1638
|
+
.uni-col-md-pull-24 {
|
|
1639
|
+
position: relative;
|
|
1640
|
+
right: 99.999999984%;
|
|
1641
|
+
}
|
|
1642
|
+
.uni-col-md-push-24 {
|
|
1643
|
+
position: relative;
|
|
1644
|
+
left: 99.999999984%;
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
@media screen and (min-width: 1200px) {
|
|
1648
|
+
.uni-col-lg-0 {
|
|
1649
|
+
display: none;
|
|
1650
|
+
}
|
|
1651
|
+
.uni-col-lg-0 {
|
|
1652
|
+
width: 0%;
|
|
1653
|
+
}
|
|
1654
|
+
.uni-col-lg-offset-0 {
|
|
1655
|
+
margin-left: 0%;
|
|
1656
|
+
}
|
|
1657
|
+
.uni-col-lg-pull-0 {
|
|
1658
|
+
position: relative;
|
|
1659
|
+
right: 0%;
|
|
1660
|
+
}
|
|
1661
|
+
.uni-col-lg-push-0 {
|
|
1662
|
+
position: relative;
|
|
1663
|
+
left: 0%;
|
|
1664
|
+
}
|
|
1665
|
+
.uni-col-lg-1 {
|
|
1666
|
+
width: 4.166666666%;
|
|
1667
|
+
}
|
|
1668
|
+
.uni-col-lg-offset-1 {
|
|
1669
|
+
margin-left: 4.166666666%;
|
|
1670
|
+
}
|
|
1671
|
+
.uni-col-lg-pull-1 {
|
|
1672
|
+
position: relative;
|
|
1673
|
+
right: 4.166666666%;
|
|
1674
|
+
}
|
|
1675
|
+
.uni-col-lg-push-1 {
|
|
1676
|
+
position: relative;
|
|
1677
|
+
left: 4.166666666%;
|
|
1678
|
+
}
|
|
1679
|
+
.uni-col-lg-2 {
|
|
1680
|
+
width: 8.333333332%;
|
|
1681
|
+
}
|
|
1682
|
+
.uni-col-lg-offset-2 {
|
|
1683
|
+
margin-left: 8.333333332%;
|
|
1684
|
+
}
|
|
1685
|
+
.uni-col-lg-pull-2 {
|
|
1686
|
+
position: relative;
|
|
1687
|
+
right: 8.333333332%;
|
|
1688
|
+
}
|
|
1689
|
+
.uni-col-lg-push-2 {
|
|
1690
|
+
position: relative;
|
|
1691
|
+
left: 8.333333332%;
|
|
1692
|
+
}
|
|
1693
|
+
.uni-col-lg-3 {
|
|
1694
|
+
width: 12.499999998%;
|
|
1695
|
+
}
|
|
1696
|
+
.uni-col-lg-offset-3 {
|
|
1697
|
+
margin-left: 12.499999998%;
|
|
1698
|
+
}
|
|
1699
|
+
.uni-col-lg-pull-3 {
|
|
1700
|
+
position: relative;
|
|
1701
|
+
right: 12.499999998%;
|
|
1702
|
+
}
|
|
1703
|
+
.uni-col-lg-push-3 {
|
|
1704
|
+
position: relative;
|
|
1705
|
+
left: 12.499999998%;
|
|
1706
|
+
}
|
|
1707
|
+
.uni-col-lg-4 {
|
|
1708
|
+
width: 16.666666664%;
|
|
1709
|
+
}
|
|
1710
|
+
.uni-col-lg-offset-4 {
|
|
1711
|
+
margin-left: 16.666666664%;
|
|
1712
|
+
}
|
|
1713
|
+
.uni-col-lg-pull-4 {
|
|
1714
|
+
position: relative;
|
|
1715
|
+
right: 16.666666664%;
|
|
1716
|
+
}
|
|
1717
|
+
.uni-col-lg-push-4 {
|
|
1718
|
+
position: relative;
|
|
1719
|
+
left: 16.666666664%;
|
|
1720
|
+
}
|
|
1721
|
+
.uni-col-lg-5 {
|
|
1722
|
+
width: 20.83333333%;
|
|
1723
|
+
}
|
|
1724
|
+
.uni-col-lg-offset-5 {
|
|
1725
|
+
margin-left: 20.83333333%;
|
|
1726
|
+
}
|
|
1727
|
+
.uni-col-lg-pull-5 {
|
|
1728
|
+
position: relative;
|
|
1729
|
+
right: 20.83333333%;
|
|
1730
|
+
}
|
|
1731
|
+
.uni-col-lg-push-5 {
|
|
1732
|
+
position: relative;
|
|
1733
|
+
left: 20.83333333%;
|
|
1734
|
+
}
|
|
1735
|
+
.uni-col-lg-6 {
|
|
1736
|
+
width: 24.999999996%;
|
|
1737
|
+
}
|
|
1738
|
+
.uni-col-lg-offset-6 {
|
|
1739
|
+
margin-left: 24.999999996%;
|
|
1740
|
+
}
|
|
1741
|
+
.uni-col-lg-pull-6 {
|
|
1742
|
+
position: relative;
|
|
1743
|
+
right: 24.999999996%;
|
|
1744
|
+
}
|
|
1745
|
+
.uni-col-lg-push-6 {
|
|
1746
|
+
position: relative;
|
|
1747
|
+
left: 24.999999996%;
|
|
1748
|
+
}
|
|
1749
|
+
.uni-col-lg-7 {
|
|
1750
|
+
width: 29.166666662%;
|
|
1751
|
+
}
|
|
1752
|
+
.uni-col-lg-offset-7 {
|
|
1753
|
+
margin-left: 29.166666662%;
|
|
1754
|
+
}
|
|
1755
|
+
.uni-col-lg-pull-7 {
|
|
1756
|
+
position: relative;
|
|
1757
|
+
right: 29.166666662%;
|
|
1758
|
+
}
|
|
1759
|
+
.uni-col-lg-push-7 {
|
|
1760
|
+
position: relative;
|
|
1761
|
+
left: 29.166666662%;
|
|
1762
|
+
}
|
|
1763
|
+
.uni-col-lg-8 {
|
|
1764
|
+
width: 33.333333328%;
|
|
1765
|
+
}
|
|
1766
|
+
.uni-col-lg-offset-8 {
|
|
1767
|
+
margin-left: 33.333333328%;
|
|
1768
|
+
}
|
|
1769
|
+
.uni-col-lg-pull-8 {
|
|
1770
|
+
position: relative;
|
|
1771
|
+
right: 33.333333328%;
|
|
1772
|
+
}
|
|
1773
|
+
.uni-col-lg-push-8 {
|
|
1774
|
+
position: relative;
|
|
1775
|
+
left: 33.333333328%;
|
|
1776
|
+
}
|
|
1777
|
+
.uni-col-lg-9 {
|
|
1778
|
+
width: 37.499999994%;
|
|
1779
|
+
}
|
|
1780
|
+
.uni-col-lg-offset-9 {
|
|
1781
|
+
margin-left: 37.499999994%;
|
|
1782
|
+
}
|
|
1783
|
+
.uni-col-lg-pull-9 {
|
|
1784
|
+
position: relative;
|
|
1785
|
+
right: 37.499999994%;
|
|
1786
|
+
}
|
|
1787
|
+
.uni-col-lg-push-9 {
|
|
1788
|
+
position: relative;
|
|
1789
|
+
left: 37.499999994%;
|
|
1790
|
+
}
|
|
1791
|
+
.uni-col-lg-10 {
|
|
1792
|
+
width: 41.66666666%;
|
|
1793
|
+
}
|
|
1794
|
+
.uni-col-lg-offset-10 {
|
|
1795
|
+
margin-left: 41.66666666%;
|
|
1796
|
+
}
|
|
1797
|
+
.uni-col-lg-pull-10 {
|
|
1798
|
+
position: relative;
|
|
1799
|
+
right: 41.66666666%;
|
|
1800
|
+
}
|
|
1801
|
+
.uni-col-lg-push-10 {
|
|
1802
|
+
position: relative;
|
|
1803
|
+
left: 41.66666666%;
|
|
1804
|
+
}
|
|
1805
|
+
.uni-col-lg-11 {
|
|
1806
|
+
width: 45.833333326%;
|
|
1807
|
+
}
|
|
1808
|
+
.uni-col-lg-offset-11 {
|
|
1809
|
+
margin-left: 45.833333326%;
|
|
1810
|
+
}
|
|
1811
|
+
.uni-col-lg-pull-11 {
|
|
1812
|
+
position: relative;
|
|
1813
|
+
right: 45.833333326%;
|
|
1814
|
+
}
|
|
1815
|
+
.uni-col-lg-push-11 {
|
|
1816
|
+
position: relative;
|
|
1817
|
+
left: 45.833333326%;
|
|
1818
|
+
}
|
|
1819
|
+
.uni-col-lg-12 {
|
|
1820
|
+
width: 49.999999992%;
|
|
1821
|
+
}
|
|
1822
|
+
.uni-col-lg-offset-12 {
|
|
1823
|
+
margin-left: 49.999999992%;
|
|
1824
|
+
}
|
|
1825
|
+
.uni-col-lg-pull-12 {
|
|
1826
|
+
position: relative;
|
|
1827
|
+
right: 49.999999992%;
|
|
1828
|
+
}
|
|
1829
|
+
.uni-col-lg-push-12 {
|
|
1830
|
+
position: relative;
|
|
1831
|
+
left: 49.999999992%;
|
|
1832
|
+
}
|
|
1833
|
+
.uni-col-lg-13 {
|
|
1834
|
+
width: 54.166666658%;
|
|
1835
|
+
}
|
|
1836
|
+
.uni-col-lg-offset-13 {
|
|
1837
|
+
margin-left: 54.166666658%;
|
|
1838
|
+
}
|
|
1839
|
+
.uni-col-lg-pull-13 {
|
|
1840
|
+
position: relative;
|
|
1841
|
+
right: 54.166666658%;
|
|
1842
|
+
}
|
|
1843
|
+
.uni-col-lg-push-13 {
|
|
1844
|
+
position: relative;
|
|
1845
|
+
left: 54.166666658%;
|
|
1846
|
+
}
|
|
1847
|
+
.uni-col-lg-14 {
|
|
1848
|
+
width: 58.333333324%;
|
|
1849
|
+
}
|
|
1850
|
+
.uni-col-lg-offset-14 {
|
|
1851
|
+
margin-left: 58.333333324%;
|
|
1852
|
+
}
|
|
1853
|
+
.uni-col-lg-pull-14 {
|
|
1854
|
+
position: relative;
|
|
1855
|
+
right: 58.333333324%;
|
|
1856
|
+
}
|
|
1857
|
+
.uni-col-lg-push-14 {
|
|
1858
|
+
position: relative;
|
|
1859
|
+
left: 58.333333324%;
|
|
1860
|
+
}
|
|
1861
|
+
.uni-col-lg-15 {
|
|
1862
|
+
width: 62.49999999%;
|
|
1863
|
+
}
|
|
1864
|
+
.uni-col-lg-offset-15 {
|
|
1865
|
+
margin-left: 62.49999999%;
|
|
1866
|
+
}
|
|
1867
|
+
.uni-col-lg-pull-15 {
|
|
1868
|
+
position: relative;
|
|
1869
|
+
right: 62.49999999%;
|
|
1870
|
+
}
|
|
1871
|
+
.uni-col-lg-push-15 {
|
|
1872
|
+
position: relative;
|
|
1873
|
+
left: 62.49999999%;
|
|
1874
|
+
}
|
|
1875
|
+
.uni-col-lg-16 {
|
|
1876
|
+
width: 66.666666656%;
|
|
1877
|
+
}
|
|
1878
|
+
.uni-col-lg-offset-16 {
|
|
1879
|
+
margin-left: 66.666666656%;
|
|
1880
|
+
}
|
|
1881
|
+
.uni-col-lg-pull-16 {
|
|
1882
|
+
position: relative;
|
|
1883
|
+
right: 66.666666656%;
|
|
1884
|
+
}
|
|
1885
|
+
.uni-col-lg-push-16 {
|
|
1886
|
+
position: relative;
|
|
1887
|
+
left: 66.666666656%;
|
|
1888
|
+
}
|
|
1889
|
+
.uni-col-lg-17 {
|
|
1890
|
+
width: 70.833333322%;
|
|
1891
|
+
}
|
|
1892
|
+
.uni-col-lg-offset-17 {
|
|
1893
|
+
margin-left: 70.833333322%;
|
|
1894
|
+
}
|
|
1895
|
+
.uni-col-lg-pull-17 {
|
|
1896
|
+
position: relative;
|
|
1897
|
+
right: 70.833333322%;
|
|
1898
|
+
}
|
|
1899
|
+
.uni-col-lg-push-17 {
|
|
1900
|
+
position: relative;
|
|
1901
|
+
left: 70.833333322%;
|
|
1902
|
+
}
|
|
1903
|
+
.uni-col-lg-18 {
|
|
1904
|
+
width: 74.999999988%;
|
|
1905
|
+
}
|
|
1906
|
+
.uni-col-lg-offset-18 {
|
|
1907
|
+
margin-left: 74.999999988%;
|
|
1908
|
+
}
|
|
1909
|
+
.uni-col-lg-pull-18 {
|
|
1910
|
+
position: relative;
|
|
1911
|
+
right: 74.999999988%;
|
|
1912
|
+
}
|
|
1913
|
+
.uni-col-lg-push-18 {
|
|
1914
|
+
position: relative;
|
|
1915
|
+
left: 74.999999988%;
|
|
1916
|
+
}
|
|
1917
|
+
.uni-col-lg-19 {
|
|
1918
|
+
width: 79.166666654%;
|
|
1919
|
+
}
|
|
1920
|
+
.uni-col-lg-offset-19 {
|
|
1921
|
+
margin-left: 79.166666654%;
|
|
1922
|
+
}
|
|
1923
|
+
.uni-col-lg-pull-19 {
|
|
1924
|
+
position: relative;
|
|
1925
|
+
right: 79.166666654%;
|
|
1926
|
+
}
|
|
1927
|
+
.uni-col-lg-push-19 {
|
|
1928
|
+
position: relative;
|
|
1929
|
+
left: 79.166666654%;
|
|
1930
|
+
}
|
|
1931
|
+
.uni-col-lg-20 {
|
|
1932
|
+
width: 83.33333332%;
|
|
1933
|
+
}
|
|
1934
|
+
.uni-col-lg-offset-20 {
|
|
1935
|
+
margin-left: 83.33333332%;
|
|
1936
|
+
}
|
|
1937
|
+
.uni-col-lg-pull-20 {
|
|
1938
|
+
position: relative;
|
|
1939
|
+
right: 83.33333332%;
|
|
1940
|
+
}
|
|
1941
|
+
.uni-col-lg-push-20 {
|
|
1942
|
+
position: relative;
|
|
1943
|
+
left: 83.33333332%;
|
|
1944
|
+
}
|
|
1945
|
+
.uni-col-lg-21 {
|
|
1946
|
+
width: 87.499999986%;
|
|
1947
|
+
}
|
|
1948
|
+
.uni-col-lg-offset-21 {
|
|
1949
|
+
margin-left: 87.499999986%;
|
|
1950
|
+
}
|
|
1951
|
+
.uni-col-lg-pull-21 {
|
|
1952
|
+
position: relative;
|
|
1953
|
+
right: 87.499999986%;
|
|
1954
|
+
}
|
|
1955
|
+
.uni-col-lg-push-21 {
|
|
1956
|
+
position: relative;
|
|
1957
|
+
left: 87.499999986%;
|
|
1958
|
+
}
|
|
1959
|
+
.uni-col-lg-22 {
|
|
1960
|
+
width: 91.666666652%;
|
|
1961
|
+
}
|
|
1962
|
+
.uni-col-lg-offset-22 {
|
|
1963
|
+
margin-left: 91.666666652%;
|
|
1964
|
+
}
|
|
1965
|
+
.uni-col-lg-pull-22 {
|
|
1966
|
+
position: relative;
|
|
1967
|
+
right: 91.666666652%;
|
|
1968
|
+
}
|
|
1969
|
+
.uni-col-lg-push-22 {
|
|
1970
|
+
position: relative;
|
|
1971
|
+
left: 91.666666652%;
|
|
1972
|
+
}
|
|
1973
|
+
.uni-col-lg-23 {
|
|
1974
|
+
width: 95.833333318%;
|
|
1975
|
+
}
|
|
1976
|
+
.uni-col-lg-offset-23 {
|
|
1977
|
+
margin-left: 95.833333318%;
|
|
1978
|
+
}
|
|
1979
|
+
.uni-col-lg-pull-23 {
|
|
1980
|
+
position: relative;
|
|
1981
|
+
right: 95.833333318%;
|
|
1982
|
+
}
|
|
1983
|
+
.uni-col-lg-push-23 {
|
|
1984
|
+
position: relative;
|
|
1985
|
+
left: 95.833333318%;
|
|
1986
|
+
}
|
|
1987
|
+
.uni-col-lg-24 {
|
|
1988
|
+
width: 99.999999984%;
|
|
1989
|
+
}
|
|
1990
|
+
.uni-col-lg-offset-24 {
|
|
1991
|
+
margin-left: 99.999999984%;
|
|
1992
|
+
}
|
|
1993
|
+
.uni-col-lg-pull-24 {
|
|
1994
|
+
position: relative;
|
|
1995
|
+
right: 99.999999984%;
|
|
1996
|
+
}
|
|
1997
|
+
.uni-col-lg-push-24 {
|
|
1998
|
+
position: relative;
|
|
1999
|
+
left: 99.999999984%;
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
@media screen and (min-width: 1920px) {
|
|
2003
|
+
.uni-col-xl-0 {
|
|
2004
|
+
display: none;
|
|
2005
|
+
}
|
|
2006
|
+
.uni-col-xl-0 {
|
|
2007
|
+
width: 0%;
|
|
2008
|
+
}
|
|
2009
|
+
.uni-col-xl-offset-0 {
|
|
2010
|
+
margin-left: 0%;
|
|
2011
|
+
}
|
|
2012
|
+
.uni-col-xl-pull-0 {
|
|
2013
|
+
position: relative;
|
|
2014
|
+
right: 0%;
|
|
2015
|
+
}
|
|
2016
|
+
.uni-col-xl-push-0 {
|
|
2017
|
+
position: relative;
|
|
2018
|
+
left: 0%;
|
|
2019
|
+
}
|
|
2020
|
+
.uni-col-xl-1 {
|
|
2021
|
+
width: 4.166666666%;
|
|
2022
|
+
}
|
|
2023
|
+
.uni-col-xl-offset-1 {
|
|
2024
|
+
margin-left: 4.166666666%;
|
|
2025
|
+
}
|
|
2026
|
+
.uni-col-xl-pull-1 {
|
|
2027
|
+
position: relative;
|
|
2028
|
+
right: 4.166666666%;
|
|
2029
|
+
}
|
|
2030
|
+
.uni-col-xl-push-1 {
|
|
2031
|
+
position: relative;
|
|
2032
|
+
left: 4.166666666%;
|
|
2033
|
+
}
|
|
2034
|
+
.uni-col-xl-2 {
|
|
2035
|
+
width: 8.333333332%;
|
|
2036
|
+
}
|
|
2037
|
+
.uni-col-xl-offset-2 {
|
|
2038
|
+
margin-left: 8.333333332%;
|
|
2039
|
+
}
|
|
2040
|
+
.uni-col-xl-pull-2 {
|
|
2041
|
+
position: relative;
|
|
2042
|
+
right: 8.333333332%;
|
|
2043
|
+
}
|
|
2044
|
+
.uni-col-xl-push-2 {
|
|
2045
|
+
position: relative;
|
|
2046
|
+
left: 8.333333332%;
|
|
2047
|
+
}
|
|
2048
|
+
.uni-col-xl-3 {
|
|
2049
|
+
width: 12.499999998%;
|
|
2050
|
+
}
|
|
2051
|
+
.uni-col-xl-offset-3 {
|
|
2052
|
+
margin-left: 12.499999998%;
|
|
2053
|
+
}
|
|
2054
|
+
.uni-col-xl-pull-3 {
|
|
2055
|
+
position: relative;
|
|
2056
|
+
right: 12.499999998%;
|
|
2057
|
+
}
|
|
2058
|
+
.uni-col-xl-push-3 {
|
|
2059
|
+
position: relative;
|
|
2060
|
+
left: 12.499999998%;
|
|
2061
|
+
}
|
|
2062
|
+
.uni-col-xl-4 {
|
|
2063
|
+
width: 16.666666664%;
|
|
2064
|
+
}
|
|
2065
|
+
.uni-col-xl-offset-4 {
|
|
2066
|
+
margin-left: 16.666666664%;
|
|
2067
|
+
}
|
|
2068
|
+
.uni-col-xl-pull-4 {
|
|
2069
|
+
position: relative;
|
|
2070
|
+
right: 16.666666664%;
|
|
2071
|
+
}
|
|
2072
|
+
.uni-col-xl-push-4 {
|
|
2073
|
+
position: relative;
|
|
2074
|
+
left: 16.666666664%;
|
|
2075
|
+
}
|
|
2076
|
+
.uni-col-xl-5 {
|
|
2077
|
+
width: 20.83333333%;
|
|
2078
|
+
}
|
|
2079
|
+
.uni-col-xl-offset-5 {
|
|
2080
|
+
margin-left: 20.83333333%;
|
|
2081
|
+
}
|
|
2082
|
+
.uni-col-xl-pull-5 {
|
|
2083
|
+
position: relative;
|
|
2084
|
+
right: 20.83333333%;
|
|
2085
|
+
}
|
|
2086
|
+
.uni-col-xl-push-5 {
|
|
2087
|
+
position: relative;
|
|
2088
|
+
left: 20.83333333%;
|
|
2089
|
+
}
|
|
2090
|
+
.uni-col-xl-6 {
|
|
2091
|
+
width: 24.999999996%;
|
|
2092
|
+
}
|
|
2093
|
+
.uni-col-xl-offset-6 {
|
|
2094
|
+
margin-left: 24.999999996%;
|
|
2095
|
+
}
|
|
2096
|
+
.uni-col-xl-pull-6 {
|
|
2097
|
+
position: relative;
|
|
2098
|
+
right: 24.999999996%;
|
|
2099
|
+
}
|
|
2100
|
+
.uni-col-xl-push-6 {
|
|
2101
|
+
position: relative;
|
|
2102
|
+
left: 24.999999996%;
|
|
2103
|
+
}
|
|
2104
|
+
.uni-col-xl-7 {
|
|
2105
|
+
width: 29.166666662%;
|
|
2106
|
+
}
|
|
2107
|
+
.uni-col-xl-offset-7 {
|
|
2108
|
+
margin-left: 29.166666662%;
|
|
2109
|
+
}
|
|
2110
|
+
.uni-col-xl-pull-7 {
|
|
2111
|
+
position: relative;
|
|
2112
|
+
right: 29.166666662%;
|
|
2113
|
+
}
|
|
2114
|
+
.uni-col-xl-push-7 {
|
|
2115
|
+
position: relative;
|
|
2116
|
+
left: 29.166666662%;
|
|
2117
|
+
}
|
|
2118
|
+
.uni-col-xl-8 {
|
|
2119
|
+
width: 33.333333328%;
|
|
2120
|
+
}
|
|
2121
|
+
.uni-col-xl-offset-8 {
|
|
2122
|
+
margin-left: 33.333333328%;
|
|
2123
|
+
}
|
|
2124
|
+
.uni-col-xl-pull-8 {
|
|
2125
|
+
position: relative;
|
|
2126
|
+
right: 33.333333328%;
|
|
2127
|
+
}
|
|
2128
|
+
.uni-col-xl-push-8 {
|
|
2129
|
+
position: relative;
|
|
2130
|
+
left: 33.333333328%;
|
|
2131
|
+
}
|
|
2132
|
+
.uni-col-xl-9 {
|
|
2133
|
+
width: 37.499999994%;
|
|
2134
|
+
}
|
|
2135
|
+
.uni-col-xl-offset-9 {
|
|
2136
|
+
margin-left: 37.499999994%;
|
|
2137
|
+
}
|
|
2138
|
+
.uni-col-xl-pull-9 {
|
|
2139
|
+
position: relative;
|
|
2140
|
+
right: 37.499999994%;
|
|
2141
|
+
}
|
|
2142
|
+
.uni-col-xl-push-9 {
|
|
2143
|
+
position: relative;
|
|
2144
|
+
left: 37.499999994%;
|
|
2145
|
+
}
|
|
2146
|
+
.uni-col-xl-10 {
|
|
2147
|
+
width: 41.66666666%;
|
|
2148
|
+
}
|
|
2149
|
+
.uni-col-xl-offset-10 {
|
|
2150
|
+
margin-left: 41.66666666%;
|
|
2151
|
+
}
|
|
2152
|
+
.uni-col-xl-pull-10 {
|
|
2153
|
+
position: relative;
|
|
2154
|
+
right: 41.66666666%;
|
|
2155
|
+
}
|
|
2156
|
+
.uni-col-xl-push-10 {
|
|
2157
|
+
position: relative;
|
|
2158
|
+
left: 41.66666666%;
|
|
2159
|
+
}
|
|
2160
|
+
.uni-col-xl-11 {
|
|
2161
|
+
width: 45.833333326%;
|
|
2162
|
+
}
|
|
2163
|
+
.uni-col-xl-offset-11 {
|
|
2164
|
+
margin-left: 45.833333326%;
|
|
2165
|
+
}
|
|
2166
|
+
.uni-col-xl-pull-11 {
|
|
2167
|
+
position: relative;
|
|
2168
|
+
right: 45.833333326%;
|
|
2169
|
+
}
|
|
2170
|
+
.uni-col-xl-push-11 {
|
|
2171
|
+
position: relative;
|
|
2172
|
+
left: 45.833333326%;
|
|
2173
|
+
}
|
|
2174
|
+
.uni-col-xl-12 {
|
|
2175
|
+
width: 49.999999992%;
|
|
2176
|
+
}
|
|
2177
|
+
.uni-col-xl-offset-12 {
|
|
2178
|
+
margin-left: 49.999999992%;
|
|
2179
|
+
}
|
|
2180
|
+
.uni-col-xl-pull-12 {
|
|
2181
|
+
position: relative;
|
|
2182
|
+
right: 49.999999992%;
|
|
2183
|
+
}
|
|
2184
|
+
.uni-col-xl-push-12 {
|
|
2185
|
+
position: relative;
|
|
2186
|
+
left: 49.999999992%;
|
|
2187
|
+
}
|
|
2188
|
+
.uni-col-xl-13 {
|
|
2189
|
+
width: 54.166666658%;
|
|
2190
|
+
}
|
|
2191
|
+
.uni-col-xl-offset-13 {
|
|
2192
|
+
margin-left: 54.166666658%;
|
|
2193
|
+
}
|
|
2194
|
+
.uni-col-xl-pull-13 {
|
|
2195
|
+
position: relative;
|
|
2196
|
+
right: 54.166666658%;
|
|
2197
|
+
}
|
|
2198
|
+
.uni-col-xl-push-13 {
|
|
2199
|
+
position: relative;
|
|
2200
|
+
left: 54.166666658%;
|
|
2201
|
+
}
|
|
2202
|
+
.uni-col-xl-14 {
|
|
2203
|
+
width: 58.333333324%;
|
|
2204
|
+
}
|
|
2205
|
+
.uni-col-xl-offset-14 {
|
|
2206
|
+
margin-left: 58.333333324%;
|
|
2207
|
+
}
|
|
2208
|
+
.uni-col-xl-pull-14 {
|
|
2209
|
+
position: relative;
|
|
2210
|
+
right: 58.333333324%;
|
|
2211
|
+
}
|
|
2212
|
+
.uni-col-xl-push-14 {
|
|
2213
|
+
position: relative;
|
|
2214
|
+
left: 58.333333324%;
|
|
2215
|
+
}
|
|
2216
|
+
.uni-col-xl-15 {
|
|
2217
|
+
width: 62.49999999%;
|
|
2218
|
+
}
|
|
2219
|
+
.uni-col-xl-offset-15 {
|
|
2220
|
+
margin-left: 62.49999999%;
|
|
2221
|
+
}
|
|
2222
|
+
.uni-col-xl-pull-15 {
|
|
2223
|
+
position: relative;
|
|
2224
|
+
right: 62.49999999%;
|
|
2225
|
+
}
|
|
2226
|
+
.uni-col-xl-push-15 {
|
|
2227
|
+
position: relative;
|
|
2228
|
+
left: 62.49999999%;
|
|
2229
|
+
}
|
|
2230
|
+
.uni-col-xl-16 {
|
|
2231
|
+
width: 66.666666656%;
|
|
2232
|
+
}
|
|
2233
|
+
.uni-col-xl-offset-16 {
|
|
2234
|
+
margin-left: 66.666666656%;
|
|
2235
|
+
}
|
|
2236
|
+
.uni-col-xl-pull-16 {
|
|
2237
|
+
position: relative;
|
|
2238
|
+
right: 66.666666656%;
|
|
2239
|
+
}
|
|
2240
|
+
.uni-col-xl-push-16 {
|
|
2241
|
+
position: relative;
|
|
2242
|
+
left: 66.666666656%;
|
|
2243
|
+
}
|
|
2244
|
+
.uni-col-xl-17 {
|
|
2245
|
+
width: 70.833333322%;
|
|
2246
|
+
}
|
|
2247
|
+
.uni-col-xl-offset-17 {
|
|
2248
|
+
margin-left: 70.833333322%;
|
|
2249
|
+
}
|
|
2250
|
+
.uni-col-xl-pull-17 {
|
|
2251
|
+
position: relative;
|
|
2252
|
+
right: 70.833333322%;
|
|
2253
|
+
}
|
|
2254
|
+
.uni-col-xl-push-17 {
|
|
2255
|
+
position: relative;
|
|
2256
|
+
left: 70.833333322%;
|
|
2257
|
+
}
|
|
2258
|
+
.uni-col-xl-18 {
|
|
2259
|
+
width: 74.999999988%;
|
|
2260
|
+
}
|
|
2261
|
+
.uni-col-xl-offset-18 {
|
|
2262
|
+
margin-left: 74.999999988%;
|
|
2263
|
+
}
|
|
2264
|
+
.uni-col-xl-pull-18 {
|
|
2265
|
+
position: relative;
|
|
2266
|
+
right: 74.999999988%;
|
|
2267
|
+
}
|
|
2268
|
+
.uni-col-xl-push-18 {
|
|
2269
|
+
position: relative;
|
|
2270
|
+
left: 74.999999988%;
|
|
2271
|
+
}
|
|
2272
|
+
.uni-col-xl-19 {
|
|
2273
|
+
width: 79.166666654%;
|
|
2274
|
+
}
|
|
2275
|
+
.uni-col-xl-offset-19 {
|
|
2276
|
+
margin-left: 79.166666654%;
|
|
2277
|
+
}
|
|
2278
|
+
.uni-col-xl-pull-19 {
|
|
2279
|
+
position: relative;
|
|
2280
|
+
right: 79.166666654%;
|
|
2281
|
+
}
|
|
2282
|
+
.uni-col-xl-push-19 {
|
|
2283
|
+
position: relative;
|
|
2284
|
+
left: 79.166666654%;
|
|
2285
|
+
}
|
|
2286
|
+
.uni-col-xl-20 {
|
|
2287
|
+
width: 83.33333332%;
|
|
2288
|
+
}
|
|
2289
|
+
.uni-col-xl-offset-20 {
|
|
2290
|
+
margin-left: 83.33333332%;
|
|
2291
|
+
}
|
|
2292
|
+
.uni-col-xl-pull-20 {
|
|
2293
|
+
position: relative;
|
|
2294
|
+
right: 83.33333332%;
|
|
2295
|
+
}
|
|
2296
|
+
.uni-col-xl-push-20 {
|
|
2297
|
+
position: relative;
|
|
2298
|
+
left: 83.33333332%;
|
|
2299
|
+
}
|
|
2300
|
+
.uni-col-xl-21 {
|
|
2301
|
+
width: 87.499999986%;
|
|
2302
|
+
}
|
|
2303
|
+
.uni-col-xl-offset-21 {
|
|
2304
|
+
margin-left: 87.499999986%;
|
|
2305
|
+
}
|
|
2306
|
+
.uni-col-xl-pull-21 {
|
|
2307
|
+
position: relative;
|
|
2308
|
+
right: 87.499999986%;
|
|
2309
|
+
}
|
|
2310
|
+
.uni-col-xl-push-21 {
|
|
2311
|
+
position: relative;
|
|
2312
|
+
left: 87.499999986%;
|
|
2313
|
+
}
|
|
2314
|
+
.uni-col-xl-22 {
|
|
2315
|
+
width: 91.666666652%;
|
|
2316
|
+
}
|
|
2317
|
+
.uni-col-xl-offset-22 {
|
|
2318
|
+
margin-left: 91.666666652%;
|
|
2319
|
+
}
|
|
2320
|
+
.uni-col-xl-pull-22 {
|
|
2321
|
+
position: relative;
|
|
2322
|
+
right: 91.666666652%;
|
|
2323
|
+
}
|
|
2324
|
+
.uni-col-xl-push-22 {
|
|
2325
|
+
position: relative;
|
|
2326
|
+
left: 91.666666652%;
|
|
2327
|
+
}
|
|
2328
|
+
.uni-col-xl-23 {
|
|
2329
|
+
width: 95.833333318%;
|
|
2330
|
+
}
|
|
2331
|
+
.uni-col-xl-offset-23 {
|
|
2332
|
+
margin-left: 95.833333318%;
|
|
2333
|
+
}
|
|
2334
|
+
.uni-col-xl-pull-23 {
|
|
2335
|
+
position: relative;
|
|
2336
|
+
right: 95.833333318%;
|
|
2337
|
+
}
|
|
2338
|
+
.uni-col-xl-push-23 {
|
|
2339
|
+
position: relative;
|
|
2340
|
+
left: 95.833333318%;
|
|
2341
|
+
}
|
|
2342
|
+
.uni-col-xl-24 {
|
|
2343
|
+
width: 99.999999984%;
|
|
2344
|
+
}
|
|
2345
|
+
.uni-col-xl-offset-24 {
|
|
2346
|
+
margin-left: 99.999999984%;
|
|
2347
|
+
}
|
|
2348
|
+
.uni-col-xl-pull-24 {
|
|
2349
|
+
position: relative;
|
|
2350
|
+
right: 99.999999984%;
|
|
2351
|
+
}
|
|
2352
|
+
.uni-col-xl-push-24 {
|
|
2353
|
+
position: relative;
|
|
2354
|
+
left: 99.999999984%;
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
/* #endif */
|
|
205
2358
|
</style>
|