oxy-uni-ui 1.2.3 → 2.0.0
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/attributes.json +1 -1
- package/components/common/abstracts/variable.scss +353 -328
- package/components/common/util.ts +185 -32
- package/components/composables/index.ts +1 -0
- package/components/composables/usePopover.ts +24 -20
- package/components/composables/useVirtualScroll.ts +10 -9
- package/components/composables/useWindowResize.ts +35 -0
- package/components/oxy-action-sheet/index.scss +24 -11
- package/components/oxy-action-sheet/oxy-action-sheet.vue +27 -19
- package/components/oxy-action-sheet/types.ts +7 -0
- package/components/oxy-backtop/index.scss +3 -3
- package/components/oxy-backtop/oxy-backtop.vue +9 -6
- package/components/oxy-backtop/types.ts +7 -7
- package/components/oxy-badge/index.scss +4 -4
- package/components/oxy-badge/oxy-badge.vue +3 -3
- package/components/oxy-badge/types.ts +2 -2
- package/components/oxy-button/index.scss +5 -5
- package/components/oxy-button/oxy-button.vue +5 -1
- package/components/oxy-calendar/index.scss +11 -11
- package/components/oxy-calendar/oxy-calendar.vue +1 -0
- package/components/oxy-calendar/types.ts +5 -0
- package/components/oxy-calendar-view/month/index.scss +4 -4
- package/components/oxy-calendar-view/month/types.ts +36 -0
- package/components/oxy-calendar-view/monthPanel/index.scss +7 -7
- package/components/oxy-calendar-view/monthPanel/month-panel.vue +14 -8
- package/components/oxy-calendar-view/year/index.scss +4 -4
- package/components/oxy-calendar-view/yearPanel/index.scss +4 -4
- package/components/oxy-calendar-view/yearPanel/year-panel.vue +21 -5
- package/components/oxy-card/index.scss +2 -2
- package/components/oxy-cell/index.scss +8 -8
- package/components/oxy-checkbox/index.scss +7 -7
- package/components/oxy-checkbox-group/index.scss +2 -2
- package/components/oxy-circle/oxy-circle.vue +10 -7
- package/components/oxy-circle/types.ts +5 -5
- package/components/oxy-col/oxy-col.vue +2 -2
- package/components/oxy-col-picker/index.scss +4 -4
- package/components/oxy-col-picker/oxy-col-picker.vue +6 -5
- package/components/oxy-col-picker/types.ts +7 -2
- package/components/oxy-collapse/index.scss +2 -2
- package/components/oxy-collapse-item/oxy-collapse-item.vue +3 -3
- package/components/oxy-corner/index.scss +32 -32
- package/components/oxy-count-to/oxy-count-to.vue +3 -3
- package/components/oxy-curtain/index.scss +15 -15
- package/components/oxy-curtain/oxy-curtain.vue +4 -2
- package/components/oxy-curtain/types.ts +6 -1
- package/components/oxy-date-strip/oxy-date-strip.vue +2 -2
- package/components/oxy-date-strip/types.ts +1 -1
- package/components/oxy-date-strip-item/index.scss +3 -3
- package/components/oxy-datetime-picker/index.scss +11 -11
- package/components/oxy-datetime-picker/oxy-datetime-picker.vue +1 -0
- package/components/oxy-datetime-picker/types.ts +5 -0
- package/components/oxy-drop-menu/index.scss +3 -3
- package/components/oxy-drop-menu/oxy-drop-menu.vue +3 -3
- package/components/oxy-drop-menu-item/index.scss +1 -1
- package/components/oxy-drop-menu-item/oxy-drop-menu-item.vue +4 -3
- package/components/oxy-drop-menu-item/types.ts +5 -0
- package/components/oxy-echarts/types.ts +6 -0
- package/components/oxy-fab/index.scss +8 -8
- package/components/oxy-fab/oxy-fab.vue +22 -3
- package/components/oxy-file-list/index.scss +24 -23
- package/components/oxy-file-list/oxy-file-list.vue +2 -2
- package/components/oxy-floating-panel/oxy-floating-panel.vue +13 -9
- package/components/oxy-floating-panel/{type.ts → types.ts} +8 -8
- package/components/oxy-footer/index.scss +19 -0
- package/components/oxy-footer/oxy-footer.vue +78 -0
- package/components/oxy-footer/types.ts +17 -0
- package/components/oxy-form-item/types.ts +22 -1
- package/components/oxy-gap/oxy-gap.vue +2 -2
- package/components/oxy-gap/types.ts +2 -2
- package/components/oxy-grid/oxy-grid.vue +1 -1
- package/components/oxy-grid/types.ts +1 -1
- package/components/oxy-grid-item/index.scss +1 -1
- package/components/oxy-grid-item/oxy-grid-item.vue +7 -5
- package/components/oxy-grid-item/types.ts +1 -1
- package/components/oxy-guidance/index.scss +75 -0
- package/components/oxy-guidance/oxy-guidance.vue +201 -0
- package/components/oxy-guidance/types.ts +33 -0
- package/components/oxy-icon/oxy-icon.vue +2 -2
- package/components/oxy-icon/types.ts +1 -1
- package/components/oxy-img/oxy-img.vue +4 -4
- package/components/oxy-img/types.ts +3 -3
- package/components/oxy-img-cropper/index.scss +12 -12
- package/components/oxy-img-cropper/oxy-img-cropper.vue +97 -52
- package/components/oxy-img-cropper/types.ts +2 -2
- package/components/oxy-img-lazy/oxy-img-lazy.vue +3 -3
- package/components/oxy-img-lazy/types.ts +3 -3
- package/components/oxy-index-anchor/index.scss +2 -2
- package/components/oxy-index-anchor/oxy-index-anchor.vue +2 -2
- package/components/oxy-index-anchor/{type.ts → types.ts} +3 -0
- package/components/oxy-index-bar/index.scss +3 -3
- package/components/oxy-index-bar/oxy-index-bar.vue +3 -3
- package/components/oxy-index-bar/{type.ts → types.ts} +2 -2
- package/components/oxy-input/index.scss +1 -1
- package/components/oxy-input-number/index.scss +5 -5
- package/components/oxy-input-number/oxy-input-number.vue +2 -2
- package/components/oxy-input-number/types.ts +3 -2
- package/components/oxy-keyboard/index.scss +5 -5
- package/components/oxy-keyboard/key/index.scss +3 -3
- package/components/oxy-keyboard/key/index.vue +2 -2
- package/components/oxy-keyboard/key/types.ts +15 -0
- package/components/oxy-keyboard/oxy-keyboard.vue +1 -0
- package/components/oxy-keyboard/types.ts +5 -0
- package/components/oxy-link/index.scss +2 -2
- package/components/oxy-list/oxy-list.vue +4 -3
- package/components/oxy-loading/oxy-loading.vue +8 -4
- package/components/oxy-loading/types.ts +1 -1
- package/components/oxy-loadmore/index.scss +3 -3
- package/components/oxy-long-press-menu/index.scss +93 -0
- package/components/oxy-long-press-menu/oxy-long-press-menu.vue +338 -0
- package/components/oxy-long-press-menu/types.ts +34 -0
- package/components/oxy-message-box/index.scss +12 -11
- package/components/oxy-message-box/oxy-message-box.vue +11 -3
- package/components/oxy-message-box/types.ts +14 -0
- package/components/oxy-navbar/index.scss +2 -2
- package/components/oxy-navbar/oxy-navbar.vue +58 -13
- package/components/oxy-navbar/types.ts +8 -1
- package/components/oxy-navbar-capsule/types.ts +3 -0
- package/components/oxy-notice-bar/index.scss +3 -3
- package/components/oxy-notice-bar/oxy-notice-bar.vue +9 -5
- package/components/oxy-notice-bar/types.ts +3 -3
- package/components/oxy-notify/index.ts +1 -0
- package/components/oxy-notify/oxy-notify.vue +3 -2
- package/components/oxy-notify/types.ts +7 -0
- package/components/oxy-pagination/index.scss +1 -1
- package/components/oxy-password-input/oxy-password-input.vue +2 -2
- package/components/oxy-password-input/types.ts +1 -1
- package/components/oxy-picker/index.scss +45 -2
- package/components/oxy-picker/oxy-picker.vue +100 -14
- package/components/oxy-picker/types.ts +29 -1
- package/components/oxy-picker-view/index.scss +3 -3
- package/components/oxy-picker-view/oxy-picker-view.vue +4 -4
- package/components/oxy-popover/index.scss +9 -9
- package/components/oxy-popup/index.scss +2 -2
- package/components/oxy-popup/oxy-popup.vue +35 -2
- package/components/oxy-popup/types.ts +8 -1
- package/components/oxy-progress/index.scss +3 -3
- package/components/oxy-qrcode/draw.ts +398 -0
- package/components/oxy-qrcode/index.scss +2 -0
- package/components/oxy-qrcode/oxy-qrcode.vue +124 -0
- package/components/oxy-qrcode/qrcode.ts +936 -0
- package/components/oxy-qrcode/types.ts +42 -0
- package/components/oxy-radio/index.scss +10 -10
- package/components/oxy-radio-group/index.scss +2 -2
- package/components/oxy-rate/types.ts +4 -4
- package/components/oxy-resize/index.scss +2 -2
- package/components/oxy-resize/oxy-resize.vue +4 -4
- package/components/oxy-resize/types.ts +3 -0
- package/components/oxy-rich-text/index.scss +30 -29
- package/components/oxy-rich-text/mp-html/mp-html.vue +33 -24
- package/components/oxy-rich-text/mp-html/node/node.vue +30 -19
- package/components/oxy-rich-text/oxy-rich-text.vue +31 -31
- package/components/oxy-rich-text/types.ts +6 -1
- package/components/oxy-row/oxy-row.vue +3 -3
- package/components/oxy-row/types.ts +1 -1
- package/components/oxy-search/index.scss +3 -3
- package/components/oxy-segmented/index.scss +16 -16
- package/components/oxy-segmented/oxy-segmented.vue +23 -3
- package/components/oxy-select/index.scss +144 -68
- package/components/oxy-select/oxy-select.vue +85 -50
- package/components/oxy-select/types.ts +13 -1
- package/components/oxy-select-picker/index.scss +7 -7
- package/components/oxy-select-picker/oxy-select-picker.vue +1 -0
- package/components/oxy-select-picker/types.ts +2 -0
- package/components/oxy-sidebar-item/index.scss +1 -1
- package/components/oxy-signature/oxy-signature.vue +18 -10
- package/components/oxy-signature/types.ts +106 -13
- package/components/oxy-skeleton/oxy-skeleton.vue +6 -6
- package/components/oxy-skeleton/types.ts +1 -1
- package/components/oxy-slider/index.scss +3 -3
- package/components/oxy-sort-button/index.scss +8 -8
- package/components/oxy-status-tip/index.scss +4 -4
- package/components/oxy-status-tip/oxy-status-tip.vue +5 -5
- package/components/oxy-status-tip/types.ts +3 -3
- package/components/oxy-step/index.scss +14 -14
- package/components/oxy-sticky/oxy-sticky.vue +6 -6
- package/components/oxy-stream-render/types.ts +4 -1
- package/components/oxy-swipe-action/oxy-swipe-action.vue +27 -2
- package/components/oxy-swiper/oxy-swiper.vue +6 -6
- package/components/oxy-swiper/types.ts +5 -5
- package/components/oxy-switch/index.scss +8 -8
- package/components/oxy-switch/oxy-switch.vue +2 -2
- package/components/oxy-switch/types.ts +1 -1
- package/components/oxy-tab/index.scss +11 -1
- package/components/oxy-tabbar/index.scss +1 -1
- package/components/oxy-tabbar/oxy-tabbar.vue +39 -10
- package/components/oxy-table/index.scss +5 -5
- package/components/oxy-table/oxy-table.vue +8 -6
- package/components/oxy-table/types.ts +2 -2
- package/components/oxy-table-col/oxy-table-col.vue +3 -3
- package/components/oxy-table-col/types.ts +2 -2
- package/components/oxy-tabs/index.scss +43 -15
- package/components/oxy-tabs/oxy-tabs.vue +53 -19
- package/components/oxy-tabs/types.ts +15 -3
- package/components/oxy-tag/index.scss +15 -15
- package/components/oxy-text/index.scss +5 -1
- package/components/oxy-text/oxy-text.vue +76 -7
- package/components/oxy-text/types.ts +12 -0
- package/components/oxy-textarea/index.scss +6 -6
- package/components/oxy-toast/oxy-toast.vue +24 -8
- package/components/oxy-tooltip/index.scss +9 -9
- package/components/oxy-tree/index.scss +51 -15
- package/components/oxy-tree/oxy-tree.vue +13 -9
- package/components/oxy-tree/types.ts +12 -9
- package/components/oxy-upload/index.scss +21 -21
- package/components/oxy-upload/types.ts +2 -2
- package/components/oxy-verification-code/index.scss +6 -0
- package/components/oxy-verification-code/oxy-verification-code.vue +187 -0
- package/components/oxy-verification-code/types.ts +82 -0
- package/components/oxy-video-preview/index.scss +4 -4
- package/components/oxy-virtual-scroll/index.scss +4 -4
- package/components/oxy-virtual-scroll/oxy-virtual-scroll.vue +11 -7
- package/components/oxy-virtual-scroll/types.ts +14 -14
- package/components/oxy-voice-player/index.scss +908 -0
- package/components/oxy-voice-player/oxy-voice-player.vue +821 -0
- package/components/oxy-voice-player/types.ts +567 -0
- package/components/oxy-waterfall/oxy-waterfall.vue +6 -6
- package/components/oxy-waterfall/types.ts +6 -6
- package/components/oxy-watermark/oxy-watermark.vue +35 -13
- package/components/oxy-watermark/types.ts +14 -14
- package/global.d.ts +2 -0
- package/locale/lang/ar-SA.ts +3 -0
- package/locale/lang/en-US.ts +3 -0
- package/locale/lang/zh-CN.ts +3 -0
- package/package.json +97 -1
- package/tags.json +1 -1
- package/web-types.json +1 -1
- package/components/oxy-number-keyboard/index.scss +0 -78
- package/components/oxy-number-keyboard/key/index.scss +0 -81
- package/components/oxy-number-keyboard/key/index.vue +0 -78
- package/components/oxy-number-keyboard/key/types.ts +0 -11
- package/components/oxy-number-keyboard/oxy-number-keyboard.vue +0 -151
- package/components/oxy-number-keyboard/types.ts +0 -83
- package/components/oxy-tree/components/tree-node-content.vue +0 -72
- package/components/oxy-tree/index.ts +0 -51
- package/oxy-uni-ui.zip +0 -0
|
@@ -71,20 +71,20 @@ $-color-icon-disabled: var(--oxy-color-icon-disabled, #a7a7a7) !default; // icon
|
|
|
71
71
|
/*-------------------------------- Theme color application size. start --------------------------------*/
|
|
72
72
|
|
|
73
73
|
/* 文字字号 */
|
|
74
|
-
$-fs-big: var(--oxy-fs-big,
|
|
75
|
-
$-fs-important: var(--oxy-fs-important,
|
|
76
|
-
$-fs-title: var(--oxy-fs-title,
|
|
77
|
-
$-fs-content: var(--oxy-fs-content,
|
|
78
|
-
$-fs-secondary: var(--oxy-fs-secondary,
|
|
79
|
-
$-fs-aid: var(--oxy-fs-aid,
|
|
74
|
+
$-fs-big: var(--oxy-fs-big, 48rpx) !default; // 大型标题
|
|
75
|
+
$-fs-important: var(--oxy-fs-important, 38rpx) !default; // 重要数据
|
|
76
|
+
$-fs-title: var(--oxy-fs-title, 32rpx) !default; // 标题字号/重要正文字号
|
|
77
|
+
$-fs-content: var(--oxy-fs-content, 28rpx) !default; // 普通正文
|
|
78
|
+
$-fs-secondary: var(--oxy-fs-secondary, 24rpx) !default; // 次要信息,注释/补充/正文
|
|
79
|
+
$-fs-aid: var(--oxy-fs-aid, 20rpx) !default; // 辅助文字字号,弱化信息,引导性/不可点文字
|
|
80
80
|
|
|
81
81
|
/* 文字字重 */
|
|
82
82
|
$-fw-medium: var(--oxy-fw-medium, 500) !default; // PingFangSC-Medium
|
|
83
83
|
$-fw-semibold: var(--oxy-fw-semibold, 600) !default; // PingFangSC-Semibold
|
|
84
84
|
|
|
85
85
|
/* 尺寸 */
|
|
86
|
-
$-size-side-padding: var(--oxy-size-side-padding,
|
|
87
|
-
$-size-side-padding-small: var(--oxy-size-side-padding-small,
|
|
86
|
+
$-size-side-padding: var(--oxy-size-side-padding, 30rpx) !default; // 屏幕两边留白
|
|
87
|
+
$-size-side-padding-small: var(--oxy-size-side-padding-small, 12rpx) !default; // 屏幕两边留白小值
|
|
88
88
|
|
|
89
89
|
/*-------------------------------- Theme color application size. end --------------------------------*/
|
|
90
90
|
|
|
@@ -92,9 +92,9 @@ $-size-side-padding-small: var(--oxy-size-side-padding-small, 6px) !default; //
|
|
|
92
92
|
|
|
93
93
|
/* action-sheet */
|
|
94
94
|
$-action-sheet-weight: var(--oxy-action-sheet-weight, 500) !default; // 面板字重
|
|
95
|
-
$-action-sheet-radius: var(--oxy-action-sheet-radius,
|
|
96
|
-
$-action-sheet-loading-size: var(--oxy-action-sheet-loading-size,
|
|
97
|
-
$-action-sheet-action-height: var(--oxy-action-sheet-action-height,
|
|
95
|
+
$-action-sheet-radius: var(--oxy-action-sheet-radius, 32rpx) !default; // 面板圆角大小
|
|
96
|
+
$-action-sheet-loading-size: var(--oxy-action-sheet-loading-size, 40rpx) !default; // loading动画尺寸
|
|
97
|
+
$-action-sheet-action-height: var(--oxy-action-sheet-action-height, 96rpx) !default; // 单条菜单高度
|
|
98
98
|
$-action-sheet-color: var(--oxy-action-sheet-color, rgba(0, 0, 0, 0.85)) !default; // 选项名称颜色
|
|
99
99
|
$-action-sheet-fs: var(--oxy-action-sheet-fs, $-fs-title) !default; // 选项名称字号
|
|
100
100
|
$-action-sheet-active-color: var(--oxy-action-sheet-active-color, $-color-bg) !default; // 点击高亮颜色
|
|
@@ -102,55 +102,55 @@ $-action-sheet-subname-fs: var(--oxy-action-sheet-subname-fs, $-fs-secondary) !d
|
|
|
102
102
|
$-action-sheet-subname-color: var(--oxy-action-sheet-subname-color, rgba(0, 0, 0, 0.45)) !default; // 描述信息颜色
|
|
103
103
|
$-action-sheet-disabled-color: var(--oxy-action-sheet-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
|
|
104
104
|
$-action-sheet-bg: var(--oxy-action-sheet-bg, $-color-white) !default; // 菜单容器颜色(取消按钮上方的颜色)
|
|
105
|
-
$-action-sheet-title-height: var(--oxy-action-sheet-title-height,
|
|
105
|
+
$-action-sheet-title-height: var(--oxy-action-sheet-title-height, 128rpx) !default; // 标题高度
|
|
106
106
|
$-action-sheet-title-fs: var(--oxy-action-sheet-title-fs, $-fs-title) !default; // 标题字号
|
|
107
107
|
$-action-sheet-close-fs: var(--oxy-action-sheet-close-fs, $-fs-title) !default; // 关闭按钮大小
|
|
108
108
|
$-action-sheet-close-color: var(--oxy-action-sheet-close-color, rgba(0, 0, 0, 0.65)) !default; // 关闭按钮颜色
|
|
109
|
-
$-action-sheet-close-top: var(--oxy-action-sheet-close-top,
|
|
110
|
-
$-action-sheet-close-right: var(--oxy-action-sheet-close-right,
|
|
109
|
+
$-action-sheet-close-top: var(--oxy-action-sheet-close-top, 50rpx) !default; // 关闭按钮距离标题顶部距离
|
|
110
|
+
$-action-sheet-close-right: var(--oxy-action-sheet-close-right, 30rpx) !default; // 关闭按钮距离标题右侧距离
|
|
111
111
|
$-action-sheet-cancel-color: var(--oxy-action-sheet-cancel-color, #131415) !default; // 取消按钮颜色
|
|
112
|
-
$-action-sheet-cancel-height: var(--oxy-action-sheet-cancel-height,
|
|
112
|
+
$-action-sheet-cancel-height: var(--oxy-action-sheet-cancel-height, 88rpx) !default; // 取消按钮高度
|
|
113
113
|
$-action-sheet-cancel-bg: var(--oxy-action-sheet-cancel-bg, rgba(240, 240, 240, 1)) !default; // 取消按钮背景色
|
|
114
|
-
$-action-sheet-cancel-radius: var(--oxy-action-sheet-cancel-radius,
|
|
115
|
-
$-action-sheet-panel-padding: var(--oxy-action-sheet-panel-padding,
|
|
116
|
-
$-action-sheet-panel-img-fs: var(--oxy-action-sheet-panel-img-fs,
|
|
117
|
-
$-action-sheet-panel-img-radius: var(--oxy-action-sheet-panel-img-radius,
|
|
114
|
+
$-action-sheet-cancel-radius: var(--oxy-action-sheet-cancel-radius, 44rpx) !default; // 取消按钮圆角大小
|
|
115
|
+
$-action-sheet-panel-padding: var(--oxy-action-sheet-panel-padding, 24rpx 0 22rpx) !default; // 自定义面板内边距大小
|
|
116
|
+
$-action-sheet-panel-img-fs: var(--oxy-action-sheet-panel-img-fs, 80rpx) !default; // 自定义面板图片大小
|
|
117
|
+
$-action-sheet-panel-img-radius: var(--oxy-action-sheet-panel-img-radius, 8rpx) !default; // 自定义面板图片圆角大小
|
|
118
118
|
|
|
119
119
|
/* badge */
|
|
120
120
|
$-badge-bg: var(--oxy-badge-bg, $-color-danger) !default; // 背景填充颜色
|
|
121
121
|
$-badge-color: var(--oxy-badge-color, #fff) !default; // 文字颜色
|
|
122
|
-
$-badge-fs: var(--oxy-badge-fs,
|
|
123
|
-
$-badge-padding: var(--oxy-badge-padding, 0
|
|
124
|
-
$-badge-height: var(--oxy-badge-height,
|
|
122
|
+
$-badge-fs: var(--oxy-badge-fs, 24rpx) !default; // 文字字号
|
|
123
|
+
$-badge-padding: var(--oxy-badge-padding, 0 10rpx) !default; // padding
|
|
124
|
+
$-badge-height: var(--oxy-badge-height, 32rpx) !default; // 高度
|
|
125
125
|
$-badge-primary: var(--oxy-badge-primary, $-color-theme) !default;
|
|
126
126
|
$-badge-success: var(--oxy-badge-success, $-color-success) !default;
|
|
127
127
|
$-badge-warning: var(--oxy-badge-warning, $-color-warning) !default;
|
|
128
128
|
$-badge-danger: var(--oxy-badge-danger, $-color-danger) !default;
|
|
129
129
|
$-badge-info: var(--oxy-badge-info, $-color-info) !default;
|
|
130
|
-
$-badge-dot-size: var(--oxy-badge-dot-size,
|
|
131
|
-
$-badge-border: var(--oxy-badge-border,
|
|
130
|
+
$-badge-dot-size: var(--oxy-badge-dot-size, 12rpx) !default; // dot 类型大小
|
|
131
|
+
$-badge-border: var(--oxy-badge-border, 4rpx solid $-badge-color) !default; // 边框样式
|
|
132
132
|
|
|
133
133
|
/* button */
|
|
134
134
|
$-button-disabled-opacity: var(--oxy-button-disabled-opacity, 0.6) !default; // button禁用透明度
|
|
135
|
-
$-button-small-height: var(--oxy-button-small-height,
|
|
136
|
-
$-button-small-padding: var(--oxy-button-small-padding, 0
|
|
135
|
+
$-button-small-height: var(--oxy-button-small-height, 56rpx) !default; // 小型按钮高度
|
|
136
|
+
$-button-small-padding: var(--oxy-button-small-padding, 0 24rpx) !default; // 小型按钮padding
|
|
137
137
|
$-button-small-fs: var(--oxy-button-small-fs, $-fs-secondary) !default; // 小型按钮字号
|
|
138
|
-
$-button-small-radius: var(--oxy-button-small-radius,
|
|
139
|
-
$-button-small-loading: var(--oxy-button-small-loading,
|
|
140
|
-
$-button-medium-height: var(--oxy-button-medium-height,
|
|
141
|
-
$-button-medium-padding: var(--oxy-button-medium-padding, 0
|
|
138
|
+
$-button-small-radius: var(--oxy-button-small-radius, 4rpx) !default; // 小型按钮圆角大小
|
|
139
|
+
$-button-small-loading: var(--oxy-button-small-loading, 28rpx) !default; // 小型按钮loading图标大小
|
|
140
|
+
$-button-medium-height: var(--oxy-button-medium-height, 72rpx) !default; // 中型按钮高度
|
|
141
|
+
$-button-medium-padding: var(--oxy-button-medium-padding, 0 32rpx) !default; // 中型按钮padding
|
|
142
142
|
$-button-medium-fs: var(--oxy-button-medium-fs, $-fs-content) !default; // 中型按钮字号
|
|
143
|
-
$-button-medium-radius: var(--oxy-button-medium-radius,
|
|
144
|
-
$-button-medium-loading: var(--oxy-button-medium-loading,
|
|
145
|
-
$-button-medium-box-shadow-size: var(--oxy-button-medium-box-shadow-size,
|
|
146
|
-
$-button-large-height: var(--oxy-button-large-height,
|
|
147
|
-
$-button-large-padding: var(--oxy-button-large-padding, 0
|
|
143
|
+
$-button-medium-radius: var(--oxy-button-medium-radius, 8rpx) !default; // 中型按钮圆角大小
|
|
144
|
+
$-button-medium-loading: var(--oxy-button-medium-loading, 36rpx) !default; // 中型按钮loading图标大小
|
|
145
|
+
$-button-medium-box-shadow-size: var(--oxy-button-medium-box-shadow-size, 0 4rpx 8rpx 0) !default; // 中尺寸阴影尺寸
|
|
146
|
+
$-button-large-height: var(--oxy-button-large-height, 88rpx) !default; // 大型按钮高度
|
|
147
|
+
$-button-large-padding: var(--oxy-button-large-padding, 0 72rpx) !default; // 大型按钮padding
|
|
148
148
|
$-button-large-fs: var(--oxy-button-large-fs, $-fs-title) !default; // 大型按钮字号
|
|
149
|
-
$-button-large-radius: var(--oxy-button-large-radius,
|
|
150
|
-
$-button-large-loading: var(--oxy-button-large-loading,
|
|
151
|
-
$-button-large-box-shadow-size: var(--oxy-button-large-box-shadow-size,
|
|
152
|
-
$-button-icon-fs: var(--oxy-button-icon-fs,
|
|
153
|
-
$-button-icon-size: var(--oxy-button-icon-size,
|
|
149
|
+
$-button-large-radius: var(--oxy-button-large-radius, 16rpx) !default; // 大型按钮圆角大小
|
|
150
|
+
$-button-large-loading: var(--oxy-button-large-loading, 48rpx) !default; // 大小按钮loading图标大小
|
|
151
|
+
$-button-large-box-shadow-size: var(--oxy-button-large-box-shadow-size, 0 8rpx 16rpx 0) !default; // 大尺寸阴影尺寸
|
|
152
|
+
$-button-icon-fs: var(--oxy-button-icon-fs, 36rpx) !default; // 带图标的按钮的图标大小
|
|
153
|
+
$-button-icon-size: var(--oxy-button-icon-size, 80rpx) !default; // icon 类型按钮尺寸
|
|
154
154
|
$-button-icon-color: var(--oxy-button-icon-color, rgba(0, 0, 0, 0.65)) !default; // icon 类型按钮颜色
|
|
155
155
|
$-button-icon-disabled-color: var(--oxy-button-icon-disabled-color, $-color-icon-disabled) !default; // icon 类型按钮禁用颜色
|
|
156
156
|
$-button-normal-color: var(--oxy-button-normal-color, $-color-title) !default; // 文字颜色
|
|
@@ -172,72 +172,72 @@ $-button-text-hover-opacity: var(--oxy-button-text-hover-opacity, 0.7) !default;
|
|
|
172
172
|
|
|
173
173
|
/* cell */
|
|
174
174
|
$-cell-padding: var(--oxy-cell-padding, $-size-side-padding) !default; // cell 左右padding距离
|
|
175
|
-
$-cell-line-height: var(--oxy-cell-line-height,
|
|
175
|
+
$-cell-line-height: var(--oxy-cell-line-height, 48rpx) !default; // 行高
|
|
176
176
|
|
|
177
177
|
$-cell-group-title-fs: var(--oxy-cell-group-title-fs, $-fs-title) !default; // 组标题字号
|
|
178
|
-
$-cell-group-padding: var(--oxy-cell-group-padding,
|
|
178
|
+
$-cell-group-padding: var(--oxy-cell-group-padding, 26rpx $-cell-padding) !default; // 组padding
|
|
179
179
|
$-cell-group-title-color: var(--oxy-cell-group-title-color, rgba(0, 0, 0, 0.85)) !default; // 组标题文字颜色
|
|
180
180
|
$-cell-group-value-fs: var(--oxy-cell-group-value-fs, $-fs-content) !default; // 组值字号
|
|
181
181
|
$-cell-group-value-color: var(--oxy-cell-group-value-color, $-color-content) !default; // 组值文字颜色
|
|
182
182
|
|
|
183
|
-
$-cell-wrapper-padding: var(--oxy-cell-wrapper-padding,
|
|
184
|
-
$-cell-wrapper-padding-large: var(--oxy-cell-wrapper-padding-large,
|
|
183
|
+
$-cell-wrapper-padding: var(--oxy-cell-wrapper-padding, 20rpx) !default; // cell 容器padding
|
|
184
|
+
$-cell-wrapper-padding-large: var(--oxy-cell-wrapper-padding-large, 24rpx) !default; // large类型cell容器padding
|
|
185
185
|
|
|
186
|
-
$-cell-wrapper-padding-with-label: var(--oxy-cell-wrapper-padding-with-label,
|
|
187
|
-
$-cell-icon-right: var(--oxy-cell-icon-right,
|
|
188
|
-
$-cell-icon-size: var(--oxy-cell-icon-size,
|
|
189
|
-
$-cell-title-fs: var(--oxy-cell-title-fs,
|
|
186
|
+
$-cell-wrapper-padding-with-label: var(--oxy-cell-wrapper-padding-with-label, 32rpx) !default; // cell 容器上下padding(有label情况下)
|
|
187
|
+
$-cell-icon-right: var(--oxy-cell-icon-right, 8rpx) !default; // 图标距离右边缘
|
|
188
|
+
$-cell-icon-size: var(--oxy-cell-icon-size, 32rpx) !default; // 图标大小
|
|
189
|
+
$-cell-title-fs: var(--oxy-cell-title-fs, 28rpx) !default; // 标题字号
|
|
190
190
|
$-cell-title-color: var(--oxy-cell-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题文字颜色
|
|
191
|
-
$-cell-label-fs: var(--oxy-cell-label-fs,
|
|
191
|
+
$-cell-label-fs: var(--oxy-cell-label-fs, 24rpx) !default; // 描述信息字号
|
|
192
192
|
$-cell-label-color: var(--oxy-cell-label-color, rgba(0, 0, 0, 0.45)) !default; // 描述信息文字颜色
|
|
193
|
-
$-cell-value-fs: var(--oxy-cell-value-fs,
|
|
194
|
-
$-cell-value-fs-large: var(--oxy-cell-value-fs-large,
|
|
193
|
+
$-cell-value-fs: var(--oxy-cell-value-fs, 28rpx) !default; // 右侧内容字号
|
|
194
|
+
$-cell-value-fs-large: var(--oxy-cell-value-fs-large, 32rpx) !default; // 大尺寸右侧内容字号
|
|
195
195
|
$-cell-value-color: var(--oxy-cell-value-color, rgba(0, 0, 0, 0.85)) !default; // 右侧内容文字颜色
|
|
196
|
-
$-cell-arrow-size: var(--oxy-cell-arrow-size,
|
|
196
|
+
$-cell-arrow-size: var(--oxy-cell-arrow-size, 36rpx) !default; // 右箭头大小
|
|
197
197
|
$-cell-arrow-color: var(--oxy-cell-arrow-color, rgba(0, 0, 0, 0.25)) !default; // 右箭头颜色
|
|
198
198
|
$-cell-clear-color: var(--oxy-cell-clear-color, #585858) !default; // 清空按钮颜色
|
|
199
199
|
$-cell-tap-bg: var(--oxy-cell-tap-bg, rgba(0, 0, 0, 0.06)) !default; // 点击态背景色
|
|
200
200
|
|
|
201
|
-
$-cell-title-fs-large: var(--oxy-cell-title-fs-large,
|
|
202
|
-
$-cell-label-fs-large: var(--oxy-cell-label-fs-large,
|
|
203
|
-
$-cell-icon-size-large: var(--oxy-cell-icon-size-large,
|
|
201
|
+
$-cell-title-fs-large: var(--oxy-cell-title-fs-large, 32rpx) !default; // 大尺寸标题字号
|
|
202
|
+
$-cell-label-fs-large: var(--oxy-cell-label-fs-large, 28rpx) !default; // 描述信息字号
|
|
203
|
+
$-cell-icon-size-large: var(--oxy-cell-icon-size-large, 36rpx) !default; // 图标大小
|
|
204
204
|
|
|
205
205
|
$-cell-required-color: var(--oxy-cell-required-color, $-color-danger) !default; // 要求必填*颜色
|
|
206
|
-
$-cell-required-size: var(--oxy-cell-required-size,
|
|
207
|
-
$-cell-required-margin: var(--oxy-cell-required-margin,
|
|
208
|
-
$-cell-vertical-top: var(--oxy-cell-vertical-top,
|
|
206
|
+
$-cell-required-size: var(--oxy-cell-required-size, 36rpx) !default; // 必填*字号
|
|
207
|
+
$-cell-required-margin: var(--oxy-cell-required-margin, 8rpx) !default; // 必填*间距
|
|
208
|
+
$-cell-vertical-top: var(--oxy-cell-vertical-top, 32rpx) !default; // 表单类型-上下结构的间距
|
|
209
209
|
|
|
210
210
|
/* calendar */
|
|
211
|
-
$-calendar-fs: var(--oxy-calendar-fs,
|
|
212
|
-
$-calendar-panel-padding: var(--oxy-calendar-panel-padding, 0
|
|
213
|
-
$-calendar-panel-title-fs: var(--oxy-calendar-panel-title-fs,
|
|
211
|
+
$-calendar-fs: var(--oxy-calendar-fs, 32rpx) !default;
|
|
212
|
+
$-calendar-panel-padding: var(--oxy-calendar-panel-padding, 0 24rpx) !default;
|
|
213
|
+
$-calendar-panel-title-fs: var(--oxy-calendar-panel-title-fs, 28rpx) !default;
|
|
214
214
|
$-calendar-panel-title-color: var(--oxy-calendar-panel-title-color, rgba(0, 0, 0, 0.85)) !default;
|
|
215
215
|
$-calendar-week-color: var(--oxy-calendar-week-color, rgba(0, 0, 0, 0.85)) !default;
|
|
216
|
-
$-calendar-week-height: var(--oxy-calendar-week-height,
|
|
217
|
-
$-calendar-week-fs: var(--oxy-calendar-week-fs,
|
|
218
|
-
$-calendar-day-fs: var(--oxy-calendar-day-fs,
|
|
216
|
+
$-calendar-week-height: var(--oxy-calendar-week-height, 72rpx) !default;
|
|
217
|
+
$-calendar-week-fs: var(--oxy-calendar-week-fs, 24rpx) !default;
|
|
218
|
+
$-calendar-day-fs: var(--oxy-calendar-day-fs, 32rpx) !default;
|
|
219
219
|
$-calendar-day-color: var(--oxy-calendar-day-color, rgba(0, 0, 0, 0.85)) !default;
|
|
220
220
|
$-calendar-day-fw: var(--oxy-calendar-day-fw, 500) !default;
|
|
221
|
-
$-calendar-day-height: var(--oxy-calendar-day-height,
|
|
222
|
-
$-calendar-month-width: var(--oxy-calendar-month-width,
|
|
221
|
+
$-calendar-day-height: var(--oxy-calendar-day-height, 128rpx) !default;
|
|
222
|
+
$-calendar-month-width: var(--oxy-calendar-month-width, 100rpx) !default;
|
|
223
223
|
$-calendar-active-color: var(--oxy-calendar-active-color, $-color-theme) !default;
|
|
224
224
|
$-calendar-selected-color: var(--oxy-calendar-selected-color, $-color-white) !default;
|
|
225
225
|
$-calendar-disabled-color: var(--oxy-calendar-disabled-color, rgba(0, 0, 0, 0.25)) !default;
|
|
226
226
|
$-calendar-range-color: var(--oxy-calendar-range-color, rgba(#4d80f0, 0.09)) !default;
|
|
227
|
-
$-calendar-active-border: var(--oxy-calendar-active-border,
|
|
228
|
-
$-calendar-info-fs: var(--oxy-calendar-info-fs,
|
|
229
|
-
$-calendar-item-margin-bottom: var(--oxy-calendar-item-margin-bottom,
|
|
227
|
+
$-calendar-active-border: var(--oxy-calendar-active-border, 16rpx) !default;
|
|
228
|
+
$-calendar-info-fs: var(--oxy-calendar-info-fs, 20rpx) !default;
|
|
229
|
+
$-calendar-item-margin-bottom: var(--oxy-calendar-item-margin-bottom, 8rpx) !default;
|
|
230
230
|
|
|
231
231
|
|
|
232
232
|
/* checkbox */
|
|
233
|
-
$-checkbox-margin: var(--oxy-checkbox-margin,
|
|
233
|
+
$-checkbox-margin: var(--oxy-checkbox-margin, 20rpx) !default; // 多个复选框距离
|
|
234
234
|
$-checkbox-bg: var(--oxy-checkbox-bg, $-color-white) !default; // 多个复选框距离
|
|
235
|
-
$-checkbox-label-margin: var(--oxy-checkbox-label-margin,
|
|
236
|
-
$-checkbox-size: var(--oxy-checkbox-size,
|
|
237
|
-
$-checkbox-icon-size: var(--oxy-checkbox-icon-size,
|
|
235
|
+
$-checkbox-label-margin: var(--oxy-checkbox-label-margin, 18rpx) !default; // 右侧文字与左侧图标距离
|
|
236
|
+
$-checkbox-size: var(--oxy-checkbox-size, 32rpx) !default; // 左侧图标尺寸
|
|
237
|
+
$-checkbox-icon-size: var(--oxy-checkbox-icon-size, 28rpx) !default; // 左侧图标尺寸
|
|
238
238
|
$-checkbox-border-color: var(--oxy-checkbox-border-color, #dcdcdc) !default; // 左侧图标边框颜色
|
|
239
239
|
$-checkbox-check-color: var(--oxy-checkbox-check-color, $-color-white) !default; // 左侧图标边框颜色
|
|
240
|
-
$-checkbox-label-fs: var(--oxy-checkbox-label-fs,
|
|
240
|
+
$-checkbox-label-fs: var(--oxy-checkbox-label-fs, 28rpx) !default; // 右侧文字字号
|
|
241
241
|
$-checkbox-label-color: var(--oxy-checkbox-label-color, rgba(0, 0, 0, 0.85)) !default; // 右侧文字颜色
|
|
242
242
|
$-checkbox-checked-color: var(--oxy-checkbox-checked-color, $-color-theme) !default; // 选中颜色
|
|
243
243
|
|
|
@@ -245,79 +245,79 @@ $-checkbox-disabled-color: var(--oxy-checkbox-disabled-color, rgba(0, 0, 0, 0.04
|
|
|
245
245
|
$-checkbox-disabled-label-color: var(--oxy-checkbox-disabled-label-color, rgba(0, 0, 0, 0.25)) !default; // 禁用文字颜色
|
|
246
246
|
$-checkbox-disabled-check-color: var(--oxy-checkbox-disabled-check-color, rgba(0, 0, 0, 0.15)) !default; // 禁用图标颜色
|
|
247
247
|
$-checkbox-disabled-check-bg: var(--oxy-checkbox-disabled-check-bg, rgba(0, 0, 0, 0.15)) !default; // 禁用边框背景颜色
|
|
248
|
-
$-checkbox-square-radius: var(--oxy-checkbox-square-radius,
|
|
248
|
+
$-checkbox-square-radius: var(--oxy-checkbox-square-radius, 8rpx) !default; // 方型圆角大小
|
|
249
249
|
|
|
250
|
-
$-checkbox-large-size: var(--oxy-checkbox-large-size,
|
|
251
|
-
$-checkbox-large-label-fs: var(--oxy-checkbox-large-label-fs,
|
|
250
|
+
$-checkbox-large-size: var(--oxy-checkbox-large-size, 36rpx) !default; // 左侧图标尺寸
|
|
251
|
+
$-checkbox-large-label-fs: var(--oxy-checkbox-large-label-fs, 32rpx) !default; // 右侧文字字号
|
|
252
252
|
|
|
253
|
-
$-checkbox-button-height: var(--oxy-checkbox-button-height,
|
|
254
|
-
$-checkbox-button-min-width: var(--oxy-checkbox-button-min-width,
|
|
255
|
-
$-checkbox-button-radius: var(--oxy-checkbox-button-radius,
|
|
253
|
+
$-checkbox-button-height: var(--oxy-checkbox-button-height, 64rpx) !default; // 按钮模式复选框高
|
|
254
|
+
$-checkbox-button-min-width: var(--oxy-checkbox-button-min-width, 156rpx) !default; // 按钮模式最小宽
|
|
255
|
+
$-checkbox-button-radius: var(--oxy-checkbox-button-radius, 32rpx) !default; // 按钮圆角大小
|
|
256
256
|
$-checkbox-button-bg: var(--oxy-checkbox-button-bg, rgba(0, 0, 0, 0.04)) !default; // 按钮模式背景颜色
|
|
257
|
-
$-checkbox-button-font-size: var(--oxy-checkbox-button-font-size,
|
|
257
|
+
$-checkbox-button-font-size: var(--oxy-checkbox-button-font-size, 28rpx) !default; // 按钮模式字号
|
|
258
258
|
$-checkbox-button-border: var(--oxy-checkbox-button-border, #f5f5f5) !default; // 按钮边框颜色
|
|
259
259
|
$-checkbox-button-disabled-border: var(--oxy-checkbox-button-disabled-border, rgba(0, 0, 0, 0.15)) !default; // 按钮禁用边框颜色
|
|
260
260
|
|
|
261
261
|
/* collapse */
|
|
262
262
|
$-collapse-side-padding: var(--oxy-collapse-side-padding, $-size-side-padding) !default; // 左右间距
|
|
263
|
-
$-collapse-body-padding: var(--oxy-collapse-body-padding,
|
|
264
|
-
$-collapse-header-padding: var(--oxy-collapse-header-padding,
|
|
263
|
+
$-collapse-body-padding: var(--oxy-collapse-body-padding, 28rpx $-size-side-padding) !default; // body padding
|
|
264
|
+
$-collapse-header-padding: var(--oxy-collapse-header-padding, 26rpx $-size-side-padding) !default; // 头部padding
|
|
265
265
|
$-collapse-title-color: var(--oxy-collapse-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
266
|
-
$-collapse-title-fs: var(--oxy-collapse-title-fs,
|
|
267
|
-
$-collapse-arrow-size: var(--oxy-collapse-arrow-size,
|
|
266
|
+
$-collapse-title-fs: var(--oxy-collapse-title-fs, 32rpx) !default; // 标题字号
|
|
267
|
+
$-collapse-arrow-size: var(--oxy-collapse-arrow-size, 36rpx) !default; // 箭头大小
|
|
268
268
|
$-collapse-arrow-color: var(--oxy-collapse-arrow-color, #d8d8d8) !default; // 箭头颜色
|
|
269
|
-
$-collapse-body-fs: var(--oxy-collapse-body-fs,
|
|
269
|
+
$-collapse-body-fs: var(--oxy-collapse-body-fs, 28rpx) !default; // 内容字号
|
|
270
270
|
$-collapse-body-color: var(--oxy-collapse-body-color, rgba(0, 0, 0, 0.65)) !default; // 内容颜色
|
|
271
271
|
$-collapse-disabled-color: var(--oxy-collapse-disabled-color, rgba(0, 0, 0, 0.15)) !default; // 禁用颜色
|
|
272
|
-
$-collapse-retract-fs: var(--oxy-collapse-retract-fs,
|
|
272
|
+
$-collapse-retract-fs: var(--oxy-collapse-retract-fs, 28rpx) !default; // 更多 字号
|
|
273
273
|
$-collapse-more-color: var(--oxy-collapse-more-color, $-color-theme) !default; // 更多 颜色
|
|
274
274
|
|
|
275
275
|
/* divider */
|
|
276
276
|
$-divider-padding: var(--oxy-divider-padding, 0 $-size-side-padding) !default; // 两边间距
|
|
277
|
-
$-divider-margin: var(--oxy-divider-margin,
|
|
277
|
+
$-divider-margin: var(--oxy-divider-margin, 32rpx 0) !default; // 上下间距
|
|
278
278
|
$-divider-color: var(--oxy-divider-color, rgba(0, 0, 0, 0.45)) !default; // 字体颜色
|
|
279
279
|
$-divider-line-color: var(--oxy-divider-line-color, currentColor) !default; // 线条颜色
|
|
280
280
|
$-divider-line-height: var(--oxy-divider-line-height, 1px) !default; // 线条高度
|
|
281
|
-
$-divider-fs: var(--oxy-divider-fs,
|
|
281
|
+
$-divider-fs: var(--oxy-divider-fs, 28rpx) !default; // 字体大小
|
|
282
282
|
$-divider-content-left-width: var(--oxy-divider-content-left-width, 10%) !default; // 左侧内容宽度
|
|
283
|
-
$-divider-content-left-margin: var(--oxy-divider-content-left-margin,
|
|
284
|
-
$-divider-content-right-margin: var(--oxy-divider-content-right-margin,
|
|
283
|
+
$-divider-content-left-margin: var(--oxy-divider-content-left-margin, 24rpx) !default; // 左侧内容距离线距离
|
|
284
|
+
$-divider-content-right-margin: var(--oxy-divider-content-right-margin, 24rpx) !default; // 右侧内容距离线距离
|
|
285
285
|
$-divider-content-right-width: var(--oxy-divider-content-right-width, 10%) !default; // 右侧内容宽度
|
|
286
|
-
$-divider-vertical-height: var(--oxy-divider-vertical-height,
|
|
287
|
-
$-divider-vertical-content-margin: var(--oxy-divider-vertical-content-margin, 0
|
|
286
|
+
$-divider-vertical-height: var(--oxy-divider-vertical-height, 32rpx) !default; // 垂直分割线高度
|
|
287
|
+
$-divider-vertical-content-margin: var(--oxy-divider-vertical-content-margin, 0 16rpx) !default; // 垂直分割线内容间距
|
|
288
288
|
$-divider-vertical-line-width: var(--oxy-divider-vertical-line-width, 1px) !default; // 线条高度
|
|
289
289
|
|
|
290
290
|
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
/* drop-menu */
|
|
294
|
-
$-drop-menu-height: var(--oxy-drop-menu-height,
|
|
294
|
+
$-drop-menu-height: var(--oxy-drop-menu-height, 96rpx) !default; // 展示选中项的高度
|
|
295
295
|
$-drop-menu-color: var(--oxy-drop-menu-color, $-color-content) !default; // 展示选中项的颜色
|
|
296
296
|
$-drop-menu-fs: var(--oxy-drop-menu-fs, $-fs-content) !default; // 展示选中项的字号
|
|
297
297
|
$-drop-menu-arrow-fs: var(--oxy-drop-menu-arrow-fs, $-fs-secondary) !default; // 箭头图标大小
|
|
298
298
|
|
|
299
299
|
$-drop-menu-side-padding: var(--oxy-drop-menu-side-padding, $-size-side-padding) !default; // 两边留白间距
|
|
300
300
|
$-drop-menu-disabled-color: var(--oxy-drop-menu-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
|
|
301
|
-
$-drop-menu-item-height: var(--oxy-drop-menu-item-height,
|
|
301
|
+
$-drop-menu-item-height: var(--oxy-drop-menu-item-height, 96rpx) !default; // 选项高度
|
|
302
302
|
$-drop-menu-item-color: var(--oxy-drop-menu-item-color, $-color-content) !default; // 选项颜色
|
|
303
303
|
$-drop-menu-item-fs: var(--oxy-drop-menu-item-fs, $-fs-content) !default; // 选项字号
|
|
304
304
|
$-drop-menu-item-color-active: var(--oxy-drop-menu-item-color-active, $-color-theme) !default; // 选中颜色
|
|
305
305
|
$-drop-menu-item-color-tip: var(--oxy-drop-menu-item-color-tip, rgba(0, 0, 0, 0.45)) !default; // 提示文字颜色
|
|
306
306
|
$-drop-menu-item-fs-tip: var(--oxy-drop-menu-item-fs-tip, $-fs-secondary) !default; // 提示文字字号
|
|
307
|
-
$-drop-menu-option-check-size: var(--oxy-drop-menu-option-check-size,
|
|
307
|
+
$-drop-menu-option-check-size: var(--oxy-drop-menu-option-check-size, 40rpx) !default; // check 图标大小
|
|
308
308
|
$-drop-menu-line-color: var(--oxy-drop-menu-line-color, $-color-theme) !default; // 下划线颜色
|
|
309
|
-
$-drop-menu-line-height: var(--oxy-drop-menu-line-height,
|
|
309
|
+
$-drop-menu-line-height: var(--oxy-drop-menu-line-height, 6rpx) !default; // 下划线高度
|
|
310
310
|
|
|
311
311
|
/* input-number */
|
|
312
312
|
$-input-number-color: var(--oxy-input-number-color, #262626) !default; // 文字颜色
|
|
313
313
|
$-input-number-border-color: var(--oxy-input-number-border-color, #e8e8e8) !default; // 边框颜色
|
|
314
314
|
$-input-number-disabled-color: var(--oxy-input-number-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 禁用颜色
|
|
315
|
-
$-input-number-height: var(--oxy-input-number-height,
|
|
316
|
-
$-input-number-btn-width: var(--oxy-input-number-btn-width,
|
|
317
|
-
$-input-number-input-width: var(--oxy-input-number-input-width,
|
|
318
|
-
$-input-number-radius: var(--oxy-input-number-radius,
|
|
319
|
-
$-input-number-fs: var(--oxy-input-number-fs,
|
|
320
|
-
$-input-number-icon-size: var(--oxy-input-number-icon-size,
|
|
315
|
+
$-input-number-height: var(--oxy-input-number-height, 48rpx) !default; // 加减号按钮高度
|
|
316
|
+
$-input-number-btn-width: var(--oxy-input-number-btn-width, 52rpx) !default; // 加减号按钮宽度
|
|
317
|
+
$-input-number-input-width: var(--oxy-input-number-input-width, 72rpx) !default; // 输入框宽度
|
|
318
|
+
$-input-number-radius: var(--oxy-input-number-radius, 8rpx) !default; // 加减号按钮圆角大小
|
|
319
|
+
$-input-number-fs: var(--oxy-input-number-fs, 24rpx) !default; // 输入框字号
|
|
320
|
+
$-input-number-icon-size: var(--oxy-input-number-icon-size, 28rpx) !default; // 加减号图标大小
|
|
321
321
|
$-input-number-icon-color: var(--oxy-input-number-icon-color, rgba(0, 0, 0, 0.65)) !default; // icon颜色
|
|
322
322
|
|
|
323
323
|
/* input */
|
|
@@ -326,7 +326,7 @@ $-input-border-color: var(--oxy-input-border-color, #dadada) !default; // 无lab
|
|
|
326
326
|
$-input-not-empty-border-color: var(--oxy-input-not-empty-border-color, #262626) !default; // 输入框有值时 无label边框颜色
|
|
327
327
|
$-input-fs: var(--oxy-input-fs, $-cell-title-fs) !default; // 字号
|
|
328
328
|
$-input-fs-large: var(--oxy-input-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
|
|
329
|
-
$-input-icon-margin: var(--oxy-input-icon-margin,
|
|
329
|
+
$-input-icon-margin: var(--oxy-input-icon-margin, 16rpx) !default; // 图标距离
|
|
330
330
|
$-input-color: var(--oxy-input-color, #262626) !default; // 文字颜色
|
|
331
331
|
$-input-placeholder-color: var(--oxy-input-placeholder-color, #bfbfbf) !default; // 占位符颜色
|
|
332
332
|
$-input-disabled-color: var(--oxy-input-disabled-color, #d9d9d9) !default; // 输入框禁用颜色
|
|
@@ -339,16 +339,16 @@ $-input-bg: var(--oxy-input-bg, $-color-white) !default; // 默认背景颜色
|
|
|
339
339
|
|
|
340
340
|
$-input-cell-bg: var(--oxy-input-cell-bg, $-color-white) !default; // cell 类型背景色
|
|
341
341
|
$-input-cell-border-color: var(--oxy-input-cell-border-color, $-color-border-light) !default; // cell 类型边框颜色
|
|
342
|
-
$-input-cell-padding: var(--oxy-input-cell-padding,
|
|
343
|
-
$-input-cell-padding-large: var(--oxy-input-cell-padding-large,
|
|
344
|
-
$-input-cell-height: var(--oxy-input-cell-height,
|
|
342
|
+
$-input-cell-padding: var(--oxy-input-cell-padding, 20rpx) !default; // cell 容器padding
|
|
343
|
+
$-input-cell-padding-large: var(--oxy-input-cell-padding-large, 24rpx) !default; // large类型cell容器padding
|
|
344
|
+
$-input-cell-height: var(--oxy-input-cell-height, 48rpx) !default; // cell 高度
|
|
345
345
|
$-input-cell-label-width: var(--oxy-input-cell-label-width, 33%) !default; // cell 下 label 的宽度
|
|
346
|
-
$-input-inner-height: var(--oxy-input-inner-height,
|
|
347
|
-
$-input-inner-height-no-border: var(--oxy-input-inner-height-no-border,
|
|
348
|
-
$-input-count-fs: var(--oxy-input-count-fs,
|
|
349
|
-
$-input-count-fs-large: var(--oxy-input-count-fs-large,
|
|
350
|
-
$-input-icon-size: var(--oxy-input-icon-size,
|
|
351
|
-
$-input-icon-size-large: var(--oxy-input-icon-size-large,
|
|
346
|
+
$-input-inner-height: var(--oxy-input-inner-height, 68rpx) !default; // 非cell和textarea下的高度
|
|
347
|
+
$-input-inner-height-no-border: var(--oxy-input-inner-height-no-border, 48rpx) !default; // 无边框下的高度
|
|
348
|
+
$-input-count-fs: var(--oxy-input-count-fs, 28rpx) !default; // 计数字号
|
|
349
|
+
$-input-count-fs-large: var(--oxy-input-count-fs-large, 28rpx) !default; // 大尺寸计数字号
|
|
350
|
+
$-input-icon-size: var(--oxy-input-icon-size, 32rpx) !default; // 图标大小
|
|
351
|
+
$-input-icon-size-large: var(--oxy-input-icon-size-large, 36rpx) !default; // 大尺寸图标大小
|
|
352
352
|
|
|
353
353
|
/* textarea */
|
|
354
354
|
$-textarea-padding: var(--oxy-textarea-padding, $-size-side-padding) !default; // textarea 左右padding距离
|
|
@@ -356,7 +356,7 @@ $-textarea-border-color: var(--oxy-textarea-border-color, #dadada) !default; //
|
|
|
356
356
|
$-textarea-not-empty-border-color: var(--oxy-textarea-not-empty-border-color, #262626) !default; // 输入框有值时 无label边框颜色
|
|
357
357
|
$-textarea-fs: var(--oxy-textarea-fs, $-cell-title-fs) !default; // 字号
|
|
358
358
|
$-textarea-fs-large: var(--oxy-textarea-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
|
|
359
|
-
$-textarea-icon-margin: var(--oxy-textarea-icon-margin,
|
|
359
|
+
$-textarea-icon-margin: var(--oxy-textarea-icon-margin, 16rpx) !default; // 图标距离
|
|
360
360
|
$-textarea-color: var(--oxy-textarea-color, #262626) !default; // 文字颜色
|
|
361
361
|
$-textarea-icon-color: var(--oxy-textarea-icon-color, #bfbfbf) !default; // 图标颜色
|
|
362
362
|
$-textarea-clear-color: var(--oxy-textarea-clear-color, #585858) !default; // 关闭按钮颜色
|
|
@@ -364,81 +364,80 @@ $-textarea-count-color: var(--oxy-textarea-count-color, #bfbfbf) !default; //
|
|
|
364
364
|
$-textarea-count-current-color: var(--oxy-textarea-count-current-color, $default-theme) !default; // 当前长度颜色
|
|
365
365
|
$-textarea-bg: var(--oxy-textarea-bg, $-color-white) !default; // 默认背景颜色
|
|
366
366
|
$-textarea-cell-border-color: var(--oxy-textarea-cell-border-color, $-color-border-light) !default; // cell 类型边框颜色
|
|
367
|
-
$-textarea-cell-padding: var(--oxy-textarea-cell-padding,
|
|
368
|
-
$-textarea-cell-padding-large: var(--oxy-textarea-cell-padding-large,
|
|
369
|
-
$-textarea-cell-height: var(--oxy-textarea-cell-height,
|
|
370
|
-
$-textarea-count-fs: var(--oxy-textarea-count-fs,
|
|
371
|
-
$-textarea-count-fs-large: var(--oxy-textarea-count-fs-large,
|
|
372
|
-
$-textarea-icon-size: var(--oxy-textarea-icon-size,
|
|
373
|
-
$-textarea-icon-size-large: var(--oxy-textarea-icon-size-large,
|
|
367
|
+
$-textarea-cell-padding: var(--oxy-textarea-cell-padding, 20rpx) !default; // cell 容器padding
|
|
368
|
+
$-textarea-cell-padding-large: var(--oxy-textarea-cell-padding-large, 24rpx) !default; // large类型cell容器padding
|
|
369
|
+
$-textarea-cell-height: var(--oxy-textarea-cell-height, 48rpx) !default; // cell 高度
|
|
370
|
+
$-textarea-count-fs: var(--oxy-textarea-count-fs, 28rpx) !default; // 计数字号
|
|
371
|
+
$-textarea-count-fs-large: var(--oxy-textarea-count-fs-large, 28rpx) !default; // 大尺寸计数字号
|
|
372
|
+
$-textarea-icon-size: var(--oxy-textarea-icon-size, 32rpx) !default; // 图标大小
|
|
373
|
+
$-textarea-icon-size-large: var(--oxy-textarea-icon-size-large, 36rpx) !default; // 大尺寸图标大小
|
|
374
374
|
|
|
375
375
|
/* loadmore */
|
|
376
|
-
$-loadmore-height: var(--oxy-loadmore-height,
|
|
376
|
+
$-loadmore-height: var(--oxy-loadmore-height, 96rpx) !default; // 高度
|
|
377
377
|
$-loadmore-color: var(--oxy-loadmore-color, rgba(0, 0, 0, 0.45)) !default; // 颜色
|
|
378
|
-
$-loadmore-fs: var(--oxy-loadmore-fs,
|
|
378
|
+
$-loadmore-fs: var(--oxy-loadmore-fs, 28rpx) !default; // 字号
|
|
379
379
|
$-loadmore-error-color: var(--oxy-loadmore-error-color, $-color-theme) !default; // 点击重试颜色
|
|
380
380
|
$-loadmore-refresh-fs: var(--oxy-loadmore-refresh-fs, $-fs-title) !default; // refresh图标字号
|
|
381
381
|
$-loadmore-loading-size: var(--oxy-loadmore-loading-size, $-fs-title) !default; // loading尺寸
|
|
382
382
|
|
|
383
383
|
/* message-box */
|
|
384
|
-
$-message-box-width: var(--oxy-message-box-width, 300px) !default; // 宽度
|
|
385
384
|
$-message-box-bg: var(--oxy-message-box-bg, $-color-white) !default; // 默认背景颜色
|
|
386
|
-
$-message-box-radius: var(--oxy-message-box-radius,
|
|
387
|
-
$-message-box-padding: var(--oxy-message-box-padding,
|
|
388
|
-
$-message-box-title-fs: var(--oxy-message-box-title-fs,
|
|
385
|
+
$-message-box-radius: var(--oxy-message-box-radius, 32rpx) !default; // 圆角大小
|
|
386
|
+
$-message-box-padding: var(--oxy-message-box-padding, 50rpx 48rpx 0) !default; // 主体内容padding
|
|
387
|
+
$-message-box-title-fs: var(--oxy-message-box-title-fs, 32rpx) !default; // 标题字号
|
|
389
388
|
$-message-box-title-color: var(--oxy-message-box-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
390
|
-
$-message-box-content-fs: var(--oxy-message-box-content-fs,
|
|
389
|
+
$-message-box-content-fs: var(--oxy-message-box-content-fs, 28rpx) !default; // 内容字号
|
|
391
390
|
$-message-box-content-color: var(--oxy-message-box-content-color, #666666) !default; // 内容颜色
|
|
392
|
-
$-message-box-content-max-height: var(--oxy-message-box-content-max-height,
|
|
393
|
-
$-message-box-content-scrollbar-width: var(--oxy-message-box-content-scrollbar-width,
|
|
391
|
+
$-message-box-content-max-height: var(--oxy-message-box-content-max-height, 528rpx) !default; // 内容最大高度
|
|
392
|
+
$-message-box-content-scrollbar-width: var(--oxy-message-box-content-scrollbar-width, 8rpx) !default; // 内容滚动条宽度
|
|
394
393
|
$-message-box-content-scrollbar-color: var(--oxy-message-box-content-scrollbar-color, rgba(0, 0, 0, 0.1)) !default; // 内容滚动条颜色
|
|
395
394
|
$-message-box-input-error-color: var(--oxy-message-box-input-error-color, $-input-error-color) !default; // 输入框错误颜色
|
|
396
395
|
|
|
397
396
|
/* notice-bar */
|
|
398
|
-
$-notice-bar-fs: var(--oxy-notice-bar-fs,
|
|
399
|
-
$-notice-bar-line-height: var(--oxy-notice-bar-line-height,
|
|
400
|
-
$-notice-bar-border-radius: var(--oxy-notice-bar-border-radius,
|
|
401
|
-
$-notice-bar-padding: var(--oxy-notice-bar-padding,
|
|
397
|
+
$-notice-bar-fs: var(--oxy-notice-bar-fs, 24rpx) !default; // 字号
|
|
398
|
+
$-notice-bar-line-height: var(--oxy-notice-bar-line-height, 36rpx) !default; // 行高
|
|
399
|
+
$-notice-bar-border-radius: var(--oxy-notice-bar-border-radius, 16rpx) !default; // 圆角
|
|
400
|
+
$-notice-bar-padding: var(--oxy-notice-bar-padding, 18rpx 40rpx 18rpx 30rpx) !default; // 非换行下的padding
|
|
402
401
|
$-notice-bar-warning-bg: var(--oxy-notice-bar-warning-bg, #fff6c8) !default; // 背景色
|
|
403
402
|
$-notice-bar-info-bg: var(--oxy-notice-bar-info-bg, #f4f9ff) !default; // 背景色
|
|
404
403
|
$-notice-bar-danger-bg: var(--oxy-notice-bar-danger-bg, #feeced) !default; // 背景色
|
|
405
404
|
$-notice-bar-warning-color: var(--oxy-notice-bar-warning-color, $-color-warning) !default; // 文字和图标颜色
|
|
406
405
|
$-notice-bar-info-color: var(--oxy-notice-bar-info-color, $-color-theme) !default; // 文字和图标颜色
|
|
407
406
|
$-notice-bar-danger-color: var(--oxy-notice-bar-danger-color, $-color-danger) !default; // 文字和图标颜色
|
|
408
|
-
$-notice-bar-prefix-size: var(--oxy-notice-bar-prefix-size,
|
|
407
|
+
$-notice-bar-prefix-size: var(--oxy-notice-bar-prefix-size, 36rpx) !default; // 图标大小
|
|
409
408
|
$-notice-bar-close-bg: var(--oxy-notice-bar-close-bg, rgba(0, 0, 0, 0.15)) !default; // 右侧关闭按钮背景颜色
|
|
410
|
-
$-notice-bar-close-size: var(--oxy-notice-bar-close-size,
|
|
409
|
+
$-notice-bar-close-size: var(--oxy-notice-bar-close-size, 36rpx) !default; // 右侧关闭按钮背景颜色
|
|
411
410
|
$-notice-bar-close-color: var(--oxy-notice-bar-close-color, $-color-white) !default; // 右侧关闭按钮颜色
|
|
412
|
-
$-notice-bar-wrap-padding: var(--oxy-notice-bar-wrap-padding,
|
|
411
|
+
$-notice-bar-wrap-padding: var(--oxy-notice-bar-wrap-padding, 28rpx $-size-side-padding) !default; // 换行下的padding
|
|
413
412
|
|
|
414
413
|
/* pagination */
|
|
415
|
-
$-pagination-content-padding: var(--oxy-pagination-content-padding,
|
|
416
|
-
$-pagination-message-padding: var(--oxy-pagination-message-padding, 1px 0
|
|
417
|
-
$-pagination-message-fs: var(--oxy-pagination-message-fs,
|
|
414
|
+
$-pagination-content-padding: var(--oxy-pagination-content-padding, 20rpx 30rpx) !default;
|
|
415
|
+
$-pagination-message-padding: var(--oxy-pagination-message-padding, 1px 0 32rpx 0) !default;
|
|
416
|
+
$-pagination-message-fs: var(--oxy-pagination-message-fs, 24rpx) !default;
|
|
418
417
|
$-pagination-message-color: var(--oxy-pagination-message-color, rgba(0, 0, 0, 0.69)) !default;
|
|
419
418
|
$-pagination-nav-border: var(--oxy-pagination-nav-border, 1px solid rgba(0, 0, 0, 0.45)) !default;
|
|
420
|
-
$-pagination-nav-border-radius: var(--oxy-pagination-nav-border-radius,
|
|
421
|
-
$-pagination-nav-fs: var(--oxy-pagination-nav-fs,
|
|
422
|
-
$-pagination-nav-width: var(--oxy-pagination-nav-width,
|
|
419
|
+
$-pagination-nav-border-radius: var(--oxy-pagination-nav-border-radius, 32rpx) !default;
|
|
420
|
+
$-pagination-nav-fs: var(--oxy-pagination-nav-fs, 24rpx) !default;
|
|
421
|
+
$-pagination-nav-width: var(--oxy-pagination-nav-width, 120rpx) !default;
|
|
423
422
|
$-pagination-nav-color: var(--oxy-pagination-nav-color, rgba(0, 0, 0, 0.85)) !default;
|
|
424
|
-
$-pagination-nav-content-fs: var(--oxy-pagination-nav-content-fs,
|
|
425
|
-
$-pagination-nav-sepatator-padding: var(--oxy-pagination-nav-sepatator-padding, 0
|
|
423
|
+
$-pagination-nav-content-fs: var(--oxy-pagination-nav-content-fs, 24rpx) !default;
|
|
424
|
+
$-pagination-nav-sepatator-padding: var(--oxy-pagination-nav-sepatator-padding, 0 8rpx) !default;
|
|
426
425
|
$-pagination-nav-current-color: var(--oxy-pagination-nav-current-color, $-color-theme) !default;
|
|
427
426
|
$-pagination-icon-size: var(--oxy-pagination-icon-size, $-fs-content) !default;
|
|
428
427
|
|
|
429
428
|
/* picker */
|
|
430
|
-
$-picker-toolbar-height: var(--oxy-picker-toolbar-height,
|
|
431
|
-
$-picker-action-height: var(--oxy-picker-action-height,
|
|
429
|
+
$-picker-toolbar-height: var(--oxy-picker-toolbar-height, 108rpx) !default; // toolbar 操作条的高度
|
|
430
|
+
$-picker-action-height: var(--oxy-picker-action-height, 32rpx) !default; // toolbar 操作条的高度
|
|
432
431
|
$-picker-toolbar-finish-color: var(--oxy-picker-toolbar-finish-color, $-color-theme) !default; // toolbar 操作条完成按钮的颜色
|
|
433
432
|
$-picker-toolbar-cancel-color: var(--oxy-picker-toolbar-cancel-color, #666666) !default; // toolbar 操作条的边框颜色
|
|
434
433
|
$-picker-toolbar-fs: var(--oxy-picker-toolbar-fs, $-fs-title) !default; // toolbar 操作条的字号
|
|
435
434
|
$-picker-toolbar-title-color: var(--oxy-picker-toolbar-title-color, rgba(0, 0, 0, 0.85)) !default; // toolbar 操作台的标题颜色
|
|
436
|
-
$-picker-column-fs: var(--oxy-picker-column-fs,
|
|
435
|
+
$-picker-column-fs: var(--oxy-picker-column-fs, 32rpx) !default; // 选择器选项的字号
|
|
437
436
|
$-picker-bg: var(--oxy-picker-bg, $-color-white) !default; // 选择器选项的字号
|
|
438
|
-
$-picker-column-active-fs: var(--oxy-picker-column-active-fs,
|
|
437
|
+
$-picker-column-active-fs: var(--oxy-picker-column-active-fs, 36rpx) !default; // 选择器选项被选中的字号
|
|
439
438
|
$-picker-column-color: var(--oxy-picker-column-color, rgba(0, 0, 0, 0.85)) !default; // 选择器选项的颜色
|
|
440
|
-
$-picker-column-height: var(--oxy-picker-column-height,
|
|
441
|
-
$-picker-column-item-height: var(--oxy-picker-column-item-height,
|
|
439
|
+
$-picker-column-height: var(--oxy-picker-column-height, 420rpx) !default; // 列高 滚筒外部的高度
|
|
440
|
+
$-picker-column-item-height: var(--oxy-picker-column-item-height, 70rpx) !default; // 列高 滚筒外部的高度
|
|
442
441
|
$-picker-column-select-bg: var(--oxy-picker-column-select-bg, #f5f5f5) !default;
|
|
443
442
|
$-picker-loading-button-color: var(--oxy-picker-loading-button-color, rgba(0, 0, 0, 0.25)) !default; // loading 背景颜色
|
|
444
443
|
$-picker-column-padding: var(--oxy-picker-column-padding, 0 $-size-side-padding-small) !default; // 选项内间距
|
|
@@ -453,30 +452,30 @@ $-picker-cell-arrow-size-large: var(--oxy-picker-cell-arrow-size-large, $-cell-i
|
|
|
453
452
|
$-picker-region-color: var(--oxy-picker-region-color, rgba(0, 0, 0, 0.45)) !default; // 区域选择文字颜色
|
|
454
453
|
$-picker-region-bg-active-color: var(--oxy-picker-region-bg-active-color, $-color-theme) !default; // 区域选择激活选中背景颜色
|
|
455
454
|
|
|
456
|
-
$-picker-region-fs: var(--oxy-picker-region-fs,
|
|
455
|
+
$-picker-region-fs: var(--oxy-picker-region-fs, 28rpx) !default; // 区域选择文字字号
|
|
457
456
|
|
|
458
457
|
/* col-picker */
|
|
459
|
-
$-col-picker-selected-height: var(--oxy-col-picker-selected-height,
|
|
460
|
-
$-col-picker-selected-padding: var(--oxy-col-picker-selected-padding, 0
|
|
461
|
-
$-col-picker-selected-fs: var(--oxy-col-picker-selected-fs,
|
|
458
|
+
$-col-picker-selected-height: var(--oxy-col-picker-selected-height, 88rpx) !default; // 弹框顶部值高度
|
|
459
|
+
$-col-picker-selected-padding: var(--oxy-col-picker-selected-padding, 0 32rpx) !default; // 弹框顶部值左右间距
|
|
460
|
+
$-col-picker-selected-fs: var(--oxy-col-picker-selected-fs, 28rpx) !default; // 弹框顶部值字号
|
|
462
461
|
$-col-picker-selected-color: var(--oxy-col-picker-selected-color, rgba(0, 0, 0, 0.85)) !default; // 弹框顶部值文字颜色
|
|
463
462
|
$-col-picker-selected-fw: var(--oxy-col-picker-selected-fw, 700) !default; // 弹框顶部值高亮字重
|
|
464
|
-
$-col-picker-line-width: var(--oxy-col-picker-line-width,
|
|
465
|
-
$-col-picker-line-height: var(--oxy-col-picker-line-height,
|
|
463
|
+
$-col-picker-line-width: var(--oxy-col-picker-line-width, 32rpx) !default; // 弹框顶部值高亮线条宽度
|
|
464
|
+
$-col-picker-line-height: var(--oxy-col-picker-line-height, 6rpx) !default; // 弹框顶部值高亮线条高度
|
|
466
465
|
$-col-picker-line-color: var(
|
|
467
466
|
--oxy-col-picker-line-color,
|
|
468
467
|
linear-gradient(315deg, rgba(81, 124, 240, 1), rgba(118, 158, 245, 1))
|
|
469
468
|
) !default; // 弹框顶部值高亮线条颜色
|
|
470
|
-
$-col-picker-line-box-shadow: var(--oxy-col-picker-line-box-shadow,
|
|
469
|
+
$-col-picker-line-box-shadow: var(--oxy-col-picker-line-box-shadow, 0 1px 4rpx 0 rgba(1, 87, 255, 0.2)) !default; // 弹框顶部值高亮线条阴影
|
|
471
470
|
$-col-picker-list-height: var(--oxy-col-picker-list-height, 53vh) !default; // 弹框列表高度
|
|
472
|
-
$-col-picker-list-padding-bottom: var(--oxy-col-picker-list-padding-bottom,
|
|
471
|
+
$-col-picker-list-padding-bottom: var(--oxy-col-picker-list-padding-bottom, 60rpx) !default; // 弹框列表底部间距
|
|
473
472
|
$-col-picker-list-color: var(--oxy-col-picker-list-color, rgba(0, 0, 0, 0.85)) !default; // 弹框列表文字颜色
|
|
474
473
|
$-col-picker-list-color-disabled: var(--oxy-col-picker-list-color-disabled, rgba(0, 0, 0, 0.15)) !default; // 弹框列表文字禁用颜色
|
|
475
474
|
$-col-picker-list-color-tip: var(--oxy-col-picker-list-color-tip, rgba(0, 0, 0, 0.45)) !default; // 弹框列表提示文字颜色
|
|
476
|
-
$-col-picker-list-fs: var(--oxy-col-picker-list-fs,
|
|
477
|
-
$-col-picker-list-fs-tip: var(--oxy-col-picker-list-fs-tip,
|
|
478
|
-
$-col-picker-list-item-padding: var(--oxy-col-picker-list-item-padding,
|
|
479
|
-
$-col-picker-list-checked-icon-size: var(--oxy-col-picker-list-checked-icon-size,
|
|
475
|
+
$-col-picker-list-fs: var(--oxy-col-picker-list-fs, 28rpx) !default; // 弹框列表文字字号
|
|
476
|
+
$-col-picker-list-fs-tip: var(--oxy-col-picker-list-fs-tip, 24rpx) !default; // 弹框列表提示文字字号
|
|
477
|
+
$-col-picker-list-item-padding: var(--oxy-col-picker-list-item-padding, 24rpx 30rpx) !default; // 弹框列表选项间距
|
|
478
|
+
$-col-picker-list-checked-icon-size: var(--oxy-col-picker-list-checked-icon-size, 36rpx) !default; // 弹框列表选中箭头大小
|
|
480
479
|
$-col-picker-list-color-checked: var(--oxy-col-picker-list-color-checked, $-color-theme) !default; // 弹框列表选中选项颜色
|
|
481
480
|
|
|
482
481
|
/* overlay */
|
|
@@ -484,26 +483,26 @@ $-overlay-bg: var(--oxy-overlay-bg, rgba(0, 0, 0, 0.65)) !default;
|
|
|
484
483
|
$-overlay-bg-dark: var(--oxy-overlay-bg-dark, rgba(0, 0, 0, 0.75)) !default;
|
|
485
484
|
|
|
486
485
|
/* popup */
|
|
487
|
-
$-popup-close-size: var(--oxy-popup-close-size,
|
|
486
|
+
$-popup-close-size: var(--oxy-popup-close-size, 48rpx) !default; // 关闭按钮尺寸
|
|
488
487
|
$-popup-close-color: var(--oxy-popup-close-color, #666) !default; // 关闭按钮颜色
|
|
489
488
|
|
|
490
489
|
/* progress */
|
|
491
|
-
$-progress-padding: var(--oxy-progress-padding,
|
|
490
|
+
$-progress-padding: var(--oxy-progress-padding, 18rpx 0 16rpx) !default; // 进度条内边距
|
|
492
491
|
$-progress-bg: var(--oxy-progress-bg, rgba(229, 229, 229, 1)) !default; // 进度条底色
|
|
493
492
|
$-progress-danger-color: var(--oxy-progress-danger-color, $-color-danger) !default; // 进度条danger颜色
|
|
494
493
|
$-progress-success-color: var(--oxy-progress-success-color, $-color-success) !default; // 进度条success进度条颜色
|
|
495
494
|
$-progress-warning-color: var(--oxy-progress-warning-color, $-color-warning) !default; // 进度条warning进度条颜色
|
|
496
495
|
|
|
497
496
|
$-progress-color: var(--oxy-progress-color, $-color-theme) !default; // 进度条颜色
|
|
498
|
-
$-progress-height: var(--oxy-progress-height,
|
|
497
|
+
$-progress-height: var(--oxy-progress-height, 6rpx) !default; // 进度条高度
|
|
499
498
|
$-progress-label-color: var(--oxy-progress-label-color, #333) !default; // 文字颜色
|
|
500
|
-
$-progress-label-fs: var(--oxy-progress-label-fs,
|
|
501
|
-
$-progress-icon-fs: var(--oxy-progress-icon-fs,
|
|
499
|
+
$-progress-label-fs: var(--oxy-progress-label-fs, 28rpx) !default; // 文字字号
|
|
500
|
+
$-progress-icon-fs: var(--oxy-progress-icon-fs, 36rpx) !default; // 图标字号
|
|
502
501
|
|
|
503
502
|
/* radio */
|
|
504
503
|
$-radio-margin: var(--oxy-radio-margin, $-checkbox-margin) !default; // 多个单选框距离
|
|
505
504
|
$-radio-label-margin: var(--oxy-radio-label-margin, $-checkbox-label-margin) !default; // 右侧文字与左侧图标距离
|
|
506
|
-
$-radio-size: var(--oxy-radio-size,
|
|
505
|
+
$-radio-size: var(--oxy-radio-size, 32rpx) !default; // 左侧图标尺寸
|
|
507
506
|
$-radio-bg: var(--oxy-radio-bg, $-color-white) !default; // 左侧图标尺寸
|
|
508
507
|
$-radio-label-fs: var(--oxy-radio-label-fs, $-checkbox-label-fs) !default; // 右侧文字字号
|
|
509
508
|
$-radio-label-color: var(--oxy-radio-label-color, $-checkbox-label-color) !default; // 右侧文字颜色
|
|
@@ -515,16 +514,16 @@ $-radio-large-size: var(--oxy-radio-large-size, $-checkbox-large-size) !default;
|
|
|
515
514
|
$-radio-large-label-fs: var(--oxy-radio-large-label-fs, $-checkbox-large-label-fs) !default; // 右侧文字字号
|
|
516
515
|
|
|
517
516
|
$-radio-button-height: var(--oxy-radio-button-height, $-checkbox-button-height) !default; // 按钮模式复选框高
|
|
518
|
-
$-radio-button-min-width: var(--oxy-radio-button-min-width,
|
|
519
|
-
$-radio-button-max-width: var(--oxy-radio-button-max-width,
|
|
517
|
+
$-radio-button-min-width: var(--oxy-radio-button-min-width, 120rpx) !default; // 按钮模式最小宽
|
|
518
|
+
$-radio-button-max-width: var(--oxy-radio-button-max-width, 288rpx) !default; // 按钮模式最大宽
|
|
520
519
|
$-radio-button-radius: var(--oxy-radio-button-radius, $-checkbox-button-radius) !default; // 按钮圆角大小
|
|
521
520
|
$-radio-button-bg: var(--oxy-radio-button-bg, $-checkbox-button-bg) !default; // 按钮模式背景颜色
|
|
522
521
|
$-radio-button-fs: var(--oxy-radio-button-fs, $-checkbox-button-font-size) !default; // 按钮模式字号
|
|
523
522
|
$-radio-button-border: var(--oxy-radio-button-border, $-checkbox-button-border) !default; // 按钮边框颜色
|
|
524
523
|
$-radio-button-disabled-border: var(--oxy-radio-button-disabled-border, $-checkbox-button-disabled-border) !default; // 按钮禁用边框颜色
|
|
525
524
|
|
|
526
|
-
$-radio-dot-size: var(--oxy-radio-dot-size,
|
|
527
|
-
$-radio-dot-large-size: var(--oxy-radio-dot-large-size,
|
|
525
|
+
$-radio-dot-size: var(--oxy-radio-dot-size, 16rpx) !default; // 单选dot模式圆点尺寸
|
|
526
|
+
$-radio-dot-large-size: var(--oxy-radio-dot-large-size, 20rpx) !default; // 单选dot模式大尺寸圆点尺寸
|
|
528
527
|
$-radio-dot-checked-bg: var(--oxy-radio-dot-checked-bg, $-color-theme) !default; // 单选dot模式选中背景色
|
|
529
528
|
$-radio-dot-checked-border-color: var(--oxy-radio-dot-checked-border-color, $-color-theme) !default; // 单选dot模式选中边框色
|
|
530
529
|
$-radio-dot-border-color: var(--oxy-radio-dot-border-color, #dcdcdc) !default; // 单选dot模式边框色
|
|
@@ -533,27 +532,27 @@ $-radio-dot-disabled-bg: var(--oxy-radio-dot-disabled-bg, #d9d9d9) !default; //
|
|
|
533
532
|
|
|
534
533
|
/* search */
|
|
535
534
|
$-search-side-padding: var(--oxy-search-side-padding, $-size-side-padding) !default; // 左右间距
|
|
536
|
-
$-search-padding: var(--oxy-search-padding,
|
|
537
|
-
$-search-input-radius: var(--oxy-search-input-radius,
|
|
535
|
+
$-search-padding: var(--oxy-search-padding, 20rpx 0 20rpx $-search-side-padding) !default; // 不包含取消按钮的间距
|
|
536
|
+
$-search-input-radius: var(--oxy-search-input-radius, 30rpx) !default; // 输入框圆角大小
|
|
538
537
|
$-search-input-bg: var(--oxy-search-input-bg, $-color-bg) !default; // 输入框背景色
|
|
539
|
-
$-search-input-height: var(--oxy-search-input-height,
|
|
540
|
-
$-search-input-padding: var(--oxy-search-input-padding, 0
|
|
538
|
+
$-search-input-height: var(--oxy-search-input-height, 60rpx) !default; // 输入框高度
|
|
539
|
+
$-search-input-padding: var(--oxy-search-input-padding, 0 64rpx 0 84rpx) !default; // 输入框间距
|
|
541
540
|
$-search-input-fs: var(--oxy-search-input-fs, $-fs-content) !default; // 输入框字号
|
|
542
541
|
$-search-input-color: var(--oxy-search-input-color, #262626) !default; // 输入框文字颜色
|
|
543
542
|
$-search-icon-color: var(--oxy-search-icon-color, $-color-icon) !default; // 图标颜色
|
|
544
|
-
$-search-icon-size: var(--oxy-search-icon-size,
|
|
543
|
+
$-search-icon-size: var(--oxy-search-icon-size, 36rpx) !default; // 图标大小
|
|
545
544
|
$-search-clear-icon-size: var(--oxy-search-clear-icon-size, $-fs-title) !default; // 清除图标大小
|
|
546
545
|
$-search-placeholder-color: var(--oxy-search-placeholder-color, #bfbfbf) !default; // placeholder 颜色
|
|
547
|
-
$-search-cancel-padding: var(--oxy-search-cancel-padding, 0 $-search-side-padding 0
|
|
546
|
+
$-search-cancel-padding: var(--oxy-search-cancel-padding, 0 $-search-side-padding 0 20rpx) !default; // 取消按钮间距
|
|
548
547
|
$-search-cancel-fs: var(--oxy-search-cancel-fs, $-fs-title) !default; // 取消按钮字号
|
|
549
548
|
$-search-cancel-color: var(--oxy-search-cancel-color, rgba(0, 0, 0, 0.65)) !default; // 取消按钮颜色
|
|
550
549
|
$-search-light-bg: var(--oxy-search-light-bg, $-color-bg) !default; // light 类型的容器背景色
|
|
551
550
|
|
|
552
551
|
/* slider */
|
|
553
552
|
$-slider-fs: var(--oxy-slider-fs, $-fs-content) !default; // 字体大小
|
|
554
|
-
$-slider-handle-radius: var(--oxy-slider-handle-radius,
|
|
553
|
+
$-slider-handle-radius: var(--oxy-slider-handle-radius, 24rpx) !default; // 滑块半径
|
|
555
554
|
$-slider-handle-bg: var(--oxy-slider-handle-bg, resultColor(139deg, $-color-theme, 'dark' 'light', #ffffff #f7f7f7, 0% 100%)) !default; // 滑块背景
|
|
556
|
-
$-slider-axie-height: var(--oxy-slider-axie-height,
|
|
555
|
+
$-slider-axie-height: var(--oxy-slider-axie-height, 6rpx) !default; // 滑轴高度
|
|
557
556
|
$-slider-color: var(--oxy-slider-color, #333) !default; // 字体颜色
|
|
558
557
|
$-slider-axie-bg: var(--oxy-slider-axie-bg, #e5e5e5) !default; // 滑轴的默认背景色
|
|
559
558
|
$-slider-line-color: var(
|
|
@@ -565,12 +564,12 @@ $-slider-disabled-color: var(--oxy-slider-disabled-color, rgba(0, 0, 0, 0.25)) !
|
|
|
565
564
|
/* sort-button */
|
|
566
565
|
$-sort-button-fs: var(--oxy-sort-button-fs, $-fs-content) !default; // 字号
|
|
567
566
|
$-sort-button-color: var(--oxy-sort-button-color, $-color-content) !default; // 颜色
|
|
568
|
-
$-sort-button-height: var(--oxy-sort-button-height,
|
|
569
|
-
$-sort-button-line-height: var(--oxy-sort-button-line-height,
|
|
567
|
+
$-sort-button-height: var(--oxy-sort-button-height, 96rpx) !default; // 高度
|
|
568
|
+
$-sort-button-line-height: var(--oxy-sort-button-line-height, 6rpx) !default; // 下划线高度
|
|
570
569
|
$-sort-button-line-color: var(--oxy-sort-button-line-color, $-color-theme) !default; // 下划线颜色
|
|
571
570
|
|
|
572
571
|
/* steps */
|
|
573
|
-
$-steps-icon-size: var(--oxy-steps-icon-size,
|
|
572
|
+
$-steps-icon-size: var(--oxy-steps-icon-size, 44rpx) !default; // 图标尺寸
|
|
574
573
|
$-steps-inactive-color: var(--oxy-steps-inactive-color, rgba(0, 0, 0, 0.25)) !default; // 等待状态文字颜色
|
|
575
574
|
$-steps-finished-color: var(--oxy-steps-finished-color, $-color-theme) !default; // 完成文字颜色
|
|
576
575
|
$-steps-icon-text-fs: var(--oxy-steps-icon-text-fs, $-fs-content) !default; // 数字图标文字字号
|
|
@@ -579,15 +578,15 @@ $-steps-title-fs: var(--oxy-steps-title-fs, $-fs-content) !default; // 标题字
|
|
|
579
578
|
$-steps-title-fw: var(--oxy-steps-title-fw, $-fw-medium) !default; // 标题字重
|
|
580
579
|
$-steps-label-fs: var(--oxy-steps-label-fs, $-fs-secondary) !default; // 描述信息字号
|
|
581
580
|
$-steps-description-color: var(--oxy-steps-description-color, rgba(0, 0, 0, 0.45)) !default; // 描述信息颜色
|
|
582
|
-
$-steps-is-icon-width: var(--oxy-steps-is-icon-width,
|
|
581
|
+
$-steps-is-icon-width: var(--oxy-steps-is-icon-width, 60rpx) !default; // 自定义图标的宽度,给左右留白
|
|
583
582
|
$-steps-line-color: var(--oxy-steps-line-color, rgba(0, 0, 0, 0.15)) !default; // 线条颜色
|
|
584
|
-
$-steps-dot-size: var(--oxy-steps-dot-size,
|
|
585
|
-
$-steps-dot-active-size: var(--oxy-steps-dot-active-size,
|
|
583
|
+
$-steps-dot-size: var(--oxy-steps-dot-size, 14rpx) !default; // 点状大小
|
|
584
|
+
$-steps-dot-active-size: var(--oxy-steps-dot-active-size, 18rpx) !default; // 点状高亮大小
|
|
586
585
|
|
|
587
586
|
/* switch */
|
|
588
|
-
$-switch-size: var(--oxy-switch-size,
|
|
589
|
-
$-switch-width: var(--oxy-switch-width, calc(1.8em +
|
|
590
|
-
$-switch-height: var(--oxy-switch-height, calc(1em +
|
|
587
|
+
$-switch-size: var(--oxy-switch-size, 56rpx) !default; // switch大小
|
|
588
|
+
$-switch-width: var(--oxy-switch-width, calc(1.8em + 8rpx)) !default; // 宽度
|
|
589
|
+
$-switch-height: var(--oxy-switch-height, calc(1em + 8rpx)) !default; // 高度
|
|
591
590
|
$-switch-circle-size: var(--oxy-switch-circle-size, 1em) !default; // 圆点大小
|
|
592
591
|
$-switch-border-color: var(--oxy-switch-border-color, #e5e5e5) !default; // 边框颜色选中状态背景颜色
|
|
593
592
|
$-switch-active-color: var(--oxy-switch-active-color, $-color-theme) !default; // 选中状态背景
|
|
@@ -596,17 +595,17 @@ $-switch-inactive-color: var(--oxy-switch-inactive-color, #eaeaea) !default; //
|
|
|
596
595
|
$-switch-inactive-shadow-color: var(--oxy-switch-inactive-shadow-color, rgba(155, 155, 155, 0.5)) !default; // 非选中状态shadow颜色
|
|
597
596
|
|
|
598
597
|
/* tabs */
|
|
599
|
-
$-tabs-nav-arrow-fs: var(--oxy-tabs-nav-arrow-fs,
|
|
600
|
-
$-tabs-nav-arrow-open-fs: var(--oxy-tabs-nav-arrow-open-fs,
|
|
598
|
+
$-tabs-nav-arrow-fs: var(--oxy-tabs-nav-arrow-fs, 36rpx) !default; // 全部Icon字号
|
|
599
|
+
$-tabs-nav-arrow-open-fs: var(--oxy-tabs-nav-arrow-open-fs, 28rpx) !default; // 展开Icon字号
|
|
601
600
|
$-tabs-nav-width: var(--oxy-tabs-nav-width, 100vw) !default; // tabs 头部切换宽度
|
|
602
|
-
$-tabs-nav-height: var(--oxy-tabs-nav-height,
|
|
601
|
+
$-tabs-nav-height: var(--oxy-tabs-nav-height, 84rpx) !default; // 头部切换高度
|
|
603
602
|
$-tabs-nav-fs: var(--oxy-tabs-nav-fs, $-fs-content) !default; // 头部切换文字大小
|
|
604
603
|
$-tabs-nav-color: var(--oxy-tabs-nav-color, rgba(0, 0, 0, 0.85)) !default; // 头部切换文字颜色
|
|
605
604
|
$-tabs-nav-bg: var(--oxy-tabs-nav-bg, $-color-white) !default; // 背景颜色
|
|
606
605
|
$-tabs-nav-active-color: var(--oxy-tabs-nav-active-color, $-color-theme) !default; // 头部高亮颜色
|
|
607
606
|
$-tabs-nav-disabled-color: var(--oxy-tabs-nav-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 头部禁用颜色
|
|
608
|
-
$-tabs-nav-line-height: var(--oxy-tabs-nav-line-height,
|
|
609
|
-
$-tabs-nav-line-width: var(--oxy-tabs-nav-line-width,
|
|
607
|
+
$-tabs-nav-line-height: var(--oxy-tabs-nav-line-height, 6rpx) !default; // 高亮边框高度
|
|
608
|
+
$-tabs-nav-line-width: var(--oxy-tabs-nav-line-width, 38rpx) !default; // 高亮边框宽度
|
|
610
609
|
$-tabs-nav-line-bg-color: var(--oxy-tabs-nav-line-bg-color, $-color-theme) !default; // 底部条颜色
|
|
611
610
|
$-tabs-nav-map-fs: var(--oxy-tabs-nav-map-fs, $-fs-content) !default; // map 类型按钮字号
|
|
612
611
|
$-tabs-nav-map-color: var(--oxy-tabs-nav-map-color, rgba(0, 0, 0, 0.85)) !default; // map 类型按钮文字颜色
|
|
@@ -616,8 +615,13 @@ $-tabs-nav-map-btn-before-bg: var(
|
|
|
616
615
|
linear-gradient(270deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%)
|
|
617
616
|
) !default; // 左侧map遮罩阴影
|
|
618
617
|
$-tabs-nav-map-button-back-color: var(--oxy-tabs-nav-map-button-back-color, rgba(0, 0, 0, 0.04)) !default; // map 类型按钮边框颜色
|
|
619
|
-
$-tabs-nav-map-button-radius: var(--oxy-tabs-nav-map-button-radius,
|
|
618
|
+
$-tabs-nav-map-button-radius: var(--oxy-tabs-nav-map-button-radius, 32rpx) !default; // map 类型按钮圆角大小
|
|
620
619
|
$-tabs-nav-map-modal-bg: var(--oxy-tabs-nav-map-modal-bg, $-overlay-bg) !default; // map 类型蒙层背景色
|
|
620
|
+
$-tabs-nav-pills-bg-color: var(--oxy-tabs-nav-pills-bg-color, $-color-theme) !default; // pills背景色
|
|
621
|
+
$-tabs-nav-pills-padding-x: var(--oxy-tabs-nav-pills-padding-x, 32rpx) !default; // pills间距
|
|
622
|
+
$-tabs-nav-pills-padding-y: var(--oxy-tabs-nav-pills-padding-y, 20rpx) !default; // pills间距
|
|
623
|
+
$-tabs-nav-pills-border-radius: var(--oxy-tabs-nav-pills-border-radius, 40rpx) !default; // pills圆角
|
|
624
|
+
$-tabs-nav-pills-color: var(--oxy-tabs-nav-pills-color, $-color-white) !default; // pills文字颜色
|
|
621
625
|
|
|
622
626
|
/* tag */
|
|
623
627
|
$-tag-fs: var(--oxy-tag-fs, $-fs-secondary) !default; // 字号
|
|
@@ -635,14 +639,14 @@ $-tag-warning-bg: var(--oxy-tag-warning-bg, $-color-warning) !default; // warnin
|
|
|
635
639
|
$-tag-success-bg: var(--oxy-tag-success-bg, $-color-success) !default; // success 背景颜色
|
|
636
640
|
$-tag-round-color: var(--oxy-tag-round-color, rgba(102, 102, 102, 1)) !default; // round 字体颜色
|
|
637
641
|
$-tag-round-border-color: var(--oxy-tag-round-border-color, rgba(225, 225, 225, 1)) !default; // round 边框颜色
|
|
638
|
-
$-tag-round-radius: var(--oxy-tag-round-radius,
|
|
639
|
-
$-tag-mark-radius: var(--oxy-tag-mark-radius,
|
|
640
|
-
$-tag-close-size: var(--oxy-tag-close-size,
|
|
642
|
+
$-tag-round-radius: var(--oxy-tag-round-radius, 24rpx) !default; // round 圆角大小
|
|
643
|
+
$-tag-mark-radius: var(--oxy-tag-mark-radius, 12rpx 4rpx 12rpx 4rpx) !default; // mark 圆角大小
|
|
644
|
+
$-tag-close-size: var(--oxy-tag-close-size, 28rpx) !default; // 关闭按钮字号
|
|
641
645
|
$-tag-close-color: var(--oxy-tag-close-color, $-tag-info-color) !default; // 关闭按钮颜色
|
|
642
646
|
$-tag-close-active-color: var(--oxy-tag-close-active-color, rgba(0, 0, 0, 0.45)) !default; // 关闭按钮 active 颜色
|
|
643
647
|
|
|
644
648
|
/* corner */
|
|
645
|
-
$-corner-radius: var(--oxy-corner-radius,
|
|
649
|
+
$-corner-radius: var(--oxy-corner-radius, 24rpx) !default; // 圆角大小
|
|
646
650
|
$-corner-font-size: var(--oxy-corner-fs, $-fs-secondary) !default; // 字号
|
|
647
651
|
$-corner-font-weight: var(--oxy-corner-fs, 400) !default; // 字号
|
|
648
652
|
$-corner-color: var(--oxy-corner-color, $-color-white) !default; // 字体颜色
|
|
@@ -673,52 +677,52 @@ $-corner-embedded-danger-bg: var(--oxy-corner-danger-bg, #ffd5d8) !default; // d
|
|
|
673
677
|
|
|
674
678
|
/* toast */
|
|
675
679
|
$-toast-color: var(--oxy-toast-color, $-color-white) !default; // 文字颜色
|
|
676
|
-
$-toast-padding: var(--oxy-toast-padding,
|
|
677
|
-
$-toast-max-width: var(--oxy-toast-max-width,
|
|
678
|
-
$-toast-radius: var(--oxy-toast-radius,
|
|
680
|
+
$-toast-padding: var(--oxy-toast-padding, 32rpx 48rpx) !default; // padding
|
|
681
|
+
$-toast-max-width: var(--oxy-toast-max-width, 600rpx) !default; // 最大宽度
|
|
682
|
+
$-toast-radius: var(--oxy-toast-radius, 16rpx) !default; // 圆角大小
|
|
679
683
|
$-toast-bg: var(--oxy-toast-bg, $-overlay-bg) !default; // 背景色
|
|
680
684
|
$-toast-fs: var(--oxy-toast-fs, $-fs-content) !default; // 字号
|
|
681
|
-
$-toast-line-height: var(--oxy-toast-line-height,
|
|
682
|
-
$-toast-with-icon-min-width: var(--oxy-toast-with-icon-min-width,
|
|
683
|
-
$-toast-icon-size: var(--oxy-toast-icon-size,
|
|
684
|
-
$-toast-icon-margin-right: var(--oxy-toast-icon-margin-right,
|
|
685
|
-
$-toast-icon-margin-bottom: var(--oxy-toast-icon-margin-bottom,
|
|
686
|
-
$-toast-loading-padding: var(--oxy-toast-loading-padding,
|
|
687
|
-
$-toast-loading-margin-bottom: var(--oxy-toast-loading-margin-bottom,
|
|
688
|
-
$-toast-box-shadow: var(--oxy-toast-box-shadow,
|
|
685
|
+
$-toast-line-height: var(--oxy-toast-line-height, 40rpx) !default; // 行高
|
|
686
|
+
$-toast-with-icon-min-width: var(--oxy-toast-with-icon-min-width, 300rpx) !default; // 有图标的情况下最小宽度
|
|
687
|
+
$-toast-icon-size: var(--oxy-toast-icon-size, 64rpx) !default; // 图标大小
|
|
688
|
+
$-toast-icon-margin-right: var(--oxy-toast-icon-margin-right, 24rpx) !default; // 图标右边距
|
|
689
|
+
$-toast-icon-margin-bottom: var(--oxy-toast-icon-margin-bottom, 24rpx) !default; // 图标下边距
|
|
690
|
+
$-toast-loading-padding: var(--oxy-toast-loading-padding, 20rpx) !default; // loading状态下的padding
|
|
691
|
+
$-toast-loading-margin-bottom: var(--oxy-toast-loading-margin-bottom, 32rpx) !default; // loading动画的margin-bottom
|
|
692
|
+
$-toast-box-shadow: var(--oxy-toast-box-shadow, 0 12rpx 32rpx 0 rgba(0, 0, 0, 0.08)) !default; // 外部阴影
|
|
689
693
|
|
|
690
694
|
/* loading */
|
|
691
|
-
$-loading-size: var(--oxy-loading-size,
|
|
695
|
+
$-loading-size: var(--oxy-loading-size, 64rpx) !default; // loading 大小
|
|
692
696
|
|
|
693
697
|
/* tooltip */
|
|
694
698
|
$-tooltip-bg: var(--oxy-tooltip-bg, rgba(38, 39, 40, 0.8)) !default; // 背景色
|
|
695
699
|
$-tooltip-color: var(--oxy-tooltip-color, $-color-white) !default; // 文字颜色
|
|
696
|
-
$-tooltip-radius: var(--oxy-tooltip-radius,
|
|
697
|
-
$-tooltip-arrow-size: var(--oxy-tooltip-arrow-size,
|
|
700
|
+
$-tooltip-radius: var(--oxy-tooltip-radius, 16rpx) !default; // 圆角大小
|
|
701
|
+
$-tooltip-arrow-size: var(--oxy-tooltip-arrow-size, 10rpx) !default; // 箭头大小
|
|
698
702
|
$-tooltip-fs: var(--oxy-tooltip-fs, $-fs-content) !default; // 字号
|
|
699
|
-
$-tooltip-blur: var(--oxy-tooltip-blur,
|
|
700
|
-
$-tooltip-padding: var(--oxy-tooltip-padding,
|
|
701
|
-
$-tooltip-close-size: var(--oxy-tooltip-close-size,
|
|
703
|
+
$-tooltip-blur: var(--oxy-tooltip-blur, 20rpx) !default; // 背景高斯模糊效果
|
|
704
|
+
$-tooltip-padding: var(--oxy-tooltip-padding, 18rpx 40rpx) !default; // 间距
|
|
705
|
+
$-tooltip-close-size: var(--oxy-tooltip-close-size, 12rpx) !default; // 背景高斯模糊效果
|
|
702
706
|
$-tooltip-z-index: var(--oxy-tooltip-z-index, 500) !default;
|
|
703
|
-
$-tooltip-line-height: var(--oxy-tooltip-line-height,
|
|
707
|
+
$-tooltip-line-height: var(--oxy-tooltip-line-height, 36rpx) !default; // 行高
|
|
704
708
|
|
|
705
709
|
/* popover */
|
|
706
710
|
$-popover-bg: var(--oxy-popover-bg, $-color-white) !default; // 背景色
|
|
707
711
|
$-popover-color: var(--oxy-popover-color, rgba(0, 0, 0, 0.85)) !default; // 文字颜色
|
|
708
|
-
$-popover-box-shadow: var(--oxy-popover-box-shadow,
|
|
709
|
-
$-popover-arrow-box-shadow: var(--oxy-popover-arrow-box-shadow,
|
|
712
|
+
$-popover-box-shadow: var(--oxy-popover-box-shadow, 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.1)) !default; // 阴影颜色
|
|
713
|
+
$-popover-arrow-box-shadow: var(--oxy-popover-arrow-box-shadow, 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.2)) !default; // 阴影颜色
|
|
710
714
|
$-popover-border-color: var(--oxy-popover-border-color, rgba(0, 0, 0, 0.09)) !default; // 阴影颜色
|
|
711
|
-
$-popover-radius: var(--oxy-popover-radius,
|
|
712
|
-
$-popover-arrow-size: var(--oxy-popover-arrow-size,
|
|
715
|
+
$-popover-radius: var(--oxy-popover-radius, 8rpx) !default; // 圆角大小
|
|
716
|
+
$-popover-arrow-size: var(--oxy-popover-arrow-size, 12rpx) !default; // 箭头大小
|
|
713
717
|
$-popover-fs: var(--oxy-popover-fs, $-fs-content) !default; // 字号
|
|
714
|
-
$-popover-padding: var(--oxy-popover-padding,
|
|
715
|
-
$-popover-line-height: var(--oxy-popover-line-height,
|
|
718
|
+
$-popover-padding: var(--oxy-popover-padding, 30rpx) !default; // 间距
|
|
719
|
+
$-popover-line-height: var(--oxy-popover-line-height, 36rpx) !default; // 行高
|
|
716
720
|
$-popover-z-index: var(--oxy-popover-z-index, $-tooltip-z-index) !default;
|
|
717
721
|
|
|
718
722
|
/* grid-item */
|
|
719
|
-
$-grid-item-fs: var(--oxy-grid-item-fs,
|
|
723
|
+
$-grid-item-fs: var(--oxy-grid-item-fs, 24rpx) !default; // 字号
|
|
720
724
|
$-grid-item-bg: var(--oxy-grid-item-bg, $-color-white) !default; // 字号
|
|
721
|
-
$-grid-item-padding: var(--oxy-grid-item-padding,
|
|
725
|
+
$-grid-item-padding: var(--oxy-grid-item-padding, 28rpx 0) !default; // 内容的 padding
|
|
722
726
|
$-grid-item-border-color: var(--oxy-grid-item-border-color, $-color-border-light) !default; // 边框颜色
|
|
723
727
|
$-grid-item-hover-bg: var(--oxy-grid-item-hover-bg, $-color-gray-3) !default; // hover背景色
|
|
724
728
|
$-grid-item-hover-bg-dark: var(--oxy-grid-item-hover-bg-dark, $-color-gray-7) !default; // 暗黑模式hover背景色
|
|
@@ -726,59 +730,59 @@ $-grid-item-hover-bg-dark: var(--oxy-grid-item-hover-bg-dark, $-color-gray-7) !d
|
|
|
726
730
|
/* statustip */
|
|
727
731
|
$-statustip-fs: var(--oxy-statustip-fs, $-fs-content) !default; // 字号
|
|
728
732
|
$-statustip-color: var(--oxy-statustip-color, rgba(0, 0, 0, 0.45)) !default; // 文字颜色
|
|
729
|
-
$-statustip-line-height: var(--oxy-statustip-line-height,
|
|
730
|
-
$-statustip-padding: var(--oxy-statustip-padding,
|
|
733
|
+
$-statustip-line-height: var(--oxy-statustip-line-height, 32rpx) !default; // 文字行高
|
|
734
|
+
$-statustip-padding: var(--oxy-statustip-padding, 10rpx 20rpx) !default; // 间距
|
|
731
735
|
|
|
732
736
|
/* card */
|
|
733
737
|
$-card-bg: var(--oxy-card-bg, $-color-white) !default; // 背景色
|
|
734
738
|
$-card-fs: var(--oxy-card-fs, $-fs-content) !default; // 卡片字号
|
|
735
739
|
$-card-padding: var(--oxy-card-padding, 0 $-size-side-padding) !default; // 内边距
|
|
736
|
-
$-card-footer-padding: var(--oxy-card-footer-padding,
|
|
737
|
-
$-card-shadow-color: var(--oxy-card-shadow-color,
|
|
738
|
-
$-card-radius: var(--oxy-card-radius,
|
|
740
|
+
$-card-footer-padding: var(--oxy-card-footer-padding, 24rpx 0 32rpx) !default; // 底部内边距
|
|
741
|
+
$-card-shadow-color: var(--oxy-card-shadow-color, 0 8rpx 16rpx 0 rgba(0, 0, 0, 0.02)) !default; // 阴影
|
|
742
|
+
$-card-radius: var(--oxy-card-radius, 16rpx) !default; // 圆角大小
|
|
739
743
|
$-card-line-height: var(--oxy-card-line-height, 1.1) !default; // 行高
|
|
740
744
|
$-card-margin: var(--oxy-card-margin, 0 $-size-side-padding) !default; // 外边距
|
|
741
745
|
$-card-title-color: var(--oxy-card-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
742
746
|
$-card-title-fs: var(--oxy-card-title-fs, $-fs-title) !default; // 矩形卡片标题字号
|
|
743
747
|
$-card-content-border-color: var(--oxy-card-content-border-color, rgba(0, 0, 0, 0.09)) !default; // 内容边框
|
|
744
|
-
$-card-rectangle-title-padding: var(--oxy-card-rectangle-title-padding,
|
|
745
|
-
$-card-rectangle-content-padding: var(--oxy-card-rectangle-content-padding,
|
|
746
|
-
$-card-rectangle-footer-padding: var(--oxy-card-rectangle-footer-padding,
|
|
748
|
+
$-card-rectangle-title-padding: var(--oxy-card-rectangle-title-padding, 30rpx 30rpx 24rpx) !default; // 矩形卡片头部内边距
|
|
749
|
+
$-card-rectangle-content-padding: var(--oxy-card-rectangle-content-padding, 32rpx 0) !default; // 矩形卡片内容内边距
|
|
750
|
+
$-card-rectangle-footer-padding: var(--oxy-card-rectangle-footer-padding, 24rpx 0) !default; // 矩形卡片底部内边距
|
|
747
751
|
$-card-content-color: var(--oxy-card-content-color, rgba(0, 0, 0, 0.45)) !default; // 文本内容颜色
|
|
748
752
|
$-card-content-line-height: var(--oxy-card-content-line-height, 1.428) !default; // 文本内容行高
|
|
749
|
-
$-card-content-margin: var(--oxy-card-content-margin,
|
|
750
|
-
$-card-content-rectangle-margin: var(--oxy-card-content-rectangle-margin,
|
|
753
|
+
$-card-content-margin: var(--oxy-card-content-margin, 26rpx 0 24rpx) !default; // 内容外边距
|
|
754
|
+
$-card-content-rectangle-margin: var(--oxy-card-content-rectangle-margin, 28rpx 0 24rpx) !default; // 矩形卡片内容外边距
|
|
751
755
|
|
|
752
756
|
/* upload */
|
|
753
|
-
$-upload-size: var(--oxy-upload-size,
|
|
754
|
-
$-upload-evoke-icon-size: var(--oxy-upload-evoke-icon-size,
|
|
757
|
+
$-upload-size: var(--oxy-upload-size, 160rpx) !default; // upload的外边框默认尺寸
|
|
758
|
+
$-upload-evoke-icon-size: var(--oxy-upload-evoke-icon-size, 64rpx) !default; // 唤起项的图标大小
|
|
755
759
|
$-upload-evoke-bg: var(--oxy-upload-evoke-bg, rgba(0, 0, 0, 0.04)) !default; // 唤起项的背景色
|
|
756
760
|
$-upload-evoke-color: var(--oxy-upload-evoke-color, rgba(0, 0, 0, 0.25)) !default; // 唤起项的图标颜色
|
|
757
761
|
$-upload-evoke-disabled-color: var(--oxy-upload-evoke-disabled-color, rgba(0, 0, 0, 0.09)) !default; // 唤起项禁用颜色
|
|
758
|
-
$-upload-close-icon-size: var(--oxy-upload-close-icon-size,
|
|
762
|
+
$-upload-close-icon-size: var(--oxy-upload-close-icon-size, 32rpx) !default; // 移除按钮尺寸
|
|
759
763
|
$-upload-close-icon-color: var(--oxy-upload-close-icon-color, rgba(0, 0, 0, 0.65)) !default; // 移除按钮颜色
|
|
760
|
-
$-upload-progress-fs: var(--oxy-upload-progress-fs,
|
|
761
|
-
$-upload-file-fs: var(--oxy-upload-file-fs,
|
|
764
|
+
$-upload-progress-fs: var(--oxy-upload-progress-fs, 28rpx) !default; // 进度文字字号
|
|
765
|
+
$-upload-file-fs: var(--oxy-upload-file-fs, 28rpx) !default; // 文件名字号
|
|
762
766
|
$-upload-file-color: var(--oxy-upload-file-color, $-color-secondary) !default; // 文件名字颜色
|
|
763
|
-
$-upload-preview-name-fs: var(--oxy-upload-preview-name-fs,
|
|
764
|
-
$-upload-preview-icon-size: var(--oxy-upload-preview-icon-size,
|
|
767
|
+
$-upload-preview-name-fs: var(--oxy-upload-preview-name-fs, 24rpx) !default; // 预览图片名字号
|
|
768
|
+
$-upload-preview-icon-size: var(--oxy-upload-preview-icon-size, 48rpx) !default; // 预览内部图标尺寸
|
|
765
769
|
$-upload-preview-name-bg: var(--oxy-upload-preview-name-bg, rgba(0, 0, 0, 0.6)) !default; // 预览文件名背景色
|
|
766
|
-
$-upload-preview-name-height: var(--oxy-upload-preview-name-height,
|
|
767
|
-
$-upload-cover-icon-size: var(--oxy-upload-cover-icon-size,
|
|
770
|
+
$-upload-preview-name-height: var(--oxy-upload-preview-name-height, 44rpx) !default; // 预览文件名背景高度
|
|
771
|
+
$-upload-cover-icon-size: var(--oxy-upload-cover-icon-size, 44rpx) !default; // 视频/文件图标尺寸
|
|
768
772
|
|
|
769
773
|
/* file-list */
|
|
770
|
-
$-file-list-height: var(--oxy-file-list-height,
|
|
774
|
+
$-file-list-height: var(--oxy-file-list-height, 200rpx) !default; // 文件高度
|
|
771
775
|
|
|
772
776
|
/* curtain */
|
|
773
|
-
$-curtain-content-radius: var(--oxy-curtain-content-radius,
|
|
777
|
+
$-curtain-content-radius: var(--oxy-curtain-content-radius, 48rpx) !default; // 内容圆角
|
|
774
778
|
$-curtain-content-close-color: var(--oxy-curtain-content-close-color, $-color-white) !default; // 关闭按钮颜色
|
|
775
779
|
$-curtain-content-close-fs: var(--oxy-curtain-content-close-fs, $-fs-big) !default; // 关闭按钮大小
|
|
776
780
|
|
|
777
781
|
/* notify */
|
|
778
782
|
$-notify-text-color: var(--oxy-notify-text-color, $-color-white) !default;
|
|
779
|
-
$-notify-padding: var(--oxy-notify-padding,
|
|
783
|
+
$-notify-padding: var(--oxy-notify-padding, 16rpx 32rpx) !default;
|
|
780
784
|
$-notify-font-size: var(--oxy-notify-font-size, $-fs-content) !default;
|
|
781
|
-
$-notify-line-height: var(--oxy-notify-line-height,
|
|
785
|
+
$-notify-line-height: var(--oxy-notify-line-height, 40rpx) !default;
|
|
782
786
|
$-notify-primary-background: var(--oxy-notify-primary-background, $-color-theme) !default;
|
|
783
787
|
$-notify-success-background: var(--oxy-notify-success-background, $-color-success) !default;
|
|
784
788
|
$-notify-danger-background: var(--oxy-notify-danger-background, $-color-danger) !default;
|
|
@@ -788,19 +792,19 @@ $-notify-warning-background: var(--oxy-notify-warning-background, $-color-warnin
|
|
|
788
792
|
$-skeleton-background-color: var(--oxy-skeleton-background-color, #eee) !default;
|
|
789
793
|
$-skeleton-animation-gradient: var(--oxy-skeleton-animation-gradient, rgba(0, 0, 0, 0.04)) !default;
|
|
790
794
|
$-skeleton-animation-flashed: var(--oxy-skeleton-animation-flashed, rgba(230, 230, 230, 0.3)) !default;
|
|
791
|
-
$-skeleton-text-height-default: var(--oxy-skeleton-text-height-default,
|
|
792
|
-
$-skeleton-rect-height-default: var(--oxy-skeleton-rect-height-default,
|
|
793
|
-
$-skeleton-circle-height-default: var(--oxy-skeleton-circle-height-default,
|
|
794
|
-
$-skeleton-row-margin-bottom: var(--oxy-skeleton-row-margin-bottom,
|
|
795
|
-
$-skeleton-border-radius-text: var(--oxy-skeleton-border-radius-text,
|
|
796
|
-
$-skeleton-border-radius-rect: var(--oxy-skeleton-border-radius-rect,
|
|
795
|
+
$-skeleton-text-height-default: var(--oxy-skeleton-text-height-default, 32rpx) !default;
|
|
796
|
+
$-skeleton-rect-height-default: var(--oxy-skeleton-rect-height-default, 32rpx) !default;
|
|
797
|
+
$-skeleton-circle-height-default: var(--oxy-skeleton-circle-height-default, 96rpx) !default;
|
|
798
|
+
$-skeleton-row-margin-bottom: var(--oxy-skeleton-row-margin-bottom, 32rpx) !default;
|
|
799
|
+
$-skeleton-border-radius-text: var(--oxy-skeleton-border-radius-text, 4rpx) !default;
|
|
800
|
+
$-skeleton-border-radius-rect: var(--oxy-skeleton-border-radius-rect, 8rpx) !default;
|
|
797
801
|
$-skeleton-border-radius-circle: var(--oxy-skeleton-border-radius-circle, 50%) !default;
|
|
798
802
|
|
|
799
803
|
/* circle */
|
|
800
804
|
$-circle-text-color: var(--oxy-circle-text-color, $-color-content) !default; // circle文字颜色
|
|
801
805
|
|
|
802
806
|
/* swiper */
|
|
803
|
-
$-swiper-radius: var(--oxy-swiper-radius,
|
|
807
|
+
$-swiper-radius: var(--oxy-swiper-radius, 16rpx);
|
|
804
808
|
$-swiper-item-padding: var(--oxy-swiper-item-padding, 0);
|
|
805
809
|
$-swiper-item-text-color: var(--oxy-swiper-item-text-color, #ffffff);
|
|
806
810
|
$-swiper-item-text-fs: var(--oxy-swiper-item-text-fs, $-fs-title);
|
|
@@ -823,133 +827,133 @@ $-swiper-nav-btn-bg-color: var(--oxy-swiper-nav-btn-bg-color, $-font-gray-3) !de
|
|
|
823
827
|
$-swiper-nav-btn-size: var(--oxy-swiper-nav-btn-size, 48rpx) !default;
|
|
824
828
|
|
|
825
829
|
/* segmented */
|
|
826
|
-
$-segmented-padding: var(--oxy-segmented-padding,
|
|
830
|
+
$-segmented-padding: var(--oxy-segmented-padding, 8rpx) !default; // 分段器padding
|
|
827
831
|
$-segmented-item-bg-color: var(--oxy-segmented-item-bg-color, #eeeeee) !default;
|
|
828
832
|
$-segmented-item-color: var(--oxy-segmented-item-color, rgba(0, 0, 0, 0.85)) !default; // 标题文字颜色
|
|
829
833
|
$-segmented-item-acitve-bg: var(--oxy-segmented-item-acitve-bg, #ffffff) !default; // 标题文字颜色
|
|
830
834
|
$-segmented-item-disabled-color: var(--oxy-segmented-item-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 标题文字禁用颜色
|
|
831
835
|
|
|
832
836
|
/* tabbar */
|
|
833
|
-
$-tabbar-height: var(--oxy-tabbar-height,
|
|
837
|
+
$-tabbar-height: var(--oxy-tabbar-height, 100rpx) !default;
|
|
834
838
|
$-tabbar-box-shadow: var(
|
|
835
839
|
--oxy-tabbar-box-shadow,
|
|
836
|
-
0
|
|
837
|
-
0
|
|
838
|
-
0
|
|
840
|
+
0 12rpx 60rpx 10rpx rgba(0, 0, 0, 0.05),
|
|
841
|
+
0 32rpx 48rpx 4rpx rgba(0, 0, 0, 0.04),
|
|
842
|
+
0 16rpx 20rpx -10rpx rgba(0, 0, 0, 0.08)
|
|
839
843
|
) !default; // round类型tabbar阴影
|
|
840
844
|
|
|
841
845
|
/* tabbar-item */
|
|
842
|
-
$-tabbar-item-title-font-size: var(--oxy-tabbar-item-title-font-size,
|
|
846
|
+
$-tabbar-item-title-font-size: var(--oxy-tabbar-item-title-font-size, 20rpx) !default; // tabbar选项文字大小
|
|
843
847
|
$-tabbar-item-title-line-height: var(--oxy-tabbar-item-title-line-height, initial) !default; // tabbar选项标题文字行高
|
|
844
848
|
$-tabbar-inactive-color: var(--oxy-tabbar-inactive-color, $-color-title) !default; // 标题文字和图标颜色
|
|
845
849
|
$-tabbar-active-color: var(--oxy-tabbar-active-color, $-color-theme) !default; // 选中文字和图标颜色
|
|
846
|
-
$-tabbar-item-icon-size: var(--oxy-tabbar-item-icon-size,
|
|
850
|
+
$-tabbar-item-icon-size: var(--oxy-tabbar-item-icon-size, 40rpx) !default; // tabbar选项图标大小
|
|
847
851
|
|
|
848
852
|
/* navbar */
|
|
849
|
-
$-navbar-height: var(--oxy-navbar-height,
|
|
853
|
+
$-navbar-height: var(--oxy-navbar-height, 88rpx) !default; // navbar高度
|
|
850
854
|
$-navbar-color: var(--oxy-navbar-color, $-font-gray-1) !default; // navbar字体颜色
|
|
851
855
|
$-navbar-background: var(--oxy-navbar-background, $-color-white) !default; // navbar背景颜色
|
|
852
|
-
$-navbar-arrow-size: var(--oxy-navbar-arrow-size,
|
|
853
|
-
$-navbar-desc-font-size: var(--oxy-navbar-desc-font-size,
|
|
856
|
+
$-navbar-arrow-size: var(--oxy-navbar-arrow-size, 48rpx) !default; // navbar左箭头图标大小
|
|
857
|
+
$-navbar-desc-font-size: var(--oxy-navbar-desc-font-size, 32rpx); // navbar 左箭头字体大小
|
|
854
858
|
$-navbar-desc-font-color: var(--oxy-navbar-desc-font-color, $-font-gray-1) !default; // navbar左右两侧字体颜色
|
|
855
|
-
$-navbar-title-font-size: var(--oxy-navbar-title-font-size,
|
|
859
|
+
$-navbar-title-font-size: var(--oxy-navbar-title-font-size, 36rpx); // navbar title字体大小
|
|
856
860
|
$-navbar-title-font-weight: var(--oxy-navbar-title-font-weight, 600); // navbar title字重
|
|
857
861
|
$-navbar-disabled-opacity: var(--oxy-navbar-disabled-opacity, 0.6) !default; // navbar左右两侧字体禁用
|
|
858
862
|
$-navbar-hover-color: var(--oxy-navbar-hover-color, #eee) !default; // navbar hover样式
|
|
859
863
|
|
|
860
864
|
/* navbar-capsule */
|
|
861
865
|
$-navbar-capsule-border-color: var(--oxy-navbar-capsule-border-color, #e7e7e7) !default;
|
|
862
|
-
$-navbar-capsule-border-radius: var(--oxy-navbar-capsule-border-radius,
|
|
863
|
-
$-navbar-capsule-width: var(--oxy-navbar-capsule-width,
|
|
864
|
-
$-navbar-capsule-height: var(--oxy-navbar-capsule-height,
|
|
865
|
-
$-navbar-capsule-icon-size: var(--oxy-navbar-capsule-icon-size,
|
|
866
|
+
$-navbar-capsule-border-radius: var(--oxy-navbar-capsule-border-radius, 32rpx) !default;
|
|
867
|
+
$-navbar-capsule-width: var(--oxy-navbar-capsule-width, 176rpx) !default;
|
|
868
|
+
$-navbar-capsule-height: var(--oxy-navbar-capsule-height, 64rpx) !default;
|
|
869
|
+
$-navbar-capsule-icon-size: var(--oxy-navbar-capsule-icon-size, 40rpx) !default; // navbar capsule图标大小
|
|
866
870
|
|
|
867
871
|
/* table */
|
|
868
872
|
$-table-color: var(--oxy-table-color, $-font-gray-1) !default; // 表格字体颜色
|
|
869
873
|
$-table-bg: var(--oxy-table-bg, #ffffff) !default; // 表格背景颜色
|
|
870
874
|
$-table-stripe-bg: var(--oxy-table-stripe-bg, #f3f3f3) !default; // 表格背景颜色
|
|
871
875
|
$-table-border-color: var(--oxy-table-border-color, #ececec) !default; // 表格边框颜色
|
|
872
|
-
$-table-font-size: var(--oxy-table-font-size,
|
|
876
|
+
$-table-font-size: var(--oxy-table-font-size, 26rpx) !default; // 表格字体大小
|
|
873
877
|
|
|
874
878
|
/* sidebar */
|
|
875
879
|
$-sidebar-bg: var(--oxy-sidebar-bg, $-color-gray-1) !default; // 侧边栏背景色
|
|
876
|
-
$-sidebar-width: var(--oxy-sidebar-width,
|
|
880
|
+
$-sidebar-width: var(--oxy-sidebar-width, 208rpx) !default; // 侧边栏宽度
|
|
877
881
|
$-sidebar-height: var(--oxy-sidebar-height, 100%) !default; // 侧边栏高度
|
|
878
882
|
|
|
879
883
|
/* sidebar-item */
|
|
880
884
|
$-sidebar-color: var(--oxy-sidebar-color, $-font-gray-1) !default;
|
|
881
|
-
$-sidebar-item-height: var(--oxy-sidebar-item-height,
|
|
882
|
-
$-sidebar-item-line-height: var(--oxy-sidebar-item-line-height,
|
|
885
|
+
$-sidebar-item-height: var(--oxy-sidebar-item-height, 112rpx) !default;
|
|
886
|
+
$-sidebar-item-line-height: var(--oxy-sidebar-item-line-height, 48rpx) !default;
|
|
883
887
|
$-sidebar-disabled-color: var(--oxy-side-bar-disabled-color, $-font-gray-4) !default;
|
|
884
888
|
$-sidebar-active-color: var(--oxy-sidebar-active-color, $-color-theme) !default; // 激活项字体颜色
|
|
885
889
|
$-sidebar-active-bg: var(--oxy-sidebar-active-bg, $-color-white) !default; // 激活项背景颜色
|
|
886
890
|
$-sidebar-hover-bg: var(--oxy-sidebar-hover-bg, $-color-gray-2) !default; // 激活项点击背景颜色
|
|
887
|
-
$-sidebar-border-radius: var(--oxy-sidebar-border-radius,
|
|
888
|
-
$-sidebar-font-size: var(--oxy-sidebar-font-size,
|
|
889
|
-
$-sidebar-icon-size: var(--oxy-sidebar-icon-size,
|
|
890
|
-
$-sidebar-active-border-width: var(--oxy-sidebar-active-border-width,
|
|
891
|
-
$-sidebar-active-border-height: var(--oxy-sidebar-active-border-height,
|
|
891
|
+
$-sidebar-border-radius: var(--oxy-sidebar-border-radius, 16rpx) !default;
|
|
892
|
+
$-sidebar-font-size: var(--oxy-sidebar-font-size, 32rpx) !default;
|
|
893
|
+
$-sidebar-icon-size: var(--oxy-sidebar-icon-size, 40rpx) !default;
|
|
894
|
+
$-sidebar-active-border-width: var(--oxy-sidebar-active-border-width, 8rpx) !default;
|
|
895
|
+
$-sidebar-active-border-height: var(--oxy-sidebar-active-border-height, 32rpx) !default;
|
|
892
896
|
|
|
893
897
|
/* fab */
|
|
894
|
-
$-fab-trigger-height: var(--oxy-fab-trigger-height,
|
|
895
|
-
$-fab-trigger-width: var(--oxy-fab-trigger-width,
|
|
896
|
-
$-fab-actions-padding: var(--oxy-actions-padding,
|
|
897
|
-
$-fab-icon-fs: var(--oxy-fab-icon-fs,
|
|
898
|
+
$-fab-trigger-height: var(--oxy-fab-trigger-height, 112rpx) !default;
|
|
899
|
+
$-fab-trigger-width: var(--oxy-fab-trigger-width, 112rpx) !default;
|
|
900
|
+
$-fab-actions-padding: var(--oxy-actions-padding, 24rpx) !default;
|
|
901
|
+
$-fab-icon-fs: var(--oxy-fab-icon-fs, 40rpx) !default;
|
|
898
902
|
|
|
899
903
|
/* count-down */
|
|
900
904
|
$-count-down-text-color: var(--oxy-count-down-text-color, $-color-gray-8) !default;
|
|
901
905
|
$-count-down-font-size: var(--oxy-count-down-font-size, $-fs-content) !default;
|
|
902
|
-
$-count-down-line-height: var(--oxy-count-down-line-height,
|
|
906
|
+
$-count-down-line-height: var(--oxy-count-down-line-height, 40rpx) !default;
|
|
903
907
|
|
|
904
908
|
/* keyboard */
|
|
905
|
-
$-keyboard-key-height: var(--oxy-keyboard-key-height,
|
|
906
|
-
$-keyboard-key-font-size: var(--oxy-keyboard-key-font-size,
|
|
909
|
+
$-keyboard-key-height: var(--oxy-keyboard-key-height, 96rpx) !default;
|
|
910
|
+
$-keyboard-key-font-size: var(--oxy-keyboard-key-font-size, 56rpx) !default;
|
|
907
911
|
$-keyboard-key-background: var(--oxy-keyboard-key-background, $-color-white) !default;
|
|
908
|
-
$-keyboard-key-border-radius: var(--oxy-keyboard-key-border-radius,
|
|
909
|
-
$-keyboard-delete-font-size: var(--oxy-keyboard-delete-font-size,
|
|
912
|
+
$-keyboard-key-border-radius: var(--oxy-keyboard-key-border-radius, 16rpx) !default;
|
|
913
|
+
$-keyboard-delete-font-size: var(--oxy-keyboard-delete-font-size, 32rpx) !default;
|
|
910
914
|
$-keyboard-key-active-color: var(--oxy-keyboard-key-active-color, $-color-gray-3) !default;
|
|
911
915
|
$-keyboard-button-text-color: var(--oxy-keyboard-button-text-color, $-color-white) !default;
|
|
912
916
|
$-keyboard-button-background: var(--oxy-keyboard--button-background, $-color-theme) !default;
|
|
913
917
|
$-keyboard-button-active-opacity: var(--oxy-keyboard-button-active-opacity, 0.6) !default;
|
|
914
918
|
$-keyboard-background: var(--oxy-keyboard-background, $-color-gray-2) !default;
|
|
915
|
-
$-keyboard-title-height: var(--oxy-keyboard-title-height,
|
|
919
|
+
$-keyboard-title-height: var(--oxy-keyboard-title-height, 68rpx) !default;
|
|
916
920
|
$-keyboard-title-color: var(--oxy-keyboard-title-color, $-color-gray-7) !default;
|
|
917
|
-
$-keyboard-title-font-size: var(--oxy-keyboard-title-font-size,
|
|
918
|
-
$-keyboard-close-padding: var(--oxy-keyboard-title-font-size, 0
|
|
921
|
+
$-keyboard-title-font-size: var(--oxy-keyboard-title-font-size, 32rpx) !default;
|
|
922
|
+
$-keyboard-close-padding: var(--oxy-keyboard-title-font-size, 0 32rpx) !default;
|
|
919
923
|
$-keyboard-close-color: var(--oxy-keyboard-close-color, $-color-theme) !default;
|
|
920
|
-
$-keyboard-close-font-size: var(--oxy-keyboard-close-font-size,
|
|
921
|
-
$-keyboard-icon-size: var(--oxy-keyboard-icon-size,
|
|
924
|
+
$-keyboard-close-font-size: var(--oxy-keyboard-close-font-size, 28rpx) !default;
|
|
925
|
+
$-keyboard-icon-size: var(--oxy-keyboard-icon-size, 44rpx) !default;
|
|
922
926
|
|
|
923
927
|
/* number-keyboard */
|
|
924
|
-
$-number-keyboard-key-height: var(--oxy-number-keyboard-key-height,
|
|
925
|
-
$-number-keyboard-key-font-size: var(--oxy-number-keyboard-key-font-size,
|
|
928
|
+
$-number-keyboard-key-height: var(--oxy-number-keyboard-key-height, 96rpx) !default;
|
|
929
|
+
$-number-keyboard-key-font-size: var(--oxy-number-keyboard-key-font-size, 56rpx) !default;
|
|
926
930
|
$-number-keyboard-key-background: var(--oxy-number-keyboard-key-background, $-color-white) !default;
|
|
927
|
-
$-number-keyboard-key-border-radius: var(--oxy-number-keyboard-key-border-radius,
|
|
928
|
-
$-number-keyboard-delete-font-size: var(--oxy-number-keyboard-delete-font-size,
|
|
931
|
+
$-number-keyboard-key-border-radius: var(--oxy-number-keyboard-key-border-radius, 16rpx) !default;
|
|
932
|
+
$-number-keyboard-delete-font-size: var(--oxy-number-keyboard-delete-font-size, 32rpx) !default;
|
|
929
933
|
$-number-keyboard-key-active-color: var(--oxy-number-keyboard-key-active-color, $-color-gray-3) !default;
|
|
930
934
|
$-number-keyboard-button-text-color: var(--oxy-number-keyboard-button-text-color, $-color-white) !default;
|
|
931
935
|
$-number-keyboard-button-background: var(--oxy-number-keyboard--button-background, $-color-theme) !default;
|
|
932
936
|
$-number-keyboard-button-active-opacity: var(--oxy-number-keyboard-button-active-opacity, 0.6) !default;
|
|
933
937
|
$-number-keyboard-background: var(--oxy-number-keyboard-background, $-color-gray-2) !default;
|
|
934
|
-
$-number-keyboard-title-height: var(--oxy-number-keyboard-title-height,
|
|
938
|
+
$-number-keyboard-title-height: var(--oxy-number-keyboard-title-height, 68rpx) !default;
|
|
935
939
|
$-number-keyboard-title-color: var(--oxy-number-keyboard-title-color, $-color-gray-7) !default;
|
|
936
|
-
$-number-keyboard-title-font-size: var(--oxy-number-keyboard-title-font-size,
|
|
937
|
-
$-number-keyboard-close-padding: var(--oxy-number-keyboard-title-font-size, 0
|
|
940
|
+
$-number-keyboard-title-font-size: var(--oxy-number-keyboard-title-font-size, 32rpx) !default;
|
|
941
|
+
$-number-keyboard-close-padding: var(--oxy-number-keyboard-title-font-size, 0 32rpx) !default;
|
|
938
942
|
$-number-keyboard-close-color: var(--oxy-number-keyboard-close-color, $-color-theme) !default;
|
|
939
|
-
$-number-keyboard-close-font-size: var(--oxy-number-keyboard-close-font-size,
|
|
940
|
-
$-number-keyboard-icon-size: var(--oxy-number-keyboard-icon-size,
|
|
943
|
+
$-number-keyboard-close-font-size: var(--oxy-number-keyboard-close-font-size, 28rpx) !default;
|
|
944
|
+
$-number-keyboard-icon-size: var(--oxy-number-keyboard-icon-size, 44rpx) !default;
|
|
941
945
|
|
|
942
946
|
/* passwod-input */
|
|
943
|
-
$-password-input-height: var(--oxy-password-input-height,
|
|
944
|
-
$-password-input-margin: var(--oxy-password-input-margin,
|
|
945
|
-
$-password-input-font-size: var(--oxy-password-input-margin,
|
|
946
|
-
$-password-input-radius: var(--oxy-password-input-radius,
|
|
947
|
+
$-password-input-height: var(--oxy-password-input-height, 100rpx);
|
|
948
|
+
$-password-input-margin: var(--oxy-password-input-margin, 32rpx);
|
|
949
|
+
$-password-input-font-size: var(--oxy-password-input-margin, 40rpx);
|
|
950
|
+
$-password-input-radius: var(--oxy-password-input-radius, 12rpx);
|
|
947
951
|
$-password-input-background: var(--oxy-password-input-background, #fff);
|
|
948
952
|
$-password-input-info-color: var(--oxy-password-input-info-color, $-color-info);
|
|
949
953
|
$-password-input-info-font-size: var(--oxy-password-input-info-font-size, $-fs-content);
|
|
950
954
|
$-password-input-border-color: var(--oxy-password-border-color, #ebedf0);
|
|
951
955
|
$-password-input-error-info-color: var(--oxy-password-input-error-info-color, $-color-danger);
|
|
952
|
-
$-password-input-dot-size: var(--oxy-password-input-dot-size,
|
|
956
|
+
$-password-input-dot-size: var(--oxy-password-input-dot-size, 20rpx);
|
|
953
957
|
$-password-input-dot-color: var(--oxy-password-input-dot-color, $-color-gray-8);
|
|
954
958
|
$-password-input-text-color: var(--oxy-password-input-text-color, $-color-gray-8);
|
|
955
959
|
$-password-input-cursor-color: var(--oxy-password-input-cursor-color, $-color-gray-8);
|
|
@@ -960,11 +964,11 @@ $-password-input-cursor-duration: var(--oxy-password-input-cursor-duration, 1s);
|
|
|
960
964
|
/* form-item */
|
|
961
965
|
$-form-item-error-message-color: var(--oxy-form-item-error-message-color, $-color-danger) !default;
|
|
962
966
|
$-form-item-error-message-font-size: var(--oxy-form-item-error-message-font-size, $-fs-secondary) !default;
|
|
963
|
-
$-form-item-error-message-line-height: var(--oxy-form-item-error-message-line-height,
|
|
967
|
+
$-form-item-error-message-line-height: var(--oxy-form-item-error-message-line-height, 48rpx) !default;
|
|
964
968
|
|
|
965
969
|
/* backtop */
|
|
966
970
|
$-backtop-bg: var(--oxy-backtop-bg, #e1e1e1) !default;
|
|
967
|
-
$-backtop-icon-size: var(--oxy-backtop-icon-size,
|
|
971
|
+
$-backtop-icon-size: var(--oxy-backtop-icon-size, 40rpx) !default;
|
|
968
972
|
|
|
969
973
|
/* index-bar */
|
|
970
974
|
$-index-bar-index-font-size: var(--oxy-index-bar-index-font-size, $-fs-aid) !default;
|
|
@@ -989,7 +993,7 @@ $-link-font-size-large: var(--oxy-link-font-size-large, $-fs-important) !default
|
|
|
989
993
|
/* video-preview */
|
|
990
994
|
$-video-preview-bg: var(--oxy-video-preview-bg, rgba(0, 0, 0, 0.8)) !default; // 背景色
|
|
991
995
|
$-video-preview-close-color: var(--oxy-video-preview-close-color, #fff) !default; // 图标颜色
|
|
992
|
-
$-video-preview-close-font-size: var(--oxy-video-preview-close-font-size,
|
|
996
|
+
$-video-preview-close-font-size: var(--oxy-video-preview-close-font-size, 40rpx) !default; // 图标大小
|
|
993
997
|
|
|
994
998
|
/* img-cropper */
|
|
995
999
|
$-img-cropper-icon-size: var(--oxy-img-cropper-icon-size, $-fs-big) !default; // 图标大小
|
|
@@ -997,28 +1001,36 @@ $-img-cropper-icon-color: var(--oxy-img-cropper-icon-color, #fff) !default; //
|
|
|
997
1001
|
|
|
998
1002
|
/* floating-panel */
|
|
999
1003
|
$-floating-panel-bg: var(--oxy-floating-panel-bg, $-color-white) !default; // 背景色
|
|
1000
|
-
$-floating-panel-radius: var(--oxy-floating-panel-radius,
|
|
1004
|
+
$-floating-panel-radius: var(--oxy-floating-panel-radius, 32rpx) !default; // 圆角
|
|
1001
1005
|
$-floating-panel-z-index: var(--oxy-floating-panel-z-index, 99) !default; // 层级
|
|
1002
|
-
$-floating-panel-header-height: var(--oxy-floating-panel-header-height,
|
|
1003
|
-
$-floating-panel-bar-width: var(--oxy-floating-panel-bar-width,
|
|
1004
|
-
$-floating-panel-bar-height: var(--oxy-floating-panel-bar-height,
|
|
1006
|
+
$-floating-panel-header-height: var(--oxy-floating-panel-header-height, 60rpx) !default; // 头部高度
|
|
1007
|
+
$-floating-panel-bar-width: var(--oxy-floating-panel-bar-width, 40rpx) !default; // bar 宽度
|
|
1008
|
+
$-floating-panel-bar-height: var(--oxy-floating-panel-bar-height, 6rpx) !default; // bar 高度
|
|
1005
1009
|
$-floating-panel-bar-bg: var(--oxy-floating-panel-bar-bg, $-color-gray-5) !default; // bar 背景色
|
|
1006
|
-
$-floating-panel-bar-radius: var(--oxy-floating-panel-bar-radius,
|
|
1010
|
+
$-floating-panel-bar-radius: var(--oxy-floating-panel-bar-radius, 8rpx) !default; // bar 圆角
|
|
1007
1011
|
$-floating-panel-content-bg: var(--oxy-floating-panel-content-bg, $-color-white) !default; // 内容背景色
|
|
1008
1012
|
|
|
1009
1013
|
/* signature */
|
|
1010
1014
|
$-signature-bg: var(--oxy-signature-bg, $-color-white) !default; // 背景色
|
|
1011
|
-
$-signature-radius: var(--oxy-signature-radius,
|
|
1015
|
+
$-signature-radius: var(--oxy-signature-radius, 8rpx) !default; // 圆角
|
|
1012
1016
|
$-signature-border: var(--oxy-signature-border, 1px solid $-color-gray-5) !default; // 边框圆角
|
|
1013
|
-
$-signature-footer-margin-top: var(--oxy-signature-footer-margin-top,
|
|
1014
|
-
$-signature-button-margin-left: var(--oxy-signature-button-margin-left,
|
|
1017
|
+
$-signature-footer-margin-top: var(--oxy-signature-footer-margin-top, 16rpx) !default; // 底部按钮上边距
|
|
1018
|
+
$-signature-button-margin-left: var(--oxy-signature-button-margin-left, 16rpx) !default; // 底部按钮左边距
|
|
1015
1019
|
|
|
1016
1020
|
|
|
1017
1021
|
/* tree */
|
|
1018
1022
|
$-tree-node-current-bg:var(--oxy-tree-node-current-bg, #4d80ef1a);
|
|
1019
|
-
$-tree-node-current-color:var(--oxy-tree-node-current-color, $-
|
|
1023
|
+
$-tree-node-current-color:var(--oxy-tree-node-current-color, $-color-theme);
|
|
1020
1024
|
$-tree-node-disabled-color:var(--oxy-tree-node-disabled-color, $-color-icon-disabled);
|
|
1021
1025
|
$-tree-search-input-color:var(--oxy-tree-search-input-color, #f6f6f6);
|
|
1026
|
+
$-tree-node-radius: var(--oxy-tree-node-radius, $-button-medium-radius);
|
|
1027
|
+
$-tree-node-font-size: var(--oxy-tree-node-font-size, $-fs-content);
|
|
1028
|
+
$-tree-node-padding-right: var(--oxy-tree-node-padding-right, $-size-side-padding-small);
|
|
1029
|
+
$-tree-node-icon-size: var(--oxy-tree-node-icon-size, $-fs-title);
|
|
1030
|
+
$-tree-node-icon-gap: var(--oxy-tree-node-icon-gap, 0);
|
|
1031
|
+
$-tree-node-icon-box-size: var(--oxy-tree-node-icon-box-size, 56rpx);
|
|
1032
|
+
$-tree-node-icon-color: var(--oxy-tree-node-icon-color, $-color-icon-disabled);
|
|
1033
|
+
$-tree-node-icon-active-color: var(--oxy-tree-node-icon-active-color, $-checkbox-checked-color);
|
|
1022
1034
|
|
|
1023
1035
|
/* rich-text */
|
|
1024
1036
|
$-rich-text-primary-color: var(--oxy-rich-text-primary-color, $-color-content);
|
|
@@ -1043,18 +1055,31 @@ $-rich-text-popup-divider-color: var(--oxy-rich-text-popup-divider-color, gray);
|
|
|
1043
1055
|
|
|
1044
1056
|
/* date-strip */
|
|
1045
1057
|
$-date-strip-bg-color: var(--oxy-date-strip-bg-color, $-color-white);
|
|
1046
|
-
$-date-strip-height: var(--oxy-date-strip-height,
|
|
1058
|
+
$-date-strip-height: var(--oxy-date-strip-height, 172rpx);
|
|
1047
1059
|
$-date-strip-padding-x: var(--oxy-date-strip-padding-x, 0);
|
|
1048
|
-
$-date-strip-padding-y: var(--oxy-date-strip-padding-y,
|
|
1049
|
-
$-date-strip-font-size: var(--oxy-date-strip-font-size,
|
|
1060
|
+
$-date-strip-padding-y: var(--oxy-date-strip-padding-y, 16rpx);
|
|
1061
|
+
$-date-strip-font-size: var(--oxy-date-strip-font-size, 32rpx);
|
|
1050
1062
|
$-date-strip-color: var(--oxy-date-strip-color, $-color-content);
|
|
1051
1063
|
$-date-strip-prefix-color: var(--oxy-date-strip-prefix-color, $-font-gray-2);
|
|
1052
|
-
$-date-strip-prefix-font-size: var(--oxy-date-strip-prefix-font-size,
|
|
1064
|
+
$-date-strip-prefix-font-size: var(--oxy-date-strip-prefix-font-size, 28rpx);
|
|
1053
1065
|
$-date-strip-suffix-color: var(--oxy-date-strip-color, $-font-gray-2);
|
|
1054
|
-
$-date-strip-suffix-font-size: var(--oxy-date-strip-suffix-font-size,
|
|
1066
|
+
$-date-strip-suffix-font-size: var(--oxy-date-strip-suffix-font-size, 28rpx);
|
|
1055
1067
|
$-date-strip-active-color: var(--oxy-date-strip-active-color, $-color-theme);
|
|
1056
|
-
$-date-strip-square-radius: var(--oxy-date-strip-square-radius,
|
|
1057
|
-
$-date-strip-grid-width: var(--oxy-date-strip-grid-width,
|
|
1068
|
+
$-date-strip-square-radius: var(--oxy-date-strip-square-radius, 8rpx);
|
|
1069
|
+
$-date-strip-grid-width: var(--oxy-date-strip-grid-width, 100rpx);
|
|
1058
1070
|
$-date-strip-grid-square-padding-x: var(--oxy-date-strip-grid-square-padding-x, 0);
|
|
1059
|
-
$-date-strip-grid-square-padding-y: var(--oxy-date-strip-grid-square-padding-y,
|
|
1071
|
+
$-date-strip-grid-square-padding-y: var(--oxy-date-strip-grid-square-padding-y, 12rpx);
|
|
1060
1072
|
$-date-strip-grid-circle-radius: var(--oxy-date-strip-grid-circle-radius, 50%);
|
|
1073
|
+
/* footer*/
|
|
1074
|
+
$--footer-padding: var(--oxy-footer-padding, 24rpx); // footer 内边距
|
|
1075
|
+
$--footer-bg: var(--oxy-footer-bg, $-color-white); // footer 背景色
|
|
1076
|
+
|
|
1077
|
+
/* long-press-menu */
|
|
1078
|
+
$-long-press-menu-bg: var(--oxy-long-press-menu-bg, rgba(0, 0, 0, 0.8)) !default; // 背景色
|
|
1079
|
+
$-long-press-menu-padding: var(--oxy-long-press-menu-padding, 0 16rpx) !default; // 间距
|
|
1080
|
+
$-long-press-menu-radius: var(--oxy-long-press-menu-radius, 16rpx) !default; // 圆角大小
|
|
1081
|
+
$-long-press-menu-color: var(--oxy-long-press-menu-color, $-color-white) !default; // 文字颜色
|
|
1082
|
+
$-long-press-menu-fs: var(--oxy-long-press-menu-fs, $-fs-content) !default; // 字号
|
|
1083
|
+
$-long-press-menu-arrow-size: var(--oxy-long-press-menu-arrow-size, 10rpx) !default; // 箭头大小
|
|
1084
|
+
$-long-press-menu-item-padding: var(--oxy-long-press-menu-padding, 24rpx 32rpx) !default; // 间距
|
|
1085
|
+
$-long-press-menu-z-index: var(--oxy-long-press-menu-z-index, 999) !default;
|