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