@10yun/cv-mobile-ui 0.5.27 → 0.5.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/parse-pages.js +50 -14
- package/build/parse-pages2.js +11 -10
- package/other/uParse/components/wxParseAudio.vue +1 -1
- package/other/uParse/components/wxParseVideo.vue +1 -1
- package/package.json +1 -1
- package/plugins/request.js +84 -69
- package/ui-cv/components/cv-btn-base/cv-btn-base.vue +66 -14
- package/ui-cv/components/cv-code-sms/cv-code-sms.vue +22 -15
- package/ui-cv/components/cv-date-base/cv-date-base.vue +1 -1
- package/ui-cv/components/cv-input-text/input.css +13 -0
- package/ui-cv/components/cv-picker1/cv-picker1.vue +1 -1
- package/uni-ui/lib/uni-icons/changelog.md +22 -0
- package/uni-ui/lib/uni-icons/package.json +42 -0
- package/uni-ui/lib/uni-icons/readme.md +8 -0
- package/uview-plus/LICENSE +1 -1
- package/uview-plus/README.md +22 -12
- package/uview-plus/changelog.md +752 -0
- package/uview-plus/components/u--form/u--form.vue +1 -1
- package/uview-plus/components/u--image/u--image.vue +1 -1
- package/uview-plus/components/u--input/u--input.vue +3 -3
- package/uview-plus/components/u--text/u--text.vue +1 -1
- package/uview-plus/components/u--textarea/u--textarea.vue +1 -1
- package/uview-plus/{libs/config/props → components/u-action-sheet}/actionSheet.js +3 -2
- package/uview-plus/components/u-action-sheet/props.js +20 -13
- package/uview-plus/components/u-action-sheet/style.css +18 -4
- package/uview-plus/components/u-action-sheet/style.scss +2 -2
- package/uview-plus/components/u-action-sheet/u-action-sheet.vue +21 -13
- package/uview-plus/components/u-action-sheet-data/style.css +10 -0
- package/uview-plus/components/u-action-sheet-data/style.scss +12 -0
- package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +94 -0
- package/uview-plus/{libs/config/props → components/u-album}/album.js +5 -2
- package/uview-plus/components/u-album/props.js +40 -14
- package/uview-plus/components/u-album/style.css +16 -2
- package/uview-plus/components/u-album/style.scss +0 -1
- package/uview-plus/components/u-album/u-album.vue +55 -30
- package/uview-plus/components/u-alert/props.js +12 -11
- package/uview-plus/components/u-alert/style.css +17 -2
- package/uview-plus/components/u-alert/u-alert.vue +12 -6
- package/uview-plus/components/u-avatar/props.js +20 -18
- package/uview-plus/components/u-avatar/style.css +18 -2
- package/uview-plus/components/u-avatar/style.scss +1 -0
- package/uview-plus/components/u-avatar/u-avatar.vue +20 -15
- package/uview-plus/{libs/config/props → components/u-avatar-group}/avatarGroup.js +1 -1
- package/uview-plus/components/u-avatar-group/props.js +13 -12
- package/uview-plus/components/u-avatar-group/style.css +17 -2
- package/uview-plus/components/u-avatar-group/u-avatar-group.vue +2 -73
- package/uview-plus/{libs/config/props → components/u-back-top}/backtop.js +2 -2
- package/uview-plus/components/u-back-top/props.js +14 -13
- package/uview-plus/components/u-back-top/style.css +17 -2
- package/uview-plus/components/u-back-top/u-back-top.vue +11 -9
- package/uview-plus/{libs/config/props → components/u-badge}/badge.js +1 -1
- package/uview-plus/components/u-badge/props.js +18 -17
- package/uview-plus/components/u-badge/style.css +17 -2
- package/uview-plus/components/u-badge/u-badge.vue +11 -7
- package/uview-plus/components/u-box/props.js +27 -0
- package/uview-plus/components/u-box/style.css +77 -0
- package/uview-plus/components/u-box/style.scss +38 -0
- package/uview-plus/components/u-box/u-box.vue +3 -0
- package/uview-plus/{libs/config/props → components/u-button}/button.js +2 -1
- package/uview-plus/components/u-button/nvue-parse.scss +2 -2
- package/uview-plus/components/u-button/props.js +37 -40
- package/uview-plus/components/u-button/style.css +21 -5
- package/uview-plus/components/u-button/u-button.vue +32 -21
- package/uview-plus/components/u-button/vue-parse.scss +4 -3
- package/uview-plus/components/u-button/vue.scss +9 -8
- package/uview-plus/{libs/config/props → components/u-calendar}/calendar.js +7 -4
- package/uview-plus/components/u-calendar/header.vue +3 -1
- package/uview-plus/components/u-calendar/month.vue +43 -19
- package/uview-plus/components/u-calendar/props.js +45 -30
- package/uview-plus/components/u-calendar/style.css +17 -2
- package/uview-plus/components/u-calendar/u-calendar.vue +53 -17
- package/uview-plus/components/u-car-keyboard/props.js +5 -3
- package/uview-plus/components/u-car-keyboard/style.css +18 -3
- package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +205 -1
- package/uview-plus/components/u-card/card.js +40 -0
- package/uview-plus/components/u-card/props.js +134 -0
- package/uview-plus/components/u-card/style.css +60 -0
- package/uview-plus/components/u-card/style.scss +47 -0
- package/uview-plus/components/u-card/u-card.vue +3 -0
- package/uview-plus/components/u-cate-tab/style.css +97 -0
- package/uview-plus/components/u-cate-tab/style.scss +114 -0
- package/uview-plus/components/u-cate-tab/u-cate-tab.vue +3 -0
- package/uview-plus/components/u-cell/props.js +24 -23
- package/uview-plus/components/u-cell/style.css +43 -3
- package/uview-plus/components/u-cell/style.scss +25 -2
- package/uview-plus/components/u-cell/u-cell.vue +44 -31
- package/uview-plus/components/u-cell-group/props.js +6 -5
- package/uview-plus/components/u-cell-group/style.css +17 -2
- package/uview-plus/components/u-cell-group/u-cell-group.vue +10 -6
- package/uview-plus/components/u-checkbox/props.js +22 -16
- package/uview-plus/components/u-checkbox/style.css +17 -2
- package/uview-plus/components/u-checkbox/u-checkbox.vue +87 -57
- package/uview-plus/{libs/config/props → components/u-checkbox-group}/checkboxGroup.js +1 -1
- package/uview-plus/components/u-checkbox-group/props.js +21 -19
- package/uview-plus/components/u-checkbox-group/style.css +17 -2
- package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +5 -5
- package/uview-plus/components/u-circle-progress/props.js +5 -4
- package/uview-plus/components/u-circle-progress/style.css +23 -8
- package/uview-plus/components/u-circle-progress/u-circle-progress.vue +5 -4
- package/uview-plus/components/u-code/props.js +10 -9
- package/uview-plus/components/u-code/style.css +17 -2
- package/uview-plus/components/u-code/u-code.vue +6 -5
- package/uview-plus/components/u-code-input/props.js +28 -18
- package/uview-plus/components/u-code-input/style.css +22 -6
- package/uview-plus/components/u-code-input/style.scss +5 -4
- package/uview-plus/components/u-code-input/u-code-input.vue +57 -11
- package/uview-plus/components/u-col/props.js +9 -8
- package/uview-plus/components/u-col/style.css +29 -14
- package/uview-plus/components/u-col/u-col.vue +10 -8
- package/uview-plus/components/u-collapse/props.js +7 -6
- package/uview-plus/components/u-collapse/style.css +17 -2
- package/uview-plus/components/u-collapse/u-collapse.vue +4 -3
- package/uview-plus/{libs/config/props → components/u-collapse-item}/collapseItem.js +7 -1
- package/uview-plus/components/u-collapse-item/props.js +51 -14
- package/uview-plus/components/u-collapse-item/style.css +17 -2
- package/uview-plus/components/u-collapse-item/u-collapse-item.vue +3 -1
- package/uview-plus/{libs/config/props → components/u-column-notice}/columnNotice.js +2 -1
- package/uview-plus/components/u-column-notice/props.js +18 -13
- package/uview-plus/components/u-column-notice/style.css +17 -2
- package/uview-plus/components/u-column-notice/u-column-notice.vue +15 -7
- package/uview-plus/components/u-copy/u-copy.vue +1 -0
- package/uview-plus/components/u-count-down/props.js +8 -7
- package/uview-plus/components/u-count-down/style.css +17 -2
- package/uview-plus/components/u-count-down/u-count-down.vue +146 -1
- package/uview-plus/components/u-count-to/props.js +15 -14
- package/uview-plus/components/u-count-to/style.css +17 -2
- package/uview-plus/components/u-count-to/u-count-to.vue +7 -4
- package/uview-plus/{libs/config/props → components/u-datetime-picker}/datetimePicker.js +7 -1
- package/uview-plus/components/u-datetime-picker/props.js +68 -26
- package/uview-plus/components/u-datetime-picker/style.css +42 -1
- package/uview-plus/components/u-datetime-picker/style.scss +26 -0
- package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +140 -40
- package/uview-plus/components/u-divider/props.js +12 -11
- package/uview-plus/components/u-divider/style.css +17 -2
- package/uview-plus/components/u-divider/u-divider.vue +8 -5
- package/uview-plus/components/u-dropdown/props.js +12 -17
- package/uview-plus/components/u-dropdown/style.css +63 -3
- package/uview-plus/components/u-dropdown/style.scss +68 -18
- package/uview-plus/components/u-dropdown/u-dropdown.vue +208 -1
- package/uview-plus/components/u-dropdown-item/props.js +47 -37
- package/uview-plus/components/u-dropdown-item/style.css +19 -6
- package/uview-plus/components/u-dropdown-item/style.scss +4 -9
- package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +126 -1
- package/uview-plus/components/u-empty/props.js +15 -14
- package/uview-plus/components/u-empty/style.css +17 -2
- package/uview-plus/components/u-empty/u-empty.vue +12 -8
- package/uview-plus/components/u-float-button/style.css +41 -0
- package/uview-plus/components/u-float-button/style.scss +17 -0
- package/uview-plus/components/u-float-button/u-float-button.vue +164 -0
- package/uview-plus/{libs/config/props → components/u-form}/form.js +3 -3
- package/uview-plus/components/u-form/props.js +12 -11
- package/uview-plus/components/u-form/u-form.vue +1 -1
- package/uview-plus/{libs/config/props → components/u-form-item}/formItem.js +2 -0
- package/uview-plus/components/u-form-item/props.js +22 -11
- package/uview-plus/components/u-form-item/style.css +17 -4
- package/uview-plus/components/u-form-item/style.scss +0 -2
- package/uview-plus/components/u-form-item/u-form-item.vue +42 -15
- package/uview-plus/components/u-gap/props.js +8 -7
- package/uview-plus/components/u-gap/style.css +17 -2
- package/uview-plus/components/u-gap/u-gap.vue +8 -7
- package/uview-plus/components/u-grid/props.js +12 -6
- package/uview-plus/components/u-grid/style.css +23 -3
- package/uview-plus/components/u-grid/style.scss +8 -1
- package/uview-plus/components/u-grid/u-grid.vue +11 -4
- package/uview-plus/components/u-grid-item/props.js +6 -5
- package/uview-plus/components/u-grid-item/style.css +17 -2
- package/uview-plus/components/u-grid-item/u-grid-item.vue +17 -14
- package/uview-plus/{libs/config/props → components/u-icon}/icon.js +1 -1
- package/uview-plus/components/u-icon/props.js +21 -20
- package/uview-plus/components/u-icon/style.css +19 -4
- package/uview-plus/components/u-icon/style.scss +2 -3
- package/uview-plus/components/u-icon/u-icon.vue +85 -34
- package/uview-plus/components/u-image/props.js +20 -19
- package/uview-plus/components/u-image/style.css +17 -2
- package/uview-plus/components/u-image/u-image.vue +59 -24
- package/uview-plus/components/u-index-anchor/props.js +9 -8
- package/uview-plus/components/u-index-anchor/style.css +17 -2
- package/uview-plus/components/u-index-anchor/u-index-anchor.vue +12 -10
- package/uview-plus/components/u-index-item/props.js +5 -3
- package/uview-plus/components/u-index-item/style.css +17 -2
- package/uview-plus/components/u-index-item/u-index-item.vue +7 -6
- package/uview-plus/{libs/config/props → components/u-index-list}/indexList.js +3 -2
- package/uview-plus/components/u-index-list/props.js +14 -8
- package/uview-plus/components/u-index-list/style.css +19 -3
- package/uview-plus/components/u-index-list/style.scss +2 -1
- package/uview-plus/components/u-index-list/u-index-list.vue +193 -60
- package/uview-plus/{libs/config/props → components/u-input}/input.js +1 -1
- package/uview-plus/components/u-input/props.js +40 -38
- package/uview-plus/components/u-input/style.css +17 -2
- package/uview-plus/components/u-input/u-input.vue +70 -54
- package/uview-plus/components/u-keyboard/props.js +20 -19
- package/uview-plus/components/u-keyboard/style.css +17 -2
- package/uview-plus/components/u-keyboard/u-keyboard.vue +4 -3
- package/uview-plus/components/u-lazy-load/style.css +38 -0
- package/uview-plus/components/u-lazy-load/style.scss +17 -0
- package/uview-plus/components/u-lazy-load/u-lazy-load.vue +3 -0
- package/uview-plus/components/u-line/props.js +10 -9
- package/uview-plus/components/u-line/style.css +17 -2
- package/uview-plus/components/u-line/u-line.vue +7 -6
- package/uview-plus/components/u-line-progress/props.js +9 -8
- package/uview-plus/components/u-line-progress/style.css +17 -2
- package/uview-plus/components/u-line-progress/u-line-progress.vue +11 -8
- package/uview-plus/{libs/config/props → components/u-link}/link.js +1 -1
- package/uview-plus/components/u-link/props.js +11 -10
- package/uview-plus/components/u-link/style.css +17 -2
- package/uview-plus/components/u-link/u-link.vue +10 -7
- package/uview-plus/components/u-list/props.js +43 -18
- package/uview-plus/components/u-list/style.css +17 -2
- package/uview-plus/components/u-list/u-list.vue +41 -10
- package/uview-plus/components/u-list-item/props.js +5 -4
- package/uview-plus/components/u-list-item/style.css +17 -2
- package/uview-plus/components/u-list-item/u-list-item.vue +5 -4
- package/uview-plus/{libs/config/props → components/u-loading-icon}/loadingIcon.js +1 -1
- package/uview-plus/components/u-loading-icon/props.js +15 -14
- package/uview-plus/components/u-loading-icon/style.css +21 -5
- package/uview-plus/components/u-loading-icon/style.scss +3 -3
- package/uview-plus/components/u-loading-icon/u-loading-icon.vue +3 -1
- package/uview-plus/{libs/config/props → components/u-loading-page}/loadingPage.js +2 -1
- package/uview-plus/components/u-loading-page/props.js +19 -12
- package/uview-plus/components/u-loading-page/style.css +19 -4
- package/uview-plus/components/u-loading-page/u-loading-page.vue +15 -9
- package/uview-plus/components/u-loadmore/props.js +22 -21
- package/uview-plus/components/u-loadmore/style.css +17 -2
- package/uview-plus/components/u-loadmore/u-loadmore.vue +13 -9
- package/uview-plus/components/u-mask/u-mask.vue +122 -0
- package/uview-plus/{libs/config/props → components/u-modal}/modal.js +5 -1
- package/uview-plus/components/u-modal/props.js +40 -19
- package/uview-plus/components/u-modal/style.css +21 -2
- package/uview-plus/components/u-modal/style.scss +69 -65
- package/uview-plus/components/u-modal/u-modal.vue +184 -1
- package/uview-plus/{libs/config/props → components/u-navbar}/navbar.js +2 -1
- package/uview-plus/components/u-navbar/props.js +26 -19
- package/uview-plus/components/u-navbar/style.css +17 -2
- package/uview-plus/components/u-navbar/u-navbar.vue +25 -12
- package/uview-plus/components/u-navbar-mini/props.js +51 -0
- package/uview-plus/components/u-navbar-mini/style.css +60 -0
- package/uview-plus/components/u-navbar-mini/style.scss +38 -0
- package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +89 -0
- package/uview-plus/components/u-no-network/props.js +7 -6
- package/uview-plus/components/u-no-network/style.css +17 -2
- package/uview-plus/components/u-no-network/u-no-network.vue +8 -6
- package/uview-plus/{libs/config/props → components/u-notice-bar}/noticeBar.js +3 -2
- package/uview-plus/components/u-notice-bar/props.js +21 -16
- package/uview-plus/components/u-notice-bar/style.css +17 -2
- package/uview-plus/components/u-notice-bar/u-notice-bar.vue +10 -4
- package/uview-plus/components/u-notify/props.js +13 -12
- package/uview-plus/components/u-notify/style.css +17 -2
- package/uview-plus/components/u-notify/u-notify.vue +20 -16
- package/uview-plus/{libs/config/props → components/u-number-box}/numberBox.js +5 -1
- package/uview-plus/components/u-number-box/props.js +46 -25
- package/uview-plus/components/u-number-box/style.css +17 -2
- package/uview-plus/components/u-number-box/u-number-box.vue +72 -35
- package/uview-plus/components/u-number-keyboard/props.js +7 -6
- package/uview-plus/components/u-number-keyboard/style.css +19 -4
- package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +9 -6
- package/uview-plus/components/u-overlay/props.js +8 -7
- package/uview-plus/components/u-overlay/style.css +17 -2
- package/uview-plus/components/u-overlay/u-overlay.vue +14 -5
- package/uview-plus/components/u-parse/node/node.vue +12 -4
- package/uview-plus/components/u-parse/parser.js +1337 -1333
- package/uview-plus/components/u-parse/props.js +48 -47
- package/uview-plus/components/u-parse/u-parse.vue +6 -6
- package/uview-plus/{libs/config/props → components/u-picker}/picker.js +10 -4
- package/uview-plus/components/u-picker/props.js +60 -18
- package/uview-plus/components/u-picker/style.css +29 -2
- package/uview-plus/components/u-picker/style.scss +12 -1
- package/uview-plus/components/u-picker/u-picker.vue +174 -58
- package/uview-plus/components/u-picker-column/props.js +4 -3
- package/uview-plus/components/u-picker-column/style.css +17 -2
- package/uview-plus/components/u-picker-column/u-picker-column.vue +3 -3
- package/uview-plus/components/u-picker-data/style.css +10 -0
- package/uview-plus/components/u-picker-data/style.scss +12 -0
- package/uview-plus/components/u-picker-data/u-picker-data.vue +110 -0
- package/uview-plus/{libs/config/props → components/u-popup}/popup.js +1 -1
- package/uview-plus/components/u-popup/props.js +19 -18
- package/uview-plus/components/u-popup/style.css +27 -2
- package/uview-plus/components/u-popup/style.scss +86 -75
- package/uview-plus/components/u-popup/u-popup.vue +250 -1
- package/uview-plus/components/u-qrcode/qrcode.js +1235 -0
- package/uview-plus/components/u-qrcode/style.css +20 -0
- package/uview-plus/components/u-qrcode/style.scss +23 -0
- package/uview-plus/components/u-qrcode/u-qrcode.vue +3 -0
- package/uview-plus/components/u-radio/props.js +17 -16
- package/uview-plus/components/u-radio/style.css +17 -2
- package/uview-plus/components/u-radio/u-radio.vue +32 -27
- package/uview-plus/components/u-radio-group/props.js +26 -20
- package/uview-plus/{libs/config/props → components/u-radio-group}/radioGroup.js +4 -3
- package/uview-plus/components/u-radio-group/style.css +17 -2
- package/uview-plus/components/u-radio-group/u-radio-group.vue +12 -4
- package/uview-plus/components/u-rate/props.js +18 -17
- package/uview-plus/components/u-rate/style.css +17 -2
- package/uview-plus/components/u-rate/u-rate.vue +17 -14
- package/uview-plus/components/u-read-more/props.js +12 -11
- package/uview-plus/components/u-read-more/style.css +18 -2
- package/uview-plus/components/u-read-more/style.scss +23 -22
- package/uview-plus/components/u-read-more/u-read-more.vue +2 -118
- package/uview-plus/components/u-row/props.js +7 -6
- package/uview-plus/components/u-row/style.css +17 -2
- package/uview-plus/components/u-row/u-row.vue +9 -7
- package/uview-plus/components/u-row-notice/props.js +11 -10
- package/uview-plus/components/u-row-notice/style.css +18 -2
- package/uview-plus/components/u-row-notice/style.scss +1 -0
- package/uview-plus/components/u-row-notice/u-row-notice.vue +17 -15
- package/uview-plus/components/u-safe-bottom/props.js +5 -3
- package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +3 -1
- package/uview-plus/components/u-scroll-list/nvue.js +1 -3
- package/uview-plus/components/u-scroll-list/props.js +10 -9
- package/uview-plus/components/u-scroll-list/style.css +18 -2
- package/uview-plus/components/u-scroll-list/style.scss +2 -0
- package/uview-plus/components/u-scroll-list/u-scroll-list.vue +17 -12
- package/uview-plus/components/u-search/props.js +42 -27
- package/uview-plus/{libs/config/props → components/u-search}/search.js +3 -2
- package/uview-plus/components/u-search/style.css +23 -2
- package/uview-plus/components/u-search/style.scss +8 -0
- package/uview-plus/components/u-search/u-search.vue +22 -8
- package/uview-plus/components/u-select/style.css +45 -0
- package/uview-plus/components/u-select/style.scss +47 -0
- package/uview-plus/components/u-select/u-select.vue +3 -0
- package/uview-plus/components/u-skeleton/props.js +15 -14
- package/uview-plus/components/u-skeleton/style.css +17 -2
- package/uview-plus/components/u-skeleton/u-skeleton.vue +22 -19
- package/uview-plus/components/u-slider/mpwxs.js +2 -1
- package/uview-plus/components/u-slider/nvue.js +2 -1
- package/uview-plus/components/u-slider/props.js +50 -14
- package/uview-plus/{libs/config/props → components/u-slider}/slider.js +3 -1
- package/uview-plus/components/u-slider/style.css +81 -1
- package/uview-plus/components/u-slider/style.scss +76 -0
- package/uview-plus/components/u-slider/u-slider.vue +446 -1
- package/uview-plus/components/u-status-bar/props.js +10 -4
- package/uview-plus/{libs/config/props → components/u-status-bar}/statusBar.js +2 -1
- package/uview-plus/components/u-status-bar/u-status-bar.vue +23 -8
- package/uview-plus/components/u-steps/props.js +11 -10
- package/uview-plus/components/u-steps/style.css +21 -2
- package/uview-plus/components/u-steps/style.scss +4 -0
- package/uview-plus/components/u-steps/u-steps.vue +9 -5
- package/uview-plus/components/u-steps-item/props.js +13 -7
- package/uview-plus/components/u-steps-item/style.css +19 -3
- package/uview-plus/components/u-steps-item/style.scss +3 -2
- package/uview-plus/components/u-steps-item/u-steps-item.vue +53 -25
- package/uview-plus/components/u-sticky/props.js +10 -9
- package/uview-plus/components/u-sticky/u-sticky.vue +21 -14
- package/uview-plus/components/u-subsection/props.js +13 -12
- package/uview-plus/components/u-subsection/style.css +31 -16
- package/uview-plus/components/u-subsection/style.scss +13 -13
- package/uview-plus/components/u-subsection/u-subsection.vue +35 -22
- package/uview-plus/components/u-swipe-action/props.js +10 -4
- package/uview-plus/components/u-swipe-action/u-swipe-action.vue +18 -3
- package/uview-plus/components/u-swipe-action-item/alipay.sjs +229 -0
- package/uview-plus/components/u-swipe-action-item/index.wxs +20 -15
- package/uview-plus/components/u-swipe-action-item/nvue - backup.js +3 -2
- package/uview-plus/components/u-swipe-action-item/nvue.js +4 -3
- package/uview-plus/components/u-swipe-action-item/other.js +178 -0
- package/uview-plus/components/u-swipe-action-item/props.js +15 -10
- package/uview-plus/components/u-swipe-action-item/style.css +18 -2
- package/uview-plus/components/u-swipe-action-item/style.scss +1 -0
- package/uview-plus/{libs/config/props → components/u-swipe-action-item}/swipeActionItem.js +1 -0
- package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +85 -28
- package/uview-plus/components/u-swiper/props.js +28 -27
- package/uview-plus/components/u-swiper/style.css +20 -2
- package/uview-plus/components/u-swiper/style.scss +3 -0
- package/uview-plus/{libs/config/props → components/u-swiper}/swiper.js +1 -1
- package/uview-plus/components/u-swiper/u-swiper.vue +63 -52
- package/uview-plus/components/u-swiper-indicator/props.js +9 -8
- package/uview-plus/components/u-swiper-indicator/style.css +17 -2
- package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +10 -6
- package/uview-plus/components/u-switch/props.js +15 -14
- package/uview-plus/components/u-switch/style.css +17 -2
- package/uview-plus/components/u-switch/u-switch.vue +16 -14
- package/uview-plus/components/u-tabbar/props.js +13 -11
- package/uview-plus/components/u-tabbar/style.css +17 -2
- package/uview-plus/components/u-tabbar/u-tabbar.vue +6 -5
- package/uview-plus/components/u-tabbar-item/props.js +10 -9
- package/uview-plus/components/u-tabbar-item/style.css +22 -2
- package/uview-plus/components/u-tabbar-item/style.scss +5 -0
- package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +8 -5
- package/uview-plus/components/u-table/props.js +4 -3
- package/uview-plus/components/u-table/style.css +17 -2
- package/uview-plus/components/u-table/u-table.vue +3 -3
- package/uview-plus/components/u-tabs/props.js +21 -15
- package/uview-plus/components/u-tabs/style.css +22 -3
- package/uview-plus/components/u-tabs/style.scss +5 -1
- package/uview-plus/{libs/config/props → components/u-tabs}/tabs.js +9 -8
- package/uview-plus/components/u-tabs/u-tabs.vue +78 -24
- package/uview-plus/components/u-tabs-item/props.js +4 -3
- package/uview-plus/components/u-tabs-item/u-tabs-item.vue +3 -3
- package/uview-plus/components/u-tag/props.js +44 -18
- package/uview-plus/components/u-tag/style.css +17 -2
- package/uview-plus/components/u-tag/tag.js +35 -0
- package/uview-plus/components/u-tag/u-tag.vue +177 -1
- package/uview-plus/components/u-td/props.js +4 -3
- package/uview-plus/components/u-td/style.css +17 -2
- package/uview-plus/components/u-td/u-td.vue +3 -3
- package/uview-plus/components/u-text/props.js +30 -24
- package/uview-plus/components/u-text/style.css +17 -6
- package/uview-plus/components/u-text/style.scss +58 -62
- package/uview-plus/{libs/config/props → components/u-text}/text.js +4 -3
- package/uview-plus/components/u-text/u-text.vue +2 -143
- package/uview-plus/components/u-text/value.js +14 -12
- package/uview-plus/components/u-textarea/props.js +28 -26
- package/uview-plus/components/u-textarea/style.css +17 -2
- package/uview-plus/components/u-textarea/u-textarea.vue +2 -221
- package/uview-plus/components/u-toast/style.css +18 -3
- package/uview-plus/{libs/config/props → components/u-toast}/toast.js +2 -2
- package/uview-plus/components/u-toast/u-toast.vue +31 -21
- package/uview-plus/components/u-toolbar/props.js +15 -9
- package/uview-plus/components/u-toolbar/style.css +24 -2
- package/uview-plus/components/u-toolbar/style.scss +5 -0
- package/uview-plus/{libs/config/props → components/u-toolbar}/toolbar.js +1 -1
- package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -23
- package/uview-plus/components/u-tooltip/props.js +15 -14
- package/uview-plus/components/u-tooltip/style.css +17 -2
- package/uview-plus/{libs/config/props → components/u-tooltip}/tooltip.js +1 -1
- package/uview-plus/components/u-tooltip/u-tooltip.vue +22 -44
- package/uview-plus/components/u-tr/props.js +4 -3
- package/uview-plus/components/u-tr/style.css +16 -1
- package/uview-plus/components/u-tr/u-tr.vue +3 -3
- package/uview-plus/components/u-transition/props.js +8 -7
- package/uview-plus/components/u-transition/style.css +17 -2
- package/uview-plus/components/u-transition/transition.js +18 -164
- package/uview-plus/components/u-transition/transitionMixin.js +163 -0
- package/uview-plus/components/u-transition/u-transition.vue +8 -7
- package/uview-plus/components/u-upload/mixin.js +6 -4
- package/uview-plus/components/u-upload/props.js +73 -26
- package/uview-plus/components/u-upload/style.css +44 -8
- package/uview-plus/components/u-upload/style.scss +22 -0
- package/uview-plus/components/u-upload/u-upload.vue +463 -106
- package/uview-plus/{libs/config/props → components/u-upload}/upload.js +13 -4
- package/uview-plus/components/u-upload/utils.js +82 -49
- package/uview-plus/components/u-view/style.css +26 -0
- package/uview-plus/components/u-view/style.scss +4 -0
- package/uview-plus/components/u-view/u-view.vue +3 -0
- package/uview-plus/components/u-waterfall/style.css +51 -0
- package/uview-plus/components/u-waterfall/style.scss +23 -0
- package/uview-plus/components/u-waterfall/u-waterfall.vue +3 -0
- package/uview-plus/index.css +2157 -943
- package/uview-plus/index.js +89 -21
- package/uview-plus/libs/config/config.js +23 -2
- package/uview-plus/libs/config/props.js +120 -94
- package/uview-plus/libs/css/color-libcss.scss +117 -0
- package/uview-plus/libs/css/color.scss +156 -0
- package/uview-plus/libs/css/common-libcss.scss +118 -14
- package/uview-plus/libs/css/common.scss +27 -12
- package/uview-plus/libs/css/components-libcss.scss +16 -1
- package/uview-plus/libs/css/components.scss +21 -2
- package/uview-plus/libs/css/flex-libcss.scss +1868 -924
- package/uview-plus/libs/css/flex.scss +151 -83
- package/uview-plus/libs/css/vue-libcss.scss +8 -4
- package/uview-plus/libs/css/vue.scss +3 -2
- package/uview-plus/libs/function/calc.js +64 -0
- package/uview-plus/libs/function/colorGradient.js +8 -8
- package/uview-plus/libs/function/debounce.js +2 -2
- package/uview-plus/libs/function/digit.js +5 -5
- package/uview-plus/libs/function/http.js +4 -0
- package/uview-plus/libs/function/index.js +213 -68
- package/uview-plus/libs/function/test.js +64 -32
- package/uview-plus/libs/function/throttle.js +3 -3
- package/uview-plus/libs/luch-request/core/Request.js +1 -0
- package/uview-plus/libs/mixin/button.js +6 -2
- package/uview-plus/libs/mixin/mixin.js +49 -13
- package/uview-plus/libs/mixin/mpMixin.js +6 -2
- package/uview-plus/libs/mixin/mpShare.js +24 -10
- package/uview-plus/libs/mixin/openType.js +4 -2
- package/uview-plus/libs/mixin/style.js +10 -9
- package/uview-plus/libs/mixin/touch.js +4 -2
- package/uview-plus/libs/util/gcanvas/bridge/bridge-weex.js +241 -0
- package/uview-plus/libs/util/gcanvas/context-2d/FillStyleLinearGradient.js +18 -0
- package/uview-plus/libs/util/gcanvas/context-2d/FillStylePattern.js +8 -0
- package/uview-plus/libs/util/gcanvas/context-2d/FillStyleRadialGradient.js +17 -0
- package/uview-plus/libs/util/gcanvas/context-2d/RenderingContext.js +666 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/ActiveInfo.js +11 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Buffer.js +21 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Framebuffer.js +21 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/GLenum.js +298 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/GLmethod.js +142 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/GLtype.js +23 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Program.js +21 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Renderbuffer.js +21 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/RenderingContext.js +1191 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Shader.js +22 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/ShaderPrecisionFormat.js +11 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/Texture.js +22 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/UniformLocation.js +22 -0
- package/uview-plus/libs/util/gcanvas/context-webgl/classUtils.js +3 -0
- package/uview-plus/libs/util/gcanvas/env/canvas.js +74 -0
- package/uview-plus/libs/util/gcanvas/env/image.js +96 -0
- package/uview-plus/libs/util/gcanvas/env/tool.js +24 -0
- package/uview-plus/libs/util/gcanvas/index.js +39 -0
- package/uview-plus/libs/util/route.js +6 -6
- package/uview-plus/libs/vue.js +3 -0
- package/uview-plus/package.json +15 -10
- package/uview-plus/types/comps/_common.d.ts +9 -0
- package/uview-plus/types/comps/actionSheet.d.ts +121 -0
- package/uview-plus/types/comps/album.d.ts +82 -0
- package/uview-plus/types/comps/alert.d.ts +55 -0
- package/uview-plus/types/comps/avatar.d.ts +85 -0
- package/uview-plus/types/comps/avatarGroup.d.ts +62 -0
- package/uview-plus/types/comps/backTop.d.ts +74 -0
- package/uview-plus/types/comps/badge.d.ts +76 -0
- package/uview-plus/types/comps/button.d.ts +169 -0
- package/uview-plus/types/comps/calendar.d.ts +164 -0
- package/uview-plus/types/comps/cell.d.ts +133 -0
- package/uview-plus/types/comps/cellGroup.d.ts +27 -0
- package/uview-plus/types/comps/checkbox.d.ts +69 -0
- package/uview-plus/types/comps/checkboxGroup.d.ts +93 -0
- package/uview-plus/types/comps/code.d.ts +69 -0
- package/uview-plus/types/comps/codeInput.d.ts +98 -0
- package/uview-plus/types/comps/col.d.ts +43 -0
- package/uview-plus/types/comps/collapse.d.ts +52 -0
- package/uview-plus/types/comps/collapseItem.d.ts +83 -0
- package/uview-plus/types/comps/countDown.d.ts +60 -0
- package/uview-plus/types/comps/countTo.d.ts +88 -0
- package/uview-plus/types/comps/datetimePicker.d.ts +146 -0
- package/uview-plus/types/comps/divider.d.ts +58 -0
- package/uview-plus/types/comps/empty.d.ts +72 -0
- package/uview-plus/types/comps/form.d.ts +76 -0
- package/uview-plus/types/comps/formItem.d.ts +68 -0
- package/uview-plus/types/comps/gap.d.ts +35 -0
- package/uview-plus/types/comps/grid.d.ts +34 -0
- package/uview-plus/types/comps/gridItem.d.ts +28 -0
- package/uview-plus/types/comps/icon.d.ts +93 -0
- package/uview-plus/types/comps/image.d.ts +119 -0
- package/uview-plus/types/comps/indexAnchor.d.ts +38 -0
- package/uview-plus/types/comps/indexItem.d.ts +18 -0
- package/uview-plus/types/comps/indexList.d.ts +39 -0
- package/uview-plus/types/comps/input.d.ts +234 -0
- package/uview-plus/types/comps/keyboard.d.ts +125 -0
- package/uview-plus/types/comps/line.d.ts +44 -0
- package/uview-plus/types/comps/lineProgress.d.ts +51 -0
- package/uview-plus/types/comps/link.d.ts +51 -0
- package/uview-plus/types/comps/list.d.ts +92 -0
- package/uview-plus/types/comps/listItem.d.ts +18 -0
- package/uview-plus/types/comps/loadMore.d.ts +108 -0
- package/uview-plus/types/comps/loadingIcon.d.ts +68 -0
- package/uview-plus/types/comps/loadingPage.d.ts +58 -0
- package/uview-plus/types/comps/modal.d.ts +115 -0
- package/uview-plus/types/comps/navbar.d.ts +113 -0
- package/uview-plus/types/comps/noNetwork.d.ts +40 -0
- package/uview-plus/types/comps/noticeBar.d.ts +85 -0
- package/uview-plus/types/comps/notify.d.ts +73 -0
- package/uview-plus/types/comps/numberBox.d.ts +155 -0
- package/uview-plus/types/comps/overlay.d.ts +46 -0
- package/uview-plus/types/comps/parse.d.ts +101 -0
- package/uview-plus/types/comps/picker.d.ts +115 -0
- package/uview-plus/types/comps/popup.d.ts +103 -0
- package/uview-plus/types/comps/radio.d.ts +77 -0
- package/uview-plus/types/comps/radioGroup.d.ts +97 -0
- package/uview-plus/types/comps/rate.d.ts +85 -0
- package/uview-plus/types/comps/readMore.d.ts +80 -0
- package/uview-plus/types/comps/row.d.ts +34 -0
- package/uview-plus/types/comps/safeBottom.d.ts +16 -0
- package/uview-plus/types/comps/scrollList.d.ts +51 -0
- package/uview-plus/types/comps/search.d.ts +172 -0
- package/uview-plus/types/comps/skeleton.d.ts +70 -0
- package/uview-plus/types/comps/slider.d.ts +79 -0
- package/uview-plus/types/comps/statusBar.d.ts +22 -0
- package/uview-plus/types/comps/steps.d.ts +48 -0
- package/uview-plus/types/comps/stepsItem.d.ts +41 -0
- package/uview-plus/types/comps/sticky.d.ts +48 -0
- package/uview-plus/types/comps/subsection.d.ts +64 -0
- package/uview-plus/types/comps/swipeAction.d.ts +24 -0
- package/uview-plus/types/comps/swipeActionItem.d.ts +58 -0
- package/uview-plus/types/comps/swiper.d.ts +142 -0
- package/uview-plus/types/comps/swiperIndicator.d.ts +37 -0
- package/uview-plus/types/comps/switch.d.ts +73 -0
- package/uview-plus/types/comps/tabbar.d.ts +54 -0
- package/uview-plus/types/comps/tabbarItem.d.ts +52 -0
- package/uview-plus/types/comps/tabs.d.ts +85 -0
- package/uview-plus/types/comps/tag.d.ts +93 -0
- package/uview-plus/types/comps/text.d.ts +110 -0
- package/uview-plus/types/comps/textarea.d.ts +158 -0
- package/uview-plus/types/comps/toast.d.ts +63 -0
- package/uview-plus/types/comps/tooltip.d.ts +71 -0
- package/uview-plus/types/comps/transition.d.ts +61 -0
- package/uview-plus/types/comps/upload.d.ts +204 -0
- package/uview-plus/types/comps.d.ts +101 -0
- package/uview-plus/types/index.d.ts +172 -0
- package/uview-plus/types/package.json +26 -0
- package/uview-ui/changelog.md +26 -0
- package/uview-ui/components/u--form/u--form.vue +1 -1
- package/uview-ui/components/u--image/u--image.vue +1 -1
- package/uview-ui/components/u--input/u--input.vue +1 -1
- package/uview-ui/components/u--text/u--text.vue +1 -1
- package/uview-ui/components/u--textarea/u--textarea.vue +1 -1
- package/uview-ui/components/u-action-sheet/props.js +1 -1
- package/uview-ui/components/u-action-sheet/style.css +1 -1
- package/uview-ui/components/u-avatar/style.css +1 -0
- package/uview-ui/components/u-avatar/style.scss +1 -0
- package/uview-ui/components/u-button/nvue-parse.scss +1 -1
- package/uview-ui/components/u-button/style.css +2 -2
- package/uview-ui/components/u-button/u-button.vue +7 -2
- package/uview-ui/components/u-button/vue-parse.scss +1 -1
- package/uview-ui/components/u-car-keyboard/style.css +1 -1
- package/uview-ui/components/u-checkbox/u-checkbox.vue +2 -2
- package/uview-ui/components/u-circle-progress/style.css +6 -6
- package/uview-ui/components/u-col/style.css +13 -13
- package/uview-ui/components/u-datetime-picker/props.js +4 -0
- package/uview-ui/components/u-datetime-picker/u-datetime-picker.vue +13 -2
- package/uview-ui/components/u-form-item/u-form-item.vue +1 -1
- package/uview-ui/components/u-icon/style.css +1 -1
- package/uview-ui/components/u-image/u-image.vue +3 -2
- package/uview-ui/components/u-input/style.css +3 -0
- package/uview-ui/components/u-input/style.scss +8 -0
- package/uview-ui/components/u-input/u-input.vue +5 -5
- package/uview-ui/components/u-loading-icon/style.css +1 -1
- package/uview-ui/components/u-loading-page/style.css +2 -2
- package/uview-ui/components/u-modal/props.js +5 -0
- package/uview-ui/components/u-modal/u-modal.vue +1 -1
- package/uview-ui/components/u-number-keyboard/style.css +2 -2
- package/uview-ui/components/u-parse/u-parse.vue +1 -1
- package/uview-ui/components/u-picker/u-picker.vue +5 -2
- package/uview-ui/components/u-popup/u-popup.vue +1 -1
- package/uview-ui/components/u-radio/props.js +1 -1
- package/uview-ui/components/u-radio/u-radio.vue +2 -2
- package/uview-ui/components/u-search/style.css +1 -1
- package/uview-ui/components/u-skeleton/u-skeleton.vue +2 -2
- package/uview-ui/components/u-steps-item/u-steps-item.vue +2 -2
- package/uview-ui/components/u-subsection/style.css +1 -1
- package/uview-ui/components/u-swipe-action-item/style.css +2 -2
- package/uview-ui/components/u-tabs/u-tabs.vue +10 -1
- package/uview-ui/components/u-toast/style.css +1 -1
- package/uview-ui/components/u-tooltip/u-tooltip.vue +1 -0
- package/uview-ui/components/u-upload/style.css +7 -4
- package/uview-ui/components/u-upload/style.scss +6 -0
- package/uview-ui/components/u-upload/u-upload.vue +6 -1
- package/uview-ui/libs/config/config.js +2 -2
- package/uview-ui/libs/config/props/datetimePicker.js +1 -0
- package/uview-ui/libs/config/props/modal.js +2 -1
- package/uview-ui/libs/mixin/mixin.js +3 -6
- package/uview-ui/package.json +5 -8
- package/uview-plus/components/u-slider/nvue - /345/211/257/346/234/254.js" +0 -175
- package/uview-plus/libs/config/props/tag.js +0 -29
- package/uview-plus/libs/config/props/transition.js +0 -18
- /package/uview-plus/{libs/config/props → components/u-alert}/alert.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-avatar}/avatar.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-car-keyboard}/carKeyboard.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-cell}/cell.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-cell-group}/cellGroup.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-checkbox}/checkbox.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-circle-progress}/circleProgress.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-code}/code.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-code-input}/codeInput.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-col}/col.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-collapse}/collapse.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-count-down}/countDown.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-count-to}/countTo.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-divider}/divider.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-empty}/empty.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-gap}/gap.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-grid}/grid.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-grid-item}/gridItem.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-image}/image.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-index-anchor}/indexAnchor.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-keyboard}/keyboard.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-line}/line.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-line-progress}/lineProgress.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-list}/list.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-list-item}/listItem.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-loadmore}/loadmore.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-no-network}/noNetwork.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-notify}/notify.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-number-keyboard}/numberKeyboard.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-overlay}/overlay.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-parse}/parse.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-radio}/radio.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-rate}/rate.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-read-more}/readMore.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-row}/row.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-row-notice}/rowNotice.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-scroll-list}/scrollList.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-section}/section.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-skeleton}/skeleton.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-steps}/steps.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-steps-item}/stepsItem.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-sticky}/sticky.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-subsection}/subsection.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-swipe-action}/swipeAction.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-swiper-indicator}/swipterIndicator.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-switch}/switch.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-tabbar}/tabbar.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-tabbar-item}/tabbarItem.js +0 -0
- /package/uview-plus/{libs/config/props → components/u-textarea}/textarea.js +0 -0
|
@@ -1,26 +1,33 @@
|
|
|
1
1
|
.u-flex,
|
|
2
2
|
.u-flex-row,
|
|
3
|
-
.u-flex-x
|
|
3
|
+
.u-flex-x,
|
|
4
|
+
.up-flex,
|
|
5
|
+
.up-flex-row,
|
|
6
|
+
.up-flex-x {
|
|
4
7
|
/* #ifndef APP-NVUE */
|
|
5
8
|
display: flex;
|
|
6
9
|
/* #endif */
|
|
7
10
|
flex-direction: row;
|
|
8
11
|
}
|
|
9
12
|
.u-flex-y,
|
|
10
|
-
.u-flex-column
|
|
13
|
+
.u-flex-column,
|
|
14
|
+
.up-flex-y,
|
|
15
|
+
.up-flex-column {
|
|
11
16
|
/* #ifndef APP-NVUE */
|
|
12
17
|
display: flex;
|
|
13
18
|
/* #endif */
|
|
14
19
|
flex-direction: column;
|
|
15
20
|
}
|
|
16
|
-
.u-flex-x-center
|
|
21
|
+
.u-flex-x-center,
|
|
22
|
+
.up-flex-x-center {
|
|
17
23
|
/* #ifndef APP-NVUE */
|
|
18
24
|
display: flex;
|
|
19
25
|
/* #endif */
|
|
20
26
|
flex-direction: row;
|
|
21
27
|
justify-content: center;
|
|
22
28
|
}
|
|
23
|
-
.u-flex-xy-center
|
|
29
|
+
.u-flex-xy-center,
|
|
30
|
+
.up-flex-xy-center {
|
|
24
31
|
/* #ifndef APP-NVUE */
|
|
25
32
|
display: flex;
|
|
26
33
|
/* #endif */
|
|
@@ -28,2788 +35,3725 @@
|
|
|
28
35
|
justify-content: center;
|
|
29
36
|
align-items: center;
|
|
30
37
|
}
|
|
31
|
-
.u-flex-y-center
|
|
38
|
+
.u-flex-y-center,
|
|
39
|
+
.up-flex-y-center {
|
|
32
40
|
/* #ifndef APP-NVUE */
|
|
33
41
|
display: flex;
|
|
34
42
|
/* #endif */
|
|
35
43
|
flex-direction: row;
|
|
36
44
|
align-items: center;
|
|
37
45
|
}
|
|
38
|
-
.u-flex-x-left
|
|
46
|
+
.u-flex-x-left,
|
|
47
|
+
.up-flex-x-left {
|
|
39
48
|
/* #ifndef APP-NVUE */
|
|
40
49
|
display: flex;
|
|
41
50
|
/* #endif */
|
|
42
51
|
flex-direction: row;
|
|
43
52
|
}
|
|
44
53
|
.u-flex-x-reverse,
|
|
45
|
-
.u-flex-row-reverse
|
|
54
|
+
.u-flex-row-reverse,
|
|
55
|
+
.up-flex-x-reverse,
|
|
56
|
+
.up-flex-row-reverse {
|
|
46
57
|
flex-direction: row-reverse;
|
|
47
58
|
}
|
|
48
59
|
.u-flex-y-reverse,
|
|
49
|
-
.u-flex-column-reverse
|
|
60
|
+
.u-flex-column-reverse,
|
|
61
|
+
.up-flex-y-reverse,
|
|
62
|
+
.up-flex-column-reverse {
|
|
50
63
|
flex-direction: column-reverse;
|
|
51
64
|
}
|
|
52
65
|
/* #ifndef APP-NVUE */
|
|
53
66
|
.u-flex.u-flex-reverse,
|
|
54
67
|
.u-flex-row.u-flex-reverse,
|
|
55
|
-
.u-flex-x.u-flex-reverse
|
|
68
|
+
.u-flex-x.u-flex-reverse,
|
|
69
|
+
.up-flex.up-flex-reverse,
|
|
70
|
+
.up-flex-row.up-flex-reverse,
|
|
71
|
+
.up-flex-x.up-flex-reverse {
|
|
56
72
|
flex-direction: row-reverse;
|
|
57
73
|
}
|
|
58
74
|
.u-flex-column.u-flex-reverse,
|
|
59
|
-
.u-flex-y.u-flex-reverse
|
|
75
|
+
.u-flex-y.u-flex-reverse,
|
|
76
|
+
.up-flex-column.up-flex-reverse,
|
|
77
|
+
.up-flex-y.up-flex-reverse {
|
|
60
78
|
flex-direction: column-reverse;
|
|
61
79
|
}
|
|
62
|
-
.u-flex-fill
|
|
80
|
+
.u-flex-fill,
|
|
81
|
+
.up-flex-fill {
|
|
63
82
|
flex: 1 1 auto;
|
|
64
83
|
}
|
|
65
84
|
.u-margin-top-auto,
|
|
66
|
-
.u-m-t-auto
|
|
85
|
+
.u-m-t-auto,
|
|
86
|
+
.up-margin-top-auto,
|
|
87
|
+
.up-m-t-auto {
|
|
67
88
|
margin-top: auto !important;
|
|
68
89
|
}
|
|
69
90
|
.u-margin-right-auto,
|
|
70
|
-
.u-m-r-auto
|
|
91
|
+
.u-m-r-auto,
|
|
92
|
+
.up-margin-right-auto,
|
|
93
|
+
.up-m-r-auto {
|
|
71
94
|
margin-right: auto !important;
|
|
72
95
|
}
|
|
73
96
|
.u-margin-bottom-auto,
|
|
74
|
-
.u-m-b-auto
|
|
97
|
+
.u-m-b-auto,
|
|
98
|
+
.up-margin-bottom-auto,
|
|
99
|
+
.up-m-b-auto {
|
|
75
100
|
margin-bottom: auto !important;
|
|
76
101
|
}
|
|
77
102
|
.u-margin-left-auto,
|
|
78
|
-
.u-m-l-auto
|
|
103
|
+
.u-m-l-auto,
|
|
104
|
+
.up-margin-left-auto,
|
|
105
|
+
.up-m-l-auto {
|
|
79
106
|
margin-left: auto !important;
|
|
80
107
|
}
|
|
81
108
|
.u-margin-center-auto,
|
|
82
|
-
.u-m-c-auto
|
|
109
|
+
.u-m-c-auto,
|
|
110
|
+
.up-margin-center-auto,
|
|
111
|
+
.up-m-c-auto {
|
|
83
112
|
margin-left: auto !important;
|
|
84
113
|
margin-right: auto !important;
|
|
85
114
|
}
|
|
86
115
|
.u-margin-middle-auto,
|
|
87
|
-
.u-m-m-auto
|
|
116
|
+
.u-m-m-auto,
|
|
117
|
+
.up-margin-middle-auto,
|
|
118
|
+
.up-m-m-auto {
|
|
88
119
|
margin-top: auto !important;
|
|
89
120
|
margin-bottom: auto !important;
|
|
90
121
|
}
|
|
91
122
|
/* #endif */
|
|
92
|
-
.u-flex-wrap
|
|
123
|
+
.u-flex-wrap,
|
|
124
|
+
.up-flex-wrap {
|
|
93
125
|
flex-wrap: wrap;
|
|
94
126
|
}
|
|
95
|
-
.u-flex-wrap-reverse
|
|
127
|
+
.u-flex-wrap-reverse,
|
|
128
|
+
.up-flex-wrap-reverse {
|
|
96
129
|
flex-wrap: wrap-reverse;
|
|
97
130
|
}
|
|
98
|
-
.u-flex-start
|
|
131
|
+
.u-flex-start,
|
|
132
|
+
.up-flex-start {
|
|
99
133
|
justify-content: flex-start;
|
|
100
134
|
}
|
|
101
|
-
.u-flex-center
|
|
135
|
+
.u-flex-center,
|
|
136
|
+
.up-flex-center {
|
|
102
137
|
justify-content: center;
|
|
103
138
|
}
|
|
104
|
-
.u-flex-end
|
|
139
|
+
.u-flex-end,
|
|
140
|
+
.up-flex-end {
|
|
105
141
|
justify-content: flex-end;
|
|
106
142
|
}
|
|
107
|
-
.u-flex-between
|
|
143
|
+
.u-flex-between,
|
|
144
|
+
.up-flex-between {
|
|
108
145
|
justify-content: space-between;
|
|
109
146
|
}
|
|
110
|
-
.u-flex-around
|
|
147
|
+
.u-flex-around,
|
|
148
|
+
.up-flex-around {
|
|
111
149
|
justify-content: space-around;
|
|
112
150
|
}
|
|
113
|
-
.u-flex-items-start
|
|
151
|
+
.u-flex-items-start,
|
|
152
|
+
.up-flex-items-start {
|
|
114
153
|
align-items: flex-start;
|
|
115
154
|
}
|
|
116
|
-
.u-flex-items-center
|
|
155
|
+
.u-flex-items-center,
|
|
156
|
+
.up-flex-items-center {
|
|
117
157
|
align-items: center;
|
|
118
158
|
}
|
|
119
|
-
.u-flex-items-end
|
|
159
|
+
.u-flex-items-end,
|
|
160
|
+
.up-flex-items-end {
|
|
120
161
|
align-items: flex-end;
|
|
121
162
|
}
|
|
122
|
-
.u-flex-items-baseline
|
|
163
|
+
.u-flex-items-baseline,
|
|
164
|
+
.up-flex-items-baseline {
|
|
165
|
+
/* #ifndef APP-NVUE */
|
|
123
166
|
align-items: baseline;
|
|
167
|
+
/* #endif */
|
|
124
168
|
}
|
|
125
|
-
.u-flex-items-stretch
|
|
169
|
+
.u-flex-items-stretch,
|
|
170
|
+
.up-flex-items-stretch {
|
|
126
171
|
align-items: stretch;
|
|
127
172
|
}
|
|
128
|
-
|
|
173
|
+
/* #ifndef APP-NVUE */
|
|
174
|
+
.u-flex-self-start,
|
|
175
|
+
.up-flex-self-start {
|
|
129
176
|
align-self: flex-start;
|
|
130
177
|
}
|
|
131
|
-
.u-flex-self-center
|
|
178
|
+
.u-flex-self-center,
|
|
179
|
+
.up-flex-self-center {
|
|
132
180
|
align-self: center;
|
|
133
181
|
}
|
|
134
|
-
.u-flex-self-end
|
|
182
|
+
.u-flex-self-end,
|
|
183
|
+
.up-flex-self-end {
|
|
135
184
|
align-self: flex-end;
|
|
136
185
|
}
|
|
137
|
-
.u-flex-self-baseline
|
|
186
|
+
.u-flex-self-baseline,
|
|
187
|
+
.up-flex-self-baseline {
|
|
138
188
|
align-self: baseline;
|
|
139
189
|
}
|
|
140
|
-
.u-flex-self-stretch
|
|
190
|
+
.u-flex-self-stretch,
|
|
191
|
+
.up-flex-self-stretch {
|
|
141
192
|
align-self: stretch;
|
|
142
193
|
}
|
|
143
|
-
|
|
194
|
+
/* #endif */
|
|
195
|
+
/* #ifndef APP-NVUE */
|
|
196
|
+
.u-flex-content-start,
|
|
197
|
+
.up-flex-content-start {
|
|
144
198
|
align-content: flex-start;
|
|
145
199
|
}
|
|
146
|
-
.u-flex-content-center
|
|
200
|
+
.u-flex-content-center,
|
|
201
|
+
.up-flex-content-center {
|
|
147
202
|
align-content: center;
|
|
148
203
|
}
|
|
149
|
-
.u-flex-content-end
|
|
204
|
+
.u-flex-content-end,
|
|
205
|
+
.up-flex-content-end {
|
|
150
206
|
align-content: flex-end;
|
|
151
207
|
}
|
|
152
|
-
.u-flex-content-between
|
|
208
|
+
.u-flex-content-between,
|
|
209
|
+
.up-flex-content-between {
|
|
153
210
|
align-content: space-between;
|
|
154
211
|
}
|
|
155
|
-
.u-flex-content-around
|
|
212
|
+
.u-flex-content-around,
|
|
213
|
+
.up-flex-content-around {
|
|
156
214
|
align-content: space-around;
|
|
157
215
|
}
|
|
158
|
-
.u-flex-middle
|
|
216
|
+
.u-flex-middle,
|
|
217
|
+
.up-flex-middle {
|
|
159
218
|
justify-content: center;
|
|
160
219
|
align-items: center;
|
|
161
220
|
align-self: center;
|
|
162
221
|
align-content: center;
|
|
163
222
|
}
|
|
164
|
-
.u-flex-grow
|
|
223
|
+
.u-flex-grow,
|
|
224
|
+
.up-flex-grow {
|
|
165
225
|
flex-grow: 1;
|
|
166
226
|
}
|
|
167
|
-
.u-flex-shrink
|
|
227
|
+
.u-flex-shrink,
|
|
228
|
+
.up-flex-shrink {
|
|
168
229
|
flex-shrink: 1;
|
|
169
230
|
}
|
|
170
|
-
|
|
231
|
+
/* #endif */
|
|
232
|
+
.u-margin-0, .u-m-0,
|
|
233
|
+
.up-margin-0, .up-m-0 {
|
|
171
234
|
margin: 0rpx !important;
|
|
172
235
|
}
|
|
173
|
-
.u-padding-0, .u-p-0
|
|
236
|
+
.u-padding-0, .u-p-0,
|
|
237
|
+
.up-padding-0, .up-p-0 {
|
|
174
238
|
padding: 0rpx !important;
|
|
175
239
|
}
|
|
176
|
-
.u-m-l-0
|
|
240
|
+
.u-m-l-0,
|
|
241
|
+
.up-m-l-0 {
|
|
177
242
|
margin-left: 0rpx !important;
|
|
178
243
|
}
|
|
179
|
-
.u-p-l-0
|
|
244
|
+
.u-p-l-0,
|
|
245
|
+
.up-p-l-0 {
|
|
180
246
|
padding-left: 0rpx !important;
|
|
181
247
|
}
|
|
182
|
-
.u-margin-left-0
|
|
248
|
+
.u-margin-left-0,
|
|
249
|
+
.up-margin-left-0 {
|
|
183
250
|
margin-left: 0rpx !important;
|
|
184
251
|
}
|
|
185
|
-
.u-padding-left-0
|
|
252
|
+
.u-padding-left-0,
|
|
253
|
+
.up-padding-left-0 {
|
|
186
254
|
padding-left: 0rpx !important;
|
|
187
255
|
}
|
|
188
|
-
.u-m-t-0
|
|
256
|
+
.u-m-t-0,
|
|
257
|
+
.up-m-t-0 {
|
|
189
258
|
margin-top: 0rpx !important;
|
|
190
259
|
}
|
|
191
|
-
.u-p-t-0
|
|
260
|
+
.u-p-t-0,
|
|
261
|
+
.up-p-t-0 {
|
|
192
262
|
padding-top: 0rpx !important;
|
|
193
263
|
}
|
|
194
|
-
.u-margin-top-0
|
|
264
|
+
.u-margin-top-0,
|
|
265
|
+
.up-margin-top-0 {
|
|
195
266
|
margin-top: 0rpx !important;
|
|
196
267
|
}
|
|
197
|
-
.u-padding-top-0
|
|
268
|
+
.u-padding-top-0,
|
|
269
|
+
.up-padding-top-0 {
|
|
198
270
|
padding-top: 0rpx !important;
|
|
199
271
|
}
|
|
200
|
-
.u-m-r-0
|
|
272
|
+
.u-m-r-0,
|
|
273
|
+
.up-m-r-0 {
|
|
201
274
|
margin-right: 0rpx !important;
|
|
202
275
|
}
|
|
203
|
-
.u-p-r-0
|
|
276
|
+
.u-p-r-0,
|
|
277
|
+
.up-p-r-0 {
|
|
204
278
|
padding-right: 0rpx !important;
|
|
205
279
|
}
|
|
206
|
-
.u-margin-right-0
|
|
280
|
+
.u-margin-right-0,
|
|
281
|
+
.up-margin-right-0 {
|
|
207
282
|
margin-right: 0rpx !important;
|
|
208
283
|
}
|
|
209
|
-
.u-padding-right-0
|
|
284
|
+
.u-padding-right-0,
|
|
285
|
+
.up-padding-right-0 {
|
|
210
286
|
padding-right: 0rpx !important;
|
|
211
287
|
}
|
|
212
|
-
.u-m-b-0
|
|
288
|
+
.u-m-b-0,
|
|
289
|
+
.up-m-b-0 {
|
|
213
290
|
margin-bottom: 0rpx !important;
|
|
214
291
|
}
|
|
215
|
-
.u-p-b-0
|
|
292
|
+
.u-p-b-0,
|
|
293
|
+
.up-p-b-0 {
|
|
216
294
|
padding-bottom: 0rpx !important;
|
|
217
295
|
}
|
|
218
|
-
.u-margin-bottom-0
|
|
296
|
+
.u-margin-bottom-0,
|
|
297
|
+
.up-margin-bottom-0 {
|
|
219
298
|
margin-bottom: 0rpx !important;
|
|
220
299
|
}
|
|
221
|
-
.u-padding-bottom-0
|
|
300
|
+
.u-padding-bottom-0,
|
|
301
|
+
.up-padding-bottom-0 {
|
|
222
302
|
padding-bottom: 0rpx !important;
|
|
223
303
|
}
|
|
224
|
-
.u-margin-2, .u-m-2
|
|
304
|
+
.u-margin-2, .u-m-2,
|
|
305
|
+
.up-margin-2, .up-m-2 {
|
|
225
306
|
margin: 2rpx !important;
|
|
226
307
|
}
|
|
227
|
-
.u-padding-2, .u-p-2
|
|
308
|
+
.u-padding-2, .u-p-2,
|
|
309
|
+
.up-padding-2, .up-p-2 {
|
|
228
310
|
padding: 2rpx !important;
|
|
229
311
|
}
|
|
230
|
-
.u-m-l-2
|
|
312
|
+
.u-m-l-2,
|
|
313
|
+
.up-m-l-2 {
|
|
231
314
|
margin-left: 2rpx !important;
|
|
232
315
|
}
|
|
233
|
-
.u-p-l-2
|
|
316
|
+
.u-p-l-2,
|
|
317
|
+
.up-p-l-2 {
|
|
234
318
|
padding-left: 2rpx !important;
|
|
235
319
|
}
|
|
236
|
-
.u-margin-left-2
|
|
320
|
+
.u-margin-left-2,
|
|
321
|
+
.up-margin-left-2 {
|
|
237
322
|
margin-left: 2rpx !important;
|
|
238
323
|
}
|
|
239
|
-
.u-padding-left-2
|
|
324
|
+
.u-padding-left-2,
|
|
325
|
+
.up-padding-left-2 {
|
|
240
326
|
padding-left: 2rpx !important;
|
|
241
327
|
}
|
|
242
|
-
.u-m-t-2
|
|
328
|
+
.u-m-t-2,
|
|
329
|
+
.up-m-t-2 {
|
|
243
330
|
margin-top: 2rpx !important;
|
|
244
331
|
}
|
|
245
|
-
.u-p-t-2
|
|
332
|
+
.u-p-t-2,
|
|
333
|
+
.up-p-t-2 {
|
|
246
334
|
padding-top: 2rpx !important;
|
|
247
335
|
}
|
|
248
|
-
.u-margin-top-2
|
|
336
|
+
.u-margin-top-2,
|
|
337
|
+
.up-margin-top-2 {
|
|
249
338
|
margin-top: 2rpx !important;
|
|
250
339
|
}
|
|
251
|
-
.u-padding-top-2
|
|
340
|
+
.u-padding-top-2,
|
|
341
|
+
.up-padding-top-2 {
|
|
252
342
|
padding-top: 2rpx !important;
|
|
253
343
|
}
|
|
254
|
-
.u-m-r-2
|
|
344
|
+
.u-m-r-2,
|
|
345
|
+
.up-m-r-2 {
|
|
255
346
|
margin-right: 2rpx !important;
|
|
256
347
|
}
|
|
257
|
-
.u-p-r-2
|
|
348
|
+
.u-p-r-2,
|
|
349
|
+
.up-p-r-2 {
|
|
258
350
|
padding-right: 2rpx !important;
|
|
259
351
|
}
|
|
260
|
-
.u-margin-right-2
|
|
352
|
+
.u-margin-right-2,
|
|
353
|
+
.up-margin-right-2 {
|
|
261
354
|
margin-right: 2rpx !important;
|
|
262
355
|
}
|
|
263
|
-
.u-padding-right-2
|
|
356
|
+
.u-padding-right-2,
|
|
357
|
+
.up-padding-right-2 {
|
|
264
358
|
padding-right: 2rpx !important;
|
|
265
359
|
}
|
|
266
|
-
.u-m-b-2
|
|
360
|
+
.u-m-b-2,
|
|
361
|
+
.up-m-b-2 {
|
|
267
362
|
margin-bottom: 2rpx !important;
|
|
268
363
|
}
|
|
269
|
-
.u-p-b-2
|
|
364
|
+
.u-p-b-2,
|
|
365
|
+
.up-p-b-2 {
|
|
270
366
|
padding-bottom: 2rpx !important;
|
|
271
367
|
}
|
|
272
|
-
.u-margin-bottom-2
|
|
368
|
+
.u-margin-bottom-2,
|
|
369
|
+
.up-margin-bottom-2 {
|
|
273
370
|
margin-bottom: 2rpx !important;
|
|
274
371
|
}
|
|
275
|
-
.u-padding-bottom-2
|
|
372
|
+
.u-padding-bottom-2,
|
|
373
|
+
.up-padding-bottom-2 {
|
|
276
374
|
padding-bottom: 2rpx !important;
|
|
277
375
|
}
|
|
278
|
-
.u-margin-4, .u-m-4
|
|
376
|
+
.u-margin-4, .u-m-4,
|
|
377
|
+
.up-margin-4, .up-m-4 {
|
|
279
378
|
margin: 4rpx !important;
|
|
280
379
|
}
|
|
281
|
-
.u-padding-4, .u-p-4
|
|
380
|
+
.u-padding-4, .u-p-4,
|
|
381
|
+
.up-padding-4, .up-p-4 {
|
|
282
382
|
padding: 4rpx !important;
|
|
283
383
|
}
|
|
284
|
-
.u-m-l-4
|
|
384
|
+
.u-m-l-4,
|
|
385
|
+
.up-m-l-4 {
|
|
285
386
|
margin-left: 4rpx !important;
|
|
286
387
|
}
|
|
287
|
-
.u-p-l-4
|
|
388
|
+
.u-p-l-4,
|
|
389
|
+
.up-p-l-4 {
|
|
288
390
|
padding-left: 4rpx !important;
|
|
289
391
|
}
|
|
290
|
-
.u-margin-left-4
|
|
392
|
+
.u-margin-left-4,
|
|
393
|
+
.up-margin-left-4 {
|
|
291
394
|
margin-left: 4rpx !important;
|
|
292
395
|
}
|
|
293
|
-
.u-padding-left-4
|
|
396
|
+
.u-padding-left-4,
|
|
397
|
+
.up-padding-left-4 {
|
|
294
398
|
padding-left: 4rpx !important;
|
|
295
399
|
}
|
|
296
|
-
.u-m-t-4
|
|
400
|
+
.u-m-t-4,
|
|
401
|
+
.up-m-t-4 {
|
|
297
402
|
margin-top: 4rpx !important;
|
|
298
403
|
}
|
|
299
|
-
.u-p-t-4
|
|
404
|
+
.u-p-t-4,
|
|
405
|
+
.up-p-t-4 {
|
|
300
406
|
padding-top: 4rpx !important;
|
|
301
407
|
}
|
|
302
|
-
.u-margin-top-4
|
|
408
|
+
.u-margin-top-4,
|
|
409
|
+
.up-margin-top-4 {
|
|
303
410
|
margin-top: 4rpx !important;
|
|
304
411
|
}
|
|
305
|
-
.u-padding-top-4
|
|
412
|
+
.u-padding-top-4,
|
|
413
|
+
.up-padding-top-4 {
|
|
306
414
|
padding-top: 4rpx !important;
|
|
307
415
|
}
|
|
308
|
-
.u-m-r-4
|
|
416
|
+
.u-m-r-4,
|
|
417
|
+
.up-m-r-4 {
|
|
309
418
|
margin-right: 4rpx !important;
|
|
310
419
|
}
|
|
311
|
-
.u-p-r-4
|
|
420
|
+
.u-p-r-4,
|
|
421
|
+
.up-p-r-4 {
|
|
312
422
|
padding-right: 4rpx !important;
|
|
313
423
|
}
|
|
314
|
-
.u-margin-right-4
|
|
424
|
+
.u-margin-right-4,
|
|
425
|
+
.up-margin-right-4 {
|
|
315
426
|
margin-right: 4rpx !important;
|
|
316
427
|
}
|
|
317
|
-
.u-padding-right-4
|
|
428
|
+
.u-padding-right-4,
|
|
429
|
+
.up-padding-right-4 {
|
|
318
430
|
padding-right: 4rpx !important;
|
|
319
431
|
}
|
|
320
|
-
.u-m-b-4
|
|
432
|
+
.u-m-b-4,
|
|
433
|
+
.up-m-b-4 {
|
|
321
434
|
margin-bottom: 4rpx !important;
|
|
322
435
|
}
|
|
323
|
-
.u-p-b-4
|
|
436
|
+
.u-p-b-4,
|
|
437
|
+
.up-p-b-4 {
|
|
324
438
|
padding-bottom: 4rpx !important;
|
|
325
439
|
}
|
|
326
|
-
.u-margin-bottom-4
|
|
440
|
+
.u-margin-bottom-4,
|
|
441
|
+
.up-margin-bottom-4 {
|
|
327
442
|
margin-bottom: 4rpx !important;
|
|
328
443
|
}
|
|
329
|
-
.u-padding-bottom-4
|
|
444
|
+
.u-padding-bottom-4,
|
|
445
|
+
.up-padding-bottom-4 {
|
|
330
446
|
padding-bottom: 4rpx !important;
|
|
331
447
|
}
|
|
332
|
-
.u-margin-5, .u-m-5
|
|
448
|
+
.u-margin-5, .u-m-5,
|
|
449
|
+
.up-margin-5, .up-m-5 {
|
|
333
450
|
margin: 5rpx !important;
|
|
334
451
|
}
|
|
335
|
-
.u-padding-5, .u-p-5
|
|
452
|
+
.u-padding-5, .u-p-5,
|
|
453
|
+
.up-padding-5, .up-p-5 {
|
|
336
454
|
padding: 5rpx !important;
|
|
337
455
|
}
|
|
338
|
-
.u-m-l-5
|
|
456
|
+
.u-m-l-5,
|
|
457
|
+
.up-m-l-5 {
|
|
339
458
|
margin-left: 5rpx !important;
|
|
340
459
|
}
|
|
341
|
-
.u-p-l-5
|
|
460
|
+
.u-p-l-5,
|
|
461
|
+
.up-p-l-5 {
|
|
342
462
|
padding-left: 5rpx !important;
|
|
343
463
|
}
|
|
344
|
-
.u-margin-left-5
|
|
464
|
+
.u-margin-left-5,
|
|
465
|
+
.up-margin-left-5 {
|
|
345
466
|
margin-left: 5rpx !important;
|
|
346
467
|
}
|
|
347
|
-
.u-padding-left-5
|
|
468
|
+
.u-padding-left-5,
|
|
469
|
+
.up-padding-left-5 {
|
|
348
470
|
padding-left: 5rpx !important;
|
|
349
471
|
}
|
|
350
|
-
.u-m-t-5
|
|
472
|
+
.u-m-t-5,
|
|
473
|
+
.up-m-t-5 {
|
|
351
474
|
margin-top: 5rpx !important;
|
|
352
475
|
}
|
|
353
|
-
.u-p-t-5
|
|
476
|
+
.u-p-t-5,
|
|
477
|
+
.up-p-t-5 {
|
|
354
478
|
padding-top: 5rpx !important;
|
|
355
479
|
}
|
|
356
|
-
.u-margin-top-5
|
|
480
|
+
.u-margin-top-5,
|
|
481
|
+
.up-margin-top-5 {
|
|
357
482
|
margin-top: 5rpx !important;
|
|
358
483
|
}
|
|
359
|
-
.u-padding-top-5
|
|
484
|
+
.u-padding-top-5,
|
|
485
|
+
.up-padding-top-5 {
|
|
360
486
|
padding-top: 5rpx !important;
|
|
361
487
|
}
|
|
362
|
-
.u-m-r-5
|
|
488
|
+
.u-m-r-5,
|
|
489
|
+
.up-m-r-5 {
|
|
363
490
|
margin-right: 5rpx !important;
|
|
364
491
|
}
|
|
365
|
-
.u-p-r-5
|
|
492
|
+
.u-p-r-5,
|
|
493
|
+
.up-p-r-5 {
|
|
366
494
|
padding-right: 5rpx !important;
|
|
367
495
|
}
|
|
368
|
-
.u-margin-right-5
|
|
496
|
+
.u-margin-right-5,
|
|
497
|
+
.up-margin-right-5 {
|
|
369
498
|
margin-right: 5rpx !important;
|
|
370
499
|
}
|
|
371
|
-
.u-padding-right-5
|
|
500
|
+
.u-padding-right-5,
|
|
501
|
+
.up-padding-right-5 {
|
|
372
502
|
padding-right: 5rpx !important;
|
|
373
503
|
}
|
|
374
|
-
.u-m-b-5
|
|
504
|
+
.u-m-b-5,
|
|
505
|
+
.up-m-b-5 {
|
|
375
506
|
margin-bottom: 5rpx !important;
|
|
376
507
|
}
|
|
377
|
-
.u-p-b-5
|
|
508
|
+
.u-p-b-5,
|
|
509
|
+
.up-p-b-5 {
|
|
378
510
|
padding-bottom: 5rpx !important;
|
|
379
511
|
}
|
|
380
|
-
.u-margin-bottom-5
|
|
512
|
+
.u-margin-bottom-5,
|
|
513
|
+
.up-margin-bottom-5 {
|
|
381
514
|
margin-bottom: 5rpx !important;
|
|
382
515
|
}
|
|
383
|
-
.u-padding-bottom-5
|
|
516
|
+
.u-padding-bottom-5,
|
|
517
|
+
.up-padding-bottom-5 {
|
|
384
518
|
padding-bottom: 5rpx !important;
|
|
385
519
|
}
|
|
386
|
-
.u-margin-6, .u-m-6
|
|
520
|
+
.u-margin-6, .u-m-6,
|
|
521
|
+
.up-margin-6, .up-m-6 {
|
|
387
522
|
margin: 6rpx !important;
|
|
388
523
|
}
|
|
389
|
-
.u-padding-6, .u-p-6
|
|
524
|
+
.u-padding-6, .u-p-6,
|
|
525
|
+
.up-padding-6, .up-p-6 {
|
|
390
526
|
padding: 6rpx !important;
|
|
391
527
|
}
|
|
392
|
-
.u-m-l-6
|
|
528
|
+
.u-m-l-6,
|
|
529
|
+
.up-m-l-6 {
|
|
393
530
|
margin-left: 6rpx !important;
|
|
394
531
|
}
|
|
395
|
-
.u-p-l-6
|
|
532
|
+
.u-p-l-6,
|
|
533
|
+
.up-p-l-6 {
|
|
396
534
|
padding-left: 6rpx !important;
|
|
397
535
|
}
|
|
398
|
-
.u-margin-left-6
|
|
536
|
+
.u-margin-left-6,
|
|
537
|
+
.up-margin-left-6 {
|
|
399
538
|
margin-left: 6rpx !important;
|
|
400
539
|
}
|
|
401
|
-
.u-padding-left-6
|
|
540
|
+
.u-padding-left-6,
|
|
541
|
+
.up-padding-left-6 {
|
|
402
542
|
padding-left: 6rpx !important;
|
|
403
543
|
}
|
|
404
|
-
.u-m-t-6
|
|
544
|
+
.u-m-t-6,
|
|
545
|
+
.up-m-t-6 {
|
|
405
546
|
margin-top: 6rpx !important;
|
|
406
547
|
}
|
|
407
|
-
.u-p-t-6
|
|
548
|
+
.u-p-t-6,
|
|
549
|
+
.up-p-t-6 {
|
|
408
550
|
padding-top: 6rpx !important;
|
|
409
551
|
}
|
|
410
|
-
.u-margin-top-6
|
|
552
|
+
.u-margin-top-6,
|
|
553
|
+
.up-margin-top-6 {
|
|
411
554
|
margin-top: 6rpx !important;
|
|
412
555
|
}
|
|
413
|
-
.u-padding-top-6
|
|
556
|
+
.u-padding-top-6,
|
|
557
|
+
.up-padding-top-6 {
|
|
414
558
|
padding-top: 6rpx !important;
|
|
415
559
|
}
|
|
416
|
-
.u-m-r-6
|
|
560
|
+
.u-m-r-6,
|
|
561
|
+
.up-m-r-6 {
|
|
417
562
|
margin-right: 6rpx !important;
|
|
418
563
|
}
|
|
419
|
-
.u-p-r-6
|
|
564
|
+
.u-p-r-6,
|
|
565
|
+
.up-p-r-6 {
|
|
420
566
|
padding-right: 6rpx !important;
|
|
421
567
|
}
|
|
422
|
-
.u-margin-right-6
|
|
568
|
+
.u-margin-right-6,
|
|
569
|
+
.up-margin-right-6 {
|
|
423
570
|
margin-right: 6rpx !important;
|
|
424
571
|
}
|
|
425
|
-
.u-padding-right-6
|
|
572
|
+
.u-padding-right-6,
|
|
573
|
+
.up-padding-right-6 {
|
|
426
574
|
padding-right: 6rpx !important;
|
|
427
575
|
}
|
|
428
|
-
.u-m-b-6
|
|
576
|
+
.u-m-b-6,
|
|
577
|
+
.up-m-b-6 {
|
|
429
578
|
margin-bottom: 6rpx !important;
|
|
430
579
|
}
|
|
431
|
-
.u-p-b-6
|
|
580
|
+
.u-p-b-6,
|
|
581
|
+
.up-p-b-6 {
|
|
432
582
|
padding-bottom: 6rpx !important;
|
|
433
583
|
}
|
|
434
|
-
.u-margin-bottom-6
|
|
584
|
+
.u-margin-bottom-6,
|
|
585
|
+
.up-margin-bottom-6 {
|
|
435
586
|
margin-bottom: 6rpx !important;
|
|
436
587
|
}
|
|
437
|
-
.u-padding-bottom-6
|
|
588
|
+
.u-padding-bottom-6,
|
|
589
|
+
.up-padding-bottom-6 {
|
|
438
590
|
padding-bottom: 6rpx !important;
|
|
439
591
|
}
|
|
440
|
-
.u-margin-8, .u-m-8
|
|
592
|
+
.u-margin-8, .u-m-8,
|
|
593
|
+
.up-margin-8, .up-m-8 {
|
|
441
594
|
margin: 8rpx !important;
|
|
442
595
|
}
|
|
443
|
-
.u-padding-8, .u-p-8
|
|
596
|
+
.u-padding-8, .u-p-8,
|
|
597
|
+
.up-padding-8, .up-p-8 {
|
|
444
598
|
padding: 8rpx !important;
|
|
445
599
|
}
|
|
446
|
-
.u-m-l-8
|
|
600
|
+
.u-m-l-8,
|
|
601
|
+
.up-m-l-8 {
|
|
447
602
|
margin-left: 8rpx !important;
|
|
448
603
|
}
|
|
449
|
-
.u-p-l-8
|
|
604
|
+
.u-p-l-8,
|
|
605
|
+
.up-p-l-8 {
|
|
450
606
|
padding-left: 8rpx !important;
|
|
451
607
|
}
|
|
452
|
-
.u-margin-left-8
|
|
608
|
+
.u-margin-left-8,
|
|
609
|
+
.up-margin-left-8 {
|
|
453
610
|
margin-left: 8rpx !important;
|
|
454
611
|
}
|
|
455
|
-
.u-padding-left-8
|
|
612
|
+
.u-padding-left-8,
|
|
613
|
+
.up-padding-left-8 {
|
|
456
614
|
padding-left: 8rpx !important;
|
|
457
615
|
}
|
|
458
|
-
.u-m-t-8
|
|
616
|
+
.u-m-t-8,
|
|
617
|
+
.up-m-t-8 {
|
|
459
618
|
margin-top: 8rpx !important;
|
|
460
619
|
}
|
|
461
|
-
.u-p-t-8
|
|
620
|
+
.u-p-t-8,
|
|
621
|
+
.up-p-t-8 {
|
|
462
622
|
padding-top: 8rpx !important;
|
|
463
623
|
}
|
|
464
|
-
.u-margin-top-8
|
|
624
|
+
.u-margin-top-8,
|
|
625
|
+
.up-margin-top-8 {
|
|
465
626
|
margin-top: 8rpx !important;
|
|
466
627
|
}
|
|
467
|
-
.u-padding-top-8
|
|
628
|
+
.u-padding-top-8,
|
|
629
|
+
.up-padding-top-8 {
|
|
468
630
|
padding-top: 8rpx !important;
|
|
469
631
|
}
|
|
470
|
-
.u-m-r-8
|
|
632
|
+
.u-m-r-8,
|
|
633
|
+
.up-m-r-8 {
|
|
471
634
|
margin-right: 8rpx !important;
|
|
472
635
|
}
|
|
473
|
-
.u-p-r-8
|
|
636
|
+
.u-p-r-8,
|
|
637
|
+
.up-p-r-8 {
|
|
474
638
|
padding-right: 8rpx !important;
|
|
475
639
|
}
|
|
476
|
-
.u-margin-right-8
|
|
640
|
+
.u-margin-right-8,
|
|
641
|
+
.up-margin-right-8 {
|
|
477
642
|
margin-right: 8rpx !important;
|
|
478
643
|
}
|
|
479
|
-
.u-padding-right-8
|
|
644
|
+
.u-padding-right-8,
|
|
645
|
+
.up-padding-right-8 {
|
|
480
646
|
padding-right: 8rpx !important;
|
|
481
647
|
}
|
|
482
|
-
.u-m-b-8
|
|
648
|
+
.u-m-b-8,
|
|
649
|
+
.up-m-b-8 {
|
|
483
650
|
margin-bottom: 8rpx !important;
|
|
484
651
|
}
|
|
485
|
-
.u-p-b-8
|
|
652
|
+
.u-p-b-8,
|
|
653
|
+
.up-p-b-8 {
|
|
486
654
|
padding-bottom: 8rpx !important;
|
|
487
655
|
}
|
|
488
|
-
.u-margin-bottom-8
|
|
656
|
+
.u-margin-bottom-8,
|
|
657
|
+
.up-margin-bottom-8 {
|
|
489
658
|
margin-bottom: 8rpx !important;
|
|
490
659
|
}
|
|
491
|
-
.u-padding-bottom-8
|
|
660
|
+
.u-padding-bottom-8,
|
|
661
|
+
.up-padding-bottom-8 {
|
|
492
662
|
padding-bottom: 8rpx !important;
|
|
493
663
|
}
|
|
494
|
-
.u-margin-10, .u-m-10
|
|
664
|
+
.u-margin-10, .u-m-10,
|
|
665
|
+
.up-margin-10, .up-m-10 {
|
|
495
666
|
margin: 10rpx !important;
|
|
496
667
|
}
|
|
497
|
-
.u-padding-10, .u-p-10
|
|
668
|
+
.u-padding-10, .u-p-10,
|
|
669
|
+
.up-padding-10, .up-p-10 {
|
|
498
670
|
padding: 10rpx !important;
|
|
499
671
|
}
|
|
500
|
-
.u-m-l-10
|
|
672
|
+
.u-m-l-10,
|
|
673
|
+
.up-m-l-10 {
|
|
501
674
|
margin-left: 10rpx !important;
|
|
502
675
|
}
|
|
503
|
-
.u-p-l-10
|
|
676
|
+
.u-p-l-10,
|
|
677
|
+
.up-p-l-10 {
|
|
504
678
|
padding-left: 10rpx !important;
|
|
505
679
|
}
|
|
506
|
-
.u-margin-left-10
|
|
680
|
+
.u-margin-left-10,
|
|
681
|
+
.up-margin-left-10 {
|
|
507
682
|
margin-left: 10rpx !important;
|
|
508
683
|
}
|
|
509
|
-
.u-padding-left-10
|
|
684
|
+
.u-padding-left-10,
|
|
685
|
+
.up-padding-left-10 {
|
|
510
686
|
padding-left: 10rpx !important;
|
|
511
687
|
}
|
|
512
|
-
.u-m-t-10
|
|
688
|
+
.u-m-t-10,
|
|
689
|
+
.up-m-t-10 {
|
|
513
690
|
margin-top: 10rpx !important;
|
|
514
691
|
}
|
|
515
|
-
.u-p-t-10
|
|
692
|
+
.u-p-t-10,
|
|
693
|
+
.up-p-t-10 {
|
|
516
694
|
padding-top: 10rpx !important;
|
|
517
695
|
}
|
|
518
|
-
.u-margin-top-10
|
|
696
|
+
.u-margin-top-10,
|
|
697
|
+
.up-margin-top-10 {
|
|
519
698
|
margin-top: 10rpx !important;
|
|
520
699
|
}
|
|
521
|
-
.u-padding-top-10
|
|
700
|
+
.u-padding-top-10,
|
|
701
|
+
.up-padding-top-10 {
|
|
522
702
|
padding-top: 10rpx !important;
|
|
523
703
|
}
|
|
524
|
-
.u-m-r-10
|
|
704
|
+
.u-m-r-10,
|
|
705
|
+
.up-m-r-10 {
|
|
525
706
|
margin-right: 10rpx !important;
|
|
526
707
|
}
|
|
527
|
-
.u-p-r-10
|
|
708
|
+
.u-p-r-10,
|
|
709
|
+
.up-p-r-10 {
|
|
528
710
|
padding-right: 10rpx !important;
|
|
529
711
|
}
|
|
530
|
-
.u-margin-right-10
|
|
712
|
+
.u-margin-right-10,
|
|
713
|
+
.up-margin-right-10 {
|
|
531
714
|
margin-right: 10rpx !important;
|
|
532
715
|
}
|
|
533
|
-
.u-padding-right-10
|
|
716
|
+
.u-padding-right-10,
|
|
717
|
+
.up-padding-right-10 {
|
|
534
718
|
padding-right: 10rpx !important;
|
|
535
719
|
}
|
|
536
|
-
.u-m-b-10
|
|
720
|
+
.u-m-b-10,
|
|
721
|
+
.up-m-b-10 {
|
|
537
722
|
margin-bottom: 10rpx !important;
|
|
538
723
|
}
|
|
539
|
-
.u-p-b-10
|
|
724
|
+
.u-p-b-10,
|
|
725
|
+
.up-p-b-10 {
|
|
540
726
|
padding-bottom: 10rpx !important;
|
|
541
727
|
}
|
|
542
|
-
.u-margin-bottom-10
|
|
728
|
+
.u-margin-bottom-10,
|
|
729
|
+
.up-margin-bottom-10 {
|
|
543
730
|
margin-bottom: 10rpx !important;
|
|
544
731
|
}
|
|
545
|
-
.u-padding-bottom-10
|
|
732
|
+
.u-padding-bottom-10,
|
|
733
|
+
.up-padding-bottom-10 {
|
|
546
734
|
padding-bottom: 10rpx !important;
|
|
547
735
|
}
|
|
548
|
-
.u-margin-12, .u-m-12
|
|
736
|
+
.u-margin-12, .u-m-12,
|
|
737
|
+
.up-margin-12, .up-m-12 {
|
|
549
738
|
margin: 12rpx !important;
|
|
550
739
|
}
|
|
551
|
-
.u-padding-12, .u-p-12
|
|
740
|
+
.u-padding-12, .u-p-12,
|
|
741
|
+
.up-padding-12, .up-p-12 {
|
|
552
742
|
padding: 12rpx !important;
|
|
553
743
|
}
|
|
554
|
-
.u-m-l-12
|
|
744
|
+
.u-m-l-12,
|
|
745
|
+
.up-m-l-12 {
|
|
555
746
|
margin-left: 12rpx !important;
|
|
556
747
|
}
|
|
557
|
-
.u-p-l-12
|
|
748
|
+
.u-p-l-12,
|
|
749
|
+
.up-p-l-12 {
|
|
558
750
|
padding-left: 12rpx !important;
|
|
559
751
|
}
|
|
560
|
-
.u-margin-left-12
|
|
752
|
+
.u-margin-left-12,
|
|
753
|
+
.up-margin-left-12 {
|
|
561
754
|
margin-left: 12rpx !important;
|
|
562
755
|
}
|
|
563
|
-
.u-padding-left-12
|
|
756
|
+
.u-padding-left-12,
|
|
757
|
+
.up-padding-left-12 {
|
|
564
758
|
padding-left: 12rpx !important;
|
|
565
759
|
}
|
|
566
|
-
.u-m-t-12
|
|
760
|
+
.u-m-t-12,
|
|
761
|
+
.up-m-t-12 {
|
|
567
762
|
margin-top: 12rpx !important;
|
|
568
763
|
}
|
|
569
|
-
.u-p-t-12
|
|
764
|
+
.u-p-t-12,
|
|
765
|
+
.up-p-t-12 {
|
|
570
766
|
padding-top: 12rpx !important;
|
|
571
767
|
}
|
|
572
|
-
.u-margin-top-12
|
|
768
|
+
.u-margin-top-12,
|
|
769
|
+
.up-margin-top-12 {
|
|
573
770
|
margin-top: 12rpx !important;
|
|
574
771
|
}
|
|
575
|
-
.u-padding-top-12
|
|
772
|
+
.u-padding-top-12,
|
|
773
|
+
.up-padding-top-12 {
|
|
576
774
|
padding-top: 12rpx !important;
|
|
577
775
|
}
|
|
578
|
-
.u-m-r-12
|
|
776
|
+
.u-m-r-12,
|
|
777
|
+
.up-m-r-12 {
|
|
579
778
|
margin-right: 12rpx !important;
|
|
580
779
|
}
|
|
581
|
-
.u-p-r-12
|
|
780
|
+
.u-p-r-12,
|
|
781
|
+
.up-p-r-12 {
|
|
582
782
|
padding-right: 12rpx !important;
|
|
583
783
|
}
|
|
584
|
-
.u-margin-right-12
|
|
784
|
+
.u-margin-right-12,
|
|
785
|
+
.up-margin-right-12 {
|
|
585
786
|
margin-right: 12rpx !important;
|
|
586
787
|
}
|
|
587
|
-
.u-padding-right-12
|
|
788
|
+
.u-padding-right-12,
|
|
789
|
+
.up-padding-right-12 {
|
|
588
790
|
padding-right: 12rpx !important;
|
|
589
791
|
}
|
|
590
|
-
.u-m-b-12
|
|
792
|
+
.u-m-b-12,
|
|
793
|
+
.up-m-b-12 {
|
|
591
794
|
margin-bottom: 12rpx !important;
|
|
592
795
|
}
|
|
593
|
-
.u-p-b-12
|
|
796
|
+
.u-p-b-12,
|
|
797
|
+
.up-p-b-12 {
|
|
594
798
|
padding-bottom: 12rpx !important;
|
|
595
799
|
}
|
|
596
|
-
.u-margin-bottom-12
|
|
800
|
+
.u-margin-bottom-12,
|
|
801
|
+
.up-margin-bottom-12 {
|
|
597
802
|
margin-bottom: 12rpx !important;
|
|
598
803
|
}
|
|
599
|
-
.u-padding-bottom-12
|
|
804
|
+
.u-padding-bottom-12,
|
|
805
|
+
.up-padding-bottom-12 {
|
|
600
806
|
padding-bottom: 12rpx !important;
|
|
601
807
|
}
|
|
602
|
-
.u-margin-14, .u-m-14
|
|
808
|
+
.u-margin-14, .u-m-14,
|
|
809
|
+
.up-margin-14, .up-m-14 {
|
|
603
810
|
margin: 14rpx !important;
|
|
604
811
|
}
|
|
605
|
-
.u-padding-14, .u-p-14
|
|
812
|
+
.u-padding-14, .u-p-14,
|
|
813
|
+
.up-padding-14, .up-p-14 {
|
|
606
814
|
padding: 14rpx !important;
|
|
607
815
|
}
|
|
608
|
-
.u-m-l-14
|
|
816
|
+
.u-m-l-14,
|
|
817
|
+
.up-m-l-14 {
|
|
609
818
|
margin-left: 14rpx !important;
|
|
610
819
|
}
|
|
611
|
-
.u-p-l-14
|
|
820
|
+
.u-p-l-14,
|
|
821
|
+
.up-p-l-14 {
|
|
612
822
|
padding-left: 14rpx !important;
|
|
613
823
|
}
|
|
614
|
-
.u-margin-left-14
|
|
824
|
+
.u-margin-left-14,
|
|
825
|
+
.up-margin-left-14 {
|
|
615
826
|
margin-left: 14rpx !important;
|
|
616
827
|
}
|
|
617
|
-
.u-padding-left-14
|
|
828
|
+
.u-padding-left-14,
|
|
829
|
+
.up-padding-left-14 {
|
|
618
830
|
padding-left: 14rpx !important;
|
|
619
831
|
}
|
|
620
|
-
.u-m-t-14
|
|
832
|
+
.u-m-t-14,
|
|
833
|
+
.up-m-t-14 {
|
|
621
834
|
margin-top: 14rpx !important;
|
|
622
835
|
}
|
|
623
|
-
.u-p-t-14
|
|
836
|
+
.u-p-t-14,
|
|
837
|
+
.up-p-t-14 {
|
|
624
838
|
padding-top: 14rpx !important;
|
|
625
839
|
}
|
|
626
|
-
.u-margin-top-14
|
|
840
|
+
.u-margin-top-14,
|
|
841
|
+
.up-margin-top-14 {
|
|
627
842
|
margin-top: 14rpx !important;
|
|
628
843
|
}
|
|
629
|
-
.u-padding-top-14
|
|
844
|
+
.u-padding-top-14,
|
|
845
|
+
.up-padding-top-14 {
|
|
630
846
|
padding-top: 14rpx !important;
|
|
631
847
|
}
|
|
632
|
-
.u-m-r-14
|
|
848
|
+
.u-m-r-14,
|
|
849
|
+
.up-m-r-14 {
|
|
633
850
|
margin-right: 14rpx !important;
|
|
634
851
|
}
|
|
635
|
-
.u-p-r-14
|
|
852
|
+
.u-p-r-14,
|
|
853
|
+
.up-p-r-14 {
|
|
636
854
|
padding-right: 14rpx !important;
|
|
637
855
|
}
|
|
638
|
-
.u-margin-right-14
|
|
856
|
+
.u-margin-right-14,
|
|
857
|
+
.up-margin-right-14 {
|
|
639
858
|
margin-right: 14rpx !important;
|
|
640
859
|
}
|
|
641
|
-
.u-padding-right-14
|
|
860
|
+
.u-padding-right-14,
|
|
861
|
+
.up-padding-right-14 {
|
|
642
862
|
padding-right: 14rpx !important;
|
|
643
863
|
}
|
|
644
|
-
.u-m-b-14
|
|
864
|
+
.u-m-b-14,
|
|
865
|
+
.up-m-b-14 {
|
|
645
866
|
margin-bottom: 14rpx !important;
|
|
646
867
|
}
|
|
647
|
-
.u-p-b-14
|
|
868
|
+
.u-p-b-14,
|
|
869
|
+
.up-p-b-14 {
|
|
648
870
|
padding-bottom: 14rpx !important;
|
|
649
871
|
}
|
|
650
|
-
.u-margin-bottom-14
|
|
872
|
+
.u-margin-bottom-14,
|
|
873
|
+
.up-margin-bottom-14 {
|
|
651
874
|
margin-bottom: 14rpx !important;
|
|
652
875
|
}
|
|
653
|
-
.u-padding-bottom-14
|
|
876
|
+
.u-padding-bottom-14,
|
|
877
|
+
.up-padding-bottom-14 {
|
|
654
878
|
padding-bottom: 14rpx !important;
|
|
655
879
|
}
|
|
656
|
-
.u-margin-15, .u-m-15
|
|
880
|
+
.u-margin-15, .u-m-15,
|
|
881
|
+
.up-margin-15, .up-m-15 {
|
|
657
882
|
margin: 15rpx !important;
|
|
658
883
|
}
|
|
659
|
-
.u-padding-15, .u-p-15
|
|
884
|
+
.u-padding-15, .u-p-15,
|
|
885
|
+
.up-padding-15, .up-p-15 {
|
|
660
886
|
padding: 15rpx !important;
|
|
661
887
|
}
|
|
662
|
-
.u-m-l-15
|
|
888
|
+
.u-m-l-15,
|
|
889
|
+
.up-m-l-15 {
|
|
663
890
|
margin-left: 15rpx !important;
|
|
664
891
|
}
|
|
665
|
-
.u-p-l-15
|
|
892
|
+
.u-p-l-15,
|
|
893
|
+
.up-p-l-15 {
|
|
666
894
|
padding-left: 15rpx !important;
|
|
667
895
|
}
|
|
668
|
-
.u-margin-left-15
|
|
896
|
+
.u-margin-left-15,
|
|
897
|
+
.up-margin-left-15 {
|
|
669
898
|
margin-left: 15rpx !important;
|
|
670
899
|
}
|
|
671
|
-
.u-padding-left-15
|
|
900
|
+
.u-padding-left-15,
|
|
901
|
+
.up-padding-left-15 {
|
|
672
902
|
padding-left: 15rpx !important;
|
|
673
903
|
}
|
|
674
|
-
.u-m-t-15
|
|
904
|
+
.u-m-t-15,
|
|
905
|
+
.up-m-t-15 {
|
|
675
906
|
margin-top: 15rpx !important;
|
|
676
907
|
}
|
|
677
|
-
.u-p-t-15
|
|
908
|
+
.u-p-t-15,
|
|
909
|
+
.up-p-t-15 {
|
|
678
910
|
padding-top: 15rpx !important;
|
|
679
911
|
}
|
|
680
|
-
.u-margin-top-15
|
|
912
|
+
.u-margin-top-15,
|
|
913
|
+
.up-margin-top-15 {
|
|
681
914
|
margin-top: 15rpx !important;
|
|
682
915
|
}
|
|
683
|
-
.u-padding-top-15
|
|
916
|
+
.u-padding-top-15,
|
|
917
|
+
.up-padding-top-15 {
|
|
684
918
|
padding-top: 15rpx !important;
|
|
685
919
|
}
|
|
686
|
-
.u-m-r-15
|
|
920
|
+
.u-m-r-15,
|
|
921
|
+
.up-m-r-15 {
|
|
687
922
|
margin-right: 15rpx !important;
|
|
688
923
|
}
|
|
689
|
-
.u-p-r-15
|
|
924
|
+
.u-p-r-15,
|
|
925
|
+
.up-p-r-15 {
|
|
690
926
|
padding-right: 15rpx !important;
|
|
691
927
|
}
|
|
692
|
-
.u-margin-right-15
|
|
928
|
+
.u-margin-right-15,
|
|
929
|
+
.up-margin-right-15 {
|
|
693
930
|
margin-right: 15rpx !important;
|
|
694
931
|
}
|
|
695
|
-
.u-padding-right-15
|
|
932
|
+
.u-padding-right-15,
|
|
933
|
+
.up-padding-right-15 {
|
|
696
934
|
padding-right: 15rpx !important;
|
|
697
935
|
}
|
|
698
|
-
.u-m-b-15
|
|
936
|
+
.u-m-b-15,
|
|
937
|
+
.up-m-b-15 {
|
|
699
938
|
margin-bottom: 15rpx !important;
|
|
700
939
|
}
|
|
701
|
-
.u-p-b-15
|
|
940
|
+
.u-p-b-15,
|
|
941
|
+
.up-p-b-15 {
|
|
702
942
|
padding-bottom: 15rpx !important;
|
|
703
943
|
}
|
|
704
|
-
.u-margin-bottom-15
|
|
944
|
+
.u-margin-bottom-15,
|
|
945
|
+
.up-margin-bottom-15 {
|
|
705
946
|
margin-bottom: 15rpx !important;
|
|
706
947
|
}
|
|
707
|
-
.u-padding-bottom-15
|
|
948
|
+
.u-padding-bottom-15,
|
|
949
|
+
.up-padding-bottom-15 {
|
|
708
950
|
padding-bottom: 15rpx !important;
|
|
709
951
|
}
|
|
710
|
-
.u-margin-16, .u-m-16
|
|
952
|
+
.u-margin-16, .u-m-16,
|
|
953
|
+
.up-margin-16, .up-m-16 {
|
|
711
954
|
margin: 16rpx !important;
|
|
712
955
|
}
|
|
713
|
-
.u-padding-16, .u-p-16
|
|
956
|
+
.u-padding-16, .u-p-16,
|
|
957
|
+
.up-padding-16, .up-p-16 {
|
|
714
958
|
padding: 16rpx !important;
|
|
715
959
|
}
|
|
716
|
-
.u-m-l-16
|
|
960
|
+
.u-m-l-16,
|
|
961
|
+
.up-m-l-16 {
|
|
717
962
|
margin-left: 16rpx !important;
|
|
718
963
|
}
|
|
719
|
-
.u-p-l-16
|
|
964
|
+
.u-p-l-16,
|
|
965
|
+
.up-p-l-16 {
|
|
720
966
|
padding-left: 16rpx !important;
|
|
721
967
|
}
|
|
722
|
-
.u-margin-left-16
|
|
968
|
+
.u-margin-left-16,
|
|
969
|
+
.up-margin-left-16 {
|
|
723
970
|
margin-left: 16rpx !important;
|
|
724
971
|
}
|
|
725
|
-
.u-padding-left-16
|
|
972
|
+
.u-padding-left-16,
|
|
973
|
+
.up-padding-left-16 {
|
|
726
974
|
padding-left: 16rpx !important;
|
|
727
975
|
}
|
|
728
|
-
.u-m-t-16
|
|
976
|
+
.u-m-t-16,
|
|
977
|
+
.up-m-t-16 {
|
|
729
978
|
margin-top: 16rpx !important;
|
|
730
979
|
}
|
|
731
|
-
.u-p-t-16
|
|
980
|
+
.u-p-t-16,
|
|
981
|
+
.up-p-t-16 {
|
|
732
982
|
padding-top: 16rpx !important;
|
|
733
983
|
}
|
|
734
|
-
.u-margin-top-16
|
|
984
|
+
.u-margin-top-16,
|
|
985
|
+
.up-margin-top-16 {
|
|
735
986
|
margin-top: 16rpx !important;
|
|
736
987
|
}
|
|
737
|
-
.u-padding-top-16
|
|
988
|
+
.u-padding-top-16,
|
|
989
|
+
.up-padding-top-16 {
|
|
738
990
|
padding-top: 16rpx !important;
|
|
739
991
|
}
|
|
740
|
-
.u-m-r-16
|
|
992
|
+
.u-m-r-16,
|
|
993
|
+
.up-m-r-16 {
|
|
741
994
|
margin-right: 16rpx !important;
|
|
742
995
|
}
|
|
743
|
-
.u-p-r-16
|
|
996
|
+
.u-p-r-16,
|
|
997
|
+
.up-p-r-16 {
|
|
744
998
|
padding-right: 16rpx !important;
|
|
745
999
|
}
|
|
746
|
-
.u-margin-right-16
|
|
1000
|
+
.u-margin-right-16,
|
|
1001
|
+
.up-margin-right-16 {
|
|
747
1002
|
margin-right: 16rpx !important;
|
|
748
1003
|
}
|
|
749
|
-
.u-padding-right-16
|
|
1004
|
+
.u-padding-right-16,
|
|
1005
|
+
.up-padding-right-16 {
|
|
750
1006
|
padding-right: 16rpx !important;
|
|
751
1007
|
}
|
|
752
|
-
.u-m-b-16
|
|
1008
|
+
.u-m-b-16,
|
|
1009
|
+
.up-m-b-16 {
|
|
753
1010
|
margin-bottom: 16rpx !important;
|
|
754
1011
|
}
|
|
755
|
-
.u-p-b-16
|
|
1012
|
+
.u-p-b-16,
|
|
1013
|
+
.up-p-b-16 {
|
|
756
1014
|
padding-bottom: 16rpx !important;
|
|
757
1015
|
}
|
|
758
|
-
.u-margin-bottom-16
|
|
1016
|
+
.u-margin-bottom-16,
|
|
1017
|
+
.up-margin-bottom-16 {
|
|
759
1018
|
margin-bottom: 16rpx !important;
|
|
760
1019
|
}
|
|
761
|
-
.u-padding-bottom-16
|
|
1020
|
+
.u-padding-bottom-16,
|
|
1021
|
+
.up-padding-bottom-16 {
|
|
762
1022
|
padding-bottom: 16rpx !important;
|
|
763
1023
|
}
|
|
764
|
-
.u-margin-18, .u-m-18
|
|
1024
|
+
.u-margin-18, .u-m-18,
|
|
1025
|
+
.up-margin-18, .up-m-18 {
|
|
765
1026
|
margin: 18rpx !important;
|
|
766
1027
|
}
|
|
767
|
-
.u-padding-18, .u-p-18
|
|
1028
|
+
.u-padding-18, .u-p-18,
|
|
1029
|
+
.up-padding-18, .up-p-18 {
|
|
768
1030
|
padding: 18rpx !important;
|
|
769
1031
|
}
|
|
770
|
-
.u-m-l-18
|
|
1032
|
+
.u-m-l-18,
|
|
1033
|
+
.up-m-l-18 {
|
|
771
1034
|
margin-left: 18rpx !important;
|
|
772
1035
|
}
|
|
773
|
-
.u-p-l-18
|
|
1036
|
+
.u-p-l-18,
|
|
1037
|
+
.up-p-l-18 {
|
|
774
1038
|
padding-left: 18rpx !important;
|
|
775
1039
|
}
|
|
776
|
-
.u-margin-left-18
|
|
1040
|
+
.u-margin-left-18,
|
|
1041
|
+
.up-margin-left-18 {
|
|
777
1042
|
margin-left: 18rpx !important;
|
|
778
1043
|
}
|
|
779
|
-
.u-padding-left-18
|
|
1044
|
+
.u-padding-left-18,
|
|
1045
|
+
.up-padding-left-18 {
|
|
780
1046
|
padding-left: 18rpx !important;
|
|
781
1047
|
}
|
|
782
|
-
.u-m-t-18
|
|
1048
|
+
.u-m-t-18,
|
|
1049
|
+
.up-m-t-18 {
|
|
783
1050
|
margin-top: 18rpx !important;
|
|
784
1051
|
}
|
|
785
|
-
.u-p-t-18
|
|
1052
|
+
.u-p-t-18,
|
|
1053
|
+
.up-p-t-18 {
|
|
786
1054
|
padding-top: 18rpx !important;
|
|
787
1055
|
}
|
|
788
|
-
.u-margin-top-18
|
|
1056
|
+
.u-margin-top-18,
|
|
1057
|
+
.up-margin-top-18 {
|
|
789
1058
|
margin-top: 18rpx !important;
|
|
790
1059
|
}
|
|
791
|
-
.u-padding-top-18
|
|
1060
|
+
.u-padding-top-18,
|
|
1061
|
+
.up-padding-top-18 {
|
|
792
1062
|
padding-top: 18rpx !important;
|
|
793
1063
|
}
|
|
794
|
-
.u-m-r-18
|
|
1064
|
+
.u-m-r-18,
|
|
1065
|
+
.up-m-r-18 {
|
|
795
1066
|
margin-right: 18rpx !important;
|
|
796
1067
|
}
|
|
797
|
-
.u-p-r-18
|
|
1068
|
+
.u-p-r-18,
|
|
1069
|
+
.up-p-r-18 {
|
|
798
1070
|
padding-right: 18rpx !important;
|
|
799
1071
|
}
|
|
800
|
-
.u-margin-right-18
|
|
1072
|
+
.u-margin-right-18,
|
|
1073
|
+
.up-margin-right-18 {
|
|
801
1074
|
margin-right: 18rpx !important;
|
|
802
1075
|
}
|
|
803
|
-
.u-padding-right-18
|
|
1076
|
+
.u-padding-right-18,
|
|
1077
|
+
.up-padding-right-18 {
|
|
804
1078
|
padding-right: 18rpx !important;
|
|
805
1079
|
}
|
|
806
|
-
.u-m-b-18
|
|
1080
|
+
.u-m-b-18,
|
|
1081
|
+
.up-m-b-18 {
|
|
807
1082
|
margin-bottom: 18rpx !important;
|
|
808
1083
|
}
|
|
809
|
-
.u-p-b-18
|
|
1084
|
+
.u-p-b-18,
|
|
1085
|
+
.up-p-b-18 {
|
|
810
1086
|
padding-bottom: 18rpx !important;
|
|
811
1087
|
}
|
|
812
|
-
.u-margin-bottom-18
|
|
1088
|
+
.u-margin-bottom-18,
|
|
1089
|
+
.up-margin-bottom-18 {
|
|
813
1090
|
margin-bottom: 18rpx !important;
|
|
814
1091
|
}
|
|
815
|
-
.u-padding-bottom-18
|
|
1092
|
+
.u-padding-bottom-18,
|
|
1093
|
+
.up-padding-bottom-18 {
|
|
816
1094
|
padding-bottom: 18rpx !important;
|
|
817
1095
|
}
|
|
818
|
-
.u-margin-20, .u-m-20
|
|
1096
|
+
.u-margin-20, .u-m-20,
|
|
1097
|
+
.up-margin-20, .up-m-20 {
|
|
819
1098
|
margin: 20rpx !important;
|
|
820
1099
|
}
|
|
821
|
-
.u-padding-20, .u-p-20
|
|
1100
|
+
.u-padding-20, .u-p-20,
|
|
1101
|
+
.up-padding-20, .up-p-20 {
|
|
822
1102
|
padding: 20rpx !important;
|
|
823
1103
|
}
|
|
824
|
-
.u-m-l-20
|
|
1104
|
+
.u-m-l-20,
|
|
1105
|
+
.up-m-l-20 {
|
|
825
1106
|
margin-left: 20rpx !important;
|
|
826
1107
|
}
|
|
827
|
-
.u-p-l-20
|
|
1108
|
+
.u-p-l-20,
|
|
1109
|
+
.up-p-l-20 {
|
|
828
1110
|
padding-left: 20rpx !important;
|
|
829
1111
|
}
|
|
830
|
-
.u-margin-left-20
|
|
1112
|
+
.u-margin-left-20,
|
|
1113
|
+
.up-margin-left-20 {
|
|
831
1114
|
margin-left: 20rpx !important;
|
|
832
1115
|
}
|
|
833
|
-
.u-padding-left-20
|
|
1116
|
+
.u-padding-left-20,
|
|
1117
|
+
.up-padding-left-20 {
|
|
834
1118
|
padding-left: 20rpx !important;
|
|
835
1119
|
}
|
|
836
|
-
.u-m-t-20
|
|
1120
|
+
.u-m-t-20,
|
|
1121
|
+
.up-m-t-20 {
|
|
837
1122
|
margin-top: 20rpx !important;
|
|
838
1123
|
}
|
|
839
|
-
.u-p-t-20
|
|
1124
|
+
.u-p-t-20,
|
|
1125
|
+
.up-p-t-20 {
|
|
840
1126
|
padding-top: 20rpx !important;
|
|
841
1127
|
}
|
|
842
|
-
.u-margin-top-20
|
|
1128
|
+
.u-margin-top-20,
|
|
1129
|
+
.up-margin-top-20 {
|
|
843
1130
|
margin-top: 20rpx !important;
|
|
844
1131
|
}
|
|
845
|
-
.u-padding-top-20
|
|
1132
|
+
.u-padding-top-20,
|
|
1133
|
+
.up-padding-top-20 {
|
|
846
1134
|
padding-top: 20rpx !important;
|
|
847
1135
|
}
|
|
848
|
-
.u-m-r-20
|
|
1136
|
+
.u-m-r-20,
|
|
1137
|
+
.up-m-r-20 {
|
|
849
1138
|
margin-right: 20rpx !important;
|
|
850
1139
|
}
|
|
851
|
-
.u-p-r-20
|
|
1140
|
+
.u-p-r-20,
|
|
1141
|
+
.up-p-r-20 {
|
|
852
1142
|
padding-right: 20rpx !important;
|
|
853
1143
|
}
|
|
854
|
-
.u-margin-right-20
|
|
1144
|
+
.u-margin-right-20,
|
|
1145
|
+
.up-margin-right-20 {
|
|
855
1146
|
margin-right: 20rpx !important;
|
|
856
1147
|
}
|
|
857
|
-
.u-padding-right-20
|
|
1148
|
+
.u-padding-right-20,
|
|
1149
|
+
.up-padding-right-20 {
|
|
858
1150
|
padding-right: 20rpx !important;
|
|
859
1151
|
}
|
|
860
|
-
.u-m-b-20
|
|
1152
|
+
.u-m-b-20,
|
|
1153
|
+
.up-m-b-20 {
|
|
861
1154
|
margin-bottom: 20rpx !important;
|
|
862
1155
|
}
|
|
863
|
-
.u-p-b-20
|
|
1156
|
+
.u-p-b-20,
|
|
1157
|
+
.up-p-b-20 {
|
|
864
1158
|
padding-bottom: 20rpx !important;
|
|
865
1159
|
}
|
|
866
|
-
.u-margin-bottom-20
|
|
1160
|
+
.u-margin-bottom-20,
|
|
1161
|
+
.up-margin-bottom-20 {
|
|
867
1162
|
margin-bottom: 20rpx !important;
|
|
868
1163
|
}
|
|
869
|
-
.u-padding-bottom-20
|
|
1164
|
+
.u-padding-bottom-20,
|
|
1165
|
+
.up-padding-bottom-20 {
|
|
870
1166
|
padding-bottom: 20rpx !important;
|
|
871
1167
|
}
|
|
872
|
-
.u-margin-22, .u-m-22
|
|
1168
|
+
.u-margin-22, .u-m-22,
|
|
1169
|
+
.up-margin-22, .up-m-22 {
|
|
873
1170
|
margin: 22rpx !important;
|
|
874
1171
|
}
|
|
875
|
-
.u-padding-22, .u-p-22
|
|
1172
|
+
.u-padding-22, .u-p-22,
|
|
1173
|
+
.up-padding-22, .up-p-22 {
|
|
876
1174
|
padding: 22rpx !important;
|
|
877
1175
|
}
|
|
878
|
-
.u-m-l-22
|
|
1176
|
+
.u-m-l-22,
|
|
1177
|
+
.up-m-l-22 {
|
|
879
1178
|
margin-left: 22rpx !important;
|
|
880
1179
|
}
|
|
881
|
-
.u-p-l-22
|
|
1180
|
+
.u-p-l-22,
|
|
1181
|
+
.up-p-l-22 {
|
|
882
1182
|
padding-left: 22rpx !important;
|
|
883
1183
|
}
|
|
884
|
-
.u-margin-left-22
|
|
1184
|
+
.u-margin-left-22,
|
|
1185
|
+
.up-margin-left-22 {
|
|
885
1186
|
margin-left: 22rpx !important;
|
|
886
1187
|
}
|
|
887
|
-
.u-padding-left-22
|
|
1188
|
+
.u-padding-left-22,
|
|
1189
|
+
.up-padding-left-22 {
|
|
888
1190
|
padding-left: 22rpx !important;
|
|
889
1191
|
}
|
|
890
|
-
.u-m-t-22
|
|
1192
|
+
.u-m-t-22,
|
|
1193
|
+
.up-m-t-22 {
|
|
891
1194
|
margin-top: 22rpx !important;
|
|
892
1195
|
}
|
|
893
|
-
.u-p-t-22
|
|
1196
|
+
.u-p-t-22,
|
|
1197
|
+
.up-p-t-22 {
|
|
894
1198
|
padding-top: 22rpx !important;
|
|
895
1199
|
}
|
|
896
|
-
.u-margin-top-22
|
|
1200
|
+
.u-margin-top-22,
|
|
1201
|
+
.up-margin-top-22 {
|
|
897
1202
|
margin-top: 22rpx !important;
|
|
898
1203
|
}
|
|
899
|
-
.u-padding-top-22
|
|
1204
|
+
.u-padding-top-22,
|
|
1205
|
+
.up-padding-top-22 {
|
|
900
1206
|
padding-top: 22rpx !important;
|
|
901
1207
|
}
|
|
902
|
-
.u-m-r-22
|
|
1208
|
+
.u-m-r-22,
|
|
1209
|
+
.up-m-r-22 {
|
|
903
1210
|
margin-right: 22rpx !important;
|
|
904
1211
|
}
|
|
905
|
-
.u-p-r-22
|
|
1212
|
+
.u-p-r-22,
|
|
1213
|
+
.up-p-r-22 {
|
|
906
1214
|
padding-right: 22rpx !important;
|
|
907
1215
|
}
|
|
908
|
-
.u-margin-right-22
|
|
1216
|
+
.u-margin-right-22,
|
|
1217
|
+
.up-margin-right-22 {
|
|
909
1218
|
margin-right: 22rpx !important;
|
|
910
1219
|
}
|
|
911
|
-
.u-padding-right-22
|
|
1220
|
+
.u-padding-right-22,
|
|
1221
|
+
.up-padding-right-22 {
|
|
912
1222
|
padding-right: 22rpx !important;
|
|
913
1223
|
}
|
|
914
|
-
.u-m-b-22
|
|
1224
|
+
.u-m-b-22,
|
|
1225
|
+
.up-m-b-22 {
|
|
915
1226
|
margin-bottom: 22rpx !important;
|
|
916
1227
|
}
|
|
917
|
-
.u-p-b-22
|
|
1228
|
+
.u-p-b-22,
|
|
1229
|
+
.up-p-b-22 {
|
|
918
1230
|
padding-bottom: 22rpx !important;
|
|
919
1231
|
}
|
|
920
|
-
.u-margin-bottom-22
|
|
1232
|
+
.u-margin-bottom-22,
|
|
1233
|
+
.up-margin-bottom-22 {
|
|
921
1234
|
margin-bottom: 22rpx !important;
|
|
922
1235
|
}
|
|
923
|
-
.u-padding-bottom-22
|
|
1236
|
+
.u-padding-bottom-22,
|
|
1237
|
+
.up-padding-bottom-22 {
|
|
924
1238
|
padding-bottom: 22rpx !important;
|
|
925
1239
|
}
|
|
926
|
-
.u-margin-24, .u-m-24
|
|
1240
|
+
.u-margin-24, .u-m-24,
|
|
1241
|
+
.up-margin-24, .up-m-24 {
|
|
927
1242
|
margin: 24rpx !important;
|
|
928
1243
|
}
|
|
929
|
-
.u-padding-24, .u-p-24
|
|
1244
|
+
.u-padding-24, .u-p-24,
|
|
1245
|
+
.up-padding-24, .up-p-24 {
|
|
930
1246
|
padding: 24rpx !important;
|
|
931
1247
|
}
|
|
932
|
-
.u-m-l-24
|
|
1248
|
+
.u-m-l-24,
|
|
1249
|
+
.up-m-l-24 {
|
|
933
1250
|
margin-left: 24rpx !important;
|
|
934
1251
|
}
|
|
935
|
-
.u-p-l-24
|
|
1252
|
+
.u-p-l-24,
|
|
1253
|
+
.up-p-l-24 {
|
|
936
1254
|
padding-left: 24rpx !important;
|
|
937
1255
|
}
|
|
938
|
-
.u-margin-left-24
|
|
1256
|
+
.u-margin-left-24,
|
|
1257
|
+
.up-margin-left-24 {
|
|
939
1258
|
margin-left: 24rpx !important;
|
|
940
1259
|
}
|
|
941
|
-
.u-padding-left-24
|
|
1260
|
+
.u-padding-left-24,
|
|
1261
|
+
.up-padding-left-24 {
|
|
942
1262
|
padding-left: 24rpx !important;
|
|
943
1263
|
}
|
|
944
|
-
.u-m-t-24
|
|
1264
|
+
.u-m-t-24,
|
|
1265
|
+
.up-m-t-24 {
|
|
945
1266
|
margin-top: 24rpx !important;
|
|
946
1267
|
}
|
|
947
|
-
.u-p-t-24
|
|
1268
|
+
.u-p-t-24,
|
|
1269
|
+
.up-p-t-24 {
|
|
948
1270
|
padding-top: 24rpx !important;
|
|
949
1271
|
}
|
|
950
|
-
.u-margin-top-24
|
|
1272
|
+
.u-margin-top-24,
|
|
1273
|
+
.up-margin-top-24 {
|
|
951
1274
|
margin-top: 24rpx !important;
|
|
952
1275
|
}
|
|
953
|
-
.u-padding-top-24
|
|
1276
|
+
.u-padding-top-24,
|
|
1277
|
+
.up-padding-top-24 {
|
|
954
1278
|
padding-top: 24rpx !important;
|
|
955
1279
|
}
|
|
956
|
-
.u-m-r-24
|
|
1280
|
+
.u-m-r-24,
|
|
1281
|
+
.up-m-r-24 {
|
|
957
1282
|
margin-right: 24rpx !important;
|
|
958
1283
|
}
|
|
959
|
-
.u-p-r-24
|
|
1284
|
+
.u-p-r-24,
|
|
1285
|
+
.up-p-r-24 {
|
|
960
1286
|
padding-right: 24rpx !important;
|
|
961
1287
|
}
|
|
962
|
-
.u-margin-right-24
|
|
1288
|
+
.u-margin-right-24,
|
|
1289
|
+
.up-margin-right-24 {
|
|
963
1290
|
margin-right: 24rpx !important;
|
|
964
1291
|
}
|
|
965
|
-
.u-padding-right-24
|
|
1292
|
+
.u-padding-right-24,
|
|
1293
|
+
.up-padding-right-24 {
|
|
966
1294
|
padding-right: 24rpx !important;
|
|
967
1295
|
}
|
|
968
|
-
.u-m-b-24
|
|
1296
|
+
.u-m-b-24,
|
|
1297
|
+
.up-m-b-24 {
|
|
969
1298
|
margin-bottom: 24rpx !important;
|
|
970
1299
|
}
|
|
971
|
-
.u-p-b-24
|
|
1300
|
+
.u-p-b-24,
|
|
1301
|
+
.up-p-b-24 {
|
|
972
1302
|
padding-bottom: 24rpx !important;
|
|
973
1303
|
}
|
|
974
|
-
.u-margin-bottom-24
|
|
1304
|
+
.u-margin-bottom-24,
|
|
1305
|
+
.up-margin-bottom-24 {
|
|
975
1306
|
margin-bottom: 24rpx !important;
|
|
976
1307
|
}
|
|
977
|
-
.u-padding-bottom-24
|
|
1308
|
+
.u-padding-bottom-24,
|
|
1309
|
+
.up-padding-bottom-24 {
|
|
978
1310
|
padding-bottom: 24rpx !important;
|
|
979
1311
|
}
|
|
980
|
-
.u-margin-25, .u-m-25
|
|
1312
|
+
.u-margin-25, .u-m-25,
|
|
1313
|
+
.up-margin-25, .up-m-25 {
|
|
981
1314
|
margin: 25rpx !important;
|
|
982
1315
|
}
|
|
983
|
-
.u-padding-25, .u-p-25
|
|
1316
|
+
.u-padding-25, .u-p-25,
|
|
1317
|
+
.up-padding-25, .up-p-25 {
|
|
984
1318
|
padding: 25rpx !important;
|
|
985
1319
|
}
|
|
986
|
-
.u-m-l-25
|
|
1320
|
+
.u-m-l-25,
|
|
1321
|
+
.up-m-l-25 {
|
|
987
1322
|
margin-left: 25rpx !important;
|
|
988
1323
|
}
|
|
989
|
-
.u-p-l-25
|
|
1324
|
+
.u-p-l-25,
|
|
1325
|
+
.up-p-l-25 {
|
|
990
1326
|
padding-left: 25rpx !important;
|
|
991
1327
|
}
|
|
992
|
-
.u-margin-left-25
|
|
1328
|
+
.u-margin-left-25,
|
|
1329
|
+
.up-margin-left-25 {
|
|
993
1330
|
margin-left: 25rpx !important;
|
|
994
1331
|
}
|
|
995
|
-
.u-padding-left-25
|
|
1332
|
+
.u-padding-left-25,
|
|
1333
|
+
.up-padding-left-25 {
|
|
996
1334
|
padding-left: 25rpx !important;
|
|
997
1335
|
}
|
|
998
|
-
.u-m-t-25
|
|
1336
|
+
.u-m-t-25,
|
|
1337
|
+
.up-m-t-25 {
|
|
999
1338
|
margin-top: 25rpx !important;
|
|
1000
1339
|
}
|
|
1001
|
-
.u-p-t-25
|
|
1340
|
+
.u-p-t-25,
|
|
1341
|
+
.up-p-t-25 {
|
|
1002
1342
|
padding-top: 25rpx !important;
|
|
1003
1343
|
}
|
|
1004
|
-
.u-margin-top-25
|
|
1344
|
+
.u-margin-top-25,
|
|
1345
|
+
.up-margin-top-25 {
|
|
1005
1346
|
margin-top: 25rpx !important;
|
|
1006
1347
|
}
|
|
1007
|
-
.u-padding-top-25
|
|
1348
|
+
.u-padding-top-25,
|
|
1349
|
+
.up-padding-top-25 {
|
|
1008
1350
|
padding-top: 25rpx !important;
|
|
1009
1351
|
}
|
|
1010
|
-
.u-m-r-25
|
|
1352
|
+
.u-m-r-25,
|
|
1353
|
+
.up-m-r-25 {
|
|
1011
1354
|
margin-right: 25rpx !important;
|
|
1012
1355
|
}
|
|
1013
|
-
.u-p-r-25
|
|
1356
|
+
.u-p-r-25,
|
|
1357
|
+
.up-p-r-25 {
|
|
1014
1358
|
padding-right: 25rpx !important;
|
|
1015
1359
|
}
|
|
1016
|
-
.u-margin-right-25
|
|
1360
|
+
.u-margin-right-25,
|
|
1361
|
+
.up-margin-right-25 {
|
|
1017
1362
|
margin-right: 25rpx !important;
|
|
1018
1363
|
}
|
|
1019
|
-
.u-padding-right-25
|
|
1364
|
+
.u-padding-right-25,
|
|
1365
|
+
.up-padding-right-25 {
|
|
1020
1366
|
padding-right: 25rpx !important;
|
|
1021
1367
|
}
|
|
1022
|
-
.u-m-b-25
|
|
1368
|
+
.u-m-b-25,
|
|
1369
|
+
.up-m-b-25 {
|
|
1023
1370
|
margin-bottom: 25rpx !important;
|
|
1024
1371
|
}
|
|
1025
|
-
.u-p-b-25
|
|
1372
|
+
.u-p-b-25,
|
|
1373
|
+
.up-p-b-25 {
|
|
1026
1374
|
padding-bottom: 25rpx !important;
|
|
1027
1375
|
}
|
|
1028
|
-
.u-margin-bottom-25
|
|
1376
|
+
.u-margin-bottom-25,
|
|
1377
|
+
.up-margin-bottom-25 {
|
|
1029
1378
|
margin-bottom: 25rpx !important;
|
|
1030
1379
|
}
|
|
1031
|
-
.u-padding-bottom-25
|
|
1380
|
+
.u-padding-bottom-25,
|
|
1381
|
+
.up-padding-bottom-25 {
|
|
1032
1382
|
padding-bottom: 25rpx !important;
|
|
1033
1383
|
}
|
|
1034
|
-
.u-margin-26, .u-m-26
|
|
1384
|
+
.u-margin-26, .u-m-26,
|
|
1385
|
+
.up-margin-26, .up-m-26 {
|
|
1035
1386
|
margin: 26rpx !important;
|
|
1036
1387
|
}
|
|
1037
|
-
.u-padding-26, .u-p-26
|
|
1388
|
+
.u-padding-26, .u-p-26,
|
|
1389
|
+
.up-padding-26, .up-p-26 {
|
|
1038
1390
|
padding: 26rpx !important;
|
|
1039
1391
|
}
|
|
1040
|
-
.u-m-l-26
|
|
1392
|
+
.u-m-l-26,
|
|
1393
|
+
.up-m-l-26 {
|
|
1041
1394
|
margin-left: 26rpx !important;
|
|
1042
1395
|
}
|
|
1043
|
-
.u-p-l-26
|
|
1396
|
+
.u-p-l-26,
|
|
1397
|
+
.up-p-l-26 {
|
|
1044
1398
|
padding-left: 26rpx !important;
|
|
1045
1399
|
}
|
|
1046
|
-
.u-margin-left-26
|
|
1400
|
+
.u-margin-left-26,
|
|
1401
|
+
.up-margin-left-26 {
|
|
1047
1402
|
margin-left: 26rpx !important;
|
|
1048
1403
|
}
|
|
1049
|
-
.u-padding-left-26
|
|
1404
|
+
.u-padding-left-26,
|
|
1405
|
+
.up-padding-left-26 {
|
|
1050
1406
|
padding-left: 26rpx !important;
|
|
1051
1407
|
}
|
|
1052
|
-
.u-m-t-26
|
|
1408
|
+
.u-m-t-26,
|
|
1409
|
+
.up-m-t-26 {
|
|
1053
1410
|
margin-top: 26rpx !important;
|
|
1054
1411
|
}
|
|
1055
|
-
.u-p-t-26
|
|
1412
|
+
.u-p-t-26,
|
|
1413
|
+
.up-p-t-26 {
|
|
1056
1414
|
padding-top: 26rpx !important;
|
|
1057
1415
|
}
|
|
1058
|
-
.u-margin-top-26
|
|
1416
|
+
.u-margin-top-26,
|
|
1417
|
+
.up-margin-top-26 {
|
|
1059
1418
|
margin-top: 26rpx !important;
|
|
1060
1419
|
}
|
|
1061
|
-
.u-padding-top-26
|
|
1420
|
+
.u-padding-top-26,
|
|
1421
|
+
.up-padding-top-26 {
|
|
1062
1422
|
padding-top: 26rpx !important;
|
|
1063
1423
|
}
|
|
1064
|
-
.u-m-r-26
|
|
1424
|
+
.u-m-r-26,
|
|
1425
|
+
.up-m-r-26 {
|
|
1065
1426
|
margin-right: 26rpx !important;
|
|
1066
1427
|
}
|
|
1067
|
-
.u-p-r-26
|
|
1428
|
+
.u-p-r-26,
|
|
1429
|
+
.up-p-r-26 {
|
|
1068
1430
|
padding-right: 26rpx !important;
|
|
1069
1431
|
}
|
|
1070
|
-
.u-margin-right-26
|
|
1432
|
+
.u-margin-right-26,
|
|
1433
|
+
.up-margin-right-26 {
|
|
1071
1434
|
margin-right: 26rpx !important;
|
|
1072
1435
|
}
|
|
1073
|
-
.u-padding-right-26
|
|
1436
|
+
.u-padding-right-26,
|
|
1437
|
+
.up-padding-right-26 {
|
|
1074
1438
|
padding-right: 26rpx !important;
|
|
1075
1439
|
}
|
|
1076
|
-
.u-m-b-26
|
|
1440
|
+
.u-m-b-26,
|
|
1441
|
+
.up-m-b-26 {
|
|
1077
1442
|
margin-bottom: 26rpx !important;
|
|
1078
1443
|
}
|
|
1079
|
-
.u-p-b-26
|
|
1444
|
+
.u-p-b-26,
|
|
1445
|
+
.up-p-b-26 {
|
|
1080
1446
|
padding-bottom: 26rpx !important;
|
|
1081
1447
|
}
|
|
1082
|
-
.u-margin-bottom-26
|
|
1448
|
+
.u-margin-bottom-26,
|
|
1449
|
+
.up-margin-bottom-26 {
|
|
1083
1450
|
margin-bottom: 26rpx !important;
|
|
1084
1451
|
}
|
|
1085
|
-
.u-padding-bottom-26
|
|
1452
|
+
.u-padding-bottom-26,
|
|
1453
|
+
.up-padding-bottom-26 {
|
|
1086
1454
|
padding-bottom: 26rpx !important;
|
|
1087
1455
|
}
|
|
1088
|
-
.u-margin-28, .u-m-28
|
|
1456
|
+
.u-margin-28, .u-m-28,
|
|
1457
|
+
.up-margin-28, .up-m-28 {
|
|
1089
1458
|
margin: 28rpx !important;
|
|
1090
1459
|
}
|
|
1091
|
-
.u-padding-28, .u-p-28
|
|
1460
|
+
.u-padding-28, .u-p-28,
|
|
1461
|
+
.up-padding-28, .up-p-28 {
|
|
1092
1462
|
padding: 28rpx !important;
|
|
1093
1463
|
}
|
|
1094
|
-
.u-m-l-28
|
|
1464
|
+
.u-m-l-28,
|
|
1465
|
+
.up-m-l-28 {
|
|
1095
1466
|
margin-left: 28rpx !important;
|
|
1096
1467
|
}
|
|
1097
|
-
.u-p-l-28
|
|
1468
|
+
.u-p-l-28,
|
|
1469
|
+
.up-p-l-28 {
|
|
1098
1470
|
padding-left: 28rpx !important;
|
|
1099
1471
|
}
|
|
1100
|
-
.u-margin-left-28
|
|
1472
|
+
.u-margin-left-28,
|
|
1473
|
+
.up-margin-left-28 {
|
|
1101
1474
|
margin-left: 28rpx !important;
|
|
1102
1475
|
}
|
|
1103
|
-
.u-padding-left-28
|
|
1476
|
+
.u-padding-left-28,
|
|
1477
|
+
.up-padding-left-28 {
|
|
1104
1478
|
padding-left: 28rpx !important;
|
|
1105
1479
|
}
|
|
1106
|
-
.u-m-t-28
|
|
1480
|
+
.u-m-t-28,
|
|
1481
|
+
.up-m-t-28 {
|
|
1107
1482
|
margin-top: 28rpx !important;
|
|
1108
1483
|
}
|
|
1109
|
-
.u-p-t-28
|
|
1484
|
+
.u-p-t-28,
|
|
1485
|
+
.up-p-t-28 {
|
|
1110
1486
|
padding-top: 28rpx !important;
|
|
1111
1487
|
}
|
|
1112
|
-
.u-margin-top-28
|
|
1488
|
+
.u-margin-top-28,
|
|
1489
|
+
.up-margin-top-28 {
|
|
1113
1490
|
margin-top: 28rpx !important;
|
|
1114
1491
|
}
|
|
1115
|
-
.u-padding-top-28
|
|
1492
|
+
.u-padding-top-28,
|
|
1493
|
+
.up-padding-top-28 {
|
|
1116
1494
|
padding-top: 28rpx !important;
|
|
1117
1495
|
}
|
|
1118
|
-
.u-m-r-28
|
|
1496
|
+
.u-m-r-28,
|
|
1497
|
+
.up-m-r-28 {
|
|
1119
1498
|
margin-right: 28rpx !important;
|
|
1120
1499
|
}
|
|
1121
|
-
.u-p-r-28
|
|
1500
|
+
.u-p-r-28,
|
|
1501
|
+
.up-p-r-28 {
|
|
1122
1502
|
padding-right: 28rpx !important;
|
|
1123
1503
|
}
|
|
1124
|
-
.u-margin-right-28
|
|
1504
|
+
.u-margin-right-28,
|
|
1505
|
+
.up-margin-right-28 {
|
|
1125
1506
|
margin-right: 28rpx !important;
|
|
1126
1507
|
}
|
|
1127
|
-
.u-padding-right-28
|
|
1508
|
+
.u-padding-right-28,
|
|
1509
|
+
.up-padding-right-28 {
|
|
1128
1510
|
padding-right: 28rpx !important;
|
|
1129
1511
|
}
|
|
1130
|
-
.u-m-b-28
|
|
1512
|
+
.u-m-b-28,
|
|
1513
|
+
.up-m-b-28 {
|
|
1131
1514
|
margin-bottom: 28rpx !important;
|
|
1132
1515
|
}
|
|
1133
|
-
.u-p-b-28
|
|
1516
|
+
.u-p-b-28,
|
|
1517
|
+
.up-p-b-28 {
|
|
1134
1518
|
padding-bottom: 28rpx !important;
|
|
1135
1519
|
}
|
|
1136
|
-
.u-margin-bottom-28
|
|
1520
|
+
.u-margin-bottom-28,
|
|
1521
|
+
.up-margin-bottom-28 {
|
|
1137
1522
|
margin-bottom: 28rpx !important;
|
|
1138
1523
|
}
|
|
1139
|
-
.u-padding-bottom-28
|
|
1524
|
+
.u-padding-bottom-28,
|
|
1525
|
+
.up-padding-bottom-28 {
|
|
1140
1526
|
padding-bottom: 28rpx !important;
|
|
1141
1527
|
}
|
|
1142
|
-
.u-margin-30, .u-m-30
|
|
1528
|
+
.u-margin-30, .u-m-30,
|
|
1529
|
+
.up-margin-30, .up-m-30 {
|
|
1143
1530
|
margin: 30rpx !important;
|
|
1144
1531
|
}
|
|
1145
|
-
.u-padding-30, .u-p-30
|
|
1532
|
+
.u-padding-30, .u-p-30,
|
|
1533
|
+
.up-padding-30, .up-p-30 {
|
|
1146
1534
|
padding: 30rpx !important;
|
|
1147
1535
|
}
|
|
1148
|
-
.u-m-l-30
|
|
1536
|
+
.u-m-l-30,
|
|
1537
|
+
.up-m-l-30 {
|
|
1149
1538
|
margin-left: 30rpx !important;
|
|
1150
1539
|
}
|
|
1151
|
-
.u-p-l-30
|
|
1540
|
+
.u-p-l-30,
|
|
1541
|
+
.up-p-l-30 {
|
|
1152
1542
|
padding-left: 30rpx !important;
|
|
1153
1543
|
}
|
|
1154
|
-
.u-margin-left-30
|
|
1544
|
+
.u-margin-left-30,
|
|
1545
|
+
.up-margin-left-30 {
|
|
1155
1546
|
margin-left: 30rpx !important;
|
|
1156
1547
|
}
|
|
1157
|
-
.u-padding-left-30
|
|
1548
|
+
.u-padding-left-30,
|
|
1549
|
+
.up-padding-left-30 {
|
|
1158
1550
|
padding-left: 30rpx !important;
|
|
1159
1551
|
}
|
|
1160
|
-
.u-m-t-30
|
|
1552
|
+
.u-m-t-30,
|
|
1553
|
+
.up-m-t-30 {
|
|
1161
1554
|
margin-top: 30rpx !important;
|
|
1162
1555
|
}
|
|
1163
|
-
.u-p-t-30
|
|
1556
|
+
.u-p-t-30,
|
|
1557
|
+
.up-p-t-30 {
|
|
1164
1558
|
padding-top: 30rpx !important;
|
|
1165
1559
|
}
|
|
1166
|
-
.u-margin-top-30
|
|
1560
|
+
.u-margin-top-30,
|
|
1561
|
+
.up-margin-top-30 {
|
|
1167
1562
|
margin-top: 30rpx !important;
|
|
1168
1563
|
}
|
|
1169
|
-
.u-padding-top-30
|
|
1564
|
+
.u-padding-top-30,
|
|
1565
|
+
.up-padding-top-30 {
|
|
1170
1566
|
padding-top: 30rpx !important;
|
|
1171
1567
|
}
|
|
1172
|
-
.u-m-r-30
|
|
1568
|
+
.u-m-r-30,
|
|
1569
|
+
.up-m-r-30 {
|
|
1173
1570
|
margin-right: 30rpx !important;
|
|
1174
1571
|
}
|
|
1175
|
-
.u-p-r-30
|
|
1572
|
+
.u-p-r-30,
|
|
1573
|
+
.up-p-r-30 {
|
|
1176
1574
|
padding-right: 30rpx !important;
|
|
1177
1575
|
}
|
|
1178
|
-
.u-margin-right-30
|
|
1576
|
+
.u-margin-right-30,
|
|
1577
|
+
.up-margin-right-30 {
|
|
1179
1578
|
margin-right: 30rpx !important;
|
|
1180
1579
|
}
|
|
1181
|
-
.u-padding-right-30
|
|
1580
|
+
.u-padding-right-30,
|
|
1581
|
+
.up-padding-right-30 {
|
|
1182
1582
|
padding-right: 30rpx !important;
|
|
1183
1583
|
}
|
|
1184
|
-
.u-m-b-30
|
|
1584
|
+
.u-m-b-30,
|
|
1585
|
+
.up-m-b-30 {
|
|
1185
1586
|
margin-bottom: 30rpx !important;
|
|
1186
1587
|
}
|
|
1187
|
-
.u-p-b-30
|
|
1588
|
+
.u-p-b-30,
|
|
1589
|
+
.up-p-b-30 {
|
|
1188
1590
|
padding-bottom: 30rpx !important;
|
|
1189
1591
|
}
|
|
1190
|
-
.u-margin-bottom-30
|
|
1592
|
+
.u-margin-bottom-30,
|
|
1593
|
+
.up-margin-bottom-30 {
|
|
1191
1594
|
margin-bottom: 30rpx !important;
|
|
1192
1595
|
}
|
|
1193
|
-
.u-padding-bottom-30
|
|
1596
|
+
.u-padding-bottom-30,
|
|
1597
|
+
.up-padding-bottom-30 {
|
|
1194
1598
|
padding-bottom: 30rpx !important;
|
|
1195
1599
|
}
|
|
1196
|
-
.u-margin-32, .u-m-32
|
|
1600
|
+
.u-margin-32, .u-m-32,
|
|
1601
|
+
.up-margin-32, .up-m-32 {
|
|
1197
1602
|
margin: 32rpx !important;
|
|
1198
1603
|
}
|
|
1199
|
-
.u-padding-32, .u-p-32
|
|
1604
|
+
.u-padding-32, .u-p-32,
|
|
1605
|
+
.up-padding-32, .up-p-32 {
|
|
1200
1606
|
padding: 32rpx !important;
|
|
1201
1607
|
}
|
|
1202
|
-
.u-m-l-32
|
|
1608
|
+
.u-m-l-32,
|
|
1609
|
+
.up-m-l-32 {
|
|
1203
1610
|
margin-left: 32rpx !important;
|
|
1204
1611
|
}
|
|
1205
|
-
.u-p-l-32
|
|
1612
|
+
.u-p-l-32,
|
|
1613
|
+
.up-p-l-32 {
|
|
1206
1614
|
padding-left: 32rpx !important;
|
|
1207
1615
|
}
|
|
1208
|
-
.u-margin-left-32
|
|
1616
|
+
.u-margin-left-32,
|
|
1617
|
+
.up-margin-left-32 {
|
|
1209
1618
|
margin-left: 32rpx !important;
|
|
1210
1619
|
}
|
|
1211
|
-
.u-padding-left-32
|
|
1620
|
+
.u-padding-left-32,
|
|
1621
|
+
.up-padding-left-32 {
|
|
1212
1622
|
padding-left: 32rpx !important;
|
|
1213
1623
|
}
|
|
1214
|
-
.u-m-t-32
|
|
1624
|
+
.u-m-t-32,
|
|
1625
|
+
.up-m-t-32 {
|
|
1215
1626
|
margin-top: 32rpx !important;
|
|
1216
1627
|
}
|
|
1217
|
-
.u-p-t-32
|
|
1628
|
+
.u-p-t-32,
|
|
1629
|
+
.up-p-t-32 {
|
|
1218
1630
|
padding-top: 32rpx !important;
|
|
1219
1631
|
}
|
|
1220
|
-
.u-margin-top-32
|
|
1632
|
+
.u-margin-top-32,
|
|
1633
|
+
.up-margin-top-32 {
|
|
1221
1634
|
margin-top: 32rpx !important;
|
|
1222
1635
|
}
|
|
1223
|
-
.u-padding-top-32
|
|
1636
|
+
.u-padding-top-32,
|
|
1637
|
+
.up-padding-top-32 {
|
|
1224
1638
|
padding-top: 32rpx !important;
|
|
1225
1639
|
}
|
|
1226
|
-
.u-m-r-32
|
|
1640
|
+
.u-m-r-32,
|
|
1641
|
+
.up-m-r-32 {
|
|
1227
1642
|
margin-right: 32rpx !important;
|
|
1228
1643
|
}
|
|
1229
|
-
.u-p-r-32
|
|
1644
|
+
.u-p-r-32,
|
|
1645
|
+
.up-p-r-32 {
|
|
1230
1646
|
padding-right: 32rpx !important;
|
|
1231
1647
|
}
|
|
1232
|
-
.u-margin-right-32
|
|
1648
|
+
.u-margin-right-32,
|
|
1649
|
+
.up-margin-right-32 {
|
|
1233
1650
|
margin-right: 32rpx !important;
|
|
1234
1651
|
}
|
|
1235
|
-
.u-padding-right-32
|
|
1652
|
+
.u-padding-right-32,
|
|
1653
|
+
.up-padding-right-32 {
|
|
1236
1654
|
padding-right: 32rpx !important;
|
|
1237
1655
|
}
|
|
1238
|
-
.u-m-b-32
|
|
1656
|
+
.u-m-b-32,
|
|
1657
|
+
.up-m-b-32 {
|
|
1239
1658
|
margin-bottom: 32rpx !important;
|
|
1240
1659
|
}
|
|
1241
|
-
.u-p-b-32
|
|
1660
|
+
.u-p-b-32,
|
|
1661
|
+
.up-p-b-32 {
|
|
1242
1662
|
padding-bottom: 32rpx !important;
|
|
1243
1663
|
}
|
|
1244
|
-
.u-margin-bottom-32
|
|
1664
|
+
.u-margin-bottom-32,
|
|
1665
|
+
.up-margin-bottom-32 {
|
|
1245
1666
|
margin-bottom: 32rpx !important;
|
|
1246
1667
|
}
|
|
1247
|
-
.u-padding-bottom-32
|
|
1668
|
+
.u-padding-bottom-32,
|
|
1669
|
+
.up-padding-bottom-32 {
|
|
1248
1670
|
padding-bottom: 32rpx !important;
|
|
1249
1671
|
}
|
|
1250
|
-
.u-margin-34, .u-m-34
|
|
1672
|
+
.u-margin-34, .u-m-34,
|
|
1673
|
+
.up-margin-34, .up-m-34 {
|
|
1251
1674
|
margin: 34rpx !important;
|
|
1252
1675
|
}
|
|
1253
|
-
.u-padding-34, .u-p-34
|
|
1676
|
+
.u-padding-34, .u-p-34,
|
|
1677
|
+
.up-padding-34, .up-p-34 {
|
|
1254
1678
|
padding: 34rpx !important;
|
|
1255
1679
|
}
|
|
1256
|
-
.u-m-l-34
|
|
1680
|
+
.u-m-l-34,
|
|
1681
|
+
.up-m-l-34 {
|
|
1257
1682
|
margin-left: 34rpx !important;
|
|
1258
1683
|
}
|
|
1259
|
-
.u-p-l-34
|
|
1684
|
+
.u-p-l-34,
|
|
1685
|
+
.up-p-l-34 {
|
|
1260
1686
|
padding-left: 34rpx !important;
|
|
1261
1687
|
}
|
|
1262
|
-
.u-margin-left-34
|
|
1688
|
+
.u-margin-left-34,
|
|
1689
|
+
.up-margin-left-34 {
|
|
1263
1690
|
margin-left: 34rpx !important;
|
|
1264
1691
|
}
|
|
1265
|
-
.u-padding-left-34
|
|
1692
|
+
.u-padding-left-34,
|
|
1693
|
+
.up-padding-left-34 {
|
|
1266
1694
|
padding-left: 34rpx !important;
|
|
1267
1695
|
}
|
|
1268
|
-
.u-m-t-34
|
|
1696
|
+
.u-m-t-34,
|
|
1697
|
+
.up-m-t-34 {
|
|
1269
1698
|
margin-top: 34rpx !important;
|
|
1270
1699
|
}
|
|
1271
|
-
.u-p-t-34
|
|
1700
|
+
.u-p-t-34,
|
|
1701
|
+
.up-p-t-34 {
|
|
1272
1702
|
padding-top: 34rpx !important;
|
|
1273
1703
|
}
|
|
1274
|
-
.u-margin-top-34
|
|
1704
|
+
.u-margin-top-34,
|
|
1705
|
+
.up-margin-top-34 {
|
|
1275
1706
|
margin-top: 34rpx !important;
|
|
1276
1707
|
}
|
|
1277
|
-
.u-padding-top-34
|
|
1708
|
+
.u-padding-top-34,
|
|
1709
|
+
.up-padding-top-34 {
|
|
1278
1710
|
padding-top: 34rpx !important;
|
|
1279
1711
|
}
|
|
1280
|
-
.u-m-r-34
|
|
1712
|
+
.u-m-r-34,
|
|
1713
|
+
.up-m-r-34 {
|
|
1281
1714
|
margin-right: 34rpx !important;
|
|
1282
1715
|
}
|
|
1283
|
-
.u-p-r-34
|
|
1716
|
+
.u-p-r-34,
|
|
1717
|
+
.up-p-r-34 {
|
|
1284
1718
|
padding-right: 34rpx !important;
|
|
1285
1719
|
}
|
|
1286
|
-
.u-margin-right-34
|
|
1720
|
+
.u-margin-right-34,
|
|
1721
|
+
.up-margin-right-34 {
|
|
1287
1722
|
margin-right: 34rpx !important;
|
|
1288
1723
|
}
|
|
1289
|
-
.u-padding-right-34
|
|
1724
|
+
.u-padding-right-34,
|
|
1725
|
+
.up-padding-right-34 {
|
|
1290
1726
|
padding-right: 34rpx !important;
|
|
1291
1727
|
}
|
|
1292
|
-
.u-m-b-34
|
|
1728
|
+
.u-m-b-34,
|
|
1729
|
+
.up-m-b-34 {
|
|
1293
1730
|
margin-bottom: 34rpx !important;
|
|
1294
1731
|
}
|
|
1295
|
-
.u-p-b-34
|
|
1732
|
+
.u-p-b-34,
|
|
1733
|
+
.up-p-b-34 {
|
|
1296
1734
|
padding-bottom: 34rpx !important;
|
|
1297
1735
|
}
|
|
1298
|
-
.u-margin-bottom-34
|
|
1736
|
+
.u-margin-bottom-34,
|
|
1737
|
+
.up-margin-bottom-34 {
|
|
1299
1738
|
margin-bottom: 34rpx !important;
|
|
1300
1739
|
}
|
|
1301
|
-
.u-padding-bottom-34
|
|
1740
|
+
.u-padding-bottom-34,
|
|
1741
|
+
.up-padding-bottom-34 {
|
|
1302
1742
|
padding-bottom: 34rpx !important;
|
|
1303
1743
|
}
|
|
1304
|
-
.u-margin-35, .u-m-35
|
|
1744
|
+
.u-margin-35, .u-m-35,
|
|
1745
|
+
.up-margin-35, .up-m-35 {
|
|
1305
1746
|
margin: 35rpx !important;
|
|
1306
1747
|
}
|
|
1307
|
-
.u-padding-35, .u-p-35
|
|
1748
|
+
.u-padding-35, .u-p-35,
|
|
1749
|
+
.up-padding-35, .up-p-35 {
|
|
1308
1750
|
padding: 35rpx !important;
|
|
1309
1751
|
}
|
|
1310
|
-
.u-m-l-35
|
|
1752
|
+
.u-m-l-35,
|
|
1753
|
+
.up-m-l-35 {
|
|
1311
1754
|
margin-left: 35rpx !important;
|
|
1312
1755
|
}
|
|
1313
|
-
.u-p-l-35
|
|
1756
|
+
.u-p-l-35,
|
|
1757
|
+
.up-p-l-35 {
|
|
1314
1758
|
padding-left: 35rpx !important;
|
|
1315
1759
|
}
|
|
1316
|
-
.u-margin-left-35
|
|
1760
|
+
.u-margin-left-35,
|
|
1761
|
+
.up-margin-left-35 {
|
|
1317
1762
|
margin-left: 35rpx !important;
|
|
1318
1763
|
}
|
|
1319
|
-
.u-padding-left-35
|
|
1764
|
+
.u-padding-left-35,
|
|
1765
|
+
.up-padding-left-35 {
|
|
1320
1766
|
padding-left: 35rpx !important;
|
|
1321
1767
|
}
|
|
1322
|
-
.u-m-t-35
|
|
1768
|
+
.u-m-t-35,
|
|
1769
|
+
.up-m-t-35 {
|
|
1323
1770
|
margin-top: 35rpx !important;
|
|
1324
1771
|
}
|
|
1325
|
-
.u-p-t-35
|
|
1772
|
+
.u-p-t-35,
|
|
1773
|
+
.up-p-t-35 {
|
|
1326
1774
|
padding-top: 35rpx !important;
|
|
1327
1775
|
}
|
|
1328
|
-
.u-margin-top-35
|
|
1776
|
+
.u-margin-top-35,
|
|
1777
|
+
.up-margin-top-35 {
|
|
1329
1778
|
margin-top: 35rpx !important;
|
|
1330
1779
|
}
|
|
1331
|
-
.u-padding-top-35
|
|
1780
|
+
.u-padding-top-35,
|
|
1781
|
+
.up-padding-top-35 {
|
|
1332
1782
|
padding-top: 35rpx !important;
|
|
1333
1783
|
}
|
|
1334
|
-
.u-m-r-35
|
|
1784
|
+
.u-m-r-35,
|
|
1785
|
+
.up-m-r-35 {
|
|
1335
1786
|
margin-right: 35rpx !important;
|
|
1336
1787
|
}
|
|
1337
|
-
.u-p-r-35
|
|
1788
|
+
.u-p-r-35,
|
|
1789
|
+
.up-p-r-35 {
|
|
1338
1790
|
padding-right: 35rpx !important;
|
|
1339
1791
|
}
|
|
1340
|
-
.u-margin-right-35
|
|
1792
|
+
.u-margin-right-35,
|
|
1793
|
+
.up-margin-right-35 {
|
|
1341
1794
|
margin-right: 35rpx !important;
|
|
1342
1795
|
}
|
|
1343
|
-
.u-padding-right-35
|
|
1796
|
+
.u-padding-right-35,
|
|
1797
|
+
.up-padding-right-35 {
|
|
1344
1798
|
padding-right: 35rpx !important;
|
|
1345
1799
|
}
|
|
1346
|
-
.u-m-b-35
|
|
1800
|
+
.u-m-b-35,
|
|
1801
|
+
.up-m-b-35 {
|
|
1347
1802
|
margin-bottom: 35rpx !important;
|
|
1348
1803
|
}
|
|
1349
|
-
.u-p-b-35
|
|
1804
|
+
.u-p-b-35,
|
|
1805
|
+
.up-p-b-35 {
|
|
1350
1806
|
padding-bottom: 35rpx !important;
|
|
1351
1807
|
}
|
|
1352
|
-
.u-margin-bottom-35
|
|
1808
|
+
.u-margin-bottom-35,
|
|
1809
|
+
.up-margin-bottom-35 {
|
|
1353
1810
|
margin-bottom: 35rpx !important;
|
|
1354
1811
|
}
|
|
1355
|
-
.u-padding-bottom-35
|
|
1812
|
+
.u-padding-bottom-35,
|
|
1813
|
+
.up-padding-bottom-35 {
|
|
1356
1814
|
padding-bottom: 35rpx !important;
|
|
1357
1815
|
}
|
|
1358
|
-
.u-margin-36, .u-m-36
|
|
1816
|
+
.u-margin-36, .u-m-36,
|
|
1817
|
+
.up-margin-36, .up-m-36 {
|
|
1359
1818
|
margin: 36rpx !important;
|
|
1360
1819
|
}
|
|
1361
|
-
.u-padding-36, .u-p-36
|
|
1820
|
+
.u-padding-36, .u-p-36,
|
|
1821
|
+
.up-padding-36, .up-p-36 {
|
|
1362
1822
|
padding: 36rpx !important;
|
|
1363
1823
|
}
|
|
1364
|
-
.u-m-l-36
|
|
1824
|
+
.u-m-l-36,
|
|
1825
|
+
.up-m-l-36 {
|
|
1365
1826
|
margin-left: 36rpx !important;
|
|
1366
1827
|
}
|
|
1367
|
-
.u-p-l-36
|
|
1828
|
+
.u-p-l-36,
|
|
1829
|
+
.up-p-l-36 {
|
|
1368
1830
|
padding-left: 36rpx !important;
|
|
1369
1831
|
}
|
|
1370
|
-
.u-margin-left-36
|
|
1832
|
+
.u-margin-left-36,
|
|
1833
|
+
.up-margin-left-36 {
|
|
1371
1834
|
margin-left: 36rpx !important;
|
|
1372
1835
|
}
|
|
1373
|
-
.u-padding-left-36
|
|
1836
|
+
.u-padding-left-36,
|
|
1837
|
+
.up-padding-left-36 {
|
|
1374
1838
|
padding-left: 36rpx !important;
|
|
1375
1839
|
}
|
|
1376
|
-
.u-m-t-36
|
|
1840
|
+
.u-m-t-36,
|
|
1841
|
+
.up-m-t-36 {
|
|
1377
1842
|
margin-top: 36rpx !important;
|
|
1378
1843
|
}
|
|
1379
|
-
.u-p-t-36
|
|
1844
|
+
.u-p-t-36,
|
|
1845
|
+
.up-p-t-36 {
|
|
1380
1846
|
padding-top: 36rpx !important;
|
|
1381
1847
|
}
|
|
1382
|
-
.u-margin-top-36
|
|
1848
|
+
.u-margin-top-36,
|
|
1849
|
+
.up-margin-top-36 {
|
|
1383
1850
|
margin-top: 36rpx !important;
|
|
1384
1851
|
}
|
|
1385
|
-
.u-padding-top-36
|
|
1852
|
+
.u-padding-top-36,
|
|
1853
|
+
.up-padding-top-36 {
|
|
1386
1854
|
padding-top: 36rpx !important;
|
|
1387
1855
|
}
|
|
1388
|
-
.u-m-r-36
|
|
1856
|
+
.u-m-r-36,
|
|
1857
|
+
.up-m-r-36 {
|
|
1389
1858
|
margin-right: 36rpx !important;
|
|
1390
1859
|
}
|
|
1391
|
-
.u-p-r-36
|
|
1860
|
+
.u-p-r-36,
|
|
1861
|
+
.up-p-r-36 {
|
|
1392
1862
|
padding-right: 36rpx !important;
|
|
1393
1863
|
}
|
|
1394
|
-
.u-margin-right-36
|
|
1864
|
+
.u-margin-right-36,
|
|
1865
|
+
.up-margin-right-36 {
|
|
1395
1866
|
margin-right: 36rpx !important;
|
|
1396
1867
|
}
|
|
1397
|
-
.u-padding-right-36
|
|
1868
|
+
.u-padding-right-36,
|
|
1869
|
+
.up-padding-right-36 {
|
|
1398
1870
|
padding-right: 36rpx !important;
|
|
1399
1871
|
}
|
|
1400
|
-
.u-m-b-36
|
|
1872
|
+
.u-m-b-36,
|
|
1873
|
+
.up-m-b-36 {
|
|
1401
1874
|
margin-bottom: 36rpx !important;
|
|
1402
1875
|
}
|
|
1403
|
-
.u-p-b-36
|
|
1876
|
+
.u-p-b-36,
|
|
1877
|
+
.up-p-b-36 {
|
|
1404
1878
|
padding-bottom: 36rpx !important;
|
|
1405
1879
|
}
|
|
1406
|
-
.u-margin-bottom-36
|
|
1880
|
+
.u-margin-bottom-36,
|
|
1881
|
+
.up-margin-bottom-36 {
|
|
1407
1882
|
margin-bottom: 36rpx !important;
|
|
1408
1883
|
}
|
|
1409
|
-
.u-padding-bottom-36
|
|
1884
|
+
.u-padding-bottom-36,
|
|
1885
|
+
.up-padding-bottom-36 {
|
|
1410
1886
|
padding-bottom: 36rpx !important;
|
|
1411
1887
|
}
|
|
1412
|
-
.u-margin-38, .u-m-38
|
|
1888
|
+
.u-margin-38, .u-m-38,
|
|
1889
|
+
.up-margin-38, .up-m-38 {
|
|
1413
1890
|
margin: 38rpx !important;
|
|
1414
1891
|
}
|
|
1415
|
-
.u-padding-38, .u-p-38
|
|
1892
|
+
.u-padding-38, .u-p-38,
|
|
1893
|
+
.up-padding-38, .up-p-38 {
|
|
1416
1894
|
padding: 38rpx !important;
|
|
1417
1895
|
}
|
|
1418
|
-
.u-m-l-38
|
|
1896
|
+
.u-m-l-38,
|
|
1897
|
+
.up-m-l-38 {
|
|
1419
1898
|
margin-left: 38rpx !important;
|
|
1420
1899
|
}
|
|
1421
|
-
.u-p-l-38
|
|
1900
|
+
.u-p-l-38,
|
|
1901
|
+
.up-p-l-38 {
|
|
1422
1902
|
padding-left: 38rpx !important;
|
|
1423
1903
|
}
|
|
1424
|
-
.u-margin-left-38
|
|
1904
|
+
.u-margin-left-38,
|
|
1905
|
+
.up-margin-left-38 {
|
|
1425
1906
|
margin-left: 38rpx !important;
|
|
1426
1907
|
}
|
|
1427
|
-
.u-padding-left-38
|
|
1908
|
+
.u-padding-left-38,
|
|
1909
|
+
.up-padding-left-38 {
|
|
1428
1910
|
padding-left: 38rpx !important;
|
|
1429
1911
|
}
|
|
1430
|
-
.u-m-t-38
|
|
1912
|
+
.u-m-t-38,
|
|
1913
|
+
.up-m-t-38 {
|
|
1431
1914
|
margin-top: 38rpx !important;
|
|
1432
1915
|
}
|
|
1433
|
-
.u-p-t-38
|
|
1916
|
+
.u-p-t-38,
|
|
1917
|
+
.up-p-t-38 {
|
|
1434
1918
|
padding-top: 38rpx !important;
|
|
1435
1919
|
}
|
|
1436
|
-
.u-margin-top-38
|
|
1920
|
+
.u-margin-top-38,
|
|
1921
|
+
.up-margin-top-38 {
|
|
1437
1922
|
margin-top: 38rpx !important;
|
|
1438
1923
|
}
|
|
1439
|
-
.u-padding-top-38
|
|
1924
|
+
.u-padding-top-38,
|
|
1925
|
+
.up-padding-top-38 {
|
|
1440
1926
|
padding-top: 38rpx !important;
|
|
1441
1927
|
}
|
|
1442
|
-
.u-m-r-38
|
|
1928
|
+
.u-m-r-38,
|
|
1929
|
+
.up-m-r-38 {
|
|
1443
1930
|
margin-right: 38rpx !important;
|
|
1444
1931
|
}
|
|
1445
|
-
.u-p-r-38
|
|
1932
|
+
.u-p-r-38,
|
|
1933
|
+
.up-p-r-38 {
|
|
1446
1934
|
padding-right: 38rpx !important;
|
|
1447
1935
|
}
|
|
1448
|
-
.u-margin-right-38
|
|
1936
|
+
.u-margin-right-38,
|
|
1937
|
+
.up-margin-right-38 {
|
|
1449
1938
|
margin-right: 38rpx !important;
|
|
1450
1939
|
}
|
|
1451
|
-
.u-padding-right-38
|
|
1940
|
+
.u-padding-right-38,
|
|
1941
|
+
.up-padding-right-38 {
|
|
1452
1942
|
padding-right: 38rpx !important;
|
|
1453
1943
|
}
|
|
1454
|
-
.u-m-b-38
|
|
1944
|
+
.u-m-b-38,
|
|
1945
|
+
.up-m-b-38 {
|
|
1455
1946
|
margin-bottom: 38rpx !important;
|
|
1456
1947
|
}
|
|
1457
|
-
.u-p-b-38
|
|
1948
|
+
.u-p-b-38,
|
|
1949
|
+
.up-p-b-38 {
|
|
1458
1950
|
padding-bottom: 38rpx !important;
|
|
1459
1951
|
}
|
|
1460
|
-
.u-margin-bottom-38
|
|
1952
|
+
.u-margin-bottom-38,
|
|
1953
|
+
.up-margin-bottom-38 {
|
|
1461
1954
|
margin-bottom: 38rpx !important;
|
|
1462
1955
|
}
|
|
1463
|
-
.u-padding-bottom-38
|
|
1956
|
+
.u-padding-bottom-38,
|
|
1957
|
+
.up-padding-bottom-38 {
|
|
1464
1958
|
padding-bottom: 38rpx !important;
|
|
1465
1959
|
}
|
|
1466
|
-
.u-margin-40, .u-m-40
|
|
1960
|
+
.u-margin-40, .u-m-40,
|
|
1961
|
+
.up-margin-40, .up-m-40 {
|
|
1467
1962
|
margin: 40rpx !important;
|
|
1468
1963
|
}
|
|
1469
|
-
.u-padding-40, .u-p-40
|
|
1964
|
+
.u-padding-40, .u-p-40,
|
|
1965
|
+
.up-padding-40, .up-p-40 {
|
|
1470
1966
|
padding: 40rpx !important;
|
|
1471
1967
|
}
|
|
1472
|
-
.u-m-l-40
|
|
1968
|
+
.u-m-l-40,
|
|
1969
|
+
.up-m-l-40 {
|
|
1473
1970
|
margin-left: 40rpx !important;
|
|
1474
1971
|
}
|
|
1475
|
-
.u-p-l-40
|
|
1972
|
+
.u-p-l-40,
|
|
1973
|
+
.up-p-l-40 {
|
|
1476
1974
|
padding-left: 40rpx !important;
|
|
1477
1975
|
}
|
|
1478
|
-
.u-margin-left-40
|
|
1976
|
+
.u-margin-left-40,
|
|
1977
|
+
.up-margin-left-40 {
|
|
1479
1978
|
margin-left: 40rpx !important;
|
|
1480
1979
|
}
|
|
1481
|
-
.u-padding-left-40
|
|
1980
|
+
.u-padding-left-40,
|
|
1981
|
+
.up-padding-left-40 {
|
|
1482
1982
|
padding-left: 40rpx !important;
|
|
1483
1983
|
}
|
|
1484
|
-
.u-m-t-40
|
|
1984
|
+
.u-m-t-40,
|
|
1985
|
+
.up-m-t-40 {
|
|
1485
1986
|
margin-top: 40rpx !important;
|
|
1486
1987
|
}
|
|
1487
|
-
.u-p-t-40
|
|
1988
|
+
.u-p-t-40,
|
|
1989
|
+
.up-p-t-40 {
|
|
1488
1990
|
padding-top: 40rpx !important;
|
|
1489
1991
|
}
|
|
1490
|
-
.u-margin-top-40
|
|
1992
|
+
.u-margin-top-40,
|
|
1993
|
+
.up-margin-top-40 {
|
|
1491
1994
|
margin-top: 40rpx !important;
|
|
1492
1995
|
}
|
|
1493
|
-
.u-padding-top-40
|
|
1996
|
+
.u-padding-top-40,
|
|
1997
|
+
.up-padding-top-40 {
|
|
1494
1998
|
padding-top: 40rpx !important;
|
|
1495
1999
|
}
|
|
1496
|
-
.u-m-r-40
|
|
2000
|
+
.u-m-r-40,
|
|
2001
|
+
.up-m-r-40 {
|
|
1497
2002
|
margin-right: 40rpx !important;
|
|
1498
2003
|
}
|
|
1499
|
-
.u-p-r-40
|
|
2004
|
+
.u-p-r-40,
|
|
2005
|
+
.up-p-r-40 {
|
|
1500
2006
|
padding-right: 40rpx !important;
|
|
1501
2007
|
}
|
|
1502
|
-
.u-margin-right-40
|
|
2008
|
+
.u-margin-right-40,
|
|
2009
|
+
.up-margin-right-40 {
|
|
1503
2010
|
margin-right: 40rpx !important;
|
|
1504
2011
|
}
|
|
1505
|
-
.u-padding-right-40
|
|
2012
|
+
.u-padding-right-40,
|
|
2013
|
+
.up-padding-right-40 {
|
|
1506
2014
|
padding-right: 40rpx !important;
|
|
1507
2015
|
}
|
|
1508
|
-
.u-m-b-40
|
|
2016
|
+
.u-m-b-40,
|
|
2017
|
+
.up-m-b-40 {
|
|
1509
2018
|
margin-bottom: 40rpx !important;
|
|
1510
2019
|
}
|
|
1511
|
-
.u-p-b-40
|
|
2020
|
+
.u-p-b-40,
|
|
2021
|
+
.up-p-b-40 {
|
|
1512
2022
|
padding-bottom: 40rpx !important;
|
|
1513
2023
|
}
|
|
1514
|
-
.u-margin-bottom-40
|
|
2024
|
+
.u-margin-bottom-40,
|
|
2025
|
+
.up-margin-bottom-40 {
|
|
1515
2026
|
margin-bottom: 40rpx !important;
|
|
1516
2027
|
}
|
|
1517
|
-
.u-padding-bottom-40
|
|
2028
|
+
.u-padding-bottom-40,
|
|
2029
|
+
.up-padding-bottom-40 {
|
|
1518
2030
|
padding-bottom: 40rpx !important;
|
|
1519
2031
|
}
|
|
1520
|
-
.u-margin-42, .u-m-42
|
|
2032
|
+
.u-margin-42, .u-m-42,
|
|
2033
|
+
.up-margin-42, .up-m-42 {
|
|
1521
2034
|
margin: 42rpx !important;
|
|
1522
2035
|
}
|
|
1523
|
-
.u-padding-42, .u-p-42
|
|
2036
|
+
.u-padding-42, .u-p-42,
|
|
2037
|
+
.up-padding-42, .up-p-42 {
|
|
1524
2038
|
padding: 42rpx !important;
|
|
1525
2039
|
}
|
|
1526
|
-
.u-m-l-42
|
|
2040
|
+
.u-m-l-42,
|
|
2041
|
+
.up-m-l-42 {
|
|
1527
2042
|
margin-left: 42rpx !important;
|
|
1528
2043
|
}
|
|
1529
|
-
.u-p-l-42
|
|
2044
|
+
.u-p-l-42,
|
|
2045
|
+
.up-p-l-42 {
|
|
1530
2046
|
padding-left: 42rpx !important;
|
|
1531
2047
|
}
|
|
1532
|
-
.u-margin-left-42
|
|
2048
|
+
.u-margin-left-42,
|
|
2049
|
+
.up-margin-left-42 {
|
|
1533
2050
|
margin-left: 42rpx !important;
|
|
1534
2051
|
}
|
|
1535
|
-
.u-padding-left-42
|
|
2052
|
+
.u-padding-left-42,
|
|
2053
|
+
.up-padding-left-42 {
|
|
1536
2054
|
padding-left: 42rpx !important;
|
|
1537
2055
|
}
|
|
1538
|
-
.u-m-t-42
|
|
2056
|
+
.u-m-t-42,
|
|
2057
|
+
.up-m-t-42 {
|
|
1539
2058
|
margin-top: 42rpx !important;
|
|
1540
2059
|
}
|
|
1541
|
-
.u-p-t-42
|
|
2060
|
+
.u-p-t-42,
|
|
2061
|
+
.up-p-t-42 {
|
|
1542
2062
|
padding-top: 42rpx !important;
|
|
1543
2063
|
}
|
|
1544
|
-
.u-margin-top-42
|
|
2064
|
+
.u-margin-top-42,
|
|
2065
|
+
.up-margin-top-42 {
|
|
1545
2066
|
margin-top: 42rpx !important;
|
|
1546
2067
|
}
|
|
1547
|
-
.u-padding-top-42
|
|
2068
|
+
.u-padding-top-42,
|
|
2069
|
+
.up-padding-top-42 {
|
|
1548
2070
|
padding-top: 42rpx !important;
|
|
1549
2071
|
}
|
|
1550
|
-
.u-m-r-42
|
|
2072
|
+
.u-m-r-42,
|
|
2073
|
+
.up-m-r-42 {
|
|
1551
2074
|
margin-right: 42rpx !important;
|
|
1552
2075
|
}
|
|
1553
|
-
.u-p-r-42
|
|
2076
|
+
.u-p-r-42,
|
|
2077
|
+
.up-p-r-42 {
|
|
1554
2078
|
padding-right: 42rpx !important;
|
|
1555
2079
|
}
|
|
1556
|
-
.u-margin-right-42
|
|
2080
|
+
.u-margin-right-42,
|
|
2081
|
+
.up-margin-right-42 {
|
|
1557
2082
|
margin-right: 42rpx !important;
|
|
1558
2083
|
}
|
|
1559
|
-
.u-padding-right-42
|
|
2084
|
+
.u-padding-right-42,
|
|
2085
|
+
.up-padding-right-42 {
|
|
1560
2086
|
padding-right: 42rpx !important;
|
|
1561
2087
|
}
|
|
1562
|
-
.u-m-b-42
|
|
2088
|
+
.u-m-b-42,
|
|
2089
|
+
.up-m-b-42 {
|
|
1563
2090
|
margin-bottom: 42rpx !important;
|
|
1564
2091
|
}
|
|
1565
|
-
.u-p-b-42
|
|
2092
|
+
.u-p-b-42,
|
|
2093
|
+
.up-p-b-42 {
|
|
1566
2094
|
padding-bottom: 42rpx !important;
|
|
1567
2095
|
}
|
|
1568
|
-
.u-margin-bottom-42
|
|
2096
|
+
.u-margin-bottom-42,
|
|
2097
|
+
.up-margin-bottom-42 {
|
|
1569
2098
|
margin-bottom: 42rpx !important;
|
|
1570
2099
|
}
|
|
1571
|
-
.u-padding-bottom-42
|
|
2100
|
+
.u-padding-bottom-42,
|
|
2101
|
+
.up-padding-bottom-42 {
|
|
1572
2102
|
padding-bottom: 42rpx !important;
|
|
1573
2103
|
}
|
|
1574
|
-
.u-margin-44, .u-m-44
|
|
2104
|
+
.u-margin-44, .u-m-44,
|
|
2105
|
+
.up-margin-44, .up-m-44 {
|
|
1575
2106
|
margin: 44rpx !important;
|
|
1576
2107
|
}
|
|
1577
|
-
.u-padding-44, .u-p-44
|
|
2108
|
+
.u-padding-44, .u-p-44,
|
|
2109
|
+
.up-padding-44, .up-p-44 {
|
|
1578
2110
|
padding: 44rpx !important;
|
|
1579
2111
|
}
|
|
1580
|
-
.u-m-l-44
|
|
2112
|
+
.u-m-l-44,
|
|
2113
|
+
.up-m-l-44 {
|
|
1581
2114
|
margin-left: 44rpx !important;
|
|
1582
2115
|
}
|
|
1583
|
-
.u-p-l-44
|
|
2116
|
+
.u-p-l-44,
|
|
2117
|
+
.up-p-l-44 {
|
|
1584
2118
|
padding-left: 44rpx !important;
|
|
1585
2119
|
}
|
|
1586
|
-
.u-margin-left-44
|
|
2120
|
+
.u-margin-left-44,
|
|
2121
|
+
.up-margin-left-44 {
|
|
1587
2122
|
margin-left: 44rpx !important;
|
|
1588
2123
|
}
|
|
1589
|
-
.u-padding-left-44
|
|
2124
|
+
.u-padding-left-44,
|
|
2125
|
+
.up-padding-left-44 {
|
|
1590
2126
|
padding-left: 44rpx !important;
|
|
1591
2127
|
}
|
|
1592
|
-
.u-m-t-44
|
|
2128
|
+
.u-m-t-44,
|
|
2129
|
+
.up-m-t-44 {
|
|
1593
2130
|
margin-top: 44rpx !important;
|
|
1594
2131
|
}
|
|
1595
|
-
.u-p-t-44
|
|
2132
|
+
.u-p-t-44,
|
|
2133
|
+
.up-p-t-44 {
|
|
1596
2134
|
padding-top: 44rpx !important;
|
|
1597
2135
|
}
|
|
1598
|
-
.u-margin-top-44
|
|
2136
|
+
.u-margin-top-44,
|
|
2137
|
+
.up-margin-top-44 {
|
|
1599
2138
|
margin-top: 44rpx !important;
|
|
1600
2139
|
}
|
|
1601
|
-
.u-padding-top-44
|
|
2140
|
+
.u-padding-top-44,
|
|
2141
|
+
.up-padding-top-44 {
|
|
1602
2142
|
padding-top: 44rpx !important;
|
|
1603
2143
|
}
|
|
1604
|
-
.u-m-r-44
|
|
2144
|
+
.u-m-r-44,
|
|
2145
|
+
.up-m-r-44 {
|
|
1605
2146
|
margin-right: 44rpx !important;
|
|
1606
2147
|
}
|
|
1607
|
-
.u-p-r-44
|
|
2148
|
+
.u-p-r-44,
|
|
2149
|
+
.up-p-r-44 {
|
|
1608
2150
|
padding-right: 44rpx !important;
|
|
1609
2151
|
}
|
|
1610
|
-
.u-margin-right-44
|
|
2152
|
+
.u-margin-right-44,
|
|
2153
|
+
.up-margin-right-44 {
|
|
1611
2154
|
margin-right: 44rpx !important;
|
|
1612
2155
|
}
|
|
1613
|
-
.u-padding-right-44
|
|
2156
|
+
.u-padding-right-44,
|
|
2157
|
+
.up-padding-right-44 {
|
|
1614
2158
|
padding-right: 44rpx !important;
|
|
1615
2159
|
}
|
|
1616
|
-
.u-m-b-44
|
|
2160
|
+
.u-m-b-44,
|
|
2161
|
+
.up-m-b-44 {
|
|
1617
2162
|
margin-bottom: 44rpx !important;
|
|
1618
2163
|
}
|
|
1619
|
-
.u-p-b-44
|
|
2164
|
+
.u-p-b-44,
|
|
2165
|
+
.up-p-b-44 {
|
|
1620
2166
|
padding-bottom: 44rpx !important;
|
|
1621
2167
|
}
|
|
1622
|
-
.u-margin-bottom-44
|
|
2168
|
+
.u-margin-bottom-44,
|
|
2169
|
+
.up-margin-bottom-44 {
|
|
1623
2170
|
margin-bottom: 44rpx !important;
|
|
1624
2171
|
}
|
|
1625
|
-
.u-padding-bottom-44
|
|
2172
|
+
.u-padding-bottom-44,
|
|
2173
|
+
.up-padding-bottom-44 {
|
|
1626
2174
|
padding-bottom: 44rpx !important;
|
|
1627
2175
|
}
|
|
1628
|
-
.u-margin-45, .u-m-45
|
|
2176
|
+
.u-margin-45, .u-m-45,
|
|
2177
|
+
.up-margin-45, .up-m-45 {
|
|
1629
2178
|
margin: 45rpx !important;
|
|
1630
2179
|
}
|
|
1631
|
-
.u-padding-45, .u-p-45
|
|
2180
|
+
.u-padding-45, .u-p-45,
|
|
2181
|
+
.up-padding-45, .up-p-45 {
|
|
1632
2182
|
padding: 45rpx !important;
|
|
1633
2183
|
}
|
|
1634
|
-
.u-m-l-45
|
|
2184
|
+
.u-m-l-45,
|
|
2185
|
+
.up-m-l-45 {
|
|
1635
2186
|
margin-left: 45rpx !important;
|
|
1636
2187
|
}
|
|
1637
|
-
.u-p-l-45
|
|
2188
|
+
.u-p-l-45,
|
|
2189
|
+
.up-p-l-45 {
|
|
1638
2190
|
padding-left: 45rpx !important;
|
|
1639
2191
|
}
|
|
1640
|
-
.u-margin-left-45
|
|
2192
|
+
.u-margin-left-45,
|
|
2193
|
+
.up-margin-left-45 {
|
|
1641
2194
|
margin-left: 45rpx !important;
|
|
1642
2195
|
}
|
|
1643
|
-
.u-padding-left-45
|
|
2196
|
+
.u-padding-left-45,
|
|
2197
|
+
.up-padding-left-45 {
|
|
1644
2198
|
padding-left: 45rpx !important;
|
|
1645
2199
|
}
|
|
1646
|
-
.u-m-t-45
|
|
2200
|
+
.u-m-t-45,
|
|
2201
|
+
.up-m-t-45 {
|
|
1647
2202
|
margin-top: 45rpx !important;
|
|
1648
2203
|
}
|
|
1649
|
-
.u-p-t-45
|
|
2204
|
+
.u-p-t-45,
|
|
2205
|
+
.up-p-t-45 {
|
|
1650
2206
|
padding-top: 45rpx !important;
|
|
1651
2207
|
}
|
|
1652
|
-
.u-margin-top-45
|
|
2208
|
+
.u-margin-top-45,
|
|
2209
|
+
.up-margin-top-45 {
|
|
1653
2210
|
margin-top: 45rpx !important;
|
|
1654
2211
|
}
|
|
1655
|
-
.u-padding-top-45
|
|
2212
|
+
.u-padding-top-45,
|
|
2213
|
+
.up-padding-top-45 {
|
|
1656
2214
|
padding-top: 45rpx !important;
|
|
1657
2215
|
}
|
|
1658
|
-
.u-m-r-45
|
|
2216
|
+
.u-m-r-45,
|
|
2217
|
+
.up-m-r-45 {
|
|
1659
2218
|
margin-right: 45rpx !important;
|
|
1660
2219
|
}
|
|
1661
|
-
.u-p-r-45
|
|
2220
|
+
.u-p-r-45,
|
|
2221
|
+
.up-p-r-45 {
|
|
1662
2222
|
padding-right: 45rpx !important;
|
|
1663
2223
|
}
|
|
1664
|
-
.u-margin-right-45
|
|
2224
|
+
.u-margin-right-45,
|
|
2225
|
+
.up-margin-right-45 {
|
|
1665
2226
|
margin-right: 45rpx !important;
|
|
1666
2227
|
}
|
|
1667
|
-
.u-padding-right-45
|
|
2228
|
+
.u-padding-right-45,
|
|
2229
|
+
.up-padding-right-45 {
|
|
1668
2230
|
padding-right: 45rpx !important;
|
|
1669
2231
|
}
|
|
1670
|
-
.u-m-b-45
|
|
2232
|
+
.u-m-b-45,
|
|
2233
|
+
.up-m-b-45 {
|
|
1671
2234
|
margin-bottom: 45rpx !important;
|
|
1672
2235
|
}
|
|
1673
|
-
.u-p-b-45
|
|
2236
|
+
.u-p-b-45,
|
|
2237
|
+
.up-p-b-45 {
|
|
1674
2238
|
padding-bottom: 45rpx !important;
|
|
1675
2239
|
}
|
|
1676
|
-
.u-margin-bottom-45
|
|
2240
|
+
.u-margin-bottom-45,
|
|
2241
|
+
.up-margin-bottom-45 {
|
|
1677
2242
|
margin-bottom: 45rpx !important;
|
|
1678
2243
|
}
|
|
1679
|
-
.u-padding-bottom-45
|
|
2244
|
+
.u-padding-bottom-45,
|
|
2245
|
+
.up-padding-bottom-45 {
|
|
1680
2246
|
padding-bottom: 45rpx !important;
|
|
1681
2247
|
}
|
|
1682
|
-
.u-margin-46, .u-m-46
|
|
2248
|
+
.u-margin-46, .u-m-46,
|
|
2249
|
+
.up-margin-46, .up-m-46 {
|
|
1683
2250
|
margin: 46rpx !important;
|
|
1684
2251
|
}
|
|
1685
|
-
.u-padding-46, .u-p-46
|
|
2252
|
+
.u-padding-46, .u-p-46,
|
|
2253
|
+
.up-padding-46, .up-p-46 {
|
|
1686
2254
|
padding: 46rpx !important;
|
|
1687
2255
|
}
|
|
1688
|
-
.u-m-l-46
|
|
2256
|
+
.u-m-l-46,
|
|
2257
|
+
.up-m-l-46 {
|
|
1689
2258
|
margin-left: 46rpx !important;
|
|
1690
2259
|
}
|
|
1691
|
-
.u-p-l-46
|
|
2260
|
+
.u-p-l-46,
|
|
2261
|
+
.up-p-l-46 {
|
|
1692
2262
|
padding-left: 46rpx !important;
|
|
1693
2263
|
}
|
|
1694
|
-
.u-margin-left-46
|
|
2264
|
+
.u-margin-left-46,
|
|
2265
|
+
.up-margin-left-46 {
|
|
1695
2266
|
margin-left: 46rpx !important;
|
|
1696
2267
|
}
|
|
1697
|
-
.u-padding-left-46
|
|
2268
|
+
.u-padding-left-46,
|
|
2269
|
+
.up-padding-left-46 {
|
|
1698
2270
|
padding-left: 46rpx !important;
|
|
1699
2271
|
}
|
|
1700
|
-
.u-m-t-46
|
|
2272
|
+
.u-m-t-46,
|
|
2273
|
+
.up-m-t-46 {
|
|
1701
2274
|
margin-top: 46rpx !important;
|
|
1702
2275
|
}
|
|
1703
|
-
.u-p-t-46
|
|
2276
|
+
.u-p-t-46,
|
|
2277
|
+
.up-p-t-46 {
|
|
1704
2278
|
padding-top: 46rpx !important;
|
|
1705
2279
|
}
|
|
1706
|
-
.u-margin-top-46
|
|
2280
|
+
.u-margin-top-46,
|
|
2281
|
+
.up-margin-top-46 {
|
|
1707
2282
|
margin-top: 46rpx !important;
|
|
1708
2283
|
}
|
|
1709
|
-
.u-padding-top-46
|
|
2284
|
+
.u-padding-top-46,
|
|
2285
|
+
.up-padding-top-46 {
|
|
1710
2286
|
padding-top: 46rpx !important;
|
|
1711
2287
|
}
|
|
1712
|
-
.u-m-r-46
|
|
2288
|
+
.u-m-r-46,
|
|
2289
|
+
.up-m-r-46 {
|
|
1713
2290
|
margin-right: 46rpx !important;
|
|
1714
2291
|
}
|
|
1715
|
-
.u-p-r-46
|
|
2292
|
+
.u-p-r-46,
|
|
2293
|
+
.up-p-r-46 {
|
|
1716
2294
|
padding-right: 46rpx !important;
|
|
1717
2295
|
}
|
|
1718
|
-
.u-margin-right-46
|
|
2296
|
+
.u-margin-right-46,
|
|
2297
|
+
.up-margin-right-46 {
|
|
1719
2298
|
margin-right: 46rpx !important;
|
|
1720
2299
|
}
|
|
1721
|
-
.u-padding-right-46
|
|
2300
|
+
.u-padding-right-46,
|
|
2301
|
+
.up-padding-right-46 {
|
|
1722
2302
|
padding-right: 46rpx !important;
|
|
1723
2303
|
}
|
|
1724
|
-
.u-m-b-46
|
|
2304
|
+
.u-m-b-46,
|
|
2305
|
+
.up-m-b-46 {
|
|
1725
2306
|
margin-bottom: 46rpx !important;
|
|
1726
2307
|
}
|
|
1727
|
-
.u-p-b-46
|
|
2308
|
+
.u-p-b-46,
|
|
2309
|
+
.up-p-b-46 {
|
|
1728
2310
|
padding-bottom: 46rpx !important;
|
|
1729
2311
|
}
|
|
1730
|
-
.u-margin-bottom-46
|
|
2312
|
+
.u-margin-bottom-46,
|
|
2313
|
+
.up-margin-bottom-46 {
|
|
1731
2314
|
margin-bottom: 46rpx !important;
|
|
1732
2315
|
}
|
|
1733
|
-
.u-padding-bottom-46
|
|
2316
|
+
.u-padding-bottom-46,
|
|
2317
|
+
.up-padding-bottom-46 {
|
|
1734
2318
|
padding-bottom: 46rpx !important;
|
|
1735
2319
|
}
|
|
1736
|
-
.u-margin-48, .u-m-48
|
|
2320
|
+
.u-margin-48, .u-m-48,
|
|
2321
|
+
.up-margin-48, .up-m-48 {
|
|
1737
2322
|
margin: 48rpx !important;
|
|
1738
2323
|
}
|
|
1739
|
-
.u-padding-48, .u-p-48
|
|
2324
|
+
.u-padding-48, .u-p-48,
|
|
2325
|
+
.up-padding-48, .up-p-48 {
|
|
1740
2326
|
padding: 48rpx !important;
|
|
1741
2327
|
}
|
|
1742
|
-
.u-m-l-48
|
|
2328
|
+
.u-m-l-48,
|
|
2329
|
+
.up-m-l-48 {
|
|
1743
2330
|
margin-left: 48rpx !important;
|
|
1744
2331
|
}
|
|
1745
|
-
.u-p-l-48
|
|
2332
|
+
.u-p-l-48,
|
|
2333
|
+
.up-p-l-48 {
|
|
1746
2334
|
padding-left: 48rpx !important;
|
|
1747
2335
|
}
|
|
1748
|
-
.u-margin-left-48
|
|
2336
|
+
.u-margin-left-48,
|
|
2337
|
+
.up-margin-left-48 {
|
|
1749
2338
|
margin-left: 48rpx !important;
|
|
1750
2339
|
}
|
|
1751
|
-
.u-padding-left-48
|
|
2340
|
+
.u-padding-left-48,
|
|
2341
|
+
.up-padding-left-48 {
|
|
1752
2342
|
padding-left: 48rpx !important;
|
|
1753
2343
|
}
|
|
1754
|
-
.u-m-t-48
|
|
2344
|
+
.u-m-t-48,
|
|
2345
|
+
.up-m-t-48 {
|
|
1755
2346
|
margin-top: 48rpx !important;
|
|
1756
2347
|
}
|
|
1757
|
-
.u-p-t-48
|
|
2348
|
+
.u-p-t-48,
|
|
2349
|
+
.up-p-t-48 {
|
|
1758
2350
|
padding-top: 48rpx !important;
|
|
1759
2351
|
}
|
|
1760
|
-
.u-margin-top-48
|
|
2352
|
+
.u-margin-top-48,
|
|
2353
|
+
.up-margin-top-48 {
|
|
1761
2354
|
margin-top: 48rpx !important;
|
|
1762
2355
|
}
|
|
1763
|
-
.u-padding-top-48
|
|
2356
|
+
.u-padding-top-48,
|
|
2357
|
+
.up-padding-top-48 {
|
|
1764
2358
|
padding-top: 48rpx !important;
|
|
1765
2359
|
}
|
|
1766
|
-
.u-m-r-48
|
|
2360
|
+
.u-m-r-48,
|
|
2361
|
+
.up-m-r-48 {
|
|
1767
2362
|
margin-right: 48rpx !important;
|
|
1768
2363
|
}
|
|
1769
|
-
.u-p-r-48
|
|
2364
|
+
.u-p-r-48,
|
|
2365
|
+
.up-p-r-48 {
|
|
1770
2366
|
padding-right: 48rpx !important;
|
|
1771
2367
|
}
|
|
1772
|
-
.u-margin-right-48
|
|
2368
|
+
.u-margin-right-48,
|
|
2369
|
+
.up-margin-right-48 {
|
|
1773
2370
|
margin-right: 48rpx !important;
|
|
1774
2371
|
}
|
|
1775
|
-
.u-padding-right-48
|
|
2372
|
+
.u-padding-right-48,
|
|
2373
|
+
.up-padding-right-48 {
|
|
1776
2374
|
padding-right: 48rpx !important;
|
|
1777
2375
|
}
|
|
1778
|
-
.u-m-b-48
|
|
2376
|
+
.u-m-b-48,
|
|
2377
|
+
.up-m-b-48 {
|
|
1779
2378
|
margin-bottom: 48rpx !important;
|
|
1780
2379
|
}
|
|
1781
|
-
.u-p-b-48
|
|
2380
|
+
.u-p-b-48,
|
|
2381
|
+
.up-p-b-48 {
|
|
1782
2382
|
padding-bottom: 48rpx !important;
|
|
1783
2383
|
}
|
|
1784
|
-
.u-margin-bottom-48
|
|
2384
|
+
.u-margin-bottom-48,
|
|
2385
|
+
.up-margin-bottom-48 {
|
|
1785
2386
|
margin-bottom: 48rpx !important;
|
|
1786
2387
|
}
|
|
1787
|
-
.u-padding-bottom-48
|
|
2388
|
+
.u-padding-bottom-48,
|
|
2389
|
+
.up-padding-bottom-48 {
|
|
1788
2390
|
padding-bottom: 48rpx !important;
|
|
1789
2391
|
}
|
|
1790
|
-
.u-margin-50, .u-m-50
|
|
2392
|
+
.u-margin-50, .u-m-50,
|
|
2393
|
+
.up-margin-50, .up-m-50 {
|
|
1791
2394
|
margin: 50rpx !important;
|
|
1792
2395
|
}
|
|
1793
|
-
.u-padding-50, .u-p-50
|
|
2396
|
+
.u-padding-50, .u-p-50,
|
|
2397
|
+
.up-padding-50, .up-p-50 {
|
|
1794
2398
|
padding: 50rpx !important;
|
|
1795
2399
|
}
|
|
1796
|
-
.u-m-l-50
|
|
2400
|
+
.u-m-l-50,
|
|
2401
|
+
.up-m-l-50 {
|
|
1797
2402
|
margin-left: 50rpx !important;
|
|
1798
2403
|
}
|
|
1799
|
-
.u-p-l-50
|
|
2404
|
+
.u-p-l-50,
|
|
2405
|
+
.up-p-l-50 {
|
|
1800
2406
|
padding-left: 50rpx !important;
|
|
1801
2407
|
}
|
|
1802
|
-
.u-margin-left-50
|
|
2408
|
+
.u-margin-left-50,
|
|
2409
|
+
.up-margin-left-50 {
|
|
1803
2410
|
margin-left: 50rpx !important;
|
|
1804
2411
|
}
|
|
1805
|
-
.u-padding-left-50
|
|
2412
|
+
.u-padding-left-50,
|
|
2413
|
+
.up-padding-left-50 {
|
|
1806
2414
|
padding-left: 50rpx !important;
|
|
1807
2415
|
}
|
|
1808
|
-
.u-m-t-50
|
|
2416
|
+
.u-m-t-50,
|
|
2417
|
+
.up-m-t-50 {
|
|
1809
2418
|
margin-top: 50rpx !important;
|
|
1810
2419
|
}
|
|
1811
|
-
.u-p-t-50
|
|
2420
|
+
.u-p-t-50,
|
|
2421
|
+
.up-p-t-50 {
|
|
1812
2422
|
padding-top: 50rpx !important;
|
|
1813
2423
|
}
|
|
1814
|
-
.u-margin-top-50
|
|
2424
|
+
.u-margin-top-50,
|
|
2425
|
+
.up-margin-top-50 {
|
|
1815
2426
|
margin-top: 50rpx !important;
|
|
1816
2427
|
}
|
|
1817
|
-
.u-padding-top-50
|
|
2428
|
+
.u-padding-top-50,
|
|
2429
|
+
.up-padding-top-50 {
|
|
1818
2430
|
padding-top: 50rpx !important;
|
|
1819
2431
|
}
|
|
1820
|
-
.u-m-r-50
|
|
2432
|
+
.u-m-r-50,
|
|
2433
|
+
.up-m-r-50 {
|
|
1821
2434
|
margin-right: 50rpx !important;
|
|
1822
2435
|
}
|
|
1823
|
-
.u-p-r-50
|
|
2436
|
+
.u-p-r-50,
|
|
2437
|
+
.up-p-r-50 {
|
|
1824
2438
|
padding-right: 50rpx !important;
|
|
1825
2439
|
}
|
|
1826
|
-
.u-margin-right-50
|
|
2440
|
+
.u-margin-right-50,
|
|
2441
|
+
.up-margin-right-50 {
|
|
1827
2442
|
margin-right: 50rpx !important;
|
|
1828
2443
|
}
|
|
1829
|
-
.u-padding-right-50
|
|
2444
|
+
.u-padding-right-50,
|
|
2445
|
+
.up-padding-right-50 {
|
|
1830
2446
|
padding-right: 50rpx !important;
|
|
1831
2447
|
}
|
|
1832
|
-
.u-m-b-50
|
|
2448
|
+
.u-m-b-50,
|
|
2449
|
+
.up-m-b-50 {
|
|
1833
2450
|
margin-bottom: 50rpx !important;
|
|
1834
2451
|
}
|
|
1835
|
-
.u-p-b-50
|
|
2452
|
+
.u-p-b-50,
|
|
2453
|
+
.up-p-b-50 {
|
|
1836
2454
|
padding-bottom: 50rpx !important;
|
|
1837
2455
|
}
|
|
1838
|
-
.u-margin-bottom-50
|
|
2456
|
+
.u-margin-bottom-50,
|
|
2457
|
+
.up-margin-bottom-50 {
|
|
1839
2458
|
margin-bottom: 50rpx !important;
|
|
1840
2459
|
}
|
|
1841
|
-
.u-padding-bottom-50
|
|
2460
|
+
.u-padding-bottom-50,
|
|
2461
|
+
.up-padding-bottom-50 {
|
|
1842
2462
|
padding-bottom: 50rpx !important;
|
|
1843
2463
|
}
|
|
1844
|
-
.u-margin-52, .u-m-52
|
|
2464
|
+
.u-margin-52, .u-m-52,
|
|
2465
|
+
.up-margin-52, .up-m-52 {
|
|
1845
2466
|
margin: 52rpx !important;
|
|
1846
2467
|
}
|
|
1847
|
-
.u-padding-52, .u-p-52
|
|
2468
|
+
.u-padding-52, .u-p-52,
|
|
2469
|
+
.up-padding-52, .up-p-52 {
|
|
1848
2470
|
padding: 52rpx !important;
|
|
1849
2471
|
}
|
|
1850
|
-
.u-m-l-52
|
|
2472
|
+
.u-m-l-52,
|
|
2473
|
+
.up-m-l-52 {
|
|
1851
2474
|
margin-left: 52rpx !important;
|
|
1852
2475
|
}
|
|
1853
|
-
.u-p-l-52
|
|
2476
|
+
.u-p-l-52,
|
|
2477
|
+
.up-p-l-52 {
|
|
1854
2478
|
padding-left: 52rpx !important;
|
|
1855
2479
|
}
|
|
1856
|
-
.u-margin-left-52
|
|
2480
|
+
.u-margin-left-52,
|
|
2481
|
+
.up-margin-left-52 {
|
|
1857
2482
|
margin-left: 52rpx !important;
|
|
1858
2483
|
}
|
|
1859
|
-
.u-padding-left-52
|
|
2484
|
+
.u-padding-left-52,
|
|
2485
|
+
.up-padding-left-52 {
|
|
1860
2486
|
padding-left: 52rpx !important;
|
|
1861
2487
|
}
|
|
1862
|
-
.u-m-t-52
|
|
2488
|
+
.u-m-t-52,
|
|
2489
|
+
.up-m-t-52 {
|
|
1863
2490
|
margin-top: 52rpx !important;
|
|
1864
2491
|
}
|
|
1865
|
-
.u-p-t-52
|
|
2492
|
+
.u-p-t-52,
|
|
2493
|
+
.up-p-t-52 {
|
|
1866
2494
|
padding-top: 52rpx !important;
|
|
1867
2495
|
}
|
|
1868
|
-
.u-margin-top-52
|
|
2496
|
+
.u-margin-top-52,
|
|
2497
|
+
.up-margin-top-52 {
|
|
1869
2498
|
margin-top: 52rpx !important;
|
|
1870
2499
|
}
|
|
1871
|
-
.u-padding-top-52
|
|
2500
|
+
.u-padding-top-52,
|
|
2501
|
+
.up-padding-top-52 {
|
|
1872
2502
|
padding-top: 52rpx !important;
|
|
1873
2503
|
}
|
|
1874
|
-
.u-m-r-52
|
|
2504
|
+
.u-m-r-52,
|
|
2505
|
+
.up-m-r-52 {
|
|
1875
2506
|
margin-right: 52rpx !important;
|
|
1876
2507
|
}
|
|
1877
|
-
.u-p-r-52
|
|
2508
|
+
.u-p-r-52,
|
|
2509
|
+
.up-p-r-52 {
|
|
1878
2510
|
padding-right: 52rpx !important;
|
|
1879
2511
|
}
|
|
1880
|
-
.u-margin-right-52
|
|
2512
|
+
.u-margin-right-52,
|
|
2513
|
+
.up-margin-right-52 {
|
|
1881
2514
|
margin-right: 52rpx !important;
|
|
1882
2515
|
}
|
|
1883
|
-
.u-padding-right-52
|
|
2516
|
+
.u-padding-right-52,
|
|
2517
|
+
.up-padding-right-52 {
|
|
1884
2518
|
padding-right: 52rpx !important;
|
|
1885
2519
|
}
|
|
1886
|
-
.u-m-b-52
|
|
2520
|
+
.u-m-b-52,
|
|
2521
|
+
.up-m-b-52 {
|
|
1887
2522
|
margin-bottom: 52rpx !important;
|
|
1888
2523
|
}
|
|
1889
|
-
.u-p-b-52
|
|
2524
|
+
.u-p-b-52,
|
|
2525
|
+
.up-p-b-52 {
|
|
1890
2526
|
padding-bottom: 52rpx !important;
|
|
1891
2527
|
}
|
|
1892
|
-
.u-margin-bottom-52
|
|
2528
|
+
.u-margin-bottom-52,
|
|
2529
|
+
.up-margin-bottom-52 {
|
|
1893
2530
|
margin-bottom: 52rpx !important;
|
|
1894
2531
|
}
|
|
1895
|
-
.u-padding-bottom-52
|
|
2532
|
+
.u-padding-bottom-52,
|
|
2533
|
+
.up-padding-bottom-52 {
|
|
1896
2534
|
padding-bottom: 52rpx !important;
|
|
1897
2535
|
}
|
|
1898
|
-
.u-margin-54, .u-m-54
|
|
2536
|
+
.u-margin-54, .u-m-54,
|
|
2537
|
+
.up-margin-54, .up-m-54 {
|
|
1899
2538
|
margin: 54rpx !important;
|
|
1900
2539
|
}
|
|
1901
|
-
.u-padding-54, .u-p-54
|
|
2540
|
+
.u-padding-54, .u-p-54,
|
|
2541
|
+
.up-padding-54, .up-p-54 {
|
|
1902
2542
|
padding: 54rpx !important;
|
|
1903
2543
|
}
|
|
1904
|
-
.u-m-l-54
|
|
2544
|
+
.u-m-l-54,
|
|
2545
|
+
.up-m-l-54 {
|
|
1905
2546
|
margin-left: 54rpx !important;
|
|
1906
2547
|
}
|
|
1907
|
-
.u-p-l-54
|
|
2548
|
+
.u-p-l-54,
|
|
2549
|
+
.up-p-l-54 {
|
|
1908
2550
|
padding-left: 54rpx !important;
|
|
1909
2551
|
}
|
|
1910
|
-
.u-margin-left-54
|
|
2552
|
+
.u-margin-left-54,
|
|
2553
|
+
.up-margin-left-54 {
|
|
1911
2554
|
margin-left: 54rpx !important;
|
|
1912
2555
|
}
|
|
1913
|
-
.u-padding-left-54
|
|
2556
|
+
.u-padding-left-54,
|
|
2557
|
+
.up-padding-left-54 {
|
|
1914
2558
|
padding-left: 54rpx !important;
|
|
1915
2559
|
}
|
|
1916
|
-
.u-m-t-54
|
|
2560
|
+
.u-m-t-54,
|
|
2561
|
+
.up-m-t-54 {
|
|
1917
2562
|
margin-top: 54rpx !important;
|
|
1918
2563
|
}
|
|
1919
|
-
.u-p-t-54
|
|
2564
|
+
.u-p-t-54,
|
|
2565
|
+
.up-p-t-54 {
|
|
1920
2566
|
padding-top: 54rpx !important;
|
|
1921
2567
|
}
|
|
1922
|
-
.u-margin-top-54
|
|
2568
|
+
.u-margin-top-54,
|
|
2569
|
+
.up-margin-top-54 {
|
|
1923
2570
|
margin-top: 54rpx !important;
|
|
1924
2571
|
}
|
|
1925
|
-
.u-padding-top-54
|
|
2572
|
+
.u-padding-top-54,
|
|
2573
|
+
.up-padding-top-54 {
|
|
1926
2574
|
padding-top: 54rpx !important;
|
|
1927
2575
|
}
|
|
1928
|
-
.u-m-r-54
|
|
2576
|
+
.u-m-r-54,
|
|
2577
|
+
.up-m-r-54 {
|
|
1929
2578
|
margin-right: 54rpx !important;
|
|
1930
2579
|
}
|
|
1931
|
-
.u-p-r-54
|
|
2580
|
+
.u-p-r-54,
|
|
2581
|
+
.up-p-r-54 {
|
|
1932
2582
|
padding-right: 54rpx !important;
|
|
1933
2583
|
}
|
|
1934
|
-
.u-margin-right-54
|
|
2584
|
+
.u-margin-right-54,
|
|
2585
|
+
.up-margin-right-54 {
|
|
1935
2586
|
margin-right: 54rpx !important;
|
|
1936
2587
|
}
|
|
1937
|
-
.u-padding-right-54
|
|
2588
|
+
.u-padding-right-54,
|
|
2589
|
+
.up-padding-right-54 {
|
|
1938
2590
|
padding-right: 54rpx !important;
|
|
1939
2591
|
}
|
|
1940
|
-
.u-m-b-54
|
|
2592
|
+
.u-m-b-54,
|
|
2593
|
+
.up-m-b-54 {
|
|
1941
2594
|
margin-bottom: 54rpx !important;
|
|
1942
2595
|
}
|
|
1943
|
-
.u-p-b-54
|
|
2596
|
+
.u-p-b-54,
|
|
2597
|
+
.up-p-b-54 {
|
|
1944
2598
|
padding-bottom: 54rpx !important;
|
|
1945
2599
|
}
|
|
1946
|
-
.u-margin-bottom-54
|
|
2600
|
+
.u-margin-bottom-54,
|
|
2601
|
+
.up-margin-bottom-54 {
|
|
1947
2602
|
margin-bottom: 54rpx !important;
|
|
1948
2603
|
}
|
|
1949
|
-
.u-padding-bottom-54
|
|
2604
|
+
.u-padding-bottom-54,
|
|
2605
|
+
.up-padding-bottom-54 {
|
|
1950
2606
|
padding-bottom: 54rpx !important;
|
|
1951
2607
|
}
|
|
1952
|
-
.u-margin-55, .u-m-55
|
|
2608
|
+
.u-margin-55, .u-m-55,
|
|
2609
|
+
.up-margin-55, .up-m-55 {
|
|
1953
2610
|
margin: 55rpx !important;
|
|
1954
2611
|
}
|
|
1955
|
-
.u-padding-55, .u-p-55
|
|
2612
|
+
.u-padding-55, .u-p-55,
|
|
2613
|
+
.up-padding-55, .up-p-55 {
|
|
1956
2614
|
padding: 55rpx !important;
|
|
1957
2615
|
}
|
|
1958
|
-
.u-m-l-55
|
|
2616
|
+
.u-m-l-55,
|
|
2617
|
+
.up-m-l-55 {
|
|
1959
2618
|
margin-left: 55rpx !important;
|
|
1960
2619
|
}
|
|
1961
|
-
.u-p-l-55
|
|
2620
|
+
.u-p-l-55,
|
|
2621
|
+
.up-p-l-55 {
|
|
1962
2622
|
padding-left: 55rpx !important;
|
|
1963
2623
|
}
|
|
1964
|
-
.u-margin-left-55
|
|
2624
|
+
.u-margin-left-55,
|
|
2625
|
+
.up-margin-left-55 {
|
|
1965
2626
|
margin-left: 55rpx !important;
|
|
1966
2627
|
}
|
|
1967
|
-
.u-padding-left-55
|
|
2628
|
+
.u-padding-left-55,
|
|
2629
|
+
.up-padding-left-55 {
|
|
1968
2630
|
padding-left: 55rpx !important;
|
|
1969
2631
|
}
|
|
1970
|
-
.u-m-t-55
|
|
2632
|
+
.u-m-t-55,
|
|
2633
|
+
.up-m-t-55 {
|
|
1971
2634
|
margin-top: 55rpx !important;
|
|
1972
2635
|
}
|
|
1973
|
-
.u-p-t-55
|
|
2636
|
+
.u-p-t-55,
|
|
2637
|
+
.up-p-t-55 {
|
|
1974
2638
|
padding-top: 55rpx !important;
|
|
1975
2639
|
}
|
|
1976
|
-
.u-margin-top-55
|
|
2640
|
+
.u-margin-top-55,
|
|
2641
|
+
.up-margin-top-55 {
|
|
1977
2642
|
margin-top: 55rpx !important;
|
|
1978
2643
|
}
|
|
1979
|
-
.u-padding-top-55
|
|
2644
|
+
.u-padding-top-55,
|
|
2645
|
+
.up-padding-top-55 {
|
|
1980
2646
|
padding-top: 55rpx !important;
|
|
1981
2647
|
}
|
|
1982
|
-
.u-m-r-55
|
|
2648
|
+
.u-m-r-55,
|
|
2649
|
+
.up-m-r-55 {
|
|
1983
2650
|
margin-right: 55rpx !important;
|
|
1984
2651
|
}
|
|
1985
|
-
.u-p-r-55
|
|
2652
|
+
.u-p-r-55,
|
|
2653
|
+
.up-p-r-55 {
|
|
1986
2654
|
padding-right: 55rpx !important;
|
|
1987
2655
|
}
|
|
1988
|
-
.u-margin-right-55
|
|
2656
|
+
.u-margin-right-55,
|
|
2657
|
+
.up-margin-right-55 {
|
|
1989
2658
|
margin-right: 55rpx !important;
|
|
1990
2659
|
}
|
|
1991
|
-
.u-padding-right-55
|
|
2660
|
+
.u-padding-right-55,
|
|
2661
|
+
.up-padding-right-55 {
|
|
1992
2662
|
padding-right: 55rpx !important;
|
|
1993
2663
|
}
|
|
1994
|
-
.u-m-b-55
|
|
2664
|
+
.u-m-b-55,
|
|
2665
|
+
.up-m-b-55 {
|
|
1995
2666
|
margin-bottom: 55rpx !important;
|
|
1996
2667
|
}
|
|
1997
|
-
.u-p-b-55
|
|
2668
|
+
.u-p-b-55,
|
|
2669
|
+
.up-p-b-55 {
|
|
1998
2670
|
padding-bottom: 55rpx !important;
|
|
1999
2671
|
}
|
|
2000
|
-
.u-margin-bottom-55
|
|
2672
|
+
.u-margin-bottom-55,
|
|
2673
|
+
.up-margin-bottom-55 {
|
|
2001
2674
|
margin-bottom: 55rpx !important;
|
|
2002
2675
|
}
|
|
2003
|
-
.u-padding-bottom-55
|
|
2676
|
+
.u-padding-bottom-55,
|
|
2677
|
+
.up-padding-bottom-55 {
|
|
2004
2678
|
padding-bottom: 55rpx !important;
|
|
2005
2679
|
}
|
|
2006
|
-
.u-margin-56, .u-m-56
|
|
2680
|
+
.u-margin-56, .u-m-56,
|
|
2681
|
+
.up-margin-56, .up-m-56 {
|
|
2007
2682
|
margin: 56rpx !important;
|
|
2008
2683
|
}
|
|
2009
|
-
.u-padding-56, .u-p-56
|
|
2684
|
+
.u-padding-56, .u-p-56,
|
|
2685
|
+
.up-padding-56, .up-p-56 {
|
|
2010
2686
|
padding: 56rpx !important;
|
|
2011
2687
|
}
|
|
2012
|
-
.u-m-l-56
|
|
2688
|
+
.u-m-l-56,
|
|
2689
|
+
.up-m-l-56 {
|
|
2013
2690
|
margin-left: 56rpx !important;
|
|
2014
2691
|
}
|
|
2015
|
-
.u-p-l-56
|
|
2692
|
+
.u-p-l-56,
|
|
2693
|
+
.up-p-l-56 {
|
|
2016
2694
|
padding-left: 56rpx !important;
|
|
2017
2695
|
}
|
|
2018
|
-
.u-margin-left-56
|
|
2696
|
+
.u-margin-left-56,
|
|
2697
|
+
.up-margin-left-56 {
|
|
2019
2698
|
margin-left: 56rpx !important;
|
|
2020
2699
|
}
|
|
2021
|
-
.u-padding-left-56
|
|
2700
|
+
.u-padding-left-56,
|
|
2701
|
+
.up-padding-left-56 {
|
|
2022
2702
|
padding-left: 56rpx !important;
|
|
2023
2703
|
}
|
|
2024
|
-
.u-m-t-56
|
|
2704
|
+
.u-m-t-56,
|
|
2705
|
+
.up-m-t-56 {
|
|
2025
2706
|
margin-top: 56rpx !important;
|
|
2026
2707
|
}
|
|
2027
|
-
.u-p-t-56
|
|
2708
|
+
.u-p-t-56,
|
|
2709
|
+
.up-p-t-56 {
|
|
2028
2710
|
padding-top: 56rpx !important;
|
|
2029
2711
|
}
|
|
2030
|
-
.u-margin-top-56
|
|
2712
|
+
.u-margin-top-56,
|
|
2713
|
+
.up-margin-top-56 {
|
|
2031
2714
|
margin-top: 56rpx !important;
|
|
2032
2715
|
}
|
|
2033
|
-
.u-padding-top-56
|
|
2716
|
+
.u-padding-top-56,
|
|
2717
|
+
.up-padding-top-56 {
|
|
2034
2718
|
padding-top: 56rpx !important;
|
|
2035
2719
|
}
|
|
2036
|
-
.u-m-r-56
|
|
2720
|
+
.u-m-r-56,
|
|
2721
|
+
.up-m-r-56 {
|
|
2037
2722
|
margin-right: 56rpx !important;
|
|
2038
2723
|
}
|
|
2039
|
-
.u-p-r-56
|
|
2724
|
+
.u-p-r-56,
|
|
2725
|
+
.up-p-r-56 {
|
|
2040
2726
|
padding-right: 56rpx !important;
|
|
2041
2727
|
}
|
|
2042
|
-
.u-margin-right-56
|
|
2728
|
+
.u-margin-right-56,
|
|
2729
|
+
.up-margin-right-56 {
|
|
2043
2730
|
margin-right: 56rpx !important;
|
|
2044
2731
|
}
|
|
2045
|
-
.u-padding-right-56
|
|
2732
|
+
.u-padding-right-56,
|
|
2733
|
+
.up-padding-right-56 {
|
|
2046
2734
|
padding-right: 56rpx !important;
|
|
2047
2735
|
}
|
|
2048
|
-
.u-m-b-56
|
|
2736
|
+
.u-m-b-56,
|
|
2737
|
+
.up-m-b-56 {
|
|
2049
2738
|
margin-bottom: 56rpx !important;
|
|
2050
2739
|
}
|
|
2051
|
-
.u-p-b-56
|
|
2740
|
+
.u-p-b-56,
|
|
2741
|
+
.up-p-b-56 {
|
|
2052
2742
|
padding-bottom: 56rpx !important;
|
|
2053
2743
|
}
|
|
2054
|
-
.u-margin-bottom-56
|
|
2744
|
+
.u-margin-bottom-56,
|
|
2745
|
+
.up-margin-bottom-56 {
|
|
2055
2746
|
margin-bottom: 56rpx !important;
|
|
2056
2747
|
}
|
|
2057
|
-
.u-padding-bottom-56
|
|
2748
|
+
.u-padding-bottom-56,
|
|
2749
|
+
.up-padding-bottom-56 {
|
|
2058
2750
|
padding-bottom: 56rpx !important;
|
|
2059
2751
|
}
|
|
2060
|
-
.u-margin-58, .u-m-58
|
|
2752
|
+
.u-margin-58, .u-m-58,
|
|
2753
|
+
.up-margin-58, .up-m-58 {
|
|
2061
2754
|
margin: 58rpx !important;
|
|
2062
2755
|
}
|
|
2063
|
-
.u-padding-58, .u-p-58
|
|
2756
|
+
.u-padding-58, .u-p-58,
|
|
2757
|
+
.up-padding-58, .up-p-58 {
|
|
2064
2758
|
padding: 58rpx !important;
|
|
2065
2759
|
}
|
|
2066
|
-
.u-m-l-58
|
|
2760
|
+
.u-m-l-58,
|
|
2761
|
+
.up-m-l-58 {
|
|
2067
2762
|
margin-left: 58rpx !important;
|
|
2068
2763
|
}
|
|
2069
|
-
.u-p-l-58
|
|
2764
|
+
.u-p-l-58,
|
|
2765
|
+
.up-p-l-58 {
|
|
2070
2766
|
padding-left: 58rpx !important;
|
|
2071
2767
|
}
|
|
2072
|
-
.u-margin-left-58
|
|
2768
|
+
.u-margin-left-58,
|
|
2769
|
+
.up-margin-left-58 {
|
|
2073
2770
|
margin-left: 58rpx !important;
|
|
2074
2771
|
}
|
|
2075
|
-
.u-padding-left-58
|
|
2772
|
+
.u-padding-left-58,
|
|
2773
|
+
.up-padding-left-58 {
|
|
2076
2774
|
padding-left: 58rpx !important;
|
|
2077
2775
|
}
|
|
2078
|
-
.u-m-t-58
|
|
2776
|
+
.u-m-t-58,
|
|
2777
|
+
.up-m-t-58 {
|
|
2079
2778
|
margin-top: 58rpx !important;
|
|
2080
2779
|
}
|
|
2081
|
-
.u-p-t-58
|
|
2780
|
+
.u-p-t-58,
|
|
2781
|
+
.up-p-t-58 {
|
|
2082
2782
|
padding-top: 58rpx !important;
|
|
2083
2783
|
}
|
|
2084
|
-
.u-margin-top-58
|
|
2784
|
+
.u-margin-top-58,
|
|
2785
|
+
.up-margin-top-58 {
|
|
2085
2786
|
margin-top: 58rpx !important;
|
|
2086
2787
|
}
|
|
2087
|
-
.u-padding-top-58
|
|
2788
|
+
.u-padding-top-58,
|
|
2789
|
+
.up-padding-top-58 {
|
|
2088
2790
|
padding-top: 58rpx !important;
|
|
2089
2791
|
}
|
|
2090
|
-
.u-m-r-58
|
|
2792
|
+
.u-m-r-58,
|
|
2793
|
+
.up-m-r-58 {
|
|
2091
2794
|
margin-right: 58rpx !important;
|
|
2092
2795
|
}
|
|
2093
|
-
.u-p-r-58
|
|
2796
|
+
.u-p-r-58,
|
|
2797
|
+
.up-p-r-58 {
|
|
2094
2798
|
padding-right: 58rpx !important;
|
|
2095
2799
|
}
|
|
2096
|
-
.u-margin-right-58
|
|
2800
|
+
.u-margin-right-58,
|
|
2801
|
+
.up-margin-right-58 {
|
|
2097
2802
|
margin-right: 58rpx !important;
|
|
2098
2803
|
}
|
|
2099
|
-
.u-padding-right-58
|
|
2804
|
+
.u-padding-right-58,
|
|
2805
|
+
.up-padding-right-58 {
|
|
2100
2806
|
padding-right: 58rpx !important;
|
|
2101
2807
|
}
|
|
2102
|
-
.u-m-b-58
|
|
2808
|
+
.u-m-b-58,
|
|
2809
|
+
.up-m-b-58 {
|
|
2103
2810
|
margin-bottom: 58rpx !important;
|
|
2104
2811
|
}
|
|
2105
|
-
.u-p-b-58
|
|
2812
|
+
.u-p-b-58,
|
|
2813
|
+
.up-p-b-58 {
|
|
2106
2814
|
padding-bottom: 58rpx !important;
|
|
2107
2815
|
}
|
|
2108
|
-
.u-margin-bottom-58
|
|
2816
|
+
.u-margin-bottom-58,
|
|
2817
|
+
.up-margin-bottom-58 {
|
|
2109
2818
|
margin-bottom: 58rpx !important;
|
|
2110
2819
|
}
|
|
2111
|
-
.u-padding-bottom-58
|
|
2820
|
+
.u-padding-bottom-58,
|
|
2821
|
+
.up-padding-bottom-58 {
|
|
2112
2822
|
padding-bottom: 58rpx !important;
|
|
2113
2823
|
}
|
|
2114
|
-
.u-margin-60, .u-m-60
|
|
2824
|
+
.u-margin-60, .u-m-60,
|
|
2825
|
+
.up-margin-60, .up-m-60 {
|
|
2115
2826
|
margin: 60rpx !important;
|
|
2116
2827
|
}
|
|
2117
|
-
.u-padding-60, .u-p-60
|
|
2828
|
+
.u-padding-60, .u-p-60,
|
|
2829
|
+
.up-padding-60, .up-p-60 {
|
|
2118
2830
|
padding: 60rpx !important;
|
|
2119
2831
|
}
|
|
2120
|
-
.u-m-l-60
|
|
2832
|
+
.u-m-l-60,
|
|
2833
|
+
.up-m-l-60 {
|
|
2121
2834
|
margin-left: 60rpx !important;
|
|
2122
2835
|
}
|
|
2123
|
-
.u-p-l-60
|
|
2836
|
+
.u-p-l-60,
|
|
2837
|
+
.up-p-l-60 {
|
|
2124
2838
|
padding-left: 60rpx !important;
|
|
2125
2839
|
}
|
|
2126
|
-
.u-margin-left-60
|
|
2840
|
+
.u-margin-left-60,
|
|
2841
|
+
.up-margin-left-60 {
|
|
2127
2842
|
margin-left: 60rpx !important;
|
|
2128
2843
|
}
|
|
2129
|
-
.u-padding-left-60
|
|
2844
|
+
.u-padding-left-60,
|
|
2845
|
+
.up-padding-left-60 {
|
|
2130
2846
|
padding-left: 60rpx !important;
|
|
2131
2847
|
}
|
|
2132
|
-
.u-m-t-60
|
|
2848
|
+
.u-m-t-60,
|
|
2849
|
+
.up-m-t-60 {
|
|
2133
2850
|
margin-top: 60rpx !important;
|
|
2134
2851
|
}
|
|
2135
|
-
.u-p-t-60
|
|
2852
|
+
.u-p-t-60,
|
|
2853
|
+
.up-p-t-60 {
|
|
2136
2854
|
padding-top: 60rpx !important;
|
|
2137
2855
|
}
|
|
2138
|
-
.u-margin-top-60
|
|
2856
|
+
.u-margin-top-60,
|
|
2857
|
+
.up-margin-top-60 {
|
|
2139
2858
|
margin-top: 60rpx !important;
|
|
2140
2859
|
}
|
|
2141
|
-
.u-padding-top-60
|
|
2860
|
+
.u-padding-top-60,
|
|
2861
|
+
.up-padding-top-60 {
|
|
2142
2862
|
padding-top: 60rpx !important;
|
|
2143
2863
|
}
|
|
2144
|
-
.u-m-r-60
|
|
2864
|
+
.u-m-r-60,
|
|
2865
|
+
.up-m-r-60 {
|
|
2145
2866
|
margin-right: 60rpx !important;
|
|
2146
2867
|
}
|
|
2147
|
-
.u-p-r-60
|
|
2868
|
+
.u-p-r-60,
|
|
2869
|
+
.up-p-r-60 {
|
|
2148
2870
|
padding-right: 60rpx !important;
|
|
2149
2871
|
}
|
|
2150
|
-
.u-margin-right-60
|
|
2872
|
+
.u-margin-right-60,
|
|
2873
|
+
.up-margin-right-60 {
|
|
2151
2874
|
margin-right: 60rpx !important;
|
|
2152
2875
|
}
|
|
2153
|
-
.u-padding-right-60
|
|
2876
|
+
.u-padding-right-60,
|
|
2877
|
+
.up-padding-right-60 {
|
|
2154
2878
|
padding-right: 60rpx !important;
|
|
2155
2879
|
}
|
|
2156
|
-
.u-m-b-60
|
|
2880
|
+
.u-m-b-60,
|
|
2881
|
+
.up-m-b-60 {
|
|
2157
2882
|
margin-bottom: 60rpx !important;
|
|
2158
2883
|
}
|
|
2159
|
-
.u-p-b-60
|
|
2884
|
+
.u-p-b-60,
|
|
2885
|
+
.up-p-b-60 {
|
|
2160
2886
|
padding-bottom: 60rpx !important;
|
|
2161
2887
|
}
|
|
2162
|
-
.u-margin-bottom-60
|
|
2888
|
+
.u-margin-bottom-60,
|
|
2889
|
+
.up-margin-bottom-60 {
|
|
2163
2890
|
margin-bottom: 60rpx !important;
|
|
2164
2891
|
}
|
|
2165
|
-
.u-padding-bottom-60
|
|
2892
|
+
.u-padding-bottom-60,
|
|
2893
|
+
.up-padding-bottom-60 {
|
|
2166
2894
|
padding-bottom: 60rpx !important;
|
|
2167
2895
|
}
|
|
2168
|
-
.u-margin-62, .u-m-62
|
|
2896
|
+
.u-margin-62, .u-m-62,
|
|
2897
|
+
.up-margin-62, .up-m-62 {
|
|
2169
2898
|
margin: 62rpx !important;
|
|
2170
2899
|
}
|
|
2171
|
-
.u-padding-62, .u-p-62
|
|
2900
|
+
.u-padding-62, .u-p-62,
|
|
2901
|
+
.up-padding-62, .up-p-62 {
|
|
2172
2902
|
padding: 62rpx !important;
|
|
2173
2903
|
}
|
|
2174
|
-
.u-m-l-62
|
|
2904
|
+
.u-m-l-62,
|
|
2905
|
+
.up-m-l-62 {
|
|
2175
2906
|
margin-left: 62rpx !important;
|
|
2176
2907
|
}
|
|
2177
|
-
.u-p-l-62
|
|
2908
|
+
.u-p-l-62,
|
|
2909
|
+
.up-p-l-62 {
|
|
2178
2910
|
padding-left: 62rpx !important;
|
|
2179
2911
|
}
|
|
2180
|
-
.u-margin-left-62
|
|
2912
|
+
.u-margin-left-62,
|
|
2913
|
+
.up-margin-left-62 {
|
|
2181
2914
|
margin-left: 62rpx !important;
|
|
2182
2915
|
}
|
|
2183
|
-
.u-padding-left-62
|
|
2916
|
+
.u-padding-left-62,
|
|
2917
|
+
.up-padding-left-62 {
|
|
2184
2918
|
padding-left: 62rpx !important;
|
|
2185
2919
|
}
|
|
2186
|
-
.u-m-t-62
|
|
2920
|
+
.u-m-t-62,
|
|
2921
|
+
.up-m-t-62 {
|
|
2187
2922
|
margin-top: 62rpx !important;
|
|
2188
2923
|
}
|
|
2189
|
-
.u-p-t-62
|
|
2924
|
+
.u-p-t-62,
|
|
2925
|
+
.up-p-t-62 {
|
|
2190
2926
|
padding-top: 62rpx !important;
|
|
2191
2927
|
}
|
|
2192
|
-
.u-margin-top-62
|
|
2928
|
+
.u-margin-top-62,
|
|
2929
|
+
.up-margin-top-62 {
|
|
2193
2930
|
margin-top: 62rpx !important;
|
|
2194
2931
|
}
|
|
2195
|
-
.u-padding-top-62
|
|
2932
|
+
.u-padding-top-62,
|
|
2933
|
+
.up-padding-top-62 {
|
|
2196
2934
|
padding-top: 62rpx !important;
|
|
2197
2935
|
}
|
|
2198
|
-
.u-m-r-62
|
|
2936
|
+
.u-m-r-62,
|
|
2937
|
+
.up-m-r-62 {
|
|
2199
2938
|
margin-right: 62rpx !important;
|
|
2200
2939
|
}
|
|
2201
|
-
.u-p-r-62
|
|
2940
|
+
.u-p-r-62,
|
|
2941
|
+
.up-p-r-62 {
|
|
2202
2942
|
padding-right: 62rpx !important;
|
|
2203
2943
|
}
|
|
2204
|
-
.u-margin-right-62
|
|
2944
|
+
.u-margin-right-62,
|
|
2945
|
+
.up-margin-right-62 {
|
|
2205
2946
|
margin-right: 62rpx !important;
|
|
2206
2947
|
}
|
|
2207
|
-
.u-padding-right-62
|
|
2948
|
+
.u-padding-right-62,
|
|
2949
|
+
.up-padding-right-62 {
|
|
2208
2950
|
padding-right: 62rpx !important;
|
|
2209
2951
|
}
|
|
2210
|
-
.u-m-b-62
|
|
2952
|
+
.u-m-b-62,
|
|
2953
|
+
.up-m-b-62 {
|
|
2211
2954
|
margin-bottom: 62rpx !important;
|
|
2212
2955
|
}
|
|
2213
|
-
.u-p-b-62
|
|
2956
|
+
.u-p-b-62,
|
|
2957
|
+
.up-p-b-62 {
|
|
2214
2958
|
padding-bottom: 62rpx !important;
|
|
2215
2959
|
}
|
|
2216
|
-
.u-margin-bottom-62
|
|
2960
|
+
.u-margin-bottom-62,
|
|
2961
|
+
.up-margin-bottom-62 {
|
|
2217
2962
|
margin-bottom: 62rpx !important;
|
|
2218
2963
|
}
|
|
2219
|
-
.u-padding-bottom-62
|
|
2964
|
+
.u-padding-bottom-62,
|
|
2965
|
+
.up-padding-bottom-62 {
|
|
2220
2966
|
padding-bottom: 62rpx !important;
|
|
2221
2967
|
}
|
|
2222
|
-
.u-margin-64, .u-m-64
|
|
2968
|
+
.u-margin-64, .u-m-64,
|
|
2969
|
+
.up-margin-64, .up-m-64 {
|
|
2223
2970
|
margin: 64rpx !important;
|
|
2224
2971
|
}
|
|
2225
|
-
.u-padding-64, .u-p-64
|
|
2972
|
+
.u-padding-64, .u-p-64,
|
|
2973
|
+
.up-padding-64, .up-p-64 {
|
|
2226
2974
|
padding: 64rpx !important;
|
|
2227
2975
|
}
|
|
2228
|
-
.u-m-l-64
|
|
2976
|
+
.u-m-l-64,
|
|
2977
|
+
.up-m-l-64 {
|
|
2229
2978
|
margin-left: 64rpx !important;
|
|
2230
2979
|
}
|
|
2231
|
-
.u-p-l-64
|
|
2980
|
+
.u-p-l-64,
|
|
2981
|
+
.up-p-l-64 {
|
|
2232
2982
|
padding-left: 64rpx !important;
|
|
2233
2983
|
}
|
|
2234
|
-
.u-margin-left-64
|
|
2984
|
+
.u-margin-left-64,
|
|
2985
|
+
.up-margin-left-64 {
|
|
2235
2986
|
margin-left: 64rpx !important;
|
|
2236
2987
|
}
|
|
2237
|
-
.u-padding-left-64
|
|
2988
|
+
.u-padding-left-64,
|
|
2989
|
+
.up-padding-left-64 {
|
|
2238
2990
|
padding-left: 64rpx !important;
|
|
2239
2991
|
}
|
|
2240
|
-
.u-m-t-64
|
|
2992
|
+
.u-m-t-64,
|
|
2993
|
+
.up-m-t-64 {
|
|
2241
2994
|
margin-top: 64rpx !important;
|
|
2242
2995
|
}
|
|
2243
|
-
.u-p-t-64
|
|
2996
|
+
.u-p-t-64,
|
|
2997
|
+
.up-p-t-64 {
|
|
2244
2998
|
padding-top: 64rpx !important;
|
|
2245
2999
|
}
|
|
2246
|
-
.u-margin-top-64
|
|
3000
|
+
.u-margin-top-64,
|
|
3001
|
+
.up-margin-top-64 {
|
|
2247
3002
|
margin-top: 64rpx !important;
|
|
2248
3003
|
}
|
|
2249
|
-
.u-padding-top-64
|
|
3004
|
+
.u-padding-top-64,
|
|
3005
|
+
.up-padding-top-64 {
|
|
2250
3006
|
padding-top: 64rpx !important;
|
|
2251
3007
|
}
|
|
2252
|
-
.u-m-r-64
|
|
3008
|
+
.u-m-r-64,
|
|
3009
|
+
.up-m-r-64 {
|
|
2253
3010
|
margin-right: 64rpx !important;
|
|
2254
3011
|
}
|
|
2255
|
-
.u-p-r-64
|
|
3012
|
+
.u-p-r-64,
|
|
3013
|
+
.up-p-r-64 {
|
|
2256
3014
|
padding-right: 64rpx !important;
|
|
2257
3015
|
}
|
|
2258
|
-
.u-margin-right-64
|
|
3016
|
+
.u-margin-right-64,
|
|
3017
|
+
.up-margin-right-64 {
|
|
2259
3018
|
margin-right: 64rpx !important;
|
|
2260
3019
|
}
|
|
2261
|
-
.u-padding-right-64
|
|
3020
|
+
.u-padding-right-64,
|
|
3021
|
+
.up-padding-right-64 {
|
|
2262
3022
|
padding-right: 64rpx !important;
|
|
2263
3023
|
}
|
|
2264
|
-
.u-m-b-64
|
|
3024
|
+
.u-m-b-64,
|
|
3025
|
+
.up-m-b-64 {
|
|
2265
3026
|
margin-bottom: 64rpx !important;
|
|
2266
3027
|
}
|
|
2267
|
-
.u-p-b-64
|
|
3028
|
+
.u-p-b-64,
|
|
3029
|
+
.up-p-b-64 {
|
|
2268
3030
|
padding-bottom: 64rpx !important;
|
|
2269
3031
|
}
|
|
2270
|
-
.u-margin-bottom-64
|
|
3032
|
+
.u-margin-bottom-64,
|
|
3033
|
+
.up-margin-bottom-64 {
|
|
2271
3034
|
margin-bottom: 64rpx !important;
|
|
2272
3035
|
}
|
|
2273
|
-
.u-padding-bottom-64
|
|
3036
|
+
.u-padding-bottom-64,
|
|
3037
|
+
.up-padding-bottom-64 {
|
|
2274
3038
|
padding-bottom: 64rpx !important;
|
|
2275
3039
|
}
|
|
2276
|
-
.u-margin-65, .u-m-65
|
|
3040
|
+
.u-margin-65, .u-m-65,
|
|
3041
|
+
.up-margin-65, .up-m-65 {
|
|
2277
3042
|
margin: 65rpx !important;
|
|
2278
3043
|
}
|
|
2279
|
-
.u-padding-65, .u-p-65
|
|
3044
|
+
.u-padding-65, .u-p-65,
|
|
3045
|
+
.up-padding-65, .up-p-65 {
|
|
2280
3046
|
padding: 65rpx !important;
|
|
2281
3047
|
}
|
|
2282
|
-
.u-m-l-65
|
|
3048
|
+
.u-m-l-65,
|
|
3049
|
+
.up-m-l-65 {
|
|
2283
3050
|
margin-left: 65rpx !important;
|
|
2284
3051
|
}
|
|
2285
|
-
.u-p-l-65
|
|
3052
|
+
.u-p-l-65,
|
|
3053
|
+
.up-p-l-65 {
|
|
2286
3054
|
padding-left: 65rpx !important;
|
|
2287
3055
|
}
|
|
2288
|
-
.u-margin-left-65
|
|
3056
|
+
.u-margin-left-65,
|
|
3057
|
+
.up-margin-left-65 {
|
|
2289
3058
|
margin-left: 65rpx !important;
|
|
2290
3059
|
}
|
|
2291
|
-
.u-padding-left-65
|
|
3060
|
+
.u-padding-left-65,
|
|
3061
|
+
.up-padding-left-65 {
|
|
2292
3062
|
padding-left: 65rpx !important;
|
|
2293
3063
|
}
|
|
2294
|
-
.u-m-t-65
|
|
3064
|
+
.u-m-t-65,
|
|
3065
|
+
.up-m-t-65 {
|
|
2295
3066
|
margin-top: 65rpx !important;
|
|
2296
3067
|
}
|
|
2297
|
-
.u-p-t-65
|
|
3068
|
+
.u-p-t-65,
|
|
3069
|
+
.up-p-t-65 {
|
|
2298
3070
|
padding-top: 65rpx !important;
|
|
2299
3071
|
}
|
|
2300
|
-
.u-margin-top-65
|
|
3072
|
+
.u-margin-top-65,
|
|
3073
|
+
.up-margin-top-65 {
|
|
2301
3074
|
margin-top: 65rpx !important;
|
|
2302
3075
|
}
|
|
2303
|
-
.u-padding-top-65
|
|
3076
|
+
.u-padding-top-65,
|
|
3077
|
+
.up-padding-top-65 {
|
|
2304
3078
|
padding-top: 65rpx !important;
|
|
2305
3079
|
}
|
|
2306
|
-
.u-m-r-65
|
|
3080
|
+
.u-m-r-65,
|
|
3081
|
+
.up-m-r-65 {
|
|
2307
3082
|
margin-right: 65rpx !important;
|
|
2308
3083
|
}
|
|
2309
|
-
.u-p-r-65
|
|
3084
|
+
.u-p-r-65,
|
|
3085
|
+
.up-p-r-65 {
|
|
2310
3086
|
padding-right: 65rpx !important;
|
|
2311
3087
|
}
|
|
2312
|
-
.u-margin-right-65
|
|
3088
|
+
.u-margin-right-65,
|
|
3089
|
+
.up-margin-right-65 {
|
|
2313
3090
|
margin-right: 65rpx !important;
|
|
2314
3091
|
}
|
|
2315
|
-
.u-padding-right-65
|
|
3092
|
+
.u-padding-right-65,
|
|
3093
|
+
.up-padding-right-65 {
|
|
2316
3094
|
padding-right: 65rpx !important;
|
|
2317
3095
|
}
|
|
2318
|
-
.u-m-b-65
|
|
3096
|
+
.u-m-b-65,
|
|
3097
|
+
.up-m-b-65 {
|
|
2319
3098
|
margin-bottom: 65rpx !important;
|
|
2320
3099
|
}
|
|
2321
|
-
.u-p-b-65
|
|
3100
|
+
.u-p-b-65,
|
|
3101
|
+
.up-p-b-65 {
|
|
2322
3102
|
padding-bottom: 65rpx !important;
|
|
2323
3103
|
}
|
|
2324
|
-
.u-margin-bottom-65
|
|
3104
|
+
.u-margin-bottom-65,
|
|
3105
|
+
.up-margin-bottom-65 {
|
|
2325
3106
|
margin-bottom: 65rpx !important;
|
|
2326
3107
|
}
|
|
2327
|
-
.u-padding-bottom-65
|
|
3108
|
+
.u-padding-bottom-65,
|
|
3109
|
+
.up-padding-bottom-65 {
|
|
2328
3110
|
padding-bottom: 65rpx !important;
|
|
2329
3111
|
}
|
|
2330
|
-
.u-margin-66, .u-m-66
|
|
3112
|
+
.u-margin-66, .u-m-66,
|
|
3113
|
+
.up-margin-66, .up-m-66 {
|
|
2331
3114
|
margin: 66rpx !important;
|
|
2332
3115
|
}
|
|
2333
|
-
.u-padding-66, .u-p-66
|
|
3116
|
+
.u-padding-66, .u-p-66,
|
|
3117
|
+
.up-padding-66, .up-p-66 {
|
|
2334
3118
|
padding: 66rpx !important;
|
|
2335
3119
|
}
|
|
2336
|
-
.u-m-l-66
|
|
3120
|
+
.u-m-l-66,
|
|
3121
|
+
.up-m-l-66 {
|
|
2337
3122
|
margin-left: 66rpx !important;
|
|
2338
3123
|
}
|
|
2339
|
-
.u-p-l-66
|
|
3124
|
+
.u-p-l-66,
|
|
3125
|
+
.up-p-l-66 {
|
|
2340
3126
|
padding-left: 66rpx !important;
|
|
2341
3127
|
}
|
|
2342
|
-
.u-margin-left-66
|
|
3128
|
+
.u-margin-left-66,
|
|
3129
|
+
.up-margin-left-66 {
|
|
2343
3130
|
margin-left: 66rpx !important;
|
|
2344
3131
|
}
|
|
2345
|
-
.u-padding-left-66
|
|
3132
|
+
.u-padding-left-66,
|
|
3133
|
+
.up-padding-left-66 {
|
|
2346
3134
|
padding-left: 66rpx !important;
|
|
2347
3135
|
}
|
|
2348
|
-
.u-m-t-66
|
|
3136
|
+
.u-m-t-66,
|
|
3137
|
+
.up-m-t-66 {
|
|
2349
3138
|
margin-top: 66rpx !important;
|
|
2350
3139
|
}
|
|
2351
|
-
.u-p-t-66
|
|
3140
|
+
.u-p-t-66,
|
|
3141
|
+
.up-p-t-66 {
|
|
2352
3142
|
padding-top: 66rpx !important;
|
|
2353
3143
|
}
|
|
2354
|
-
.u-margin-top-66
|
|
3144
|
+
.u-margin-top-66,
|
|
3145
|
+
.up-margin-top-66 {
|
|
2355
3146
|
margin-top: 66rpx !important;
|
|
2356
3147
|
}
|
|
2357
|
-
.u-padding-top-66
|
|
3148
|
+
.u-padding-top-66,
|
|
3149
|
+
.up-padding-top-66 {
|
|
2358
3150
|
padding-top: 66rpx !important;
|
|
2359
3151
|
}
|
|
2360
|
-
.u-m-r-66
|
|
3152
|
+
.u-m-r-66,
|
|
3153
|
+
.up-m-r-66 {
|
|
2361
3154
|
margin-right: 66rpx !important;
|
|
2362
3155
|
}
|
|
2363
|
-
.u-p-r-66
|
|
3156
|
+
.u-p-r-66,
|
|
3157
|
+
.up-p-r-66 {
|
|
2364
3158
|
padding-right: 66rpx !important;
|
|
2365
3159
|
}
|
|
2366
|
-
.u-margin-right-66
|
|
3160
|
+
.u-margin-right-66,
|
|
3161
|
+
.up-margin-right-66 {
|
|
2367
3162
|
margin-right: 66rpx !important;
|
|
2368
3163
|
}
|
|
2369
|
-
.u-padding-right-66
|
|
3164
|
+
.u-padding-right-66,
|
|
3165
|
+
.up-padding-right-66 {
|
|
2370
3166
|
padding-right: 66rpx !important;
|
|
2371
3167
|
}
|
|
2372
|
-
.u-m-b-66
|
|
3168
|
+
.u-m-b-66,
|
|
3169
|
+
.up-m-b-66 {
|
|
2373
3170
|
margin-bottom: 66rpx !important;
|
|
2374
3171
|
}
|
|
2375
|
-
.u-p-b-66
|
|
3172
|
+
.u-p-b-66,
|
|
3173
|
+
.up-p-b-66 {
|
|
2376
3174
|
padding-bottom: 66rpx !important;
|
|
2377
3175
|
}
|
|
2378
|
-
.u-margin-bottom-66
|
|
3176
|
+
.u-margin-bottom-66,
|
|
3177
|
+
.up-margin-bottom-66 {
|
|
2379
3178
|
margin-bottom: 66rpx !important;
|
|
2380
3179
|
}
|
|
2381
|
-
.u-padding-bottom-66
|
|
3180
|
+
.u-padding-bottom-66,
|
|
3181
|
+
.up-padding-bottom-66 {
|
|
2382
3182
|
padding-bottom: 66rpx !important;
|
|
2383
3183
|
}
|
|
2384
|
-
.u-margin-68, .u-m-68
|
|
3184
|
+
.u-margin-68, .u-m-68,
|
|
3185
|
+
.up-margin-68, .up-m-68 {
|
|
2385
3186
|
margin: 68rpx !important;
|
|
2386
3187
|
}
|
|
2387
|
-
.u-padding-68, .u-p-68
|
|
3188
|
+
.u-padding-68, .u-p-68,
|
|
3189
|
+
.up-padding-68, .up-p-68 {
|
|
2388
3190
|
padding: 68rpx !important;
|
|
2389
3191
|
}
|
|
2390
|
-
.u-m-l-68
|
|
3192
|
+
.u-m-l-68,
|
|
3193
|
+
.up-m-l-68 {
|
|
2391
3194
|
margin-left: 68rpx !important;
|
|
2392
3195
|
}
|
|
2393
|
-
.u-p-l-68
|
|
3196
|
+
.u-p-l-68,
|
|
3197
|
+
.up-p-l-68 {
|
|
2394
3198
|
padding-left: 68rpx !important;
|
|
2395
3199
|
}
|
|
2396
|
-
.u-margin-left-68
|
|
3200
|
+
.u-margin-left-68,
|
|
3201
|
+
.up-margin-left-68 {
|
|
2397
3202
|
margin-left: 68rpx !important;
|
|
2398
3203
|
}
|
|
2399
|
-
.u-padding-left-68
|
|
3204
|
+
.u-padding-left-68,
|
|
3205
|
+
.up-padding-left-68 {
|
|
2400
3206
|
padding-left: 68rpx !important;
|
|
2401
3207
|
}
|
|
2402
|
-
.u-m-t-68
|
|
3208
|
+
.u-m-t-68,
|
|
3209
|
+
.up-m-t-68 {
|
|
2403
3210
|
margin-top: 68rpx !important;
|
|
2404
3211
|
}
|
|
2405
|
-
.u-p-t-68
|
|
3212
|
+
.u-p-t-68,
|
|
3213
|
+
.up-p-t-68 {
|
|
2406
3214
|
padding-top: 68rpx !important;
|
|
2407
3215
|
}
|
|
2408
|
-
.u-margin-top-68
|
|
3216
|
+
.u-margin-top-68,
|
|
3217
|
+
.up-margin-top-68 {
|
|
2409
3218
|
margin-top: 68rpx !important;
|
|
2410
3219
|
}
|
|
2411
|
-
.u-padding-top-68
|
|
3220
|
+
.u-padding-top-68,
|
|
3221
|
+
.up-padding-top-68 {
|
|
2412
3222
|
padding-top: 68rpx !important;
|
|
2413
3223
|
}
|
|
2414
|
-
.u-m-r-68
|
|
3224
|
+
.u-m-r-68,
|
|
3225
|
+
.up-m-r-68 {
|
|
2415
3226
|
margin-right: 68rpx !important;
|
|
2416
3227
|
}
|
|
2417
|
-
.u-p-r-68
|
|
3228
|
+
.u-p-r-68,
|
|
3229
|
+
.up-p-r-68 {
|
|
2418
3230
|
padding-right: 68rpx !important;
|
|
2419
3231
|
}
|
|
2420
|
-
.u-margin-right-68
|
|
3232
|
+
.u-margin-right-68,
|
|
3233
|
+
.up-margin-right-68 {
|
|
2421
3234
|
margin-right: 68rpx !important;
|
|
2422
3235
|
}
|
|
2423
|
-
.u-padding-right-68
|
|
3236
|
+
.u-padding-right-68,
|
|
3237
|
+
.up-padding-right-68 {
|
|
2424
3238
|
padding-right: 68rpx !important;
|
|
2425
3239
|
}
|
|
2426
|
-
.u-m-b-68
|
|
3240
|
+
.u-m-b-68,
|
|
3241
|
+
.up-m-b-68 {
|
|
2427
3242
|
margin-bottom: 68rpx !important;
|
|
2428
3243
|
}
|
|
2429
|
-
.u-p-b-68
|
|
3244
|
+
.u-p-b-68,
|
|
3245
|
+
.up-p-b-68 {
|
|
2430
3246
|
padding-bottom: 68rpx !important;
|
|
2431
3247
|
}
|
|
2432
|
-
.u-margin-bottom-68
|
|
3248
|
+
.u-margin-bottom-68,
|
|
3249
|
+
.up-margin-bottom-68 {
|
|
2433
3250
|
margin-bottom: 68rpx !important;
|
|
2434
3251
|
}
|
|
2435
|
-
.u-padding-bottom-68
|
|
3252
|
+
.u-padding-bottom-68,
|
|
3253
|
+
.up-padding-bottom-68 {
|
|
2436
3254
|
padding-bottom: 68rpx !important;
|
|
2437
3255
|
}
|
|
2438
|
-
.u-margin-70, .u-m-70
|
|
3256
|
+
.u-margin-70, .u-m-70,
|
|
3257
|
+
.up-margin-70, .up-m-70 {
|
|
2439
3258
|
margin: 70rpx !important;
|
|
2440
3259
|
}
|
|
2441
|
-
.u-padding-70, .u-p-70
|
|
3260
|
+
.u-padding-70, .u-p-70,
|
|
3261
|
+
.up-padding-70, .up-p-70 {
|
|
2442
3262
|
padding: 70rpx !important;
|
|
2443
3263
|
}
|
|
2444
|
-
.u-m-l-70
|
|
3264
|
+
.u-m-l-70,
|
|
3265
|
+
.up-m-l-70 {
|
|
2445
3266
|
margin-left: 70rpx !important;
|
|
2446
3267
|
}
|
|
2447
|
-
.u-p-l-70
|
|
3268
|
+
.u-p-l-70,
|
|
3269
|
+
.up-p-l-70 {
|
|
2448
3270
|
padding-left: 70rpx !important;
|
|
2449
3271
|
}
|
|
2450
|
-
.u-margin-left-70
|
|
3272
|
+
.u-margin-left-70,
|
|
3273
|
+
.up-margin-left-70 {
|
|
2451
3274
|
margin-left: 70rpx !important;
|
|
2452
3275
|
}
|
|
2453
|
-
.u-padding-left-70
|
|
3276
|
+
.u-padding-left-70,
|
|
3277
|
+
.up-padding-left-70 {
|
|
2454
3278
|
padding-left: 70rpx !important;
|
|
2455
3279
|
}
|
|
2456
|
-
.u-m-t-70
|
|
3280
|
+
.u-m-t-70,
|
|
3281
|
+
.up-m-t-70 {
|
|
2457
3282
|
margin-top: 70rpx !important;
|
|
2458
3283
|
}
|
|
2459
|
-
.u-p-t-70
|
|
3284
|
+
.u-p-t-70,
|
|
3285
|
+
.up-p-t-70 {
|
|
2460
3286
|
padding-top: 70rpx !important;
|
|
2461
3287
|
}
|
|
2462
|
-
.u-margin-top-70
|
|
3288
|
+
.u-margin-top-70,
|
|
3289
|
+
.up-margin-top-70 {
|
|
2463
3290
|
margin-top: 70rpx !important;
|
|
2464
3291
|
}
|
|
2465
|
-
.u-padding-top-70
|
|
3292
|
+
.u-padding-top-70,
|
|
3293
|
+
.up-padding-top-70 {
|
|
2466
3294
|
padding-top: 70rpx !important;
|
|
2467
3295
|
}
|
|
2468
|
-
.u-m-r-70
|
|
3296
|
+
.u-m-r-70,
|
|
3297
|
+
.up-m-r-70 {
|
|
2469
3298
|
margin-right: 70rpx !important;
|
|
2470
3299
|
}
|
|
2471
|
-
.u-p-r-70
|
|
3300
|
+
.u-p-r-70,
|
|
3301
|
+
.up-p-r-70 {
|
|
2472
3302
|
padding-right: 70rpx !important;
|
|
2473
3303
|
}
|
|
2474
|
-
.u-margin-right-70
|
|
3304
|
+
.u-margin-right-70,
|
|
3305
|
+
.up-margin-right-70 {
|
|
2475
3306
|
margin-right: 70rpx !important;
|
|
2476
3307
|
}
|
|
2477
|
-
.u-padding-right-70
|
|
3308
|
+
.u-padding-right-70,
|
|
3309
|
+
.up-padding-right-70 {
|
|
2478
3310
|
padding-right: 70rpx !important;
|
|
2479
3311
|
}
|
|
2480
|
-
.u-m-b-70
|
|
3312
|
+
.u-m-b-70,
|
|
3313
|
+
.up-m-b-70 {
|
|
2481
3314
|
margin-bottom: 70rpx !important;
|
|
2482
3315
|
}
|
|
2483
|
-
.u-p-b-70
|
|
3316
|
+
.u-p-b-70,
|
|
3317
|
+
.up-p-b-70 {
|
|
2484
3318
|
padding-bottom: 70rpx !important;
|
|
2485
3319
|
}
|
|
2486
|
-
.u-margin-bottom-70
|
|
3320
|
+
.u-margin-bottom-70,
|
|
3321
|
+
.up-margin-bottom-70 {
|
|
2487
3322
|
margin-bottom: 70rpx !important;
|
|
2488
3323
|
}
|
|
2489
|
-
.u-padding-bottom-70
|
|
3324
|
+
.u-padding-bottom-70,
|
|
3325
|
+
.up-padding-bottom-70 {
|
|
2490
3326
|
padding-bottom: 70rpx !important;
|
|
2491
3327
|
}
|
|
2492
|
-
.u-margin-72, .u-m-72
|
|
3328
|
+
.u-margin-72, .u-m-72,
|
|
3329
|
+
.up-margin-72, .up-m-72 {
|
|
2493
3330
|
margin: 72rpx !important;
|
|
2494
3331
|
}
|
|
2495
|
-
.u-padding-72, .u-p-72
|
|
3332
|
+
.u-padding-72, .u-p-72,
|
|
3333
|
+
.up-padding-72, .up-p-72 {
|
|
2496
3334
|
padding: 72rpx !important;
|
|
2497
3335
|
}
|
|
2498
|
-
.u-m-l-72
|
|
3336
|
+
.u-m-l-72,
|
|
3337
|
+
.up-m-l-72 {
|
|
2499
3338
|
margin-left: 72rpx !important;
|
|
2500
3339
|
}
|
|
2501
|
-
.u-p-l-72
|
|
3340
|
+
.u-p-l-72,
|
|
3341
|
+
.up-p-l-72 {
|
|
2502
3342
|
padding-left: 72rpx !important;
|
|
2503
3343
|
}
|
|
2504
|
-
.u-margin-left-72
|
|
3344
|
+
.u-margin-left-72,
|
|
3345
|
+
.up-margin-left-72 {
|
|
2505
3346
|
margin-left: 72rpx !important;
|
|
2506
3347
|
}
|
|
2507
|
-
.u-padding-left-72
|
|
3348
|
+
.u-padding-left-72,
|
|
3349
|
+
.up-padding-left-72 {
|
|
2508
3350
|
padding-left: 72rpx !important;
|
|
2509
3351
|
}
|
|
2510
|
-
.u-m-t-72
|
|
3352
|
+
.u-m-t-72,
|
|
3353
|
+
.up-m-t-72 {
|
|
2511
3354
|
margin-top: 72rpx !important;
|
|
2512
3355
|
}
|
|
2513
|
-
.u-p-t-72
|
|
3356
|
+
.u-p-t-72,
|
|
3357
|
+
.up-p-t-72 {
|
|
2514
3358
|
padding-top: 72rpx !important;
|
|
2515
3359
|
}
|
|
2516
|
-
.u-margin-top-72
|
|
3360
|
+
.u-margin-top-72,
|
|
3361
|
+
.up-margin-top-72 {
|
|
2517
3362
|
margin-top: 72rpx !important;
|
|
2518
3363
|
}
|
|
2519
|
-
.u-padding-top-72
|
|
3364
|
+
.u-padding-top-72,
|
|
3365
|
+
.up-padding-top-72 {
|
|
2520
3366
|
padding-top: 72rpx !important;
|
|
2521
3367
|
}
|
|
2522
|
-
.u-m-r-72
|
|
3368
|
+
.u-m-r-72,
|
|
3369
|
+
.up-m-r-72 {
|
|
2523
3370
|
margin-right: 72rpx !important;
|
|
2524
3371
|
}
|
|
2525
|
-
.u-p-r-72
|
|
3372
|
+
.u-p-r-72,
|
|
3373
|
+
.up-p-r-72 {
|
|
2526
3374
|
padding-right: 72rpx !important;
|
|
2527
3375
|
}
|
|
2528
|
-
.u-margin-right-72
|
|
3376
|
+
.u-margin-right-72,
|
|
3377
|
+
.up-margin-right-72 {
|
|
2529
3378
|
margin-right: 72rpx !important;
|
|
2530
3379
|
}
|
|
2531
|
-
.u-padding-right-72
|
|
3380
|
+
.u-padding-right-72,
|
|
3381
|
+
.up-padding-right-72 {
|
|
2532
3382
|
padding-right: 72rpx !important;
|
|
2533
3383
|
}
|
|
2534
|
-
.u-m-b-72
|
|
3384
|
+
.u-m-b-72,
|
|
3385
|
+
.up-m-b-72 {
|
|
2535
3386
|
margin-bottom: 72rpx !important;
|
|
2536
3387
|
}
|
|
2537
|
-
.u-p-b-72
|
|
3388
|
+
.u-p-b-72,
|
|
3389
|
+
.up-p-b-72 {
|
|
2538
3390
|
padding-bottom: 72rpx !important;
|
|
2539
3391
|
}
|
|
2540
|
-
.u-margin-bottom-72
|
|
3392
|
+
.u-margin-bottom-72,
|
|
3393
|
+
.up-margin-bottom-72 {
|
|
2541
3394
|
margin-bottom: 72rpx !important;
|
|
2542
3395
|
}
|
|
2543
|
-
.u-padding-bottom-72
|
|
3396
|
+
.u-padding-bottom-72,
|
|
3397
|
+
.up-padding-bottom-72 {
|
|
2544
3398
|
padding-bottom: 72rpx !important;
|
|
2545
3399
|
}
|
|
2546
|
-
.u-margin-74, .u-m-74
|
|
3400
|
+
.u-margin-74, .u-m-74,
|
|
3401
|
+
.up-margin-74, .up-m-74 {
|
|
2547
3402
|
margin: 74rpx !important;
|
|
2548
3403
|
}
|
|
2549
|
-
.u-padding-74, .u-p-74
|
|
3404
|
+
.u-padding-74, .u-p-74,
|
|
3405
|
+
.up-padding-74, .up-p-74 {
|
|
2550
3406
|
padding: 74rpx !important;
|
|
2551
3407
|
}
|
|
2552
|
-
.u-m-l-74
|
|
3408
|
+
.u-m-l-74,
|
|
3409
|
+
.up-m-l-74 {
|
|
2553
3410
|
margin-left: 74rpx !important;
|
|
2554
3411
|
}
|
|
2555
|
-
.u-p-l-74
|
|
3412
|
+
.u-p-l-74,
|
|
3413
|
+
.up-p-l-74 {
|
|
2556
3414
|
padding-left: 74rpx !important;
|
|
2557
3415
|
}
|
|
2558
|
-
.u-margin-left-74
|
|
3416
|
+
.u-margin-left-74,
|
|
3417
|
+
.up-margin-left-74 {
|
|
2559
3418
|
margin-left: 74rpx !important;
|
|
2560
3419
|
}
|
|
2561
|
-
.u-padding-left-74
|
|
3420
|
+
.u-padding-left-74,
|
|
3421
|
+
.up-padding-left-74 {
|
|
2562
3422
|
padding-left: 74rpx !important;
|
|
2563
3423
|
}
|
|
2564
|
-
.u-m-t-74
|
|
3424
|
+
.u-m-t-74,
|
|
3425
|
+
.up-m-t-74 {
|
|
2565
3426
|
margin-top: 74rpx !important;
|
|
2566
3427
|
}
|
|
2567
|
-
.u-p-t-74
|
|
3428
|
+
.u-p-t-74,
|
|
3429
|
+
.up-p-t-74 {
|
|
2568
3430
|
padding-top: 74rpx !important;
|
|
2569
3431
|
}
|
|
2570
|
-
.u-margin-top-74
|
|
3432
|
+
.u-margin-top-74,
|
|
3433
|
+
.up-margin-top-74 {
|
|
2571
3434
|
margin-top: 74rpx !important;
|
|
2572
3435
|
}
|
|
2573
|
-
.u-padding-top-74
|
|
3436
|
+
.u-padding-top-74,
|
|
3437
|
+
.up-padding-top-74 {
|
|
2574
3438
|
padding-top: 74rpx !important;
|
|
2575
3439
|
}
|
|
2576
|
-
.u-m-r-74
|
|
3440
|
+
.u-m-r-74,
|
|
3441
|
+
.up-m-r-74 {
|
|
2577
3442
|
margin-right: 74rpx !important;
|
|
2578
3443
|
}
|
|
2579
|
-
.u-p-r-74
|
|
3444
|
+
.u-p-r-74,
|
|
3445
|
+
.up-p-r-74 {
|
|
2580
3446
|
padding-right: 74rpx !important;
|
|
2581
3447
|
}
|
|
2582
|
-
.u-margin-right-74
|
|
3448
|
+
.u-margin-right-74,
|
|
3449
|
+
.up-margin-right-74 {
|
|
2583
3450
|
margin-right: 74rpx !important;
|
|
2584
3451
|
}
|
|
2585
|
-
.u-padding-right-74
|
|
3452
|
+
.u-padding-right-74,
|
|
3453
|
+
.up-padding-right-74 {
|
|
2586
3454
|
padding-right: 74rpx !important;
|
|
2587
3455
|
}
|
|
2588
|
-
.u-m-b-74
|
|
3456
|
+
.u-m-b-74,
|
|
3457
|
+
.up-m-b-74 {
|
|
2589
3458
|
margin-bottom: 74rpx !important;
|
|
2590
3459
|
}
|
|
2591
|
-
.u-p-b-74
|
|
3460
|
+
.u-p-b-74,
|
|
3461
|
+
.up-p-b-74 {
|
|
2592
3462
|
padding-bottom: 74rpx !important;
|
|
2593
3463
|
}
|
|
2594
|
-
.u-margin-bottom-74
|
|
3464
|
+
.u-margin-bottom-74,
|
|
3465
|
+
.up-margin-bottom-74 {
|
|
2595
3466
|
margin-bottom: 74rpx !important;
|
|
2596
3467
|
}
|
|
2597
|
-
.u-padding-bottom-74
|
|
3468
|
+
.u-padding-bottom-74,
|
|
3469
|
+
.up-padding-bottom-74 {
|
|
2598
3470
|
padding-bottom: 74rpx !important;
|
|
2599
3471
|
}
|
|
2600
|
-
.u-margin-75, .u-m-75
|
|
3472
|
+
.u-margin-75, .u-m-75,
|
|
3473
|
+
.up-margin-75, .up-m-75 {
|
|
2601
3474
|
margin: 75rpx !important;
|
|
2602
3475
|
}
|
|
2603
|
-
.u-padding-75, .u-p-75
|
|
3476
|
+
.u-padding-75, .u-p-75,
|
|
3477
|
+
.up-padding-75, .up-p-75 {
|
|
2604
3478
|
padding: 75rpx !important;
|
|
2605
3479
|
}
|
|
2606
|
-
.u-m-l-75
|
|
3480
|
+
.u-m-l-75,
|
|
3481
|
+
.up-m-l-75 {
|
|
2607
3482
|
margin-left: 75rpx !important;
|
|
2608
3483
|
}
|
|
2609
|
-
.u-p-l-75
|
|
3484
|
+
.u-p-l-75,
|
|
3485
|
+
.up-p-l-75 {
|
|
2610
3486
|
padding-left: 75rpx !important;
|
|
2611
3487
|
}
|
|
2612
|
-
.u-margin-left-75
|
|
3488
|
+
.u-margin-left-75,
|
|
3489
|
+
.up-margin-left-75 {
|
|
2613
3490
|
margin-left: 75rpx !important;
|
|
2614
3491
|
}
|
|
2615
|
-
.u-padding-left-75
|
|
3492
|
+
.u-padding-left-75,
|
|
3493
|
+
.up-padding-left-75 {
|
|
2616
3494
|
padding-left: 75rpx !important;
|
|
2617
3495
|
}
|
|
2618
|
-
.u-m-t-75
|
|
3496
|
+
.u-m-t-75,
|
|
3497
|
+
.up-m-t-75 {
|
|
2619
3498
|
margin-top: 75rpx !important;
|
|
2620
3499
|
}
|
|
2621
|
-
.u-p-t-75
|
|
3500
|
+
.u-p-t-75,
|
|
3501
|
+
.up-p-t-75 {
|
|
2622
3502
|
padding-top: 75rpx !important;
|
|
2623
3503
|
}
|
|
2624
|
-
.u-margin-top-75
|
|
3504
|
+
.u-margin-top-75,
|
|
3505
|
+
.up-margin-top-75 {
|
|
2625
3506
|
margin-top: 75rpx !important;
|
|
2626
3507
|
}
|
|
2627
|
-
.u-padding-top-75
|
|
3508
|
+
.u-padding-top-75,
|
|
3509
|
+
.up-padding-top-75 {
|
|
2628
3510
|
padding-top: 75rpx !important;
|
|
2629
3511
|
}
|
|
2630
|
-
.u-m-r-75
|
|
3512
|
+
.u-m-r-75,
|
|
3513
|
+
.up-m-r-75 {
|
|
2631
3514
|
margin-right: 75rpx !important;
|
|
2632
3515
|
}
|
|
2633
|
-
.u-p-r-75
|
|
3516
|
+
.u-p-r-75,
|
|
3517
|
+
.up-p-r-75 {
|
|
2634
3518
|
padding-right: 75rpx !important;
|
|
2635
3519
|
}
|
|
2636
|
-
.u-margin-right-75
|
|
3520
|
+
.u-margin-right-75,
|
|
3521
|
+
.up-margin-right-75 {
|
|
2637
3522
|
margin-right: 75rpx !important;
|
|
2638
3523
|
}
|
|
2639
|
-
.u-padding-right-75
|
|
3524
|
+
.u-padding-right-75,
|
|
3525
|
+
.up-padding-right-75 {
|
|
2640
3526
|
padding-right: 75rpx !important;
|
|
2641
3527
|
}
|
|
2642
|
-
.u-m-b-75
|
|
3528
|
+
.u-m-b-75,
|
|
3529
|
+
.up-m-b-75 {
|
|
2643
3530
|
margin-bottom: 75rpx !important;
|
|
2644
3531
|
}
|
|
2645
|
-
.u-p-b-75
|
|
3532
|
+
.u-p-b-75,
|
|
3533
|
+
.up-p-b-75 {
|
|
2646
3534
|
padding-bottom: 75rpx !important;
|
|
2647
3535
|
}
|
|
2648
|
-
.u-margin-bottom-75
|
|
3536
|
+
.u-margin-bottom-75,
|
|
3537
|
+
.up-margin-bottom-75 {
|
|
2649
3538
|
margin-bottom: 75rpx !important;
|
|
2650
3539
|
}
|
|
2651
|
-
.u-padding-bottom-75
|
|
3540
|
+
.u-padding-bottom-75,
|
|
3541
|
+
.up-padding-bottom-75 {
|
|
2652
3542
|
padding-bottom: 75rpx !important;
|
|
2653
3543
|
}
|
|
2654
|
-
.u-margin-76, .u-m-76
|
|
3544
|
+
.u-margin-76, .u-m-76,
|
|
3545
|
+
.up-margin-76, .up-m-76 {
|
|
2655
3546
|
margin: 76rpx !important;
|
|
2656
3547
|
}
|
|
2657
|
-
.u-padding-76, .u-p-76
|
|
3548
|
+
.u-padding-76, .u-p-76,
|
|
3549
|
+
.up-padding-76, .up-p-76 {
|
|
2658
3550
|
padding: 76rpx !important;
|
|
2659
3551
|
}
|
|
2660
|
-
.u-m-l-76
|
|
3552
|
+
.u-m-l-76,
|
|
3553
|
+
.up-m-l-76 {
|
|
2661
3554
|
margin-left: 76rpx !important;
|
|
2662
3555
|
}
|
|
2663
|
-
.u-p-l-76
|
|
3556
|
+
.u-p-l-76,
|
|
3557
|
+
.up-p-l-76 {
|
|
2664
3558
|
padding-left: 76rpx !important;
|
|
2665
3559
|
}
|
|
2666
|
-
.u-margin-left-76
|
|
3560
|
+
.u-margin-left-76,
|
|
3561
|
+
.up-margin-left-76 {
|
|
2667
3562
|
margin-left: 76rpx !important;
|
|
2668
3563
|
}
|
|
2669
|
-
.u-padding-left-76
|
|
3564
|
+
.u-padding-left-76,
|
|
3565
|
+
.up-padding-left-76 {
|
|
2670
3566
|
padding-left: 76rpx !important;
|
|
2671
3567
|
}
|
|
2672
|
-
.u-m-t-76
|
|
3568
|
+
.u-m-t-76,
|
|
3569
|
+
.up-m-t-76 {
|
|
2673
3570
|
margin-top: 76rpx !important;
|
|
2674
3571
|
}
|
|
2675
|
-
.u-p-t-76
|
|
3572
|
+
.u-p-t-76,
|
|
3573
|
+
.up-p-t-76 {
|
|
2676
3574
|
padding-top: 76rpx !important;
|
|
2677
3575
|
}
|
|
2678
|
-
.u-margin-top-76
|
|
3576
|
+
.u-margin-top-76,
|
|
3577
|
+
.up-margin-top-76 {
|
|
2679
3578
|
margin-top: 76rpx !important;
|
|
2680
3579
|
}
|
|
2681
|
-
.u-padding-top-76
|
|
3580
|
+
.u-padding-top-76,
|
|
3581
|
+
.up-padding-top-76 {
|
|
2682
3582
|
padding-top: 76rpx !important;
|
|
2683
3583
|
}
|
|
2684
|
-
.u-m-r-76
|
|
3584
|
+
.u-m-r-76,
|
|
3585
|
+
.up-m-r-76 {
|
|
2685
3586
|
margin-right: 76rpx !important;
|
|
2686
3587
|
}
|
|
2687
|
-
.u-p-r-76
|
|
3588
|
+
.u-p-r-76,
|
|
3589
|
+
.up-p-r-76 {
|
|
2688
3590
|
padding-right: 76rpx !important;
|
|
2689
3591
|
}
|
|
2690
|
-
.u-margin-right-76
|
|
3592
|
+
.u-margin-right-76,
|
|
3593
|
+
.up-margin-right-76 {
|
|
2691
3594
|
margin-right: 76rpx !important;
|
|
2692
3595
|
}
|
|
2693
|
-
.u-padding-right-76
|
|
3596
|
+
.u-padding-right-76,
|
|
3597
|
+
.up-padding-right-76 {
|
|
2694
3598
|
padding-right: 76rpx !important;
|
|
2695
3599
|
}
|
|
2696
|
-
.u-m-b-76
|
|
3600
|
+
.u-m-b-76,
|
|
3601
|
+
.up-m-b-76 {
|
|
2697
3602
|
margin-bottom: 76rpx !important;
|
|
2698
3603
|
}
|
|
2699
|
-
.u-p-b-76
|
|
3604
|
+
.u-p-b-76,
|
|
3605
|
+
.up-p-b-76 {
|
|
2700
3606
|
padding-bottom: 76rpx !important;
|
|
2701
3607
|
}
|
|
2702
|
-
.u-margin-bottom-76
|
|
3608
|
+
.u-margin-bottom-76,
|
|
3609
|
+
.up-margin-bottom-76 {
|
|
2703
3610
|
margin-bottom: 76rpx !important;
|
|
2704
3611
|
}
|
|
2705
|
-
.u-padding-bottom-76
|
|
3612
|
+
.u-padding-bottom-76,
|
|
3613
|
+
.up-padding-bottom-76 {
|
|
2706
3614
|
padding-bottom: 76rpx !important;
|
|
2707
3615
|
}
|
|
2708
|
-
.u-margin-78, .u-m-78
|
|
3616
|
+
.u-margin-78, .u-m-78,
|
|
3617
|
+
.up-margin-78, .up-m-78 {
|
|
2709
3618
|
margin: 78rpx !important;
|
|
2710
3619
|
}
|
|
2711
|
-
.u-padding-78, .u-p-78
|
|
3620
|
+
.u-padding-78, .u-p-78,
|
|
3621
|
+
.up-padding-78, .up-p-78 {
|
|
2712
3622
|
padding: 78rpx !important;
|
|
2713
3623
|
}
|
|
2714
|
-
.u-m-l-78
|
|
3624
|
+
.u-m-l-78,
|
|
3625
|
+
.up-m-l-78 {
|
|
2715
3626
|
margin-left: 78rpx !important;
|
|
2716
3627
|
}
|
|
2717
|
-
.u-p-l-78
|
|
3628
|
+
.u-p-l-78,
|
|
3629
|
+
.up-p-l-78 {
|
|
2718
3630
|
padding-left: 78rpx !important;
|
|
2719
3631
|
}
|
|
2720
|
-
.u-margin-left-78
|
|
3632
|
+
.u-margin-left-78,
|
|
3633
|
+
.up-margin-left-78 {
|
|
2721
3634
|
margin-left: 78rpx !important;
|
|
2722
3635
|
}
|
|
2723
|
-
.u-padding-left-78
|
|
3636
|
+
.u-padding-left-78,
|
|
3637
|
+
.up-padding-left-78 {
|
|
2724
3638
|
padding-left: 78rpx !important;
|
|
2725
3639
|
}
|
|
2726
|
-
.u-m-t-78
|
|
3640
|
+
.u-m-t-78,
|
|
3641
|
+
.up-m-t-78 {
|
|
2727
3642
|
margin-top: 78rpx !important;
|
|
2728
3643
|
}
|
|
2729
|
-
.u-p-t-78
|
|
3644
|
+
.u-p-t-78,
|
|
3645
|
+
.up-p-t-78 {
|
|
2730
3646
|
padding-top: 78rpx !important;
|
|
2731
3647
|
}
|
|
2732
|
-
.u-margin-top-78
|
|
3648
|
+
.u-margin-top-78,
|
|
3649
|
+
.up-margin-top-78 {
|
|
2733
3650
|
margin-top: 78rpx !important;
|
|
2734
3651
|
}
|
|
2735
|
-
.u-padding-top-78
|
|
3652
|
+
.u-padding-top-78,
|
|
3653
|
+
.up-padding-top-78 {
|
|
2736
3654
|
padding-top: 78rpx !important;
|
|
2737
3655
|
}
|
|
2738
|
-
.u-m-r-78
|
|
3656
|
+
.u-m-r-78,
|
|
3657
|
+
.up-m-r-78 {
|
|
2739
3658
|
margin-right: 78rpx !important;
|
|
2740
3659
|
}
|
|
2741
|
-
.u-p-r-78
|
|
3660
|
+
.u-p-r-78,
|
|
3661
|
+
.up-p-r-78 {
|
|
2742
3662
|
padding-right: 78rpx !important;
|
|
2743
3663
|
}
|
|
2744
|
-
.u-margin-right-78
|
|
3664
|
+
.u-margin-right-78,
|
|
3665
|
+
.up-margin-right-78 {
|
|
2745
3666
|
margin-right: 78rpx !important;
|
|
2746
3667
|
}
|
|
2747
|
-
.u-padding-right-78
|
|
3668
|
+
.u-padding-right-78,
|
|
3669
|
+
.up-padding-right-78 {
|
|
2748
3670
|
padding-right: 78rpx !important;
|
|
2749
3671
|
}
|
|
2750
|
-
.u-m-b-78
|
|
3672
|
+
.u-m-b-78,
|
|
3673
|
+
.up-m-b-78 {
|
|
2751
3674
|
margin-bottom: 78rpx !important;
|
|
2752
3675
|
}
|
|
2753
|
-
.u-p-b-78
|
|
3676
|
+
.u-p-b-78,
|
|
3677
|
+
.up-p-b-78 {
|
|
2754
3678
|
padding-bottom: 78rpx !important;
|
|
2755
3679
|
}
|
|
2756
|
-
.u-margin-bottom-78
|
|
3680
|
+
.u-margin-bottom-78,
|
|
3681
|
+
.up-margin-bottom-78 {
|
|
2757
3682
|
margin-bottom: 78rpx !important;
|
|
2758
3683
|
}
|
|
2759
|
-
.u-padding-bottom-78
|
|
3684
|
+
.u-padding-bottom-78,
|
|
3685
|
+
.up-padding-bottom-78 {
|
|
2760
3686
|
padding-bottom: 78rpx !important;
|
|
2761
3687
|
}
|
|
2762
|
-
.u-margin-80, .u-m-80
|
|
3688
|
+
.u-margin-80, .u-m-80,
|
|
3689
|
+
.up-margin-80, .up-m-80 {
|
|
2763
3690
|
margin: 80rpx !important;
|
|
2764
3691
|
}
|
|
2765
|
-
.u-padding-80, .u-p-80
|
|
3692
|
+
.u-padding-80, .u-p-80,
|
|
3693
|
+
.up-padding-80, .up-p-80 {
|
|
2766
3694
|
padding: 80rpx !important;
|
|
2767
3695
|
}
|
|
2768
|
-
.u-m-l-80
|
|
3696
|
+
.u-m-l-80,
|
|
3697
|
+
.up-m-l-80 {
|
|
2769
3698
|
margin-left: 80rpx !important;
|
|
2770
3699
|
}
|
|
2771
|
-
.u-p-l-80
|
|
3700
|
+
.u-p-l-80,
|
|
3701
|
+
.up-p-l-80 {
|
|
2772
3702
|
padding-left: 80rpx !important;
|
|
2773
3703
|
}
|
|
2774
|
-
.u-margin-left-80
|
|
3704
|
+
.u-margin-left-80,
|
|
3705
|
+
.up-margin-left-80 {
|
|
2775
3706
|
margin-left: 80rpx !important;
|
|
2776
3707
|
}
|
|
2777
|
-
.u-padding-left-80
|
|
3708
|
+
.u-padding-left-80,
|
|
3709
|
+
.up-padding-left-80 {
|
|
2778
3710
|
padding-left: 80rpx !important;
|
|
2779
3711
|
}
|
|
2780
|
-
.u-m-t-80
|
|
3712
|
+
.u-m-t-80,
|
|
3713
|
+
.up-m-t-80 {
|
|
2781
3714
|
margin-top: 80rpx !important;
|
|
2782
3715
|
}
|
|
2783
|
-
.u-p-t-80
|
|
3716
|
+
.u-p-t-80,
|
|
3717
|
+
.up-p-t-80 {
|
|
2784
3718
|
padding-top: 80rpx !important;
|
|
2785
3719
|
}
|
|
2786
|
-
.u-margin-top-80
|
|
3720
|
+
.u-margin-top-80,
|
|
3721
|
+
.up-margin-top-80 {
|
|
2787
3722
|
margin-top: 80rpx !important;
|
|
2788
3723
|
}
|
|
2789
|
-
.u-padding-top-80
|
|
3724
|
+
.u-padding-top-80,
|
|
3725
|
+
.up-padding-top-80 {
|
|
2790
3726
|
padding-top: 80rpx !important;
|
|
2791
3727
|
}
|
|
2792
|
-
.u-m-r-80
|
|
3728
|
+
.u-m-r-80,
|
|
3729
|
+
.up-m-r-80 {
|
|
2793
3730
|
margin-right: 80rpx !important;
|
|
2794
3731
|
}
|
|
2795
|
-
.u-p-r-80
|
|
3732
|
+
.u-p-r-80,
|
|
3733
|
+
.up-p-r-80 {
|
|
2796
3734
|
padding-right: 80rpx !important;
|
|
2797
3735
|
}
|
|
2798
|
-
.u-margin-right-80
|
|
3736
|
+
.u-margin-right-80,
|
|
3737
|
+
.up-margin-right-80 {
|
|
2799
3738
|
margin-right: 80rpx !important;
|
|
2800
3739
|
}
|
|
2801
|
-
.u-padding-right-80
|
|
3740
|
+
.u-padding-right-80,
|
|
3741
|
+
.up-padding-right-80 {
|
|
2802
3742
|
padding-right: 80rpx !important;
|
|
2803
3743
|
}
|
|
2804
|
-
.u-m-b-80
|
|
3744
|
+
.u-m-b-80,
|
|
3745
|
+
.up-m-b-80 {
|
|
2805
3746
|
margin-bottom: 80rpx !important;
|
|
2806
3747
|
}
|
|
2807
|
-
.u-p-b-80
|
|
3748
|
+
.u-p-b-80,
|
|
3749
|
+
.up-p-b-80 {
|
|
2808
3750
|
padding-bottom: 80rpx !important;
|
|
2809
3751
|
}
|
|
2810
|
-
.u-margin-bottom-80
|
|
3752
|
+
.u-margin-bottom-80,
|
|
3753
|
+
.up-margin-bottom-80 {
|
|
2811
3754
|
margin-bottom: 80rpx !important;
|
|
2812
3755
|
}
|
|
2813
|
-
.u-padding-bottom-80
|
|
3756
|
+
.u-padding-bottom-80,
|
|
3757
|
+
.up-padding-bottom-80 {
|
|
2814
3758
|
padding-bottom: 80rpx !important;
|
|
2815
3759
|
}
|