oxy-uni-ui 2.0.0 → 2.1.1
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 +449 -271
- package/components/common/util.ts +25 -0
- package/components/composables/useDynamicVirtualScroll.ts +80 -0
- package/components/composables/useVirtualScroll.ts +40 -14
- package/components/oxy-action-sheet/index.scss +8 -8
- package/components/oxy-backtop/index.scss +3 -3
- package/components/oxy-badge/index.scss +2 -2
- package/components/oxy-button/index.scss +5 -8
- package/components/oxy-calendar/index.scss +10 -10
- package/components/oxy-calendar/oxy-calendar.vue +3 -3
- package/components/oxy-calendar-view/monthPanel/index.scss +4 -5
- package/components/oxy-calendar-view/monthPanel/month-panel.vue +72 -37
- package/components/oxy-calendar-view/monthPanel/types.ts +43 -1
- package/components/oxy-calendar-view/types.ts +1 -1
- package/components/oxy-calendar-view/utils.ts +12 -1
- package/components/oxy-calendar-view/year/index.scss +1 -1
- package/components/oxy-calendar-view/yearPanel/index.scss +3 -3
- package/components/oxy-calendar-view/yearPanel/types.ts +36 -2
- package/components/oxy-calendar-view/yearPanel/year-panel.vue +64 -45
- package/components/oxy-card/index.scss +4 -4
- package/components/oxy-cell/index.scss +2 -2
- package/components/oxy-cell-group/index.scss +2 -2
- package/components/oxy-checkbox/index.scss +75 -220
- package/components/oxy-checkbox-group/index.scss +2 -2
- package/components/oxy-col-picker/index.scss +3 -3
- package/components/oxy-collapse/index.scss +1 -1
- package/components/oxy-collapse-item/index.scss +2 -2
- package/components/oxy-corner/index.scss +4 -4
- package/components/oxy-count-to/oxy-count-to.vue +3 -3
- package/components/oxy-count-to/types.ts +1 -1
- package/components/oxy-date-strip-item/index.scss +4 -4
- package/components/oxy-datetime-picker/index.scss +5 -5
- package/components/oxy-datetime-picker/types.ts +1 -1
- package/components/oxy-datetime-picker-view/types.ts +2 -2
- package/components/oxy-drop-menu/index.scss +3 -3
- package/components/oxy-drop-menu-item/index.scss +2 -2
- package/components/oxy-fab/index.scss +1 -5
- package/components/oxy-file-list/index.scss +22 -22
- package/components/oxy-footer/index.scss +2 -2
- package/components/oxy-footer/oxy-footer.vue +2 -3
- package/components/oxy-form-item/index.scss +0 -5
- package/components/oxy-grid/oxy-grid.vue +1 -1
- package/components/oxy-grid-item/index.scss +1 -1
- package/components/oxy-guidance/index.scss +15 -15
- package/components/oxy-img/index.scss +2 -2
- package/components/oxy-img-cropper/index.scss +14 -16
- package/components/oxy-img-lazy/index.scss +0 -1
- package/components/oxy-index-anchor/index.scss +5 -5
- package/components/oxy-index-bar/index.scss +3 -3
- package/components/oxy-input/index.scss +2 -2
- package/components/oxy-input-number/index.scss +21 -3
- package/components/oxy-input-number/oxy-input-number.vue +9 -1
- package/components/oxy-keyboard/index.scss +3 -3
- package/components/oxy-link/index.scss +11 -10
- package/components/oxy-loading/index.scss +1 -1
- package/components/oxy-loadmore/index.scss +1 -1
- package/components/oxy-long-press-menu/index.scss +2 -2
- package/components/oxy-message-box/index.scss +10 -10
- package/components/oxy-message-box/oxy-message-box.vue +4 -5
- package/components/oxy-message-box/types.ts +0 -5
- package/components/oxy-navbar/index.scss +1 -1
- package/components/oxy-navbar/oxy-navbar.vue +2 -3
- package/components/oxy-pagination/index.scss +5 -4
- package/components/oxy-password-input/index.scss +4 -4
- package/components/oxy-picker/index.scss +14 -14
- package/components/oxy-picker/types.ts +1 -1
- package/components/oxy-picker-view/index.scss +2 -2
- package/components/oxy-picker-view/oxy-picker-view.vue +8 -5
- package/components/oxy-picker-view/types.ts +2 -2
- package/components/oxy-popover/index.scss +8 -8
- package/components/oxy-popup/index.scss +4 -4
- package/components/oxy-progress/index.scss +3 -3
- package/components/oxy-radio/index.scss +26 -16
- package/components/oxy-radio-group/index.scss +2 -3
- package/components/oxy-rich-text/index.scss +20 -24
- package/components/oxy-rich-text/mp-html/card/card.vue +3 -3
- package/components/oxy-rich-text/mp-html/mp-html.d.ts +2 -0
- package/components/oxy-rich-text/mp-html/mp-html.vue +6 -5
- package/components/oxy-rich-text/mp-html/node/node.vue +25 -2
- package/components/oxy-rich-text/mp-html/parser.js +6 -6
- package/components/oxy-rich-text/oxy-rich-text.vue +31 -8
- package/components/oxy-search/index.scss +6 -6
- package/components/oxy-segmented/index.scss +14 -15
- package/components/oxy-select/index.scss +117 -69
- package/components/oxy-select/oxy-select.vue +24 -11
- package/components/oxy-select-picker/index.scss +2 -2
- package/components/oxy-sidebar-item/index.scss +22 -13
- package/components/oxy-skeleton/index.scss +1 -1
- package/components/oxy-slider/index.scss +8 -9
- package/components/oxy-sort-button/index.scss +3 -5
- package/components/oxy-splitter/index.scss +19 -0
- package/components/oxy-splitter/oxy-splitter.vue +409 -0
- package/components/oxy-splitter/types.ts +75 -0
- package/components/oxy-splitter-panel/index.scss +366 -0
- package/components/oxy-splitter-panel/oxy-splitter-panel.vue +432 -0
- package/components/oxy-splitter-panel/types.ts +63 -0
- package/components/oxy-step/index.scss +13 -13
- package/components/oxy-stream-render/oxy-stream-render.vue +230 -4
- package/components/oxy-swiper-nav/index.scss +5 -5
- package/components/oxy-switch/index.scss +5 -5
- package/components/oxy-tab/index.scss +8 -2
- package/components/oxy-tabbar/index.scss +5 -5
- package/components/oxy-tabbar/oxy-tabbar.vue +3 -3
- package/components/oxy-table/index.scss +5 -6
- package/components/oxy-table-col/index.scss +4 -5
- package/components/oxy-tabs/index.scss +16 -14
- package/components/oxy-tag/index.scss +111 -36
- package/components/oxy-text/index.scss +1 -1
- package/components/oxy-textarea/index.scss +3 -7
- package/components/oxy-toast/index.scss +1 -1
- package/components/oxy-tooltip/index.scss +1 -1
- package/components/oxy-tree/index.scss +35 -15
- package/components/oxy-tree/oxy-tree.vue +113 -2
- package/components/oxy-tree/types.ts +1 -0
- package/components/oxy-upload/index.scss +20 -20
- package/components/oxy-video-preview/index.scss +3 -3
- package/components/oxy-virtual-scroll/index.scss +2 -2
- package/components/oxy-voice-player/index.scss +104 -75
- package/components/oxy-watermark/index.scss +1 -1
- package/global.d.ts +2 -0
- package/package.json +1 -1
- package/tags.json +1 -1
- package/web-types.json +1 -1
|
@@ -71,28 +71,96 @@ $-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, 56rpx) !default; // 大型标题
|
|
75
|
+
$-fs-important: var(--oxy-fs-important, 44rpx) !default; // 重要数据
|
|
76
|
+
$-fs-title: var(--oxy-fs-title, 36rpx) !default; // 标题字号/重要正文字号
|
|
77
|
+
$-fs-content: var(--oxy-fs-content, 32rpx) !default; // 普通正文(16px)
|
|
78
|
+
$-fs-secondary: var(--oxy-fs-secondary, 28rpx) !default; // 次要信息,注释/补充/正文
|
|
79
|
+
$-fs-aid: var(--oxy-fs-aid, 24rpx) !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
|
+
$-fw-bold: var(--oxy-fw-bold, 700) !default; // 粗体
|
|
84
85
|
|
|
85
86
|
/* 尺寸 */
|
|
86
|
-
$-size-side-padding: var(--oxy-size-side-padding,
|
|
87
|
-
$-size-side-padding-small: var(--oxy-size-side-padding-small,
|
|
87
|
+
$-size-side-padding: var(--oxy-size-side-padding, 32rpx) !default; // 屏幕两边留白
|
|
88
|
+
$-size-side-padding-small: var(--oxy-size-side-padding-small, 16rpx) !default; // 屏幕两边留白小值
|
|
89
|
+
|
|
90
|
+
/* 基础圆角 */
|
|
91
|
+
$-radius-xs: var(--oxy-radius-xs, 4rpx) !default; // 超小圆角
|
|
92
|
+
$-radius-sm: var(--oxy-radius-sm, 8rpx) !default; // 小圆角
|
|
93
|
+
$-radius-md: var(--oxy-radius-md, 12rpx) !default; // 中小圆角
|
|
94
|
+
$-radius-lg: var(--oxy-radius-lg, 16rpx) !default; // 中圆角
|
|
95
|
+
$-radius-xl: var(--oxy-radius-xl, 24rpx) !default; // 大圆角
|
|
96
|
+
$-radius-2xl: var(--oxy-radius-2xl, 32rpx) !default; // 超大圆角
|
|
97
|
+
$-radius-3xl: var(--oxy-radius-3xl, 40rpx) !default; // 超大圆角
|
|
98
|
+
$-radius-pill: var(--oxy-radius-pill, 1998rpx) !default; // 胶囊圆角
|
|
99
|
+
$-radius-circle: var(--oxy-radius-circle, 50%) !default; // 圆形
|
|
100
|
+
|
|
101
|
+
/* 基础阴影 */
|
|
102
|
+
$-shadow-sm: var(--oxy-shadow-sm, 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.1)) !default; // 小阴影
|
|
103
|
+
$-shadow-md: var(--oxy-shadow-md, 0 8rpx 16rpx 0 rgba(0, 0, 0, 0.02)) !default; // 中阴影
|
|
104
|
+
$-shadow-focus: var(--oxy-shadow-focus, 0 1px 4rpx 0 rgba(1, 87, 255, 0.2)) !default; // 焦点阴影
|
|
105
|
+
$-shadow-color-muted: var(--oxy-shadow-color-muted, rgba(155, 155, 155, 0.5)) !default; // 中性阴影色
|
|
106
|
+
|
|
107
|
+
/* 基础透明度 */
|
|
108
|
+
$-opacity-disabled: var(--oxy-opacity-disabled, 0.6) !default; // 禁用态透明度
|
|
109
|
+
|
|
110
|
+
/* 基础描边 */
|
|
111
|
+
$-border-width-base: var(--oxy-border-width-base, 1px) !default; // 基础描边宽度
|
|
112
|
+
|
|
113
|
+
/* 基础间距 */
|
|
114
|
+
$-spacing-4: var(--oxy-spacing-4, 4rpx) !default; // 超小间距
|
|
115
|
+
$-spacing-8: var(--oxy-spacing-8, 8rpx) !default; // 小间距
|
|
116
|
+
$-spacing-12: var(--oxy-spacing-12, 12rpx) !default; // 中小间距
|
|
117
|
+
$-spacing-16: var(--oxy-spacing-16, 16rpx) !default; // 中间距
|
|
118
|
+
$-spacing-20: var(--oxy-spacing-20, 20rpx) !default; // 中上间距
|
|
119
|
+
$-spacing-24: var(--oxy-spacing-24, 24rpx) !default; // 大间距
|
|
120
|
+
$-spacing-32: var(--oxy-spacing-32, 32rpx) !default; // 超大间距
|
|
121
|
+
$-spacing-40: var(--oxy-spacing-40, 40rpx) !default; // 特大间距
|
|
122
|
+
$-spacing-48: var(--oxy-spacing-48, 48rpx) !default; // 极大间距
|
|
123
|
+
|
|
124
|
+
/* 基础尺寸 */
|
|
125
|
+
$-size-32: var(--oxy-size-32, 32rpx) !default; // 小尺寸
|
|
126
|
+
$-size-48: var(--oxy-size-48, 48rpx) !default; // 中尺寸
|
|
127
|
+
$-size-64: var(--oxy-size-64, 64rpx) !default; // 大尺寸
|
|
128
|
+
$-size-80: var(--oxy-size-80, 80rpx) !default; // 特大尺寸
|
|
129
|
+
|
|
130
|
+
/* 基础行高 */
|
|
131
|
+
$-lh-base: var(--oxy-lh-base, 48rpx) !default; // 基础行高
|
|
132
|
+
$-lh-sm: var(--oxy-lh-sm, 44rpx) !default; // 小行高
|
|
133
|
+
$-lh-xs: var(--oxy-lh-xs, 40rpx) !default; // 超小行高
|
|
134
|
+
|
|
135
|
+
/* 额外透明度 */
|
|
136
|
+
$-opacity-muted: var(--oxy-opacity-muted, 0.5) !default; // 弱化透明度
|
|
137
|
+
|
|
138
|
+
/* 基础行高比(无单位) */
|
|
139
|
+
$-line-height-tight: var(--oxy-line-height-tight, 1.1) !default; // 紧凑行高
|
|
140
|
+
$-line-height-base: var(--oxy-line-height-base, 1.2) !default; // 基础行高
|
|
141
|
+
$-line-height-loose: var(--oxy-line-height-loose, 1.43) !default; // 宽松行高
|
|
142
|
+
|
|
143
|
+
/* 基础过渡时长 */
|
|
144
|
+
$-transition-duration-fast: var(--oxy-transition-duration-fast, 0.16s) !default; // 快速过渡
|
|
145
|
+
$-transition-duration-base: var(--oxy-transition-duration-base, 0.2s) !default; // 基础过渡
|
|
146
|
+
$-transition-duration-slow: var(--oxy-transition-duration-slow, 0.3s) !default; // 慢速过渡
|
|
147
|
+
|
|
148
|
+
/* 基础过渡动效曲线 */
|
|
149
|
+
$-transition-timing-function-base: var(--oxy-transition-timing-function-base, cubic-bezier(0.4, 0, 0.2, 1)) !default; // 标准缓出曲线
|
|
150
|
+
|
|
151
|
+
/* 基础层级 */
|
|
152
|
+
$-z-index-sticky: var(--oxy-z-index-sticky, 1) !default; // 粘性定位层级
|
|
153
|
+
$-z-index-fixed: var(--oxy-z-index-fixed, 500) !default; // 固定定位层级
|
|
154
|
+
$-z-index-overlay: var(--oxy-z-index-overlay, 999) !default; // 遮罩层级
|
|
155
|
+
$-z-index-top: var(--oxy-z-index-top, 9999) !default; // 最高层级
|
|
88
156
|
|
|
89
157
|
/*-------------------------------- Theme color application size. end --------------------------------*/
|
|
90
158
|
|
|
91
159
|
/* component var */
|
|
92
160
|
|
|
93
161
|
/* action-sheet */
|
|
94
|
-
$-action-sheet-weight: var(--oxy-action-sheet-weight,
|
|
95
|
-
$-action-sheet-radius: var(--oxy-action-sheet-radius,
|
|
162
|
+
$-action-sheet-weight: var(--oxy-action-sheet-weight, $-fw-medium) !default; // 面板字重
|
|
163
|
+
$-action-sheet-radius: var(--oxy-action-sheet-radius, $-radius-2xl) !default; // 面板圆角大小
|
|
96
164
|
$-action-sheet-loading-size: var(--oxy-action-sheet-loading-size, 40rpx) !default; // loading动画尺寸
|
|
97
165
|
$-action-sheet-action-height: var(--oxy-action-sheet-action-height, 96rpx) !default; // 单条菜单高度
|
|
98
166
|
$-action-sheet-color: var(--oxy-action-sheet-color, rgba(0, 0, 0, 0.85)) !default; // 选项名称颜色
|
|
@@ -112,15 +180,15 @@ $-action-sheet-cancel-color: var(--oxy-action-sheet-cancel-color, #131415) !defa
|
|
|
112
180
|
$-action-sheet-cancel-height: var(--oxy-action-sheet-cancel-height, 88rpx) !default; // 取消按钮高度
|
|
113
181
|
$-action-sheet-cancel-bg: var(--oxy-action-sheet-cancel-bg, rgba(240, 240, 240, 1)) !default; // 取消按钮背景色
|
|
114
182
|
$-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
|
|
183
|
+
$-action-sheet-panel-padding: var(--oxy-action-sheet-panel-padding, 24rpx 0 24rpx) !default; // 自定义面板内边距大小
|
|
116
184
|
$-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,
|
|
185
|
+
$-action-sheet-panel-img-radius: var(--oxy-action-sheet-panel-img-radius, $-radius-sm) !default; // 自定义面板图片圆角大小
|
|
118
186
|
|
|
119
187
|
/* badge */
|
|
120
188
|
$-badge-bg: var(--oxy-badge-bg, $-color-danger) !default; // 背景填充颜色
|
|
121
189
|
$-badge-color: var(--oxy-badge-color, #fff) !default; // 文字颜色
|
|
122
|
-
$-badge-fs: var(--oxy-badge-fs,
|
|
123
|
-
$-badge-padding: var(--oxy-badge-padding, 0
|
|
190
|
+
$-badge-fs: var(--oxy-badge-fs, $-fs-secondary) !default; // 文字字号
|
|
191
|
+
$-badge-padding: var(--oxy-badge-padding, 0 $-spacing-12) !default; // padding
|
|
124
192
|
$-badge-height: var(--oxy-badge-height, 32rpx) !default; // 高度
|
|
125
193
|
$-badge-primary: var(--oxy-badge-primary, $-color-theme) !default;
|
|
126
194
|
$-badge-success: var(--oxy-badge-success, $-color-success) !default;
|
|
@@ -131,26 +199,26 @@ $-badge-dot-size: var(--oxy-badge-dot-size, 12rpx) !default; // dot 类型大小
|
|
|
131
199
|
$-badge-border: var(--oxy-badge-border, 4rpx solid $-badge-color) !default; // 边框样式
|
|
132
200
|
|
|
133
201
|
/* button */
|
|
134
|
-
$-button-disabled-opacity: var(--oxy-button-disabled-opacity,
|
|
202
|
+
$-button-disabled-opacity: var(--oxy-button-disabled-opacity, $-opacity-disabled) !default; // button禁用透明度
|
|
135
203
|
$-button-small-height: var(--oxy-button-small-height, 56rpx) !default; // 小型按钮高度
|
|
136
204
|
$-button-small-padding: var(--oxy-button-small-padding, 0 24rpx) !default; // 小型按钮padding
|
|
137
205
|
$-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,
|
|
206
|
+
$-button-small-radius: var(--oxy-button-small-radius, $-radius-xs) !default; // 小型按钮圆角大小
|
|
207
|
+
$-button-small-loading: var(--oxy-button-small-loading, $-fs-content) !default; // 小型按钮loading图标大小
|
|
140
208
|
$-button-medium-height: var(--oxy-button-medium-height, 72rpx) !default; // 中型按钮高度
|
|
141
209
|
$-button-medium-padding: var(--oxy-button-medium-padding, 0 32rpx) !default; // 中型按钮padding
|
|
142
210
|
$-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, 0
|
|
211
|
+
$-button-medium-radius: var(--oxy-button-medium-radius, $-radius-sm) !default; // 中型按钮圆角大小
|
|
212
|
+
$-button-medium-loading: var(--oxy-button-medium-loading, 40rpx) !default; // 中型按钮loading图标大小
|
|
213
|
+
$-button-medium-box-shadow-size: var(--oxy-button-medium-box-shadow-size, 0 6rpx 10rpx 0) !default; // 中尺寸阴影尺寸
|
|
146
214
|
$-button-large-height: var(--oxy-button-large-height, 88rpx) !default; // 大型按钮高度
|
|
147
215
|
$-button-large-padding: var(--oxy-button-large-padding, 0 72rpx) !default; // 大型按钮padding
|
|
148
216
|
$-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, 0
|
|
152
|
-
$-button-icon-fs: var(--oxy-button-icon-fs,
|
|
153
|
-
$-button-icon-size: var(--oxy-button-icon-size,
|
|
217
|
+
$-button-large-radius: var(--oxy-button-large-radius, $-radius-lg) !default; // 大型按钮圆角大小
|
|
218
|
+
$-button-large-loading: var(--oxy-button-large-loading, $-fs-big) !default; // 大小按钮loading图标大小
|
|
219
|
+
$-button-large-box-shadow-size: var(--oxy-button-large-box-shadow-size, 0 10rpx 20rpx 0) !default; // 大尺寸阴影尺寸
|
|
220
|
+
$-button-icon-fs: var(--oxy-button-icon-fs, 40rpx) !default; // 带图标的按钮的图标大小
|
|
221
|
+
$-button-icon-size: var(--oxy-button-icon-size, 88rpx) !default; // icon 类型按钮尺寸
|
|
154
222
|
$-button-icon-color: var(--oxy-button-icon-color, rgba(0, 0, 0, 0.65)) !default; // icon 类型按钮颜色
|
|
155
223
|
$-button-icon-disabled-color: var(--oxy-button-icon-disabled-color, $-color-icon-disabled) !default; // icon 类型按钮禁用颜色
|
|
156
224
|
$-button-normal-color: var(--oxy-button-normal-color, $-color-title) !default; // 文字颜色
|
|
@@ -169,55 +237,56 @@ $-button-warning-bg-color: var(--oxy-button-warning-bg-color, $-color-warning) !
|
|
|
169
237
|
$-button-error-color: var(--oxy-button-error-color, $-color-white) !default; // 错误按钮颜色
|
|
170
238
|
$-button-error-bg-color: var(--oxy-button-error-bg-color, $-color-danger) !default; // 错误按钮背景颜色
|
|
171
239
|
$-button-text-hover-opacity: var(--oxy-button-text-hover-opacity, 0.7) !default; // 文字button激活时透明度
|
|
240
|
+
$-button-round-radius: var(--oxy-button-round-radius, $-radius-pill) !default; // 圆角按钮半径
|
|
172
241
|
|
|
173
242
|
/* cell */
|
|
174
243
|
$-cell-padding: var(--oxy-cell-padding, $-size-side-padding) !default; // cell 左右padding距离
|
|
175
|
-
$-cell-line-height: var(--oxy-cell-line-height,
|
|
244
|
+
$-cell-line-height: var(--oxy-cell-line-height, 64rpx) !default; // 行高
|
|
176
245
|
|
|
177
246
|
$-cell-group-title-fs: var(--oxy-cell-group-title-fs, $-fs-title) !default; // 组标题字号
|
|
178
|
-
$-cell-group-padding: var(--oxy-cell-group-padding,
|
|
247
|
+
$-cell-group-padding: var(--oxy-cell-group-padding, 36rpx $-cell-padding) !default; // 组padding
|
|
179
248
|
$-cell-group-title-color: var(--oxy-cell-group-title-color, rgba(0, 0, 0, 0.85)) !default; // 组标题文字颜色
|
|
180
249
|
$-cell-group-value-fs: var(--oxy-cell-group-value-fs, $-fs-content) !default; // 组值字号
|
|
181
250
|
$-cell-group-value-color: var(--oxy-cell-group-value-color, $-color-content) !default; // 组值文字颜色
|
|
182
251
|
|
|
183
|
-
$-cell-wrapper-padding: var(--oxy-cell-wrapper-padding,
|
|
184
|
-
$-cell-wrapper-padding-large: var(--oxy-cell-wrapper-padding-large,
|
|
252
|
+
$-cell-wrapper-padding: var(--oxy-cell-wrapper-padding, 24rpx) !default; // cell 容器padding
|
|
253
|
+
$-cell-wrapper-padding-large: var(--oxy-cell-wrapper-padding-large, 28rpx) !default; // large类型cell容器padding
|
|
185
254
|
|
|
186
|
-
$-cell-wrapper-padding-with-label: var(--oxy-cell-wrapper-padding-with-label,
|
|
255
|
+
$-cell-wrapper-padding-with-label: var(--oxy-cell-wrapper-padding-with-label, 36rpx) !default; // cell 容器上下padding(有label情况下)
|
|
187
256
|
$-cell-icon-right: var(--oxy-cell-icon-right, 8rpx) !default; // 图标距离右边缘
|
|
188
|
-
$-cell-icon-size: var(--oxy-cell-icon-size,
|
|
189
|
-
$-cell-title-fs: var(--oxy-cell-title-fs,
|
|
257
|
+
$-cell-icon-size: var(--oxy-cell-icon-size, $-fs-title) !default; // 图标大小
|
|
258
|
+
$-cell-title-fs: var(--oxy-cell-title-fs, $-fs-content) !default; // 标题字号
|
|
190
259
|
$-cell-title-color: var(--oxy-cell-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题文字颜色
|
|
191
|
-
$-cell-label-fs: var(--oxy-cell-label-fs,
|
|
260
|
+
$-cell-label-fs: var(--oxy-cell-label-fs, $-fs-secondary) !default; // 描述信息字号
|
|
192
261
|
$-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,
|
|
262
|
+
$-cell-value-fs: var(--oxy-cell-value-fs, $-fs-content) !default; // 右侧内容字号
|
|
263
|
+
$-cell-value-fs-large: var(--oxy-cell-value-fs-large, $-fs-title) !default; // 大尺寸右侧内容字号
|
|
195
264
|
$-cell-value-color: var(--oxy-cell-value-color, rgba(0, 0, 0, 0.85)) !default; // 右侧内容文字颜色
|
|
196
265
|
$-cell-arrow-size: var(--oxy-cell-arrow-size, 36rpx) !default; // 右箭头大小
|
|
197
266
|
$-cell-arrow-color: var(--oxy-cell-arrow-color, rgba(0, 0, 0, 0.25)) !default; // 右箭头颜色
|
|
198
267
|
$-cell-clear-color: var(--oxy-cell-clear-color, #585858) !default; // 清空按钮颜色
|
|
199
268
|
$-cell-tap-bg: var(--oxy-cell-tap-bg, rgba(0, 0, 0, 0.06)) !default; // 点击态背景色
|
|
200
269
|
|
|
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,
|
|
270
|
+
$-cell-title-fs-large: var(--oxy-cell-title-fs-large, $-fs-title) !default; // 大尺寸标题字号
|
|
271
|
+
$-cell-label-fs-large: var(--oxy-cell-label-fs-large, $-fs-content) !default; // 描述信息字号
|
|
272
|
+
$-cell-icon-size-large: var(--oxy-cell-icon-size-large, 40rpx) !default; // 图标大小
|
|
204
273
|
|
|
205
274
|
$-cell-required-color: var(--oxy-cell-required-color, $-color-danger) !default; // 要求必填*颜色
|
|
206
275
|
$-cell-required-size: var(--oxy-cell-required-size, 36rpx) !default; // 必填*字号
|
|
207
276
|
$-cell-required-margin: var(--oxy-cell-required-margin, 8rpx) !default; // 必填*间距
|
|
208
|
-
$-cell-vertical-top: var(--oxy-cell-vertical-top,
|
|
277
|
+
$-cell-vertical-top: var(--oxy-cell-vertical-top, 40rpx) !default; // 表单类型-上下结构的间距
|
|
209
278
|
|
|
210
279
|
/* 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,
|
|
280
|
+
$-calendar-fs: var(--oxy-calendar-fs, $-fs-title) !default;
|
|
281
|
+
$-calendar-panel-padding: var(--oxy-calendar-panel-padding, 0 $-spacing-24) !default;
|
|
282
|
+
$-calendar-panel-title-fs: var(--oxy-calendar-panel-title-fs, $-fs-content) !default;
|
|
214
283
|
$-calendar-panel-title-color: var(--oxy-calendar-panel-title-color, rgba(0, 0, 0, 0.85)) !default;
|
|
215
284
|
$-calendar-week-color: var(--oxy-calendar-week-color, rgba(0, 0, 0, 0.85)) !default;
|
|
216
285
|
$-calendar-week-height: var(--oxy-calendar-week-height, 72rpx) !default;
|
|
217
|
-
$-calendar-week-fs: var(--oxy-calendar-week-fs,
|
|
218
|
-
$-calendar-day-fs: var(--oxy-calendar-day-fs,
|
|
286
|
+
$-calendar-week-fs: var(--oxy-calendar-week-fs, $-fs-secondary) !default;
|
|
287
|
+
$-calendar-day-fs: var(--oxy-calendar-day-fs, $-fs-title) !default;
|
|
219
288
|
$-calendar-day-color: var(--oxy-calendar-day-color, rgba(0, 0, 0, 0.85)) !default;
|
|
220
|
-
$-calendar-day-fw: var(--oxy-calendar-day-fw,
|
|
289
|
+
$-calendar-day-fw: var(--oxy-calendar-day-fw, $-fw-medium) !default;
|
|
221
290
|
$-calendar-day-height: var(--oxy-calendar-day-height, 128rpx) !default;
|
|
222
291
|
$-calendar-month-width: var(--oxy-calendar-month-width, 100rpx) !default;
|
|
223
292
|
$-calendar-active-color: var(--oxy-calendar-active-color, $-color-theme) !default;
|
|
@@ -225,19 +294,22 @@ $-calendar-selected-color: var(--oxy-calendar-selected-color, $-color-white) !de
|
|
|
225
294
|
$-calendar-disabled-color: var(--oxy-calendar-disabled-color, rgba(0, 0, 0, 0.25)) !default;
|
|
226
295
|
$-calendar-range-color: var(--oxy-calendar-range-color, rgba(#4d80f0, 0.09)) !default;
|
|
227
296
|
$-calendar-active-border: var(--oxy-calendar-active-border, 16rpx) !default;
|
|
228
|
-
$-calendar-info-fs: var(--oxy-calendar-info-fs,
|
|
297
|
+
$-calendar-info-fs: var(--oxy-calendar-info-fs, $-fs-aid) !default;
|
|
229
298
|
$-calendar-item-margin-bottom: var(--oxy-calendar-item-margin-bottom, 8rpx) !default;
|
|
299
|
+
$-calendar-panel-shadow-light: var(--oxy-calendar-panel-shadow-light, $-shadow-md) !default;
|
|
300
|
+
$-calendar-panel-shadow-dark: var(--oxy-calendar-panel-shadow-dark, 0 8rpx 16rpx 0 rgba(255, 255, 255, 0.02)) !default;
|
|
301
|
+
$-calendar-panel-shadow-reverse-light: var(--oxy-calendar-panel-shadow-reverse-light, 0 -8rpx 16rpx 0 rgba(0, 0, 0, 0.02)) !default;
|
|
230
302
|
|
|
231
303
|
|
|
232
304
|
/* checkbox */
|
|
233
|
-
$-checkbox-margin: var(--oxy-checkbox-margin,
|
|
305
|
+
$-checkbox-margin: var(--oxy-checkbox-margin, 24rpx) !default; // 多个复选框距离
|
|
234
306
|
$-checkbox-bg: var(--oxy-checkbox-bg, $-color-white) !default; // 多个复选框距离
|
|
235
|
-
$-checkbox-label-margin: var(--oxy-checkbox-label-margin,
|
|
307
|
+
$-checkbox-label-margin: var(--oxy-checkbox-label-margin, 24rpx) !default; // 右侧文字与左侧图标距离
|
|
236
308
|
$-checkbox-size: var(--oxy-checkbox-size, 32rpx) !default; // 左侧图标尺寸
|
|
237
|
-
$-checkbox-icon-size: var(--oxy-checkbox-icon-size,
|
|
309
|
+
$-checkbox-icon-size: var(--oxy-checkbox-icon-size, 32rpx) !default; // 左侧图标尺寸
|
|
238
310
|
$-checkbox-border-color: var(--oxy-checkbox-border-color, #dcdcdc) !default; // 左侧图标边框颜色
|
|
239
311
|
$-checkbox-check-color: var(--oxy-checkbox-check-color, $-color-white) !default; // 左侧图标边框颜色
|
|
240
|
-
$-checkbox-label-fs: var(--oxy-checkbox-label-fs,
|
|
312
|
+
$-checkbox-label-fs: var(--oxy-checkbox-label-fs, $-fs-content) !default; // 右侧文字字号
|
|
241
313
|
$-checkbox-label-color: var(--oxy-checkbox-label-color, rgba(0, 0, 0, 0.85)) !default; // 右侧文字颜色
|
|
242
314
|
$-checkbox-checked-color: var(--oxy-checkbox-checked-color, $-color-theme) !default; // 选中颜色
|
|
243
315
|
|
|
@@ -245,46 +317,47 @@ $-checkbox-disabled-color: var(--oxy-checkbox-disabled-color, rgba(0, 0, 0, 0.04
|
|
|
245
317
|
$-checkbox-disabled-label-color: var(--oxy-checkbox-disabled-label-color, rgba(0, 0, 0, 0.25)) !default; // 禁用文字颜色
|
|
246
318
|
$-checkbox-disabled-check-color: var(--oxy-checkbox-disabled-check-color, rgba(0, 0, 0, 0.15)) !default; // 禁用图标颜色
|
|
247
319
|
$-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,
|
|
320
|
+
$-checkbox-square-radius: var(--oxy-checkbox-square-radius, $-radius-sm) !default; // 方型圆角大小
|
|
249
321
|
|
|
250
322
|
$-checkbox-large-size: var(--oxy-checkbox-large-size, 36rpx) !default; // 左侧图标尺寸
|
|
251
|
-
$-checkbox-large-
|
|
323
|
+
$-checkbox-large-icon-size: var(--oxy-checkbox-large-icon-size, 36rpx) !default; // large 左侧图标尺寸
|
|
324
|
+
$-checkbox-large-label-fs: var(--oxy-checkbox-large-label-fs, $-fs-title) !default; // 右侧文字字号
|
|
252
325
|
|
|
253
|
-
$-checkbox-button-height: var(--oxy-checkbox-button-height,
|
|
326
|
+
$-checkbox-button-height: var(--oxy-checkbox-button-height, 72rpx) !default; // 按钮模式复选框高
|
|
254
327
|
$-checkbox-button-min-width: var(--oxy-checkbox-button-min-width, 156rpx) !default; // 按钮模式最小宽
|
|
255
|
-
$-checkbox-button-radius: var(--oxy-checkbox-button-radius,
|
|
328
|
+
$-checkbox-button-radius: var(--oxy-checkbox-button-radius, $-radius-2xl) !default; // 按钮圆角大小
|
|
256
329
|
$-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,
|
|
330
|
+
$-checkbox-button-font-size: var(--oxy-checkbox-button-font-size, $-fs-content) !default; // 按钮模式字号
|
|
258
331
|
$-checkbox-button-border: var(--oxy-checkbox-button-border, #f5f5f5) !default; // 按钮边框颜色
|
|
259
332
|
$-checkbox-button-disabled-border: var(--oxy-checkbox-button-disabled-border, rgba(0, 0, 0, 0.15)) !default; // 按钮禁用边框颜色
|
|
260
333
|
|
|
261
334
|
/* collapse */
|
|
262
335
|
$-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,
|
|
336
|
+
$-collapse-body-padding: var(--oxy-collapse-body-padding, 32rpx $-size-side-padding) !default; // body padding
|
|
337
|
+
$-collapse-header-padding: var(--oxy-collapse-header-padding, 32rpx $-size-side-padding) !default; // 头部padding
|
|
265
338
|
$-collapse-title-color: var(--oxy-collapse-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
266
|
-
$-collapse-title-fs: var(--oxy-collapse-title-fs,
|
|
339
|
+
$-collapse-title-fs: var(--oxy-collapse-title-fs, $-fs-title) !default; // 标题字号
|
|
267
340
|
$-collapse-arrow-size: var(--oxy-collapse-arrow-size, 36rpx) !default; // 箭头大小
|
|
268
341
|
$-collapse-arrow-color: var(--oxy-collapse-arrow-color, #d8d8d8) !default; // 箭头颜色
|
|
269
|
-
$-collapse-body-fs: var(--oxy-collapse-body-fs,
|
|
342
|
+
$-collapse-body-fs: var(--oxy-collapse-body-fs, $-fs-content) !default; // 内容字号
|
|
270
343
|
$-collapse-body-color: var(--oxy-collapse-body-color, rgba(0, 0, 0, 0.65)) !default; // 内容颜色
|
|
271
344
|
$-collapse-disabled-color: var(--oxy-collapse-disabled-color, rgba(0, 0, 0, 0.15)) !default; // 禁用颜色
|
|
272
|
-
$-collapse-retract-fs: var(--oxy-collapse-retract-fs,
|
|
345
|
+
$-collapse-retract-fs: var(--oxy-collapse-retract-fs, $-fs-content) !default; // 更多 字号
|
|
273
346
|
$-collapse-more-color: var(--oxy-collapse-more-color, $-color-theme) !default; // 更多 颜色
|
|
274
347
|
|
|
275
348
|
/* divider */
|
|
276
349
|
$-divider-padding: var(--oxy-divider-padding, 0 $-size-side-padding) !default; // 两边间距
|
|
277
|
-
$-divider-margin: var(--oxy-divider-margin,
|
|
350
|
+
$-divider-margin: var(--oxy-divider-margin, $-spacing-32 0) !default; // 上下间距
|
|
278
351
|
$-divider-color: var(--oxy-divider-color, rgba(0, 0, 0, 0.45)) !default; // 字体颜色
|
|
279
352
|
$-divider-line-color: var(--oxy-divider-line-color, currentColor) !default; // 线条颜色
|
|
280
353
|
$-divider-line-height: var(--oxy-divider-line-height, 1px) !default; // 线条高度
|
|
281
|
-
$-divider-fs: var(--oxy-divider-fs,
|
|
354
|
+
$-divider-fs: var(--oxy-divider-fs, $-fs-content) !default; // 字体大小
|
|
282
355
|
$-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,
|
|
356
|
+
$-divider-content-left-margin: var(--oxy-divider-content-left-margin, $-spacing-24) !default; // 左侧内容距离线距离
|
|
357
|
+
$-divider-content-right-margin: var(--oxy-divider-content-right-margin, $-spacing-24) !default; // 右侧内容距离线距离
|
|
285
358
|
$-divider-content-right-width: var(--oxy-divider-content-right-width, 10%) !default; // 右侧内容宽度
|
|
286
359
|
$-divider-vertical-height: var(--oxy-divider-vertical-height, 32rpx) !default; // 垂直分割线高度
|
|
287
|
-
$-divider-vertical-content-margin: var(--oxy-divider-vertical-content-margin, 0
|
|
360
|
+
$-divider-vertical-content-margin: var(--oxy-divider-vertical-content-margin, 0 $-spacing-16) !default; // 垂直分割线内容间距
|
|
288
361
|
$-divider-vertical-line-width: var(--oxy-divider-vertical-line-width, 1px) !default; // 线条高度
|
|
289
362
|
|
|
290
363
|
|
|
@@ -307,86 +380,88 @@ $-drop-menu-item-fs-tip: var(--oxy-drop-menu-item-fs-tip, $-fs-secondary) !defau
|
|
|
307
380
|
$-drop-menu-option-check-size: var(--oxy-drop-menu-option-check-size, 40rpx) !default; // check 图标大小
|
|
308
381
|
$-drop-menu-line-color: var(--oxy-drop-menu-line-color, $-color-theme) !default; // 下划线颜色
|
|
309
382
|
$-drop-menu-line-height: var(--oxy-drop-menu-line-height, 6rpx) !default; // 下划线高度
|
|
383
|
+
$-drop-menu-bg: var(--oxy-drop-menu-bg, $-color-white) !default; // 顶部菜单背景色
|
|
384
|
+
$-drop-menu-modal-bg: var(--oxy-drop-menu-modal-bg, rgba(0, 0, 0, 0.7)) !default; // 菜单蒙层背景色
|
|
310
385
|
|
|
311
386
|
/* input-number */
|
|
312
|
-
$-input-number-color: var(--oxy-input-number-color,
|
|
313
|
-
$-input-number-border-color: var(--oxy-input-number-border-color,
|
|
387
|
+
$-input-number-color: var(--oxy-input-number-color, $-color-content) !default; // 文字颜色
|
|
388
|
+
$-input-number-border-color: var(--oxy-input-number-border-color, $-color-border) !default; // 边框颜色
|
|
314
389
|
$-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,
|
|
321
|
-
$-input-number-icon-color: var(--oxy-input-number-icon-color,
|
|
390
|
+
$-input-number-height: var(--oxy-input-number-height, 64rpx) !default; // 加减号按钮高度
|
|
391
|
+
$-input-number-btn-width: var(--oxy-input-number-btn-width, 56rpx) !default; // 加减号按钮宽度
|
|
392
|
+
$-input-number-input-width: var(--oxy-input-number-input-width, 80rpx) !default; // 输入框宽度
|
|
393
|
+
$-input-number-radius: var(--oxy-input-number-radius, $-radius-sm) !default; // 加减号按钮圆角大小
|
|
394
|
+
$-input-number-fs: var(--oxy-input-number-fs, $-fs-content) !default; // 输入框字号
|
|
395
|
+
$-input-number-icon-size: var(--oxy-input-number-icon-size, 24rpx) !default; // 加减号图标大小
|
|
396
|
+
$-input-number-icon-color: var(--oxy-input-number-icon-color, $-color-secondary) !default; // icon颜色
|
|
322
397
|
|
|
323
398
|
/* input */
|
|
324
399
|
$-input-padding: var(--oxy-input-padding, $-size-side-padding) !default; // input 左右padding距离
|
|
325
|
-
$-input-border-color: var(--oxy-input-border-color,
|
|
326
|
-
$-input-not-empty-border-color: var(--oxy-input-not-empty-border-color,
|
|
400
|
+
$-input-border-color: var(--oxy-input-border-color, $-color-border-light) !default; // 无label边框颜色
|
|
401
|
+
$-input-not-empty-border-color: var(--oxy-input-not-empty-border-color, $-color-border) !default; // 输入框有值时 无label边框颜色
|
|
327
402
|
$-input-fs: var(--oxy-input-fs, $-cell-title-fs) !default; // 字号
|
|
328
403
|
$-input-fs-large: var(--oxy-input-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
|
|
329
|
-
$-input-icon-margin: var(--oxy-input-icon-margin,
|
|
330
|
-
$-input-color: var(--oxy-input-color,
|
|
331
|
-
$-input-placeholder-color: var(--oxy-input-placeholder-color,
|
|
332
|
-
$-input-disabled-color: var(--oxy-input-disabled-color,
|
|
404
|
+
$-input-icon-margin: var(--oxy-input-icon-margin, 20rpx) !default; // 图标距离
|
|
405
|
+
$-input-color: var(--oxy-input-color, $-color-content) !default; // 文字颜色
|
|
406
|
+
$-input-placeholder-color: var(--oxy-input-placeholder-color, $-color-tip) !default; // 占位符颜色
|
|
407
|
+
$-input-disabled-color: var(--oxy-input-disabled-color, $-color-border) !default; // 输入框禁用颜色
|
|
333
408
|
$-input-error-color: var(--oxy-input-error-color, $-color-danger) !default; // 输入框错误颜色
|
|
334
|
-
$-input-icon-color: var(--oxy-input-icon-color,
|
|
335
|
-
$-input-clear-color: var(--oxy-input-clear-color,
|
|
336
|
-
$-input-count-color: var(--oxy-input-count-color,
|
|
337
|
-
$-input-count-current-color: var(--oxy-input-count-current-color,
|
|
409
|
+
$-input-icon-color: var(--oxy-input-icon-color, $-color-tip) !default; // 图标颜色
|
|
410
|
+
$-input-clear-color: var(--oxy-input-clear-color, $-color-secondary) !default; // 关闭按钮颜色
|
|
411
|
+
$-input-count-color: var(--oxy-input-count-color, $-color-tip) !default; // 计数文字颜色
|
|
412
|
+
$-input-count-current-color: var(--oxy-input-count-current-color, $-color-content) !default; // 当前长度颜色
|
|
338
413
|
$-input-bg: var(--oxy-input-bg, $-color-white) !default; // 默认背景颜色
|
|
339
414
|
|
|
340
415
|
$-input-cell-bg: var(--oxy-input-cell-bg, $-color-white) !default; // cell 类型背景色
|
|
341
416
|
$-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,
|
|
417
|
+
$-input-cell-padding: var(--oxy-input-cell-padding, 28rpx) !default; // cell 容器padding
|
|
418
|
+
$-input-cell-padding-large: var(--oxy-input-cell-padding-large, 32rpx) !default; // large类型cell容器padding
|
|
419
|
+
$-input-cell-height: var(--oxy-input-cell-height, 64rpx) !default; // cell 高度
|
|
345
420
|
$-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,
|
|
421
|
+
$-input-inner-height: var(--oxy-input-inner-height, 84rpx) !default; // 非cell和textarea下的高度
|
|
422
|
+
$-input-inner-height-no-border: var(--oxy-input-inner-height-no-border, 64rpx) !default; // 无边框下的高度
|
|
423
|
+
$-input-count-fs: var(--oxy-input-count-fs, $-fs-content) !default; // 计数字号
|
|
424
|
+
$-input-count-fs-large: var(--oxy-input-count-fs-large, $-fs-content) !default; // 大尺寸计数字号
|
|
350
425
|
$-input-icon-size: var(--oxy-input-icon-size, 32rpx) !default; // 图标大小
|
|
351
426
|
$-input-icon-size-large: var(--oxy-input-icon-size-large, 36rpx) !default; // 大尺寸图标大小
|
|
352
427
|
|
|
353
428
|
/* textarea */
|
|
354
|
-
$-textarea-padding: var(--oxy-textarea-padding,
|
|
355
|
-
$-textarea-border-color: var(--oxy-textarea-border-color,
|
|
356
|
-
$-textarea-not-empty-border-color: var(--oxy-textarea-not-empty-border-color,
|
|
429
|
+
$-textarea-padding: var(--oxy-textarea-padding, 24rpx) !default; // textarea 左右padding距离
|
|
430
|
+
$-textarea-border-color: var(--oxy-textarea-border-color, $-color-border-light) !default; // 无label边框颜色
|
|
431
|
+
$-textarea-not-empty-border-color: var(--oxy-textarea-not-empty-border-color, $-color-border) !default; // 输入框有值时 无label边框颜色
|
|
357
432
|
$-textarea-fs: var(--oxy-textarea-fs, $-cell-title-fs) !default; // 字号
|
|
358
433
|
$-textarea-fs-large: var(--oxy-textarea-fs-large, $-cell-title-fs-large) !default; // 大尺寸字号
|
|
359
|
-
$-textarea-icon-margin: var(--oxy-textarea-icon-margin,
|
|
360
|
-
$-textarea-color: var(--oxy-textarea-color,
|
|
361
|
-
$-textarea-icon-color: var(--oxy-textarea-icon-color,
|
|
362
|
-
$-textarea-clear-color: var(--oxy-textarea-clear-color,
|
|
363
|
-
$-textarea-count-color: var(--oxy-textarea-count-color,
|
|
364
|
-
$-textarea-count-current-color: var(--oxy-textarea-count-current-color,
|
|
434
|
+
$-textarea-icon-margin: var(--oxy-textarea-icon-margin, 20rpx) !default; // 图标距离
|
|
435
|
+
$-textarea-color: var(--oxy-textarea-color, $-color-content) !default; // 文字颜色
|
|
436
|
+
$-textarea-icon-color: var(--oxy-textarea-icon-color, $-color-tip) !default; // 图标颜色
|
|
437
|
+
$-textarea-clear-color: var(--oxy-textarea-clear-color, $-color-secondary) !default; // 关闭按钮颜色
|
|
438
|
+
$-textarea-count-color: var(--oxy-textarea-count-color, $-color-tip) !default; // 计数文字颜色
|
|
439
|
+
$-textarea-count-current-color: var(--oxy-textarea-count-current-color, $-color-theme) !default; // 当前长度颜色
|
|
365
440
|
$-textarea-bg: var(--oxy-textarea-bg, $-color-white) !default; // 默认背景颜色
|
|
366
441
|
$-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,
|
|
442
|
+
$-textarea-cell-padding: var(--oxy-textarea-cell-padding, 24rpx) !default; // cell 容器padding
|
|
443
|
+
$-textarea-cell-padding-large: var(--oxy-textarea-cell-padding-large, 28rpx) !default; // large类型cell容器padding
|
|
444
|
+
$-textarea-cell-height: var(--oxy-textarea-cell-height, 64rpx) !default; // cell 高度
|
|
445
|
+
$-textarea-count-fs: var(--oxy-textarea-count-fs, $-fs-content) !default; // 计数字号
|
|
446
|
+
$-textarea-count-fs-large: var(--oxy-textarea-count-fs-large, $-fs-content) !default; // 大尺寸计数字号
|
|
372
447
|
$-textarea-icon-size: var(--oxy-textarea-icon-size, 32rpx) !default; // 图标大小
|
|
373
448
|
$-textarea-icon-size-large: var(--oxy-textarea-icon-size-large, 36rpx) !default; // 大尺寸图标大小
|
|
374
449
|
|
|
375
450
|
/* loadmore */
|
|
376
451
|
$-loadmore-height: var(--oxy-loadmore-height, 96rpx) !default; // 高度
|
|
377
452
|
$-loadmore-color: var(--oxy-loadmore-color, rgba(0, 0, 0, 0.45)) !default; // 颜色
|
|
378
|
-
$-loadmore-fs: var(--oxy-loadmore-fs,
|
|
453
|
+
$-loadmore-fs: var(--oxy-loadmore-fs, $-fs-content) !default; // 字号
|
|
379
454
|
$-loadmore-error-color: var(--oxy-loadmore-error-color, $-color-theme) !default; // 点击重试颜色
|
|
380
455
|
$-loadmore-refresh-fs: var(--oxy-loadmore-refresh-fs, $-fs-title) !default; // refresh图标字号
|
|
381
456
|
$-loadmore-loading-size: var(--oxy-loadmore-loading-size, $-fs-title) !default; // loading尺寸
|
|
382
457
|
|
|
383
458
|
/* message-box */
|
|
384
459
|
$-message-box-bg: var(--oxy-message-box-bg, $-color-white) !default; // 默认背景颜色
|
|
385
|
-
$-message-box-radius: var(--oxy-message-box-radius,
|
|
386
|
-
$-message-box-padding: var(--oxy-message-box-padding,
|
|
387
|
-
$-message-box-title-fs: var(--oxy-message-box-title-fs,
|
|
460
|
+
$-message-box-radius: var(--oxy-message-box-radius, $-radius-2xl) !default; // 圆角大小
|
|
461
|
+
$-message-box-padding: var(--oxy-message-box-padding, 56rpx 48rpx 0) !default; // 主体内容padding
|
|
462
|
+
$-message-box-title-fs: var(--oxy-message-box-title-fs, $-fs-title) !default; // 标题字号
|
|
388
463
|
$-message-box-title-color: var(--oxy-message-box-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
389
|
-
$-message-box-content-fs: var(--oxy-message-box-content-fs,
|
|
464
|
+
$-message-box-content-fs: var(--oxy-message-box-content-fs, $-fs-content) !default; // 内容字号
|
|
390
465
|
$-message-box-content-color: var(--oxy-message-box-content-color, #666666) !default; // 内容颜色
|
|
391
466
|
$-message-box-content-max-height: var(--oxy-message-box-content-max-height, 528rpx) !default; // 内容最大高度
|
|
392
467
|
$-message-box-content-scrollbar-width: var(--oxy-message-box-content-scrollbar-width, 8rpx) !default; // 内容滚动条宽度
|
|
@@ -394,50 +469,53 @@ $-message-box-content-scrollbar-color: var(--oxy-message-box-content-scrollbar-c
|
|
|
394
469
|
$-message-box-input-error-color: var(--oxy-message-box-input-error-color, $-input-error-color) !default; // 输入框错误颜色
|
|
395
470
|
|
|
396
471
|
/* notice-bar */
|
|
397
|
-
$-notice-bar-fs: var(--oxy-notice-bar-fs,
|
|
398
|
-
$-notice-bar-line-height: var(--oxy-notice-bar-line-height,
|
|
399
|
-
$-notice-bar-border-radius: var(--oxy-notice-bar-border-radius,
|
|
400
|
-
$-notice-bar-padding: var(--oxy-notice-bar-padding,
|
|
472
|
+
$-notice-bar-fs: var(--oxy-notice-bar-fs, $-fs-content) !default; // 字号
|
|
473
|
+
$-notice-bar-line-height: var(--oxy-notice-bar-line-height, 40rpx) !default; // 行高
|
|
474
|
+
$-notice-bar-border-radius: var(--oxy-notice-bar-border-radius, $-radius-lg) !default; // 圆角
|
|
475
|
+
$-notice-bar-padding: var(--oxy-notice-bar-padding, 20rpx 44rpx 20rpx 32rpx) !default; // 非换行下的padding
|
|
401
476
|
$-notice-bar-warning-bg: var(--oxy-notice-bar-warning-bg, #fff6c8) !default; // 背景色
|
|
402
477
|
$-notice-bar-info-bg: var(--oxy-notice-bar-info-bg, #f4f9ff) !default; // 背景色
|
|
403
478
|
$-notice-bar-danger-bg: var(--oxy-notice-bar-danger-bg, #feeced) !default; // 背景色
|
|
404
479
|
$-notice-bar-warning-color: var(--oxy-notice-bar-warning-color, $-color-warning) !default; // 文字和图标颜色
|
|
405
480
|
$-notice-bar-info-color: var(--oxy-notice-bar-info-color, $-color-theme) !default; // 文字和图标颜色
|
|
406
481
|
$-notice-bar-danger-color: var(--oxy-notice-bar-danger-color, $-color-danger) !default; // 文字和图标颜色
|
|
407
|
-
$-notice-bar-prefix-size: var(--oxy-notice-bar-prefix-size,
|
|
482
|
+
$-notice-bar-prefix-size: var(--oxy-notice-bar-prefix-size, 40rpx) !default; // 图标大小
|
|
408
483
|
$-notice-bar-close-bg: var(--oxy-notice-bar-close-bg, rgba(0, 0, 0, 0.15)) !default; // 右侧关闭按钮背景颜色
|
|
409
|
-
$-notice-bar-close-size: var(--oxy-notice-bar-close-size,
|
|
484
|
+
$-notice-bar-close-size: var(--oxy-notice-bar-close-size, 40rpx) !default; // 右侧关闭按钮背景颜色
|
|
410
485
|
$-notice-bar-close-color: var(--oxy-notice-bar-close-color, $-color-white) !default; // 右侧关闭按钮颜色
|
|
411
|
-
$-notice-bar-wrap-padding: var(--oxy-notice-bar-wrap-padding,
|
|
486
|
+
$-notice-bar-wrap-padding: var(--oxy-notice-bar-wrap-padding, 32rpx $-size-side-padding) !default; // 换行下的padding
|
|
412
487
|
|
|
413
488
|
/* pagination */
|
|
414
|
-
$-pagination-content-padding: var(--oxy-pagination-content-padding,
|
|
415
|
-
$-pagination-message-padding: var(--oxy-pagination-message-padding,
|
|
416
|
-
$-pagination-message-fs: var(--oxy-pagination-message-fs,
|
|
489
|
+
$-pagination-content-padding: var(--oxy-pagination-content-padding, $-spacing-24 $-spacing-32) !default;
|
|
490
|
+
$-pagination-message-padding: var(--oxy-pagination-message-padding, 4rpx 0 36rpx 0) !default;
|
|
491
|
+
$-pagination-message-fs: var(--oxy-pagination-message-fs, $-fs-content) !default;
|
|
417
492
|
$-pagination-message-color: var(--oxy-pagination-message-color, rgba(0, 0, 0, 0.69)) !default;
|
|
418
493
|
$-pagination-nav-border: var(--oxy-pagination-nav-border, 1px solid rgba(0, 0, 0, 0.45)) !default;
|
|
419
|
-
$-pagination-nav-border-radius: var(--oxy-pagination-nav-border-radius,
|
|
420
|
-
$-pagination-nav-fs: var(--oxy-pagination-nav-fs,
|
|
494
|
+
$-pagination-nav-border-radius: var(--oxy-pagination-nav-border-radius, $-radius-2xl) !default;
|
|
495
|
+
$-pagination-nav-fs: var(--oxy-pagination-nav-fs, $-fs-content) !default;
|
|
421
496
|
$-pagination-nav-width: var(--oxy-pagination-nav-width, 120rpx) !default;
|
|
422
497
|
$-pagination-nav-color: var(--oxy-pagination-nav-color, rgba(0, 0, 0, 0.85)) !default;
|
|
423
|
-
$-pagination-nav-content-fs: var(--oxy-pagination-nav-content-fs,
|
|
424
|
-
$-pagination-nav-sepatator-padding: var(--oxy-pagination-nav-sepatator-padding, 0
|
|
498
|
+
$-pagination-nav-content-fs: var(--oxy-pagination-nav-content-fs, $-fs-content) !default;
|
|
499
|
+
$-pagination-nav-sepatator-padding: var(--oxy-pagination-nav-sepatator-padding, 0 $-spacing-8) !default;
|
|
425
500
|
$-pagination-nav-current-color: var(--oxy-pagination-nav-current-color, $-color-theme) !default;
|
|
426
501
|
$-pagination-icon-size: var(--oxy-pagination-icon-size, $-fs-content) !default;
|
|
502
|
+
$-pagination-bg: var(--oxy-pagination-bg, $-color-white) !default;
|
|
503
|
+
$-pagination-nav-active-color: var(--oxy-pagination-nav-active-color, rgba(0, 0, 0, 0.65)) !default;
|
|
504
|
+
$-pagination-nav-disabled-color: var(--oxy-pagination-nav-disabled-color, rgba(0, 0, 0, 0.15)) !default;
|
|
427
505
|
|
|
428
506
|
/* picker */
|
|
429
|
-
$-picker-toolbar-height: var(--oxy-picker-toolbar-height,
|
|
430
|
-
$-picker-action-height: var(--oxy-picker-action-height,
|
|
507
|
+
$-picker-toolbar-height: var(--oxy-picker-toolbar-height, 120rpx) !default; // toolbar 操作条的高度
|
|
508
|
+
$-picker-action-height: var(--oxy-picker-action-height, 36rpx) !default; // toolbar 操作条的高度
|
|
431
509
|
$-picker-toolbar-finish-color: var(--oxy-picker-toolbar-finish-color, $-color-theme) !default; // toolbar 操作条完成按钮的颜色
|
|
432
510
|
$-picker-toolbar-cancel-color: var(--oxy-picker-toolbar-cancel-color, #666666) !default; // toolbar 操作条的边框颜色
|
|
433
511
|
$-picker-toolbar-fs: var(--oxy-picker-toolbar-fs, $-fs-title) !default; // toolbar 操作条的字号
|
|
434
512
|
$-picker-toolbar-title-color: var(--oxy-picker-toolbar-title-color, rgba(0, 0, 0, 0.85)) !default; // toolbar 操作台的标题颜色
|
|
435
|
-
$-picker-column-fs: var(--oxy-picker-column-fs,
|
|
513
|
+
$-picker-column-fs: var(--oxy-picker-column-fs, $-fs-title) !default; // 选择器选项的字号
|
|
436
514
|
$-picker-bg: var(--oxy-picker-bg, $-color-white) !default; // 选择器选项的字号
|
|
437
|
-
$-picker-column-active-fs: var(--oxy-picker-column-active-fs,
|
|
515
|
+
$-picker-column-active-fs: var(--oxy-picker-column-active-fs, 40rpx) !default; // 选择器选项被选中的字号
|
|
438
516
|
$-picker-column-color: var(--oxy-picker-column-color, rgba(0, 0, 0, 0.85)) !default; // 选择器选项的颜色
|
|
439
517
|
$-picker-column-height: var(--oxy-picker-column-height, 420rpx) !default; // 列高 滚筒外部的高度
|
|
440
|
-
$-picker-column-item-height: var(--oxy-picker-column-item-height,
|
|
518
|
+
$-picker-column-item-height: var(--oxy-picker-column-item-height, 80rpx) !default; // 列高 滚筒外部的高度
|
|
441
519
|
$-picker-column-select-bg: var(--oxy-picker-column-select-bg, #f5f5f5) !default;
|
|
442
520
|
$-picker-loading-button-color: var(--oxy-picker-loading-button-color, rgba(0, 0, 0, 0.25)) !default; // loading 背景颜色
|
|
443
521
|
$-picker-column-padding: var(--oxy-picker-column-padding, 0 $-size-side-padding-small) !default; // 选项内间距
|
|
@@ -452,29 +530,34 @@ $-picker-cell-arrow-size-large: var(--oxy-picker-cell-arrow-size-large, $-cell-i
|
|
|
452
530
|
$-picker-region-color: var(--oxy-picker-region-color, rgba(0, 0, 0, 0.45)) !default; // 区域选择文字颜色
|
|
453
531
|
$-picker-region-bg-active-color: var(--oxy-picker-region-bg-active-color, $-color-theme) !default; // 区域选择激活选中背景颜色
|
|
454
532
|
|
|
455
|
-
$-picker-region-fs: var(--oxy-picker-region-fs,
|
|
533
|
+
$-picker-region-fs: var(--oxy-picker-region-fs, $-fs-content) !default; // 区域选择文字字号
|
|
534
|
+
$-picker-search-bg: var(--oxy-picker-search-bg, $-picker-bg) !default; // 搜索区域背景色
|
|
535
|
+
$-picker-search-icon-color: var(--oxy-picker-search-icon-color, $-color-aid) !default; // 搜索图标颜色
|
|
536
|
+
$-picker-search-icon-size: var(--oxy-picker-search-icon-size, 32rpx) !default; // 搜索图标大小
|
|
537
|
+
$-picker-search-radius: var(--oxy-picker-search-radius, $-radius-3xl) !default; // 搜索框圆角
|
|
538
|
+
$-picker-region-time-fs: var(--oxy-picker-region-time-fs, 32rpx) !default; // 日期时间显示字号
|
|
456
539
|
|
|
457
540
|
/* col-picker */
|
|
458
541
|
$-col-picker-selected-height: var(--oxy-col-picker-selected-height, 88rpx) !default; // 弹框顶部值高度
|
|
459
542
|
$-col-picker-selected-padding: var(--oxy-col-picker-selected-padding, 0 32rpx) !default; // 弹框顶部值左右间距
|
|
460
|
-
$-col-picker-selected-fs: var(--oxy-col-picker-selected-fs,
|
|
543
|
+
$-col-picker-selected-fs: var(--oxy-col-picker-selected-fs, $-fs-content) !default; // 弹框顶部值字号
|
|
461
544
|
$-col-picker-selected-color: var(--oxy-col-picker-selected-color, rgba(0, 0, 0, 0.85)) !default; // 弹框顶部值文字颜色
|
|
462
|
-
$-col-picker-selected-fw: var(--oxy-col-picker-selected-fw,
|
|
545
|
+
$-col-picker-selected-fw: var(--oxy-col-picker-selected-fw, $-fw-bold) !default; // 弹框顶部值高亮字重
|
|
463
546
|
$-col-picker-line-width: var(--oxy-col-picker-line-width, 32rpx) !default; // 弹框顶部值高亮线条宽度
|
|
464
547
|
$-col-picker-line-height: var(--oxy-col-picker-line-height, 6rpx) !default; // 弹框顶部值高亮线条高度
|
|
465
548
|
$-col-picker-line-color: var(
|
|
466
549
|
--oxy-col-picker-line-color,
|
|
467
550
|
linear-gradient(315deg, rgba(81, 124, 240, 1), rgba(118, 158, 245, 1))
|
|
468
551
|
) !default; // 弹框顶部值高亮线条颜色
|
|
469
|
-
$-col-picker-line-box-shadow: var(--oxy-col-picker-line-box-shadow,
|
|
552
|
+
$-col-picker-line-box-shadow: var(--oxy-col-picker-line-box-shadow, $-shadow-focus) !default; // 弹框顶部值高亮线条阴影
|
|
470
553
|
$-col-picker-list-height: var(--oxy-col-picker-list-height, 53vh) !default; // 弹框列表高度
|
|
471
554
|
$-col-picker-list-padding-bottom: var(--oxy-col-picker-list-padding-bottom, 60rpx) !default; // 弹框列表底部间距
|
|
472
555
|
$-col-picker-list-color: var(--oxy-col-picker-list-color, rgba(0, 0, 0, 0.85)) !default; // 弹框列表文字颜色
|
|
473
556
|
$-col-picker-list-color-disabled: var(--oxy-col-picker-list-color-disabled, rgba(0, 0, 0, 0.15)) !default; // 弹框列表文字禁用颜色
|
|
474
557
|
$-col-picker-list-color-tip: var(--oxy-col-picker-list-color-tip, rgba(0, 0, 0, 0.45)) !default; // 弹框列表提示文字颜色
|
|
475
|
-
$-col-picker-list-fs: var(--oxy-col-picker-list-fs,
|
|
476
|
-
$-col-picker-list-fs-tip: var(--oxy-col-picker-list-fs-tip,
|
|
477
|
-
$-col-picker-list-item-padding: var(--oxy-col-picker-list-item-padding,
|
|
558
|
+
$-col-picker-list-fs: var(--oxy-col-picker-list-fs, $-fs-content) !default; // 弹框列表文字字号
|
|
559
|
+
$-col-picker-list-fs-tip: var(--oxy-col-picker-list-fs-tip, $-fs-secondary) !default; // 弹框列表提示文字字号
|
|
560
|
+
$-col-picker-list-item-padding: var(--oxy-col-picker-list-item-padding, 28rpx 32rpx) !default; // 弹框列表选项间距
|
|
478
561
|
$-col-picker-list-checked-icon-size: var(--oxy-col-picker-list-checked-icon-size, 36rpx) !default; // 弹框列表选中箭头大小
|
|
479
562
|
$-col-picker-list-color-checked: var(--oxy-col-picker-list-color-checked, $-color-theme) !default; // 弹框列表选中选项颜色
|
|
480
563
|
|
|
@@ -485,24 +568,26 @@ $-overlay-bg-dark: var(--oxy-overlay-bg-dark, rgba(0, 0, 0, 0.75)) !default;
|
|
|
485
568
|
/* popup */
|
|
486
569
|
$-popup-close-size: var(--oxy-popup-close-size, 48rpx) !default; // 关闭按钮尺寸
|
|
487
570
|
$-popup-close-color: var(--oxy-popup-close-color, #666) !default; // 关闭按钮颜色
|
|
571
|
+
$-popup-bg: var(--oxy-popup-bg, $-color-white) !default; // 弹窗背景色
|
|
488
572
|
|
|
489
573
|
/* progress */
|
|
490
|
-
$-progress-padding: var(--oxy-progress-padding,
|
|
574
|
+
$-progress-padding: var(--oxy-progress-padding, 20rpx 0 16rpx) !default; // 进度条内边距
|
|
491
575
|
$-progress-bg: var(--oxy-progress-bg, rgba(229, 229, 229, 1)) !default; // 进度条底色
|
|
492
576
|
$-progress-danger-color: var(--oxy-progress-danger-color, $-color-danger) !default; // 进度条danger颜色
|
|
493
577
|
$-progress-success-color: var(--oxy-progress-success-color, $-color-success) !default; // 进度条success进度条颜色
|
|
494
578
|
$-progress-warning-color: var(--oxy-progress-warning-color, $-color-warning) !default; // 进度条warning进度条颜色
|
|
495
579
|
|
|
496
580
|
$-progress-color: var(--oxy-progress-color, $-color-theme) !default; // 进度条颜色
|
|
497
|
-
$-progress-height: var(--oxy-progress-height,
|
|
581
|
+
$-progress-height: var(--oxy-progress-height, 12rpx) !default; // 进度条高度
|
|
582
|
+
$-progress-radius: var(--oxy-progress-radius, 6rpx) !default; // 进度条圆角
|
|
498
583
|
$-progress-label-color: var(--oxy-progress-label-color, #333) !default; // 文字颜色
|
|
499
|
-
$-progress-label-fs: var(--oxy-progress-label-fs,
|
|
584
|
+
$-progress-label-fs: var(--oxy-progress-label-fs, $-fs-content) !default; // 文字字号
|
|
500
585
|
$-progress-icon-fs: var(--oxy-progress-icon-fs, 36rpx) !default; // 图标字号
|
|
501
586
|
|
|
502
587
|
/* radio */
|
|
503
588
|
$-radio-margin: var(--oxy-radio-margin, $-checkbox-margin) !default; // 多个单选框距离
|
|
504
589
|
$-radio-label-margin: var(--oxy-radio-label-margin, $-checkbox-label-margin) !default; // 右侧文字与左侧图标距离
|
|
505
|
-
$-radio-size: var(--oxy-radio-size,
|
|
590
|
+
$-radio-size: var(--oxy-radio-size, $-checkbox-size) !default; // 左侧图标尺寸
|
|
506
591
|
$-radio-bg: var(--oxy-radio-bg, $-color-white) !default; // 左侧图标尺寸
|
|
507
592
|
$-radio-label-fs: var(--oxy-radio-label-fs, $-checkbox-label-fs) !default; // 右侧文字字号
|
|
508
593
|
$-radio-label-color: var(--oxy-radio-label-color, $-checkbox-label-color) !default; // 右侧文字颜色
|
|
@@ -516,14 +601,16 @@ $-radio-large-label-fs: var(--oxy-radio-large-label-fs, $-checkbox-large-label-f
|
|
|
516
601
|
$-radio-button-height: var(--oxy-radio-button-height, $-checkbox-button-height) !default; // 按钮模式复选框高
|
|
517
602
|
$-radio-button-min-width: var(--oxy-radio-button-min-width, 120rpx) !default; // 按钮模式最小宽
|
|
518
603
|
$-radio-button-max-width: var(--oxy-radio-button-max-width, 288rpx) !default; // 按钮模式最大宽
|
|
519
|
-
$-radio-button-radius: var(--oxy-radio-button-radius, $-
|
|
604
|
+
$-radio-button-radius: var(--oxy-radio-button-radius, $-radius-2xl) !default; // 按钮圆角大小
|
|
520
605
|
$-radio-button-bg: var(--oxy-radio-button-bg, $-checkbox-button-bg) !default; // 按钮模式背景颜色
|
|
521
606
|
$-radio-button-fs: var(--oxy-radio-button-fs, $-checkbox-button-font-size) !default; // 按钮模式字号
|
|
522
607
|
$-radio-button-border: var(--oxy-radio-button-border, $-checkbox-button-border) !default; // 按钮边框颜色
|
|
523
608
|
$-radio-button-disabled-border: var(--oxy-radio-button-disabled-border, $-checkbox-button-disabled-border) !default; // 按钮禁用边框颜色
|
|
524
609
|
|
|
610
|
+
$-radio-dot-shape-size: var(--oxy-radio-dot-shape-size, $-checkbox-size) !default; // 单选dot模式外圈尺寸
|
|
525
611
|
$-radio-dot-size: var(--oxy-radio-dot-size, 16rpx) !default; // 单选dot模式圆点尺寸
|
|
526
|
-
$-radio-dot-large-size: var(--oxy-radio-dot-large-size,
|
|
612
|
+
$-radio-dot-shape-large-size: var(--oxy-radio-dot-shape-large-size, $-checkbox-large-size) !default; // 单选dot模式大尺寸外圈尺寸
|
|
613
|
+
$-radio-dot-large-size: var(--oxy-radio-dot-large-size, 18rpx) !default; // 单选dot模式大尺寸圆点尺寸
|
|
527
614
|
$-radio-dot-checked-bg: var(--oxy-radio-dot-checked-bg, $-color-theme) !default; // 单选dot模式选中背景色
|
|
528
615
|
$-radio-dot-checked-border-color: var(--oxy-radio-dot-checked-border-color, $-color-theme) !default; // 单选dot模式选中边框色
|
|
529
616
|
$-radio-dot-border-color: var(--oxy-radio-dot-border-color, #dcdcdc) !default; // 单选dot模式边框色
|
|
@@ -532,34 +619,58 @@ $-radio-dot-disabled-bg: var(--oxy-radio-dot-disabled-bg, #d9d9d9) !default; //
|
|
|
532
619
|
|
|
533
620
|
/* search */
|
|
534
621
|
$-search-side-padding: var(--oxy-search-side-padding, $-size-side-padding) !default; // 左右间距
|
|
535
|
-
$-search-padding: var(--oxy-search-padding,
|
|
622
|
+
$-search-padding: var(--oxy-search-padding, 24rpx 0 24rpx $-search-side-padding) !default; // 不包含取消按钮的间距
|
|
536
623
|
$-search-input-radius: var(--oxy-search-input-radius, 30rpx) !default; // 输入框圆角大小
|
|
537
624
|
$-search-input-bg: var(--oxy-search-input-bg, $-color-bg) !default; // 输入框背景色
|
|
538
|
-
$-search-input-height: var(--oxy-search-input-height,
|
|
539
|
-
$-search-input-padding: var(--oxy-search-input-padding, 0
|
|
625
|
+
$-search-input-height: var(--oxy-search-input-height, 68rpx) !default; // 输入框高度
|
|
626
|
+
$-search-input-padding: var(--oxy-search-input-padding, 0 72rpx 0 92rpx) !default; // 输入框间距
|
|
540
627
|
$-search-input-fs: var(--oxy-search-input-fs, $-fs-content) !default; // 输入框字号
|
|
541
628
|
$-search-input-color: var(--oxy-search-input-color, #262626) !default; // 输入框文字颜色
|
|
542
629
|
$-search-icon-color: var(--oxy-search-icon-color, $-color-icon) !default; // 图标颜色
|
|
543
630
|
$-search-icon-size: var(--oxy-search-icon-size, 36rpx) !default; // 图标大小
|
|
544
631
|
$-search-clear-icon-size: var(--oxy-search-clear-icon-size, $-fs-title) !default; // 清除图标大小
|
|
545
632
|
$-search-placeholder-color: var(--oxy-search-placeholder-color, #bfbfbf) !default; // placeholder 颜色
|
|
546
|
-
$-search-cancel-padding: var(--oxy-search-cancel-padding, 0 $-search-side-padding 0
|
|
633
|
+
$-search-cancel-padding: var(--oxy-search-cancel-padding, 0 $-search-side-padding 0 24rpx) !default; // 取消按钮间距
|
|
547
634
|
$-search-cancel-fs: var(--oxy-search-cancel-fs, $-fs-title) !default; // 取消按钮字号
|
|
548
635
|
$-search-cancel-color: var(--oxy-search-cancel-color, rgba(0, 0, 0, 0.65)) !default; // 取消按钮颜色
|
|
549
636
|
$-search-light-bg: var(--oxy-search-light-bg, $-color-bg) !default; // light 类型的容器背景色
|
|
637
|
+
$-search-bg: var(--oxy-search-bg, $-color-white) !default; // 默认容器背景色
|
|
638
|
+
$-search-light-input-bg: var(--oxy-search-light-input-bg, $-color-white) !default; // light 类型输入框背景色
|
|
550
639
|
|
|
551
640
|
/* slider */
|
|
552
641
|
$-slider-fs: var(--oxy-slider-fs, $-fs-content) !default; // 字体大小
|
|
553
|
-
$-slider-handle-radius: var(--oxy-slider-handle-radius,
|
|
642
|
+
$-slider-handle-radius: var(--oxy-slider-handle-radius, $-radius-xl) !default; // 滑块半径
|
|
554
643
|
$-slider-handle-bg: var(--oxy-slider-handle-bg, resultColor(139deg, $-color-theme, 'dark' 'light', #ffffff #f7f7f7, 0% 100%)) !default; // 滑块背景
|
|
555
644
|
$-slider-axie-height: var(--oxy-slider-axie-height, 6rpx) !default; // 滑轴高度
|
|
556
645
|
$-slider-color: var(--oxy-slider-color, #333) !default; // 字体颜色
|
|
557
646
|
$-slider-axie-bg: var(--oxy-slider-axie-bg, #e5e5e5) !default; // 滑轴的默认背景色
|
|
647
|
+
$-slider-label-bg: var(--oxy-slider-label-bg, rgba($-color-white, 0.5)) !default; // 标签背景色
|
|
648
|
+
$-slider-dark-label-bg: var(--oxy-slider-dark-label-bg, rgba($color: $-dark-background2, $alpha: 0.5)) !default; // 暗色标签背景色
|
|
649
|
+
$-slider-button-shadow-color: var(--oxy-slider-button-shadow-color, $-shadow-color-muted) !default; // 滑块阴影色
|
|
558
650
|
$-slider-line-color: var(
|
|
559
651
|
--oxy-slider-line-color,
|
|
560
652
|
resultColor(315deg, $-color-theme, 'dark' 'light', #517cf0 #769ef5, 0% 100%)
|
|
561
653
|
) !default; // 进度条颜色
|
|
562
654
|
$-slider-disabled-color: var(--oxy-slider-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 禁用状态下字体颜色
|
|
655
|
+
$-select-label-color: var(--oxy-select-label-color, $-color-title) !default; // 标题颜色
|
|
656
|
+
$-select-label-gap: var(--oxy-select-label-gap, $-size-side-padding) !default; // 标题右间距
|
|
657
|
+
$-select-fs: var(--oxy-select-fs, $-fs-content) !default; // 字号
|
|
658
|
+
$-select-icon-size: var(--oxy-select-icon-size, $-fs-content) !default; // 图标大小
|
|
659
|
+
$-select-icon-color: var(--oxy-select-icon-color, $-color-tip) !default; // 图标颜色
|
|
660
|
+
$-select-clear-icon-color: var(--oxy-select-clear-icon-color, $-color-secondary) !default; // 清除图标颜色
|
|
661
|
+
$-select-text-color: var(--oxy-select-text-color, $-color-content) !default; // 文本颜色
|
|
662
|
+
$-select-wrapper-padding-x: var(--oxy-select-wrapper-padding-x, 28rpx) !default; // 输入区域左右内边距
|
|
663
|
+
$-select-wrapper-min-height: var(--oxy-select-wrapper-min-height, 72rpx) !default; // 输入区域最小高度
|
|
664
|
+
$-select-no-border-min-height: var(--oxy-select-no-border-min-height, 64rpx) !default; // 无边框模式最小高度
|
|
665
|
+
$-select-wrapper-radius: var(--oxy-select-wrapper-radius, $-radius-sm) !default; // 选择器输入区域圆角
|
|
666
|
+
$-select-tag-radius: var(--oxy-select-tag-radius, $-radius-sm) !default; // 选择器标签圆角
|
|
667
|
+
$-select-tag-font-size: var(--oxy-select-tag-font-size, $-fs-secondary) !default; // 标签字号
|
|
668
|
+
$-select-dropdown-radius: var(--oxy-select-dropdown-radius, $-radius-lg) !default; // 下拉面板圆角
|
|
669
|
+
$-select-placeholder-color: var(--oxy-select-placeholder-color, $-color-tip) !default; // 占位符颜色
|
|
670
|
+
$-select-focus-shadow: var(--oxy-select-focus-shadow, 0 0 0 4rpx rgba($-color-theme, 0.1)) !default; // 聚焦态阴影
|
|
671
|
+
$-select-active-bg: var(--oxy-select-active-bg, rgba($-color-theme, 0.05)) !default; // 选项激活态背景色
|
|
672
|
+
$-select-dropdown-shadow: var(--oxy-select-dropdown-shadow, 0 8rpx 24rpx rgba(0, 0, 0, 0.1)) !default; // 下拉面板阴影
|
|
673
|
+
$-select-dropdown-filter-shadow: var(--oxy-select-dropdown-filter-shadow, drop-shadow(0 4rpx 24rpx rgba(0, 0, 0, 0.03))) !default; // 下拉面板滤镜阴影
|
|
563
674
|
|
|
564
675
|
/* sort-button */
|
|
565
676
|
$-sort-button-fs: var(--oxy-sort-button-fs, $-fs-content) !default; // 字号
|
|
@@ -589,23 +700,24 @@ $-switch-width: var(--oxy-switch-width, calc(1.8em + 8rpx)) !default; // 宽度
|
|
|
589
700
|
$-switch-height: var(--oxy-switch-height, calc(1em + 8rpx)) !default; // 高度
|
|
590
701
|
$-switch-circle-size: var(--oxy-switch-circle-size, 1em) !default; // 圆点大小
|
|
591
702
|
$-switch-border-color: var(--oxy-switch-border-color, #e5e5e5) !default; // 边框颜色选中状态背景颜色
|
|
703
|
+
$-switch-circle-bg: var(--oxy-switch-circle-bg, $-color-white) !default; // 圆点背景色
|
|
592
704
|
$-switch-active-color: var(--oxy-switch-active-color, $-color-theme) !default; // 选中状态背景
|
|
593
705
|
$-switch-active-shadow-color: var(--oxy-switch-active-shadow-color, rgba(0, 83, 162, 0.5)) !default; // 选中状态shadow颜色
|
|
594
706
|
$-switch-inactive-color: var(--oxy-switch-inactive-color, #eaeaea) !default; // 非选中背景颜色
|
|
595
|
-
$-switch-inactive-shadow-color: var(--oxy-switch-inactive-shadow-color,
|
|
707
|
+
$-switch-inactive-shadow-color: var(--oxy-switch-inactive-shadow-color, $-shadow-color-muted) !default; // 非选中状态shadow颜色
|
|
596
708
|
|
|
597
709
|
/* tabs */
|
|
598
710
|
$-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,
|
|
711
|
+
$-tabs-nav-arrow-open-fs: var(--oxy-tabs-nav-arrow-open-fs, $-fs-content) !default; // 展开Icon字号
|
|
600
712
|
$-tabs-nav-width: var(--oxy-tabs-nav-width, 100vw) !default; // tabs 头部切换宽度
|
|
601
|
-
$-tabs-nav-height: var(--oxy-tabs-nav-height,
|
|
713
|
+
$-tabs-nav-height: var(--oxy-tabs-nav-height, 104rpx) !default; // 头部切换高度
|
|
602
714
|
$-tabs-nav-fs: var(--oxy-tabs-nav-fs, $-fs-content) !default; // 头部切换文字大小
|
|
603
715
|
$-tabs-nav-color: var(--oxy-tabs-nav-color, rgba(0, 0, 0, 0.85)) !default; // 头部切换文字颜色
|
|
604
716
|
$-tabs-nav-bg: var(--oxy-tabs-nav-bg, $-color-white) !default; // 背景颜色
|
|
605
717
|
$-tabs-nav-active-color: var(--oxy-tabs-nav-active-color, $-color-theme) !default; // 头部高亮颜色
|
|
606
718
|
$-tabs-nav-disabled-color: var(--oxy-tabs-nav-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 头部禁用颜色
|
|
607
719
|
$-tabs-nav-line-height: var(--oxy-tabs-nav-line-height, 6rpx) !default; // 高亮边框高度
|
|
608
|
-
$-tabs-nav-line-width: var(--oxy-tabs-nav-line-width,
|
|
720
|
+
$-tabs-nav-line-width: var(--oxy-tabs-nav-line-width, 44rpx) !default; // 高亮边框宽度
|
|
609
721
|
$-tabs-nav-line-bg-color: var(--oxy-tabs-nav-line-bg-color, $-color-theme) !default; // 底部条颜色
|
|
610
722
|
$-tabs-nav-map-fs: var(--oxy-tabs-nav-map-fs, $-fs-content) !default; // map 类型按钮字号
|
|
611
723
|
$-tabs-nav-map-color: var(--oxy-tabs-nav-map-color, rgba(0, 0, 0, 0.85)) !default; // map 类型按钮文字颜色
|
|
@@ -615,18 +727,19 @@ $-tabs-nav-map-btn-before-bg: var(
|
|
|
615
727
|
linear-gradient(270deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 100%)
|
|
616
728
|
) !default; // 左侧map遮罩阴影
|
|
617
729
|
$-tabs-nav-map-button-back-color: var(--oxy-tabs-nav-map-button-back-color, rgba(0, 0, 0, 0.04)) !default; // map 类型按钮边框颜色
|
|
618
|
-
$-tabs-nav-map-
|
|
730
|
+
$-tabs-nav-map-disabled-border-color: var(--oxy-tabs-nav-map-disabled-border-color, #f4f4f4) !default; // map 类型按钮禁用边框颜色
|
|
731
|
+
$-tabs-nav-map-button-radius: var(--oxy-tabs-nav-map-button-radius, $-radius-2xl) !default; // map 类型按钮圆角大小
|
|
619
732
|
$-tabs-nav-map-modal-bg: var(--oxy-tabs-nav-map-modal-bg, $-overlay-bg) !default; // map 类型蒙层背景色
|
|
620
733
|
$-tabs-nav-pills-bg-color: var(--oxy-tabs-nav-pills-bg-color, $-color-theme) !default; // pills背景色
|
|
621
734
|
$-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,
|
|
623
|
-
$-tabs-nav-pills-border-radius: var(--oxy-tabs-nav-pills-border-radius,
|
|
735
|
+
$-tabs-nav-pills-padding-y: var(--oxy-tabs-nav-pills-padding-y, 28rpx) !default; // pills间距
|
|
736
|
+
$-tabs-nav-pills-border-radius: var(--oxy-tabs-nav-pills-border-radius, $-radius-3xl) !default; // pills圆角
|
|
624
737
|
$-tabs-nav-pills-color: var(--oxy-tabs-nav-pills-color, $-color-white) !default; // pills文字颜色
|
|
625
738
|
|
|
626
739
|
/* tag */
|
|
627
|
-
$-tag-fs: var(--oxy-tag-fs, $-fs-
|
|
740
|
+
$-tag-fs: var(--oxy-tag-fs, $-fs-content) !default; // 字号
|
|
628
741
|
$-tag-color: var(--oxy-tag-color, $-color-white) !default; // 字体颜色
|
|
629
|
-
$-tag-small-fs: var(--oxy-tag-small-fs, $-fs-
|
|
742
|
+
$-tag-small-fs: var(--oxy-tag-small-fs, $-fs-secondary) !default; // 小尺寸字号
|
|
630
743
|
$-tag-info-color: var(--oxy-tag-info-color, #585858) !default; // info 颜色
|
|
631
744
|
$-tag-primary-color: var(--oxy-tag-primary-color, $-color-theme) !default; // 主颜色
|
|
632
745
|
$-tag-danger-color: var(--oxy-tag-danger-color, $-color-danger) !default; // danger 颜色
|
|
@@ -637,18 +750,19 @@ $-tag-primary-bg: var(--oxy-tag-primary-bg, $-color-theme) !default; // 主背
|
|
|
637
750
|
$-tag-danger-bg: var(--oxy-tag-danger-bg, $-color-danger) !default; // danger 背景颜色
|
|
638
751
|
$-tag-warning-bg: var(--oxy-tag-warning-bg, $-color-warning) !default; // warning 背景颜色
|
|
639
752
|
$-tag-success-bg: var(--oxy-tag-success-bg, $-color-success) !default; // success 背景颜色
|
|
753
|
+
$-tag-radius: var(--oxy-tag-radius, $-radius-sm) !default; // 默认圆角大小
|
|
640
754
|
$-tag-round-color: var(--oxy-tag-round-color, rgba(102, 102, 102, 1)) !default; // round 字体颜色
|
|
641
755
|
$-tag-round-border-color: var(--oxy-tag-round-border-color, rgba(225, 225, 225, 1)) !default; // round 边框颜色
|
|
642
|
-
$-tag-round-radius: var(--oxy-tag-round-radius,
|
|
643
|
-
$-tag-mark-radius: var(--oxy-tag-mark-radius,
|
|
644
|
-
$-tag-close-size: var(--oxy-tag-close-size,
|
|
645
|
-
$-tag-close-color: var(--oxy-tag-close-color,
|
|
756
|
+
$-tag-round-radius: var(--oxy-tag-round-radius, $-radius-2xl) !default; // round 圆角大小
|
|
757
|
+
$-tag-mark-radius: var(--oxy-tag-mark-radius, $-radius-md $-radius-xs) !default; // mark 圆角大小
|
|
758
|
+
$-tag-close-size: var(--oxy-tag-close-size, $-tag-small-fs) !default; // 关闭按钮字号
|
|
759
|
+
$-tag-close-color: var(--oxy-tag-close-color, currentColor) !default; // 关闭按钮颜色
|
|
646
760
|
$-tag-close-active-color: var(--oxy-tag-close-active-color, rgba(0, 0, 0, 0.45)) !default; // 关闭按钮 active 颜色
|
|
647
761
|
|
|
648
762
|
/* corner */
|
|
649
|
-
$-corner-radius: var(--oxy-corner-radius,
|
|
650
|
-
$-corner-font-size: var(--oxy-corner-fs, $-fs-
|
|
651
|
-
$-corner-font-weight: var(--oxy-corner-
|
|
763
|
+
$-corner-radius: var(--oxy-corner-radius, $-radius-xl) !default; // 圆角大小
|
|
764
|
+
$-corner-font-size: var(--oxy-corner-fs, $-fs-content) !default; // 字号
|
|
765
|
+
$-corner-font-weight: var(--oxy-corner-font-weight, 400) !default; // 字重
|
|
652
766
|
$-corner-color: var(--oxy-corner-color, $-color-white) !default; // 字体颜色
|
|
653
767
|
$-corner-primary-color: var(--oxy-corner-primary-color, $-color-theme) !default; // 主颜色
|
|
654
768
|
$-corner-info-color: var(--oxy-corner-info-color, #7e8fae) !default; // info 颜色
|
|
@@ -660,34 +774,34 @@ $-corner-info-bg: var(--oxy-corner-info-bg, resultColor(90deg, $-color-info, 'da
|
|
|
660
774
|
$-corner-success-bg: var(--oxy-corner-success-bg, resultColor(90deg, $-color-success, 'dark' 'light', #19be6b #84e3ab, 0% 100%)) !default; // success 背景颜色
|
|
661
775
|
$-corner-warning-bg: var(--oxy-corner-warning-bg, resultColor(90deg, $-color-warning, 'dark' 'light', #ff8124 #ffb48f, 0% 100%)) !default; // warning 背景颜色
|
|
662
776
|
$-corner-danger-bg: var(--oxy-corner-danger-bg, resultColor(90deg, $-color-danger, 'dark' 'light', #fa4350 #fea1a8, 0% 100%)) !default; // danger 背景颜色
|
|
663
|
-
$-corner-horizontal-font-size: var(--oxy-corner-
|
|
664
|
-
$-corner-horizontal-font-weight: var(--oxy-corner-
|
|
665
|
-
$-corner-horizontal-primary-bg: var(--oxy-corner-primary-bg, resultColor(90deg, $-color-theme, 'light' 'dark', #ffffff #cceaff, 0% 100%)) !default; //
|
|
666
|
-
$-corner-horizontal-info-bg: var(--oxy-corner-info-bg, resultColor(90deg, $-color-info, 'light' 'dark', #ffffff #adb6c6, 0% 100%)) !default; // info
|
|
667
|
-
$-corner-horizontal-success-bg: var(--oxy-corner-success-bg, resultColor(90deg, $-color-success, 'light' 'dark', #ffffff #b2ebcf, 0% 100%)) !default; // success
|
|
668
|
-
$-corner-horizontal-warning-bg: var(--oxy-corner-warning-bg, resultColor(90deg, $-color-warning, 'light' 'dark', #ffffff #fcedd6, 0% 100%)) !default; // warning
|
|
669
|
-
$-corner-horizontal-danger-bg: var(--oxy-corner-danger-bg, resultColor(90deg, $-color-danger, 'light' 'dark', #ffffff #ffd5d8, 0% 100%)) !default; // danger
|
|
670
|
-
$-corner-embedded-font-size: var(--oxy-corner-
|
|
671
|
-
$-corner-embedded-font-weight: var(--oxy-corner-
|
|
672
|
-
$-corner-embedded-primary-bg: var(--oxy-corner-primary-bg, #cceaff) !default; //
|
|
673
|
-
$-corner-embedded-info-bg: var(--oxy-corner-info-bg, #eef4fc) !default; // info
|
|
674
|
-
$-corner-embedded-success-bg: var(--oxy-corner-success-bg, #b2ebcf) !default; // success
|
|
675
|
-
$-corner-embedded-warning-bg: var(--oxy-corner-warning-bg, #fcedd6) !default; // warning
|
|
676
|
-
$-corner-embedded-danger-bg: var(--oxy-corner-danger-bg, #ffd5d8) !default; // danger
|
|
777
|
+
$-corner-horizontal-font-size: var(--oxy-corner-horizontal-font-size, $-fs-content) !default; // 水平标签字号
|
|
778
|
+
$-corner-horizontal-font-weight: var(--oxy-corner-horizontal-font-weight, $-fw-semibold) !default; // 水平标签字重
|
|
779
|
+
$-corner-horizontal-primary-bg: var(--oxy-corner-horizontal-primary-bg, resultColor(90deg, $-color-theme, 'light' 'dark', #ffffff #cceaff, 0% 100%)) !default; // 水平标签主背景颜色
|
|
780
|
+
$-corner-horizontal-info-bg: var(--oxy-corner-horizontal-info-bg, resultColor(90deg, $-color-info, 'light' 'dark', #ffffff #adb6c6, 0% 100%)) !default; // 水平标签info背景颜色
|
|
781
|
+
$-corner-horizontal-success-bg: var(--oxy-corner-horizontal-success-bg, resultColor(90deg, $-color-success, 'light' 'dark', #ffffff #b2ebcf, 0% 100%)) !default; // 水平标签success背景颜色
|
|
782
|
+
$-corner-horizontal-warning-bg: var(--oxy-corner-horizontal-warning-bg, resultColor(90deg, $-color-warning, 'light' 'dark', #ffffff #fcedd6, 0% 100%)) !default; // 水平标签warning背景颜色
|
|
783
|
+
$-corner-horizontal-danger-bg: var(--oxy-corner-horizontal-danger-bg, resultColor(90deg, $-color-danger, 'light' 'dark', #ffffff #ffd5d8, 0% 100%)) !default; // 水平标签danger背景颜色
|
|
784
|
+
$-corner-embedded-font-size: var(--oxy-corner-embedded-font-size, $-fs-content) !default; // 内嵌标签字号
|
|
785
|
+
$-corner-embedded-font-weight: var(--oxy-corner-embedded-font-weight, 400) !default; // 内嵌标签字重
|
|
786
|
+
$-corner-embedded-primary-bg: var(--oxy-corner-embedded-primary-bg, #cceaff) !default; // 内嵌标签主背景颜色
|
|
787
|
+
$-corner-embedded-info-bg: var(--oxy-corner-embedded-info-bg, #eef4fc) !default; // 内嵌标签info背景颜色
|
|
788
|
+
$-corner-embedded-success-bg: var(--oxy-corner-embedded-success-bg, #b2ebcf) !default; // 内嵌标签success背景颜色
|
|
789
|
+
$-corner-embedded-warning-bg: var(--oxy-corner-embedded-warning-bg, #fcedd6) !default; // 内嵌标签warning背景颜色
|
|
790
|
+
$-corner-embedded-danger-bg: var(--oxy-corner-embedded-danger-bg, #ffd5d8) !default; // 内嵌标签danger背景颜色
|
|
677
791
|
|
|
678
792
|
/* toast */
|
|
679
793
|
$-toast-color: var(--oxy-toast-color, $-color-white) !default; // 文字颜色
|
|
680
|
-
$-toast-padding: var(--oxy-toast-padding,
|
|
794
|
+
$-toast-padding: var(--oxy-toast-padding, 40rpx 52rpx) !default; // padding
|
|
681
795
|
$-toast-max-width: var(--oxy-toast-max-width, 600rpx) !default; // 最大宽度
|
|
682
|
-
$-toast-radius: var(--oxy-toast-radius,
|
|
796
|
+
$-toast-radius: var(--oxy-toast-radius, $-radius-lg) !default; // 圆角大小
|
|
683
797
|
$-toast-bg: var(--oxy-toast-bg, $-overlay-bg) !default; // 背景色
|
|
684
798
|
$-toast-fs: var(--oxy-toast-fs, $-fs-content) !default; // 字号
|
|
685
|
-
$-toast-line-height: var(--oxy-toast-line-height,
|
|
799
|
+
$-toast-line-height: var(--oxy-toast-line-height, 44rpx) !default; // 行高
|
|
686
800
|
$-toast-with-icon-min-width: var(--oxy-toast-with-icon-min-width, 300rpx) !default; // 有图标的情况下最小宽度
|
|
687
801
|
$-toast-icon-size: var(--oxy-toast-icon-size, 64rpx) !default; // 图标大小
|
|
688
802
|
$-toast-icon-margin-right: var(--oxy-toast-icon-margin-right, 24rpx) !default; // 图标右边距
|
|
689
803
|
$-toast-icon-margin-bottom: var(--oxy-toast-icon-margin-bottom, 24rpx) !default; // 图标下边距
|
|
690
|
-
$-toast-loading-padding: var(--oxy-toast-loading-padding,
|
|
804
|
+
$-toast-loading-padding: var(--oxy-toast-loading-padding, 24rpx) !default; // loading状态下的padding
|
|
691
805
|
$-toast-loading-margin-bottom: var(--oxy-toast-loading-margin-bottom, 32rpx) !default; // loading动画的margin-bottom
|
|
692
806
|
$-toast-box-shadow: var(--oxy-toast-box-shadow, 0 12rpx 32rpx 0 rgba(0, 0, 0, 0.08)) !default; // 外部阴影
|
|
693
807
|
|
|
@@ -697,32 +811,35 @@ $-loading-size: var(--oxy-loading-size, 64rpx) !default; // loading 大小
|
|
|
697
811
|
/* tooltip */
|
|
698
812
|
$-tooltip-bg: var(--oxy-tooltip-bg, rgba(38, 39, 40, 0.8)) !default; // 背景色
|
|
699
813
|
$-tooltip-color: var(--oxy-tooltip-color, $-color-white) !default; // 文字颜色
|
|
700
|
-
$-tooltip-radius: var(--oxy-tooltip-radius,
|
|
814
|
+
$-tooltip-radius: var(--oxy-tooltip-radius, $-radius-lg) !default; // 圆角大小
|
|
701
815
|
$-tooltip-arrow-size: var(--oxy-tooltip-arrow-size, 10rpx) !default; // 箭头大小
|
|
702
816
|
$-tooltip-fs: var(--oxy-tooltip-fs, $-fs-content) !default; // 字号
|
|
703
817
|
$-tooltip-blur: var(--oxy-tooltip-blur, 20rpx) !default; // 背景高斯模糊效果
|
|
704
|
-
$-tooltip-padding: var(--oxy-tooltip-padding,
|
|
818
|
+
$-tooltip-padding: var(--oxy-tooltip-padding, $-spacing-20 $-spacing-40) !default; // 间距
|
|
705
819
|
$-tooltip-close-size: var(--oxy-tooltip-close-size, 12rpx) !default; // 背景高斯模糊效果
|
|
706
820
|
$-tooltip-z-index: var(--oxy-tooltip-z-index, 500) !default;
|
|
707
|
-
$-tooltip-line-height: var(--oxy-tooltip-line-height,
|
|
821
|
+
$-tooltip-line-height: var(--oxy-tooltip-line-height, 44rpx) !default; // 行高
|
|
708
822
|
|
|
709
823
|
/* popover */
|
|
710
824
|
$-popover-bg: var(--oxy-popover-bg, $-color-white) !default; // 背景色
|
|
711
825
|
$-popover-color: var(--oxy-popover-color, rgba(0, 0, 0, 0.85)) !default; // 文字颜色
|
|
712
|
-
$-popover-box-shadow: var(--oxy-popover-box-shadow,
|
|
826
|
+
$-popover-box-shadow: var(--oxy-popover-box-shadow, $-shadow-sm) !default; // 阴影颜色
|
|
713
827
|
$-popover-arrow-box-shadow: var(--oxy-popover-arrow-box-shadow, 0 4rpx 20rpx 0 rgba(0, 0, 0, 0.2)) !default; // 阴影颜色
|
|
714
828
|
$-popover-border-color: var(--oxy-popover-border-color, rgba(0, 0, 0, 0.09)) !default; // 阴影颜色
|
|
715
|
-
$-popover-radius: var(--oxy-popover-radius,
|
|
829
|
+
$-popover-radius: var(--oxy-popover-radius, $-radius-sm) !default; // 圆角大小
|
|
716
830
|
$-popover-arrow-size: var(--oxy-popover-arrow-size, 12rpx) !default; // 箭头大小
|
|
717
831
|
$-popover-fs: var(--oxy-popover-fs, $-fs-content) !default; // 字号
|
|
718
|
-
$-popover-padding: var(--oxy-popover-padding,
|
|
719
|
-
$-popover-line-height: var(--oxy-popover-line-height,
|
|
832
|
+
$-popover-padding: var(--oxy-popover-padding, $-spacing-32) !default; // 间距
|
|
833
|
+
$-popover-line-height: var(--oxy-popover-line-height, 44rpx) !default; // 行高
|
|
720
834
|
$-popover-z-index: var(--oxy-popover-z-index, $-tooltip-z-index) !default;
|
|
835
|
+
$-popover-dark-bg: var(--oxy-popover-dark-bg, rgb(75, 76, 77)) !default; // 暗色背景色
|
|
836
|
+
$-popover-dark-box-shadow: var(--oxy-popover-dark-box-shadow, 0 4rpx 20rpx 0 rgba(75, 76, 77, 0.1)) !default; // 暗色阴影
|
|
837
|
+
$-popover-trigger-icon-size: var(--oxy-popover-trigger-icon-size, 36rpx) !default; // 触发图标大小
|
|
721
838
|
|
|
722
839
|
/* grid-item */
|
|
723
|
-
$-grid-item-fs: var(--oxy-grid-item-fs,
|
|
840
|
+
$-grid-item-fs: var(--oxy-grid-item-fs, $-fs-content) !default; // 字号
|
|
724
841
|
$-grid-item-bg: var(--oxy-grid-item-bg, $-color-white) !default; // 字号
|
|
725
|
-
$-grid-item-padding: var(--oxy-grid-item-padding,
|
|
842
|
+
$-grid-item-padding: var(--oxy-grid-item-padding, $-spacing-32 0) !default; // 内容的 padding
|
|
726
843
|
$-grid-item-border-color: var(--oxy-grid-item-border-color, $-color-border-light) !default; // 边框颜色
|
|
727
844
|
$-grid-item-hover-bg: var(--oxy-grid-item-hover-bg, $-color-gray-3) !default; // hover背景色
|
|
728
845
|
$-grid-item-hover-bg-dark: var(--oxy-grid-item-hover-bg-dark, $-color-gray-7) !default; // 暗黑模式hover背景色
|
|
@@ -730,28 +847,28 @@ $-grid-item-hover-bg-dark: var(--oxy-grid-item-hover-bg-dark, $-color-gray-7) !d
|
|
|
730
847
|
/* statustip */
|
|
731
848
|
$-statustip-fs: var(--oxy-statustip-fs, $-fs-content) !default; // 字号
|
|
732
849
|
$-statustip-color: var(--oxy-statustip-color, rgba(0, 0, 0, 0.45)) !default; // 文字颜色
|
|
733
|
-
$-statustip-line-height: var(--oxy-statustip-line-height,
|
|
734
|
-
$-statustip-padding: var(--oxy-statustip-padding,
|
|
850
|
+
$-statustip-line-height: var(--oxy-statustip-line-height, 36rpx) !default; // 文字行高
|
|
851
|
+
$-statustip-padding: var(--oxy-statustip-padding, $-spacing-12 $-spacing-20) !default; // 间距
|
|
735
852
|
|
|
736
853
|
/* card */
|
|
737
854
|
$-card-bg: var(--oxy-card-bg, $-color-white) !default; // 背景色
|
|
738
855
|
$-card-fs: var(--oxy-card-fs, $-fs-content) !default; // 卡片字号
|
|
739
856
|
$-card-padding: var(--oxy-card-padding, 0 $-size-side-padding) !default; // 内边距
|
|
740
|
-
$-card-footer-padding: var(--oxy-card-footer-padding,
|
|
741
|
-
$-card-shadow-color: var(--oxy-card-shadow-color,
|
|
742
|
-
$-card-radius: var(--oxy-card-radius,
|
|
857
|
+
$-card-footer-padding: var(--oxy-card-footer-padding, 28rpx 0 36rpx) !default; // 底部内边距
|
|
858
|
+
$-card-shadow-color: var(--oxy-card-shadow-color, $-shadow-md) !default; // 阴影
|
|
859
|
+
$-card-radius: var(--oxy-card-radius, $-radius-lg) !default; // 圆角大小
|
|
743
860
|
$-card-line-height: var(--oxy-card-line-height, 1.1) !default; // 行高
|
|
744
861
|
$-card-margin: var(--oxy-card-margin, 0 $-size-side-padding) !default; // 外边距
|
|
745
862
|
$-card-title-color: var(--oxy-card-title-color, rgba(0, 0, 0, 0.85)) !default; // 标题颜色
|
|
746
863
|
$-card-title-fs: var(--oxy-card-title-fs, $-fs-title) !default; // 矩形卡片标题字号
|
|
747
864
|
$-card-content-border-color: var(--oxy-card-content-border-color, rgba(0, 0, 0, 0.09)) !default; // 内容边框
|
|
748
|
-
$-card-rectangle-title-padding: var(--oxy-card-rectangle-title-padding,
|
|
749
|
-
$-card-rectangle-content-padding: var(--oxy-card-rectangle-content-padding,
|
|
750
|
-
$-card-rectangle-footer-padding: var(--oxy-card-rectangle-footer-padding,
|
|
865
|
+
$-card-rectangle-title-padding: var(--oxy-card-rectangle-title-padding, 36rpx 36rpx 28rpx) !default; // 矩形卡片头部内边距
|
|
866
|
+
$-card-rectangle-content-padding: var(--oxy-card-rectangle-content-padding, 36rpx 0) !default; // 矩形卡片内容内边距
|
|
867
|
+
$-card-rectangle-footer-padding: var(--oxy-card-rectangle-footer-padding, 28rpx 0) !default; // 矩形卡片底部内边距
|
|
751
868
|
$-card-content-color: var(--oxy-card-content-color, rgba(0, 0, 0, 0.45)) !default; // 文本内容颜色
|
|
752
869
|
$-card-content-line-height: var(--oxy-card-content-line-height, 1.428) !default; // 文本内容行高
|
|
753
|
-
$-card-content-margin: var(--oxy-card-content-margin,
|
|
754
|
-
$-card-content-rectangle-margin: var(--oxy-card-content-rectangle-margin,
|
|
870
|
+
$-card-content-margin: var(--oxy-card-content-margin, 32rpx 0 28rpx) !default; // 内容外边距
|
|
871
|
+
$-card-content-rectangle-margin: var(--oxy-card-content-rectangle-margin, 32rpx 0 28rpx) !default; // 矩形卡片内容外边距
|
|
755
872
|
|
|
756
873
|
/* upload */
|
|
757
874
|
$-upload-size: var(--oxy-upload-size, 160rpx) !default; // upload的外边框默认尺寸
|
|
@@ -761,17 +878,27 @@ $-upload-evoke-color: var(--oxy-upload-evoke-color, rgba(0, 0, 0, 0.25)) !defaul
|
|
|
761
878
|
$-upload-evoke-disabled-color: var(--oxy-upload-evoke-disabled-color, rgba(0, 0, 0, 0.09)) !default; // 唤起项禁用颜色
|
|
762
879
|
$-upload-close-icon-size: var(--oxy-upload-close-icon-size, 32rpx) !default; // 移除按钮尺寸
|
|
763
880
|
$-upload-close-icon-color: var(--oxy-upload-close-icon-color, rgba(0, 0, 0, 0.65)) !default; // 移除按钮颜色
|
|
764
|
-
$-upload-progress-fs: var(--oxy-upload-progress-fs,
|
|
765
|
-
$-upload-file-fs: var(--oxy-upload-file-fs,
|
|
881
|
+
$-upload-progress-fs: var(--oxy-upload-progress-fs, $-fs-content) !default; // 进度文字字号
|
|
882
|
+
$-upload-file-fs: var(--oxy-upload-file-fs, $-fs-content) !default; // 文件名字号
|
|
766
883
|
$-upload-file-color: var(--oxy-upload-file-color, $-color-secondary) !default; // 文件名字颜色
|
|
767
|
-
$-upload-preview-name-fs: var(--oxy-upload-preview-name-fs,
|
|
884
|
+
$-upload-preview-name-fs: var(--oxy-upload-preview-name-fs, $-fs-secondary) !default; // 预览图片名字号
|
|
768
885
|
$-upload-preview-icon-size: var(--oxy-upload-preview-icon-size, 48rpx) !default; // 预览内部图标尺寸
|
|
769
886
|
$-upload-preview-name-bg: var(--oxy-upload-preview-name-bg, rgba(0, 0, 0, 0.6)) !default; // 预览文件名背景色
|
|
770
887
|
$-upload-preview-name-height: var(--oxy-upload-preview-name-height, 44rpx) !default; // 预览文件名背景高度
|
|
771
888
|
$-upload-cover-icon-size: var(--oxy-upload-cover-icon-size, 44rpx) !default; // 视频/文件图标尺寸
|
|
889
|
+
$-upload-video-play-bg: var(--oxy-upload-video-play-bg, rgba(0, 0, 0, 0.5)) !default; // 视频播放按钮背景色
|
|
890
|
+
$-upload-file-radius: var(--oxy-upload-file-radius, $-radius-lg) !default; // 文件卡片圆角
|
|
772
891
|
|
|
773
892
|
/* file-list */
|
|
774
893
|
$-file-list-height: var(--oxy-file-list-height, 200rpx) !default; // 文件高度
|
|
894
|
+
$-file-list-bg: var(--oxy-file-list-bg, #f8f9ff) !default; // 列表模式背景色
|
|
895
|
+
$-file-list-download-bg: var(--oxy-file-list-download-bg, rgba(0, 0, 0, 0.45)) !default; // 下载按钮背景色
|
|
896
|
+
$-file-list-card-radius: var(--oxy-file-list-card-radius, $-radius-lg) !default; // 卡片模式圆角
|
|
897
|
+
$-file-list-list-item-radius: var(--oxy-file-list-list-item-radius, $-radius-sm) !default; // 列表模式圆角
|
|
898
|
+
$-file-list-file-name-fs: var(--oxy-file-list-file-name-fs, $-fs-content) !default; // 文件名字号
|
|
899
|
+
$-file-list-file-name-color: var(--oxy-file-list-file-name-color, $-color-secondary) !default; // 文件名颜色
|
|
900
|
+
$-file-list-action-icon-size: var(--oxy-file-list-action-icon-size, 36rpx) !default; // 下载/删除图标大小
|
|
901
|
+
$-file-list-action-icon-color: var(--oxy-file-list-action-icon-color, $-font-gray-4) !default; // 下载/删除图标颜色
|
|
775
902
|
|
|
776
903
|
/* curtain */
|
|
777
904
|
$-curtain-content-radius: var(--oxy-curtain-content-radius, 48rpx) !default; // 内容圆角
|
|
@@ -780,9 +907,9 @@ $-curtain-content-close-fs: var(--oxy-curtain-content-close-fs, $-fs-big) !defau
|
|
|
780
907
|
|
|
781
908
|
/* notify */
|
|
782
909
|
$-notify-text-color: var(--oxy-notify-text-color, $-color-white) !default;
|
|
783
|
-
$-notify-padding: var(--oxy-notify-padding,
|
|
910
|
+
$-notify-padding: var(--oxy-notify-padding, $-spacing-20 $-spacing-32) !default;
|
|
784
911
|
$-notify-font-size: var(--oxy-notify-font-size, $-fs-content) !default;
|
|
785
|
-
$-notify-line-height: var(--oxy-notify-line-height,
|
|
912
|
+
$-notify-line-height: var(--oxy-notify-line-height, 44rpx) !default;
|
|
786
913
|
$-notify-primary-background: var(--oxy-notify-primary-background, $-color-theme) !default;
|
|
787
914
|
$-notify-success-background: var(--oxy-notify-success-background, $-color-success) !default;
|
|
788
915
|
$-notify-danger-background: var(--oxy-notify-danger-background, $-color-danger) !default;
|
|
@@ -796,15 +923,15 @@ $-skeleton-text-height-default: var(--oxy-skeleton-text-height-default, 32rpx) !
|
|
|
796
923
|
$-skeleton-rect-height-default: var(--oxy-skeleton-rect-height-default, 32rpx) !default;
|
|
797
924
|
$-skeleton-circle-height-default: var(--oxy-skeleton-circle-height-default, 96rpx) !default;
|
|
798
925
|
$-skeleton-row-margin-bottom: var(--oxy-skeleton-row-margin-bottom, 32rpx) !default;
|
|
799
|
-
$-skeleton-border-radius-text: var(--oxy-skeleton-border-radius-text,
|
|
800
|
-
$-skeleton-border-radius-rect: var(--oxy-skeleton-border-radius-rect,
|
|
801
|
-
$-skeleton-border-radius-circle: var(--oxy-skeleton-border-radius-circle,
|
|
926
|
+
$-skeleton-border-radius-text: var(--oxy-skeleton-border-radius-text, $-radius-xs) !default;
|
|
927
|
+
$-skeleton-border-radius-rect: var(--oxy-skeleton-border-radius-rect, $-radius-sm) !default;
|
|
928
|
+
$-skeleton-border-radius-circle: var(--oxy-skeleton-border-radius-circle, $-radius-circle) !default;
|
|
802
929
|
|
|
803
930
|
/* circle */
|
|
804
931
|
$-circle-text-color: var(--oxy-circle-text-color, $-color-content) !default; // circle文字颜色
|
|
805
932
|
|
|
806
933
|
/* swiper */
|
|
807
|
-
$-swiper-radius: var(--oxy-swiper-radius,
|
|
934
|
+
$-swiper-radius: var(--oxy-swiper-radius, $-radius-lg);
|
|
808
935
|
$-swiper-item-padding: var(--oxy-swiper-item-padding, 0);
|
|
809
936
|
$-swiper-item-text-color: var(--oxy-swiper-item-text-color, #ffffff);
|
|
810
937
|
$-swiper-item-text-fs: var(--oxy-swiper-item-text-fs, $-fs-title);
|
|
@@ -820,21 +947,52 @@ $-swiper-nav-dots-bar-active-width: var(--oxy-swiper-nav-dots-bar-active-width,
|
|
|
820
947
|
$-swiper-nav-fraction-color: var(--oxy-swiper-nav-fraction-color, $-font-white-1) !default;
|
|
821
948
|
$-swiper-nav-fraction-bg-color: var(--oxy-swiper-nav-fraction-bg-color, $-font-gray-3) !default;
|
|
822
949
|
$-swiper-nav-fraction-height: var(--oxy-swiper-nav-fraction-height, 48rpx) !default;
|
|
823
|
-
$-swiper-nav-fraction-font-size: var(--oxy-swiper-nav-fraction-font-size,
|
|
950
|
+
$-swiper-nav-fraction-font-size: var(--oxy-swiper-nav-fraction-font-size, $-fs-secondary) !default;
|
|
824
951
|
// button
|
|
825
952
|
$-swiper-nav-btn-color: var(--oxy-swiper-nav-btn-color, $-font-white-1) !default;
|
|
826
953
|
$-swiper-nav-btn-bg-color: var(--oxy-swiper-nav-btn-bg-color, $-font-gray-3) !default;
|
|
827
954
|
$-swiper-nav-btn-size: var(--oxy-swiper-nav-btn-size, 48rpx) !default;
|
|
828
955
|
|
|
829
956
|
/* segmented */
|
|
830
|
-
$-segmented-padding: var(--oxy-segmented-padding,
|
|
957
|
+
$-segmented-padding: var(--oxy-segmented-padding, $-spacing-8) !default; // 分段器padding
|
|
958
|
+
$-segmented-radius: var(--oxy-segmented-radius, $-radius-sm) !default; // 分段器圆角
|
|
831
959
|
$-segmented-item-bg-color: var(--oxy-segmented-item-bg-color, #eeeeee) !default;
|
|
832
960
|
$-segmented-item-color: var(--oxy-segmented-item-color, rgba(0, 0, 0, 0.85)) !default; // 标题文字颜色
|
|
833
961
|
$-segmented-item-acitve-bg: var(--oxy-segmented-item-acitve-bg, #ffffff) !default; // 标题文字颜色
|
|
834
962
|
$-segmented-item-disabled-color: var(--oxy-segmented-item-disabled-color, rgba(0, 0, 0, 0.25)) !default; // 标题文字禁用颜色
|
|
835
963
|
|
|
964
|
+
/* splitter */
|
|
965
|
+
$-splitter-bar-size: var(--oxy-splitter-bar-size, 16rpx) !default; // 分割条宽度/高度
|
|
966
|
+
$-splitter-bar-bg: var(--oxy-splitter-bar-bg, $-color-gray-1) !default; // 分割条背景色
|
|
967
|
+
$-splitter-bar-active-bg: var(--oxy-splitter-bar-active-bg, $-color-gray-2) !default; // 可拖拽分割条背景色
|
|
968
|
+
$-splitter-bar-border: var(--oxy-splitter-bar-border, $-color-border-light) !default; // 分割条边框色
|
|
969
|
+
$-splitter-line-color: var(--oxy-splitter-line-color, #cfd5df) !default; // 分割条中线颜色
|
|
970
|
+
$-splitter-arrow-color: var(--oxy-splitter-arrow-color, #7e8796) !default; // 折叠箭头颜色
|
|
971
|
+
$-splitter-arrow-size: var(--oxy-splitter-arrow-size, 10rpx) !default; // 折叠箭头尺寸
|
|
972
|
+
$-splitter-arrow-stroke: var(--oxy-splitter-arrow-stroke, 1px) !default; // 折叠箭头线宽
|
|
973
|
+
$-splitter-action-size: var(--oxy-splitter-action-size, 32rpx) !default; // 折叠按钮尺寸
|
|
974
|
+
$-splitter-touch-hit-size: var(--oxy-splitter-touch-hit-size, 56rpx) !default; // 分割条触摸热区尺寸
|
|
975
|
+
$-splitter-grip-size: var(--oxy-splitter-grip-size, 4rpx) !default; // 可拖拽手柄短边尺寸
|
|
976
|
+
$-splitter-grip-length: var(--oxy-splitter-grip-length, 20rpx) !default; // 可拖拽手柄长边尺寸
|
|
977
|
+
$-splitter-grip-gap: var(--oxy-splitter-grip-gap, 8rpx) !default; // 可拖拽手柄点阵/线段间距
|
|
978
|
+
$-splitter-bar-radius: var(--oxy-splitter-bar-radius, $-radius-pill) !default; // 分割条圆角
|
|
979
|
+
$-splitter-action-radius: var(--oxy-splitter-action-radius, $-radius-lg) !default; // 折叠按钮圆角
|
|
980
|
+
$-splitter-action-group-radius: var(--oxy-splitter-action-group-radius, $-radius-pill) !default; // 分组按钮圆角
|
|
981
|
+
$-splitter-grip-radius: var(--oxy-splitter-grip-radius, $-radius-pill) !default; // 拖拽手柄圆角
|
|
982
|
+
$-splitter-grip-color: var(--oxy-splitter-grip-color, #b9c2d0) !default; // 可拖拽手柄颜色
|
|
983
|
+
$-splitter-grip-active-color: var(--oxy-splitter-grip-active-color, #9aa5b6) !default; // 拖拽中手柄颜色
|
|
984
|
+
$-splitter-action-bg: var(--oxy-splitter-action-bg, $-color-white) !default; // 折叠按钮背景色
|
|
985
|
+
$-splitter-action-border: var(--oxy-splitter-action-border, $-color-border-light) !default; // 折叠按钮边框色
|
|
986
|
+
$-splitter-action-shadow: var(--oxy-splitter-action-shadow, 0 2rpx 10rpx rgba(15, 23, 42, 0.08)) !default; // 折叠按钮阴影
|
|
987
|
+
$-splitter-action-active-bg: var(--oxy-splitter-action-active-bg, rgba(0, 0, 0, 0.04)) !default; // 折叠按钮按下背景色
|
|
988
|
+
$-splitter-action-dark-active-bg: var(--oxy-splitter-action-dark-active-bg, rgba(255, 255, 255, 0.08)) !default; // 暗色折叠按钮按下背景色
|
|
989
|
+
$-splitter-bar-dark-bg: var(--oxy-splitter-bar-dark-bg, $-dark-background2) !default; // 暗黑模式分割条背景
|
|
990
|
+
$-splitter-bar-dark-border: var(--oxy-splitter-bar-dark-border, $-dark-border-color) !default; // 暗黑模式分割条边框
|
|
991
|
+
$-splitter-grip-dark-color: var(--oxy-splitter-grip-dark-color, $-dark-color3) !default; // 暗黑模式可拖拽手柄颜色
|
|
992
|
+
|
|
836
993
|
/* tabbar */
|
|
837
994
|
$-tabbar-height: var(--oxy-tabbar-height, 100rpx) !default;
|
|
995
|
+
$-tabbar-round-radius: var(--oxy-tabbar-round-radius, $-radius-pill) !default;
|
|
838
996
|
$-tabbar-box-shadow: var(
|
|
839
997
|
--oxy-tabbar-box-shadow,
|
|
840
998
|
0 12rpx 60rpx 10rpx rgba(0, 0, 0, 0.05),
|
|
@@ -843,7 +1001,7 @@ $-tabbar-box-shadow: var(
|
|
|
843
1001
|
) !default; // round类型tabbar阴影
|
|
844
1002
|
|
|
845
1003
|
/* tabbar-item */
|
|
846
|
-
$-tabbar-item-title-font-size: var(--oxy-tabbar-item-title-font-size,
|
|
1004
|
+
$-tabbar-item-title-font-size: var(--oxy-tabbar-item-title-font-size, $-fs-aid) !default; // tabbar选项文字大小
|
|
847
1005
|
$-tabbar-item-title-line-height: var(--oxy-tabbar-item-title-line-height, initial) !default; // tabbar选项标题文字行高
|
|
848
1006
|
$-tabbar-inactive-color: var(--oxy-tabbar-inactive-color, $-color-title) !default; // 标题文字和图标颜色
|
|
849
1007
|
$-tabbar-active-color: var(--oxy-tabbar-active-color, $-color-theme) !default; // 选中文字和图标颜色
|
|
@@ -854,16 +1012,16 @@ $-navbar-height: var(--oxy-navbar-height, 88rpx) !default; // navbar高度
|
|
|
854
1012
|
$-navbar-color: var(--oxy-navbar-color, $-font-gray-1) !default; // navbar字体颜色
|
|
855
1013
|
$-navbar-background: var(--oxy-navbar-background, $-color-white) !default; // navbar背景颜色
|
|
856
1014
|
$-navbar-arrow-size: var(--oxy-navbar-arrow-size, 48rpx) !default; // navbar左箭头图标大小
|
|
857
|
-
$-navbar-desc-font-size: var(--oxy-navbar-desc-font-size,
|
|
1015
|
+
$-navbar-desc-font-size: var(--oxy-navbar-desc-font-size, $-fs-content); // navbar 左箭头字体大小
|
|
858
1016
|
$-navbar-desc-font-color: var(--oxy-navbar-desc-font-color, $-font-gray-1) !default; // navbar左右两侧字体颜色
|
|
859
1017
|
$-navbar-title-font-size: var(--oxy-navbar-title-font-size, 36rpx); // navbar title字体大小
|
|
860
|
-
$-navbar-title-font-weight: var(--oxy-navbar-title-font-weight,
|
|
861
|
-
$-navbar-disabled-opacity: var(--oxy-navbar-disabled-opacity,
|
|
1018
|
+
$-navbar-title-font-weight: var(--oxy-navbar-title-font-weight, $-fw-semibold); // navbar title字重
|
|
1019
|
+
$-navbar-disabled-opacity: var(--oxy-navbar-disabled-opacity, $-opacity-disabled) !default; // navbar左右两侧字体禁用
|
|
862
1020
|
$-navbar-hover-color: var(--oxy-navbar-hover-color, #eee) !default; // navbar hover样式
|
|
863
1021
|
|
|
864
1022
|
/* navbar-capsule */
|
|
865
1023
|
$-navbar-capsule-border-color: var(--oxy-navbar-capsule-border-color, #e7e7e7) !default;
|
|
866
|
-
$-navbar-capsule-border-radius: var(--oxy-navbar-capsule-border-radius,
|
|
1024
|
+
$-navbar-capsule-border-radius: var(--oxy-navbar-capsule-border-radius, $-radius-2xl) !default;
|
|
867
1025
|
$-navbar-capsule-width: var(--oxy-navbar-capsule-width, 176rpx) !default;
|
|
868
1026
|
$-navbar-capsule-height: var(--oxy-navbar-capsule-height, 64rpx) !default;
|
|
869
1027
|
$-navbar-capsule-icon-size: var(--oxy-navbar-capsule-icon-size, 40rpx) !default; // navbar capsule图标大小
|
|
@@ -873,81 +1031,70 @@ $-table-color: var(--oxy-table-color, $-font-gray-1) !default; // 表格字体
|
|
|
873
1031
|
$-table-bg: var(--oxy-table-bg, #ffffff) !default; // 表格背景颜色
|
|
874
1032
|
$-table-stripe-bg: var(--oxy-table-stripe-bg, #f3f3f3) !default; // 表格背景颜色
|
|
875
1033
|
$-table-border-color: var(--oxy-table-border-color, #ececec) !default; // 表格边框颜色
|
|
876
|
-
$-table-font-size: var(--oxy-table-font-size,
|
|
1034
|
+
$-table-font-size: var(--oxy-table-font-size, $-fs-content) !default; // 表格字体大小
|
|
1035
|
+
$-table-fixed-shadow-dark: var(--oxy-table-fixed-shadow-dark, linear-gradient(270deg, rgba(17, 17, 17, 0.2) 0%, rgba(0, 0, 0, 0) 100%)) !default; // 固定列暗色阴影
|
|
1036
|
+
$-table-fixed-shadow-light: var(--oxy-table-fixed-shadow-light, linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.04) 100%)) !default; // 固定列浅色阴影
|
|
877
1037
|
|
|
878
1038
|
/* sidebar */
|
|
879
1039
|
$-sidebar-bg: var(--oxy-sidebar-bg, $-color-gray-1) !default; // 侧边栏背景色
|
|
880
|
-
$-sidebar-width: var(--oxy-sidebar-width,
|
|
1040
|
+
$-sidebar-width: var(--oxy-sidebar-width, 192rpx) !default; // 侧边栏宽度
|
|
881
1041
|
$-sidebar-height: var(--oxy-sidebar-height, 100%) !default; // 侧边栏高度
|
|
882
1042
|
|
|
883
1043
|
/* sidebar-item */
|
|
884
1044
|
$-sidebar-color: var(--oxy-sidebar-color, $-font-gray-1) !default;
|
|
885
|
-
$-sidebar-item-height: var(--oxy-sidebar-item-height,
|
|
886
|
-
$-sidebar-item-
|
|
1045
|
+
$-sidebar-item-height: var(--oxy-sidebar-item-height, 104rpx) !default;
|
|
1046
|
+
$-sidebar-item-padding: var(--oxy-sidebar-item-padding, 28rpx) !default;
|
|
1047
|
+
$-sidebar-item-line-height: var(--oxy-sidebar-item-line-height, 44rpx) !default;
|
|
887
1048
|
$-sidebar-disabled-color: var(--oxy-side-bar-disabled-color, $-font-gray-4) !default;
|
|
888
1049
|
$-sidebar-active-color: var(--oxy-sidebar-active-color, $-color-theme) !default; // 激活项字体颜色
|
|
889
1050
|
$-sidebar-active-bg: var(--oxy-sidebar-active-bg, $-color-white) !default; // 激活项背景颜色
|
|
890
1051
|
$-sidebar-hover-bg: var(--oxy-sidebar-hover-bg, $-color-gray-2) !default; // 激活项点击背景颜色
|
|
891
|
-
$-sidebar-border-radius: var(--oxy-sidebar-border-radius,
|
|
892
|
-
$-sidebar-font-size: var(--oxy-sidebar-font-size,
|
|
893
|
-
$-sidebar-icon-size: var(--oxy-sidebar-icon-size,
|
|
1052
|
+
$-sidebar-border-radius: var(--oxy-sidebar-border-radius, $-radius-lg) !default;
|
|
1053
|
+
$-sidebar-font-size: var(--oxy-sidebar-font-size, $-fs-content) !default;
|
|
1054
|
+
$-sidebar-icon-size: var(--oxy-sidebar-icon-size, 36rpx) !default;
|
|
894
1055
|
$-sidebar-active-border-width: var(--oxy-sidebar-active-border-width, 8rpx) !default;
|
|
895
|
-
$-sidebar-active-border-height: var(--oxy-sidebar-active-border-height,
|
|
1056
|
+
$-sidebar-active-border-height: var(--oxy-sidebar-active-border-height, 28rpx) !default;
|
|
1057
|
+
$-sidebar-transition-duration: var(--oxy-sidebar-transition-duration, $-transition-duration-base) !default;
|
|
1058
|
+
$-sidebar-transition-timing-function: var(--oxy-sidebar-transition-timing-function, cubic-bezier(0.645, 0.045, 0.355, 1))
|
|
1059
|
+
!default;
|
|
896
1060
|
|
|
897
1061
|
/* fab */
|
|
898
1062
|
$-fab-trigger-height: var(--oxy-fab-trigger-height, 112rpx) !default;
|
|
899
1063
|
$-fab-trigger-width: var(--oxy-fab-trigger-width, 112rpx) !default;
|
|
900
|
-
$-fab-actions-padding: var(--oxy-actions-padding,
|
|
1064
|
+
$-fab-actions-padding: var(--oxy-fab-actions-padding, $-spacing-24) !default;
|
|
901
1065
|
$-fab-icon-fs: var(--oxy-fab-icon-fs, 40rpx) !default;
|
|
902
1066
|
|
|
903
1067
|
/* count-down */
|
|
904
1068
|
$-count-down-text-color: var(--oxy-count-down-text-color, $-color-gray-8) !default;
|
|
905
1069
|
$-count-down-font-size: var(--oxy-count-down-font-size, $-fs-content) !default;
|
|
906
|
-
$-count-down-line-height: var(--oxy-count-down-line-height,
|
|
1070
|
+
$-count-down-line-height: var(--oxy-count-down-line-height, 44rpx) !default;
|
|
907
1071
|
|
|
908
1072
|
/* keyboard */
|
|
909
1073
|
$-keyboard-key-height: var(--oxy-keyboard-key-height, 96rpx) !default;
|
|
910
1074
|
$-keyboard-key-font-size: var(--oxy-keyboard-key-font-size, 56rpx) !default;
|
|
911
1075
|
$-keyboard-key-background: var(--oxy-keyboard-key-background, $-color-white) !default;
|
|
912
|
-
$-keyboard-key-border-radius: var(--oxy-keyboard-key-border-radius,
|
|
913
|
-
$-keyboard-delete-font-size: var(--oxy-keyboard-delete-font-size,
|
|
1076
|
+
$-keyboard-key-border-radius: var(--oxy-keyboard-key-border-radius, $-radius-lg) !default;
|
|
1077
|
+
$-keyboard-delete-font-size: var(--oxy-keyboard-delete-font-size, 36rpx) !default;
|
|
914
1078
|
$-keyboard-key-active-color: var(--oxy-keyboard-key-active-color, $-color-gray-3) !default;
|
|
915
1079
|
$-keyboard-button-text-color: var(--oxy-keyboard-button-text-color, $-color-white) !default;
|
|
916
|
-
$-keyboard-button-background: var(--oxy-keyboard
|
|
917
|
-
$-keyboard-button-active-opacity: var(--oxy-keyboard-button-active-opacity,
|
|
1080
|
+
$-keyboard-button-background: var(--oxy-keyboard-button-background, $-color-theme) !default;
|
|
1081
|
+
$-keyboard-button-active-opacity: var(--oxy-keyboard-button-active-opacity, $-opacity-disabled) !default;
|
|
918
1082
|
$-keyboard-background: var(--oxy-keyboard-background, $-color-gray-2) !default;
|
|
919
1083
|
$-keyboard-title-height: var(--oxy-keyboard-title-height, 68rpx) !default;
|
|
920
1084
|
$-keyboard-title-color: var(--oxy-keyboard-title-color, $-color-gray-7) !default;
|
|
921
|
-
$-keyboard-title-font-size: var(--oxy-keyboard-title-font-size,
|
|
922
|
-
$-keyboard-close-padding: var(--oxy-keyboard-
|
|
1085
|
+
$-keyboard-title-font-size: var(--oxy-keyboard-title-font-size, $-fs-title) !default;
|
|
1086
|
+
$-keyboard-close-padding: var(--oxy-keyboard-close-padding, 0 36rpx) !default;
|
|
923
1087
|
$-keyboard-close-color: var(--oxy-keyboard-close-color, $-color-theme) !default;
|
|
924
|
-
$-keyboard-close-font-size: var(--oxy-keyboard-close-font-size,
|
|
1088
|
+
$-keyboard-close-font-size: var(--oxy-keyboard-close-font-size, $-fs-content) !default;
|
|
925
1089
|
$-keyboard-icon-size: var(--oxy-keyboard-icon-size, 44rpx) !default;
|
|
926
|
-
|
|
927
|
-
|
|
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;
|
|
930
|
-
$-number-keyboard-key-background: var(--oxy-number-keyboard-key-background, $-color-white) !default;
|
|
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;
|
|
933
|
-
$-number-keyboard-key-active-color: var(--oxy-number-keyboard-key-active-color, $-color-gray-3) !default;
|
|
934
|
-
$-number-keyboard-button-text-color: var(--oxy-number-keyboard-button-text-color, $-color-white) !default;
|
|
935
|
-
$-number-keyboard-button-background: var(--oxy-number-keyboard--button-background, $-color-theme) !default;
|
|
936
|
-
$-number-keyboard-button-active-opacity: var(--oxy-number-keyboard-button-active-opacity, 0.6) !default;
|
|
937
|
-
$-number-keyboard-background: var(--oxy-number-keyboard-background, $-color-gray-2) !default;
|
|
938
|
-
$-number-keyboard-title-height: var(--oxy-number-keyboard-title-height, 68rpx) !default;
|
|
939
|
-
$-number-keyboard-title-color: var(--oxy-number-keyboard-title-color, $-color-gray-7) !default;
|
|
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;
|
|
942
|
-
$-number-keyboard-close-color: var(--oxy-number-keyboard-close-color, $-color-theme) !default;
|
|
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;
|
|
1090
|
+
$-keyboard-panel-radius: var(--oxy-keyboard-panel-radius, $-radius-3xl) !default; // 键盘面板圆角
|
|
1091
|
+
$-keyboard-car-key-font-size: var(--oxy-keyboard-car-key-font-size, 36rpx) !default; // 车牌键盘字号
|
|
945
1092
|
|
|
946
1093
|
/* passwod-input */
|
|
947
1094
|
$-password-input-height: var(--oxy-password-input-height, 100rpx);
|
|
948
1095
|
$-password-input-margin: var(--oxy-password-input-margin, 32rpx);
|
|
949
|
-
$-password-input-font-size: var(--oxy-password-input-
|
|
950
|
-
$-password-input-radius: var(--oxy-password-input-radius,
|
|
1096
|
+
$-password-input-font-size: var(--oxy-password-input-font-size, 40rpx) !default;
|
|
1097
|
+
$-password-input-radius: var(--oxy-password-input-radius, $-radius-md);
|
|
951
1098
|
$-password-input-background: var(--oxy-password-input-background, #fff);
|
|
952
1099
|
$-password-input-info-color: var(--oxy-password-input-info-color, $-color-info);
|
|
953
1100
|
$-password-input-info-font-size: var(--oxy-password-input-info-font-size, $-fs-content);
|
|
@@ -957,7 +1104,7 @@ $-password-input-dot-size: var(--oxy-password-input-dot-size, 20rpx);
|
|
|
957
1104
|
$-password-input-dot-color: var(--oxy-password-input-dot-color, $-color-gray-8);
|
|
958
1105
|
$-password-input-text-color: var(--oxy-password-input-text-color, $-color-gray-8);
|
|
959
1106
|
$-password-input-cursor-color: var(--oxy-password-input-cursor-color, $-color-gray-8);
|
|
960
|
-
$-password-input-cursor-width: var(--oxy-password-input-cursor-width,
|
|
1107
|
+
$-password-input-cursor-width: var(--oxy-password-input-cursor-width, $-border-width-base);
|
|
961
1108
|
$-password-input-cursor-height: var(--oxy-password-input-cursor-height, 40%);
|
|
962
1109
|
$-password-input-cursor-duration: var(--oxy-password-input-cursor-duration, 1s);
|
|
963
1110
|
|
|
@@ -969,9 +1116,10 @@ $-form-item-error-message-line-height: var(--oxy-form-item-error-message-line-he
|
|
|
969
1116
|
/* backtop */
|
|
970
1117
|
$-backtop-bg: var(--oxy-backtop-bg, #e1e1e1) !default;
|
|
971
1118
|
$-backtop-icon-size: var(--oxy-backtop-icon-size, 40rpx) !default;
|
|
1119
|
+
$-backtop-square-radius: var(--oxy-backtop-square-radius, $-radius-sm) !default;
|
|
972
1120
|
|
|
973
1121
|
/* index-bar */
|
|
974
|
-
$-index-bar-index-font-size: var(--oxy-index-bar-index-font-size, $-fs-
|
|
1122
|
+
$-index-bar-index-font-size: var(--oxy-index-bar-index-font-size, $-fs-secondary) !default;
|
|
975
1123
|
|
|
976
1124
|
/* text */
|
|
977
1125
|
$-text-info-color: var(--oxy-text-info-color, $-color-info) !default;
|
|
@@ -996,24 +1144,31 @@ $-video-preview-close-color: var(--oxy-video-preview-close-color, #fff) !default
|
|
|
996
1144
|
$-video-preview-close-font-size: var(--oxy-video-preview-close-font-size, 40rpx) !default; // 图标大小
|
|
997
1145
|
|
|
998
1146
|
/* img-cropper */
|
|
1147
|
+
$-img-cropper-bg: var(--oxy-img-cropper-bg, rgba(0, 0, 0, 1)) !default; // 裁剪容器背景色
|
|
1148
|
+
$-img-cropper-wrapper-bg: var(--oxy-img-cropper-wrapper-bg, rgba(0, 0, 0, 0.45)) !default; // 裁剪层背景色
|
|
1149
|
+
$-img-cropper-mask-bg: var(--oxy-img-cropper-mask-bg, rgba(0, 0, 0, 0.85)) !default; // 遮罩背景色
|
|
1150
|
+
$-img-cropper-border-color: var(--oxy-img-cropper-border-color, $-color-white) !default; // 裁剪框边线颜色
|
|
1151
|
+
$-img-cropper-canvas-bg: var(--oxy-img-cropper-canvas-bg, $-color-white) !default; // 画布背景色
|
|
999
1152
|
$-img-cropper-icon-size: var(--oxy-img-cropper-icon-size, $-fs-big) !default; // 图标大小
|
|
1000
1153
|
$-img-cropper-icon-color: var(--oxy-img-cropper-icon-color, #fff) !default; // 图标颜色
|
|
1154
|
+
$-img-cropper-action-fs: var(--oxy-img-cropper-action-fs, 32rpx) !default; // 操作按钮字号
|
|
1155
|
+
$-img-cropper-action-radius: var(--oxy-img-cropper-action-radius, $-radius-2xl) !default; // 操作按钮圆角
|
|
1001
1156
|
|
|
1002
1157
|
/* floating-panel */
|
|
1003
1158
|
$-floating-panel-bg: var(--oxy-floating-panel-bg, $-color-white) !default; // 背景色
|
|
1004
|
-
$-floating-panel-radius: var(--oxy-floating-panel-radius,
|
|
1159
|
+
$-floating-panel-radius: var(--oxy-floating-panel-radius, $-radius-2xl) !default; // 圆角
|
|
1005
1160
|
$-floating-panel-z-index: var(--oxy-floating-panel-z-index, 99) !default; // 层级
|
|
1006
1161
|
$-floating-panel-header-height: var(--oxy-floating-panel-header-height, 60rpx) !default; // 头部高度
|
|
1007
1162
|
$-floating-panel-bar-width: var(--oxy-floating-panel-bar-width, 40rpx) !default; // bar 宽度
|
|
1008
1163
|
$-floating-panel-bar-height: var(--oxy-floating-panel-bar-height, 6rpx) !default; // bar 高度
|
|
1009
1164
|
$-floating-panel-bar-bg: var(--oxy-floating-panel-bar-bg, $-color-gray-5) !default; // bar 背景色
|
|
1010
|
-
$-floating-panel-bar-radius: var(--oxy-floating-panel-bar-radius,
|
|
1165
|
+
$-floating-panel-bar-radius: var(--oxy-floating-panel-bar-radius, $-radius-sm) !default; // bar 圆角
|
|
1011
1166
|
$-floating-panel-content-bg: var(--oxy-floating-panel-content-bg, $-color-white) !default; // 内容背景色
|
|
1012
1167
|
|
|
1013
1168
|
/* signature */
|
|
1014
1169
|
$-signature-bg: var(--oxy-signature-bg, $-color-white) !default; // 背景色
|
|
1015
|
-
$-signature-radius: var(--oxy-signature-radius,
|
|
1016
|
-
$-signature-border: var(--oxy-signature-border,
|
|
1170
|
+
$-signature-radius: var(--oxy-signature-radius, $-radius-sm) !default; // 圆角
|
|
1171
|
+
$-signature-border: var(--oxy-signature-border, #{$-border-width-base} solid $-color-gray-5) !default; // 边框圆角
|
|
1017
1172
|
$-signature-footer-margin-top: var(--oxy-signature-footer-margin-top, 16rpx) !default; // 底部按钮上边距
|
|
1018
1173
|
$-signature-button-margin-left: var(--oxy-signature-button-margin-left, 16rpx) !default; // 底部按钮左边距
|
|
1019
1174
|
|
|
@@ -1023,14 +1178,16 @@ $-tree-node-current-bg:var(--oxy-tree-node-current-bg, #4d80ef1a);
|
|
|
1023
1178
|
$-tree-node-current-color:var(--oxy-tree-node-current-color, $-color-theme);
|
|
1024
1179
|
$-tree-node-disabled-color:var(--oxy-tree-node-disabled-color, $-color-icon-disabled);
|
|
1025
1180
|
$-tree-search-input-color:var(--oxy-tree-search-input-color, #f6f6f6);
|
|
1026
|
-
$-tree-
|
|
1181
|
+
$-tree-search-input-radius: var(--oxy-tree-search-input-radius, $-radius-sm);
|
|
1182
|
+
$-tree-node-radius: var(--oxy-tree-node-radius, $-radius-sm);
|
|
1027
1183
|
$-tree-node-font-size: var(--oxy-tree-node-font-size, $-fs-content);
|
|
1028
1184
|
$-tree-node-padding-right: var(--oxy-tree-node-padding-right, $-size-side-padding-small);
|
|
1029
1185
|
$-tree-node-icon-size: var(--oxy-tree-node-icon-size, $-fs-title);
|
|
1030
1186
|
$-tree-node-icon-gap: var(--oxy-tree-node-icon-gap, 0);
|
|
1031
1187
|
$-tree-node-icon-box-size: var(--oxy-tree-node-icon-box-size, 56rpx);
|
|
1032
1188
|
$-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, $-
|
|
1189
|
+
$-tree-node-icon-active-color: var(--oxy-tree-node-icon-active-color, $-color-theme);
|
|
1190
|
+
$-tree-disabled-opacity: var(--oxy-tree-disabled-opacity, $-opacity-disabled);
|
|
1034
1191
|
|
|
1035
1192
|
/* rich-text */
|
|
1036
1193
|
$-rich-text-primary-color: var(--oxy-rich-text-primary-color, $-color-content);
|
|
@@ -1051,6 +1208,13 @@ $-rich-text-code-bg: var(--oxy-rich-text-code-bg, #2d2d2d);
|
|
|
1051
1208
|
$-rich-text-code-color: var(--oxy-rich-text-code-color, #f8f8f2);
|
|
1052
1209
|
$-rich-text-editable-border-color: var(--oxy-rich-text-editable-border-color, #e9e9e9);
|
|
1053
1210
|
$-rich-text-toolbox-bg: var(--oxy-rich-text-toolbox-bg, #ededed);
|
|
1211
|
+
$-rich-text-toolbox-bg-gradient: var(--oxy-rich-text-toolbox-bg-gradient, linear-gradient(180deg, #ffffff 0%, #fafafa 100%));
|
|
1212
|
+
$-rich-text-toolbox-shadow: var(--oxy-rich-text-toolbox-shadow, 0 2rpx 8rpx rgba(0, 0, 0, 0.03));
|
|
1213
|
+
$-rich-text-toolbox-icon-size: var(--oxy-rich-text-toolbox-icon-size, 36rpx);
|
|
1214
|
+
$-rich-text-toolbox-icon-radius: var(--oxy-rich-text-toolbox-icon-radius, $-radius-md);
|
|
1215
|
+
$-rich-text-toolbox-icon-hover-bg: var(--oxy-rich-text-toolbox-icon-hover-bg, rgba(0, 0, 0, 0.05));
|
|
1216
|
+
$-rich-text-toolbox-icon-active-bg: var(--oxy-rich-text-toolbox-icon-active-bg, rgba(0, 0, 0, 0.08));
|
|
1217
|
+
$-rich-text-emoji-fs: var(--oxy-rich-text-emoji-fs, 44rpx);
|
|
1054
1218
|
$-rich-text-popup-divider-color: var(--oxy-rich-text-popup-divider-color, gray);
|
|
1055
1219
|
|
|
1056
1220
|
/* date-strip */
|
|
@@ -1058,28 +1222,42 @@ $-date-strip-bg-color: var(--oxy-date-strip-bg-color, $-color-white);
|
|
|
1058
1222
|
$-date-strip-height: var(--oxy-date-strip-height, 172rpx);
|
|
1059
1223
|
$-date-strip-padding-x: var(--oxy-date-strip-padding-x, 0);
|
|
1060
1224
|
$-date-strip-padding-y: var(--oxy-date-strip-padding-y, 16rpx);
|
|
1061
|
-
$-date-strip-font-size: var(--oxy-date-strip-font-size,
|
|
1225
|
+
$-date-strip-font-size: var(--oxy-date-strip-font-size, $-fs-title);
|
|
1062
1226
|
$-date-strip-color: var(--oxy-date-strip-color, $-color-content);
|
|
1063
1227
|
$-date-strip-prefix-color: var(--oxy-date-strip-prefix-color, $-font-gray-2);
|
|
1064
|
-
$-date-strip-prefix-font-size: var(--oxy-date-strip-prefix-font-size,
|
|
1228
|
+
$-date-strip-prefix-font-size: var(--oxy-date-strip-prefix-font-size, $-fs-content);
|
|
1065
1229
|
$-date-strip-suffix-color: var(--oxy-date-strip-color, $-font-gray-2);
|
|
1066
|
-
$-date-strip-suffix-font-size: var(--oxy-date-strip-suffix-font-size,
|
|
1230
|
+
$-date-strip-suffix-font-size: var(--oxy-date-strip-suffix-font-size, $-fs-content);
|
|
1067
1231
|
$-date-strip-active-color: var(--oxy-date-strip-active-color, $-color-theme);
|
|
1068
|
-
$-date-strip-square-radius: var(--oxy-date-strip-square-radius,
|
|
1232
|
+
$-date-strip-square-radius: var(--oxy-date-strip-square-radius, $-radius-sm);
|
|
1069
1233
|
$-date-strip-grid-width: var(--oxy-date-strip-grid-width, 100rpx);
|
|
1070
1234
|
$-date-strip-grid-square-padding-x: var(--oxy-date-strip-grid-square-padding-x, 0);
|
|
1071
1235
|
$-date-strip-grid-square-padding-y: var(--oxy-date-strip-grid-square-padding-y, 12rpx);
|
|
1072
|
-
$-date-strip-grid-circle-radius: var(--oxy-date-strip-grid-circle-radius,
|
|
1236
|
+
$-date-strip-grid-circle-radius: var(--oxy-date-strip-grid-circle-radius, $-radius-circle);
|
|
1073
1237
|
/* footer*/
|
|
1074
|
-
|
|
1075
|
-
|
|
1238
|
+
$-footer-padding: var(--oxy-footer-padding, $-spacing-24) !default; // footer 内边距
|
|
1239
|
+
$-footer-bg: var(--oxy-footer-bg, $-color-white) !default; // footer 背景色
|
|
1076
1240
|
|
|
1077
1241
|
/* long-press-menu */
|
|
1078
1242
|
$-long-press-menu-bg: var(--oxy-long-press-menu-bg, rgba(0, 0, 0, 0.8)) !default; // 背景色
|
|
1079
1243
|
$-long-press-menu-padding: var(--oxy-long-press-menu-padding, 0 16rpx) !default; // 间距
|
|
1080
|
-
$-long-press-menu-radius: var(--oxy-long-press-menu-radius,
|
|
1244
|
+
$-long-press-menu-radius: var(--oxy-long-press-menu-radius, $-radius-lg) !default; // 圆角大小
|
|
1081
1245
|
$-long-press-menu-color: var(--oxy-long-press-menu-color, $-color-white) !default; // 文字颜色
|
|
1082
1246
|
$-long-press-menu-fs: var(--oxy-long-press-menu-fs, $-fs-content) !default; // 字号
|
|
1083
1247
|
$-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,
|
|
1248
|
+
$-long-press-menu-item-padding: var(--oxy-long-press-menu-padding, $-spacing-24 $-spacing-32) !default; // 间距
|
|
1085
1249
|
$-long-press-menu-z-index: var(--oxy-long-press-menu-z-index, 999) !default;
|
|
1250
|
+
$-long-press-menu-active-bg: var(--oxy-long-press-menu-active-bg, rgba(0, 0, 0, 0.05)) !default; // 触发态背景色
|
|
1251
|
+
$-long-press-menu-divider-color: var(--oxy-long-press-menu-divider-color, rgba(255, 255, 255, 0.2)) !default; // 分割线颜色
|
|
1252
|
+
$-virtual-scroll-back-top-bg: var(--oxy-virtual-scroll-back-top-bg, rgba(0, 0, 0, 0.6)) !default; // 回到顶部背景色
|
|
1253
|
+
|
|
1254
|
+
/* guidance */
|
|
1255
|
+
$-guide-highlight-border-color: var(--oxy-guide-highlight-border-color, $-color-white) !default; // 高亮边框颜色
|
|
1256
|
+
$-guide-highlight-radius: var(--oxy-guide-highlight-radius, $-radius-sm) !default; // 高亮框圆角
|
|
1257
|
+
$-guide-tip-bg: var(--oxy-guide-tip-bg, $-color-theme) !default; // 引导提示背景色
|
|
1258
|
+
$-guide-tip-shadow: var(--oxy-guide-tip-shadow, 0 4rpx 18rpx 0 rgba(0, 0, 0, 0.1)) !default; // 引导提示阴影
|
|
1259
|
+
$-guide-tip-color: var(--oxy-guide-tip-color, $-color-white) !default; // 引导提示文字颜色
|
|
1260
|
+
$-guide-tip-radius: var(--oxy-guide-tip-radius, $-radius-md) !default; // 引导提示圆角
|
|
1261
|
+
$-guide-tip-action-bg: var(--oxy-guide-tip-action-bg, $-color-white) !default; // 引导按钮背景色
|
|
1262
|
+
$-guide-tip-action-color: var(--oxy-guide-tip-action-color, #666666) !default; // 引导按钮文字颜色
|
|
1263
|
+
$-guide-tip-action-radius: var(--oxy-guide-tip-action-radius, $-radius-sm) !default; // 引导按钮圆角
|