@tencentcloud/chat-uikit-react 2.2.6 → 2.2.7
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/CHANGELOG.md +10 -0
- package/dist/cjs/assets/fonts/iconfont.ttf +0 -0
- package/dist/cjs/assets/fonts/iconfont.woff +0 -0
- package/dist/cjs/assets/fonts/iconfont.woff2 +0 -0
- package/dist/cjs/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/cjs/components/ConversationPreview/ConversationPreviewContent.js +1 -1
- package/dist/cjs/components/ConversationPreview/utils.js +1 -1
- package/dist/cjs/components/ConversationSearch/ConversationSearchResult.js +1 -1
- package/dist/cjs/components/Icon/config.js +1 -1
- package/dist/cjs/components/Icon/images/video-call.svg.js +1 -0
- package/dist/cjs/components/Icon/images/voice-call.svg.js +1 -0
- package/dist/cjs/components/Icon/type.d.ts +3 -1
- package/dist/cjs/components/Icon/type.js +1 -1
- package/dist/cjs/components/TUIChat/TUIChat.d.ts +3 -2
- package/dist/cjs/components/TUIChat/TUIChat.js +1 -1
- package/dist/cjs/components/TUIChat/TUIChatState.js +1 -1
- package/dist/cjs/components/TUIChat/index.js +1 -0
- package/dist/cjs/components/TUIChat/server.js +1 -0
- package/dist/cjs/components/TUIChat/utils.js +1 -0
- package/dist/cjs/components/TUIChatHeader/TUIChatHeader.d.ts +1 -0
- package/dist/cjs/components/TUIChatHeader/TUIChatHeader.js +1 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeaderDefault.d.ts +2 -1
- package/dist/cjs/components/TUIChatHeader/TUIChatHeaderDefault.js +1 -1
- package/dist/cjs/components/TUIContact/TUIContactList/TUIContactList.js +1 -1
- package/dist/cjs/components/TUIContact/hooks/useTUIContact.js +1 -1
- package/dist/cjs/components/TUIMessage/MessageAvatar.js +1 -1
- package/dist/cjs/components/TUIMessage/MessageCustom.js +1 -1
- package/dist/cjs/components/TUIMessage/MessageStatus.js +1 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageHandler.js +1 -1
- package/dist/cjs/components/TUIMessage/hooks/useMessageReply.js +1 -1
- package/dist/cjs/components/TUIMessage/utils/index.js +1 -1
- package/dist/cjs/components/TUIMessageInput/InputPluginsDefalut.js +1 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useHandleForwardMessage.js +1 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useMessageInputText.js +1 -1
- package/dist/cjs/components/TUIMessageInput/hooks/useUploadPicker.js +1 -1
- package/dist/cjs/components/TUIMessageList/hooks/useMessageListElement.js +1 -1
- package/dist/cjs/components/TUIProfile/TUIProfileDefault.js +1 -1
- package/dist/cjs/components/{untils.js → utils.js} +1 -1
- package/dist/cjs/context/LanguageContext.js +1 -1
- package/dist/cjs/context/TUIChatActionContext.d.ts +2 -1
- package/dist/cjs/context/TUIConversationContext.js +1 -1
- package/dist/cjs/context/ThemeContext.js +1 -1
- package/dist/cjs/context/UIKitContext.d.ts +2 -2
- package/dist/cjs/context/UIKitContext.js +1 -1
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.d.css +589 -259
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/locales/en-US/index.js +1 -1
- package/dist/cjs/locales/index.js +1 -1
- package/dist/cjs/locales/ja-JP/index.js +1 -1
- package/dist/cjs/locales/ko-KR/index.js +1 -1
- package/dist/cjs/locales/zh-CN/index.js +1 -1
- package/dist/cjs/locales/zh-TW/TUIChat.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIContact.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIConversation.js +1 -0
- package/dist/cjs/locales/zh-TW/TUIProfile.js +1 -0
- package/dist/cjs/locales/zh-TW/index.js +1 -0
- package/dist/esm/assets/fonts/iconfont.ttf +0 -0
- package/dist/esm/assets/fonts/iconfont.woff +0 -0
- package/dist/esm/assets/fonts/iconfont.woff2 +0 -0
- package/dist/esm/components/ConversationCreate/hooks/useConversationCreate.js +1 -1
- package/dist/esm/components/ConversationPreview/ConversationPreviewContent.js +1 -1
- package/dist/esm/components/ConversationPreview/utils.js +1 -1
- package/dist/esm/components/ConversationSearch/ConversationSearchResult.js +1 -1
- package/dist/esm/components/Icon/config.js +1 -1
- package/dist/esm/components/Icon/images/video-call.svg.js +1 -0
- package/dist/esm/components/Icon/images/voice-call.svg.js +1 -0
- package/dist/esm/components/Icon/type.d.ts +3 -1
- package/dist/esm/components/Icon/type.js +1 -1
- package/dist/esm/components/TUIChat/TUIChat.d.ts +3 -2
- package/dist/esm/components/TUIChat/TUIChat.js +1 -1
- package/dist/esm/components/TUIChat/TUIChatState.js +1 -1
- package/dist/esm/components/TUIChat/index.js +1 -0
- package/dist/esm/components/TUIChat/server.js +1 -0
- package/dist/esm/components/TUIChat/utils.js +1 -0
- package/dist/esm/components/TUIChatHeader/TUIChatHeader.d.ts +1 -0
- package/dist/esm/components/TUIChatHeader/TUIChatHeader.js +1 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeaderDefault.d.ts +2 -1
- package/dist/esm/components/TUIChatHeader/TUIChatHeaderDefault.js +1 -1
- package/dist/esm/components/TUIContact/TUIContactList/TUIContactList.js +1 -1
- package/dist/esm/components/TUIContact/hooks/useTUIContact.js +1 -1
- package/dist/esm/components/TUIMessage/MessageAvatar.js +1 -1
- package/dist/esm/components/TUIMessage/MessageCustom.js +1 -1
- package/dist/esm/components/TUIMessage/MessageStatus.js +1 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageHandler.js +1 -1
- package/dist/esm/components/TUIMessage/hooks/useMessageReply.js +1 -1
- package/dist/esm/components/TUIMessage/utils/index.js +1 -1
- package/dist/esm/components/TUIMessageInput/InputPluginsDefalut.js +1 -1
- package/dist/esm/components/TUIMessageInput/hooks/useHandleForwardMessage.js +1 -1
- package/dist/esm/components/TUIMessageInput/hooks/useMessageInputText.js +1 -1
- package/dist/esm/components/TUIMessageInput/hooks/useUploadPicker.js +1 -1
- package/dist/esm/components/TUIMessageList/hooks/useMessageListElement.js +1 -1
- package/dist/esm/components/TUIProfile/TUIProfileDefault.js +1 -1
- package/dist/esm/components/utils.js +1 -0
- package/dist/esm/context/LanguageContext.js +1 -1
- package/dist/esm/context/TUIChatActionContext.d.ts +2 -1
- package/dist/esm/context/TUIConversationContext.js +1 -1
- package/dist/esm/context/ThemeContext.js +1 -1
- package/dist/esm/context/UIKitContext.d.ts +2 -2
- package/dist/esm/context/UIKitContext.js +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.d.css +589 -259
- package/dist/esm/index.js +1 -1
- package/dist/esm/locales/en-US/index.js +1 -1
- package/dist/esm/locales/index.js +1 -1
- package/dist/esm/locales/ja-JP/index.js +1 -1
- package/dist/esm/locales/ko-KR/index.js +1 -1
- package/dist/esm/locales/zh-CN/index.js +1 -1
- package/dist/esm/locales/zh-TW/TUIChat.js +1 -0
- package/dist/esm/locales/zh-TW/TUIContact.js +1 -0
- package/dist/esm/locales/zh-TW/TUIConversation.js +1 -0
- package/dist/esm/locales/zh-TW/TUIProfile.js +1 -0
- package/dist/esm/locales/zh-TW/index.js +1 -0
- package/package.json +2 -1
- package/rollup.config.js +1 -1
- package/src/assets/fonts/iconfont.ttf +0 -0
- package/src/assets/fonts/iconfont.woff +0 -0
- package/src/assets/fonts/iconfont.woff2 +0 -0
- package/src/components/Avatar/styles/index.scss +11 -4
- package/src/components/Checkbox/styles/color.scss +17 -6
- package/src/components/ConversationCreate/hooks/useConversationCreate.tsx +5 -5
- package/src/components/ConversationCreate/styles/ConversationCreatGroupDetail.scss +7 -16
- package/src/components/ConversationCreate/styles/conversationCreateSelectView.scss +13 -8
- package/src/components/ConversationCreate/styles/conversationGroupTypeInfo.scss +20 -21
- package/src/components/ConversationCreate/styles/index.scss +30 -17
- package/src/components/ConversationPreview/ConversationPreviewContent.tsx +1 -0
- package/src/components/ConversationPreview/styles/index.scss +20 -20
- package/src/components/ConversationPreview/utils.tsx +3 -2
- package/src/components/DivWithEdit/styles/index.scss +30 -10
- package/src/components/Icon/config.ts +14 -4
- package/src/components/Icon/images/video-call.svg +3 -0
- package/src/components/Icon/images/voice-call.svg +3 -0
- package/src/components/Icon/type.ts +2 -0
- package/src/components/Input/styles/index.scss +22 -6
- package/src/components/Plugins/styles/color.scss +3 -11
- package/src/components/Profile/styles/index.scss +12 -3
- package/src/components/TUIChat/TUIChat.tsx +36 -32
- package/src/components/TUIChat/TUIChatState.tsx +41 -41
- package/src/components/TUIChat/index.ts +3 -0
- package/src/components/TUIChat/server.ts +44 -0
- package/src/components/TUIChat/styles/layout.scss +7 -2
- package/src/components/TUIChat/utils.ts +72 -0
- package/src/components/TUIChatHeader/TUIChatHeader.tsx +10 -7
- package/src/components/TUIChatHeader/TUIChatHeaderDefault.tsx +72 -29
- package/src/components/TUIChatHeader/styles/layout.scss +16 -9
- package/src/components/TUIContact/TUIContactInfo/index.scss +44 -21
- package/src/components/TUIContact/TUIContactList/TUIContactList.tsx +75 -71
- package/src/components/TUIContact/TUIContactList/index.scss +40 -20
- package/src/components/TUIContact/hooks/useTUIContact.tsx +3 -3
- package/src/components/TUIContact/index.scss +30 -11
- package/src/components/TUIContactSearch/index.scss +12 -3
- package/src/components/TUIConversationList/index.scss +3 -4
- package/src/components/TUIManage/styles/index.scss +20 -14
- package/src/components/TUIMessage/MessageAvatar.tsx +7 -7
- package/src/components/TUIMessage/MessageBubble.tsx +22 -21
- package/src/components/TUIMessage/MessageCustom.tsx +26 -5
- package/src/components/TUIMessage/MessageStatus.tsx +5 -5
- package/src/components/TUIMessage/hooks/useMessageHandler.ts +6 -6
- package/src/components/TUIMessage/hooks/useMessageReply.ts +6 -5
- package/src/components/TUIMessage/styles/color.scss +6 -5
- package/src/components/TUIMessage/styles/layout.scss +111 -42
- package/src/components/TUIMessage/utils/index.ts +23 -12
- package/src/components/TUIMessageInput/InputPluginsDefalut.tsx +12 -12
- package/src/components/TUIMessageInput/hooks/useHandleForwardMessage.tsx +5 -4
- package/src/components/TUIMessageInput/hooks/useMessageInputText.tsx +12 -12
- package/src/components/TUIMessageInput/hooks/useUploadPicker.tsx +4 -4
- package/src/components/TUIMessageInput/styles/color.scss +15 -11
- package/src/components/TUIMessageInput/styles/layout.scss +33 -17
- package/src/components/TUIMessageList/hooks/useMessageListElement.tsx +13 -9
- package/src/components/TUIMessageList/styles/layout.scss +16 -9
- package/src/components/TUIProfile/TUIProfileDefault.tsx +12 -11
- package/src/components/TUIProfile/styles/color.scss +6 -5
- package/src/components/TUIProfile/styles/layout.scss +16 -14
- package/src/components/{untils.ts → utils.ts} +5 -4
- package/src/context/LanguageContext.tsx +5 -4
- package/src/context/TUIChatActionContext.tsx +14 -13
- package/src/context/ThemeContext.tsx +12 -5
- package/src/context/UIKitContext.tsx +11 -2
- package/src/locales/en-US/index.ts +0 -3
- package/src/locales/index.ts +6 -2
- package/src/locales/ja-JP/index.ts +0 -2
- package/src/locales/ko-KR/index.ts +0 -2
- package/src/locales/zh-CN/index.ts +0 -2
- package/src/locales/zh-TW/TUIChat.ts +27 -0
- package/src/locales/zh-TW/TUIContact.ts +29 -0
- package/src/locales/zh-TW/TUIConversation.ts +32 -0
- package/src/locales/zh-TW/TUIProfile.ts +15 -0
- package/src/locales/zh-TW/index.ts +11 -0
- package/src/styles/colors/_color-dark.scss +31 -21
- package/src/styles/colors/_color-light.scss +31 -21
- package/src/styles/colors/_color-theme.scss +32 -21
- package/src/styles/normalize.scss +6 -0
- package/dist/cjs/components/Icon/images/down-arrow.png.js +0 -1
- package/dist/cjs/components/Icon/images/right-arrow.svg.js +0 -1
- package/dist/cjs/components/TUIChat/unitls.js +0 -1
- package/dist/cjs/locales/en-US/TUIGlobal.js +0 -1
- package/dist/cjs/locales/ja-JP/TUIGlobal.js +0 -1
- package/dist/cjs/locales/ko-KR/TUIGlobal.js +0 -1
- package/dist/cjs/locales/zh-CN/TUIGlobal.js +0 -1
- package/dist/esm/components/Icon/images/down-arrow.png.js +0 -1
- package/dist/esm/components/Icon/images/right-arrow.svg.js +0 -1
- package/dist/esm/components/TUIChat/unitls.js +0 -1
- package/dist/esm/components/untils.js +0 -1
- package/dist/esm/locales/en-US/TUIGlobal.js +0 -1
- package/dist/esm/locales/ja-JP/TUIGlobal.js +0 -1
- package/dist/esm/locales/ko-KR/TUIGlobal.js +0 -1
- package/dist/esm/locales/zh-CN/TUIGlobal.js +0 -1
- package/scripts/publish-github.js +0 -60
- package/scripts/publish-intl-demo.js +0 -14
- package/scripts/publish-intl-experience-demo.js +0 -14
- package/src/components/TUIChat/unitls.ts +0 -39
- package/src/locales/en-US/TUIGlobal.ts +0 -6
- package/src/locales/ja-JP/TUIGlobal.ts +0 -6
- package/src/locales/ko-KR/TUIGlobal.ts +0 -6
- package/src/locales/zh-CN/TUIGlobal.ts +0 -6
package/dist/cjs/index.d.css
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
.tui-conversation {
|
|
2
|
-
flex: 1;
|
|
3
|
-
box-sizing: border-box;
|
|
4
|
-
overflow: hidden;
|
|
2
|
+
flex: 1 1 auto;
|
|
5
3
|
min-width: 0;
|
|
6
4
|
display: flex;
|
|
7
5
|
flex-direction: column;
|
|
8
6
|
position: relative;
|
|
9
7
|
text-align: initial;
|
|
8
|
+
overflow: auto;
|
|
10
9
|
}
|
|
11
10
|
[data-uikit-theme=light] .tui-conversation {
|
|
12
|
-
background-color: var(--
|
|
11
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
12
|
+
transition: background-color 0.3s ease-in-out;
|
|
13
13
|
}
|
|
14
14
|
[data-uikit-theme=dark] .tui-conversation {
|
|
15
|
-
background-color: var(--
|
|
15
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
16
|
+
transition: background-color 0.3s ease-in-out;
|
|
16
17
|
}
|
|
17
18
|
.tui-conversation .tui-conversation-header {
|
|
18
19
|
display: flex;
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
position: absolute;
|
|
84
85
|
z-index: 2;
|
|
85
86
|
top: 100%;
|
|
86
|
-
background: #
|
|
87
|
+
background: #fff;
|
|
87
88
|
border-radius: 5px;
|
|
88
89
|
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
89
90
|
display: flex;
|
|
@@ -116,10 +117,12 @@
|
|
|
116
117
|
padding: 0 20px;
|
|
117
118
|
}
|
|
118
119
|
[data-uikit-theme=light] .conversation-preview-container {
|
|
119
|
-
background-color: var(--
|
|
120
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
121
|
+
transition: background-color 0.3s ease-in-out;
|
|
120
122
|
}
|
|
121
123
|
[data-uikit-theme=dark] .conversation-preview-container {
|
|
122
|
-
background-color: var(--
|
|
124
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
125
|
+
transition: background-color 0.3s ease-in-out;
|
|
123
126
|
}
|
|
124
127
|
.conversation-preview-container .content {
|
|
125
128
|
flex: 1 1 auto;
|
|
@@ -137,10 +140,12 @@
|
|
|
137
140
|
width: 100%;
|
|
138
141
|
}
|
|
139
142
|
[data-uikit-theme=light] .conversation-preview-container .content .title {
|
|
140
|
-
color: var(--
|
|
143
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
144
|
+
transition: background-color 0.3s ease-in-out;
|
|
141
145
|
}
|
|
142
146
|
[data-uikit-theme=dark] .conversation-preview-container .content .title {
|
|
143
|
-
color: var(--
|
|
147
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
148
|
+
transition: background-color 0.3s ease-in-out;
|
|
144
149
|
}
|
|
145
150
|
.conversation-preview-container .content .message {
|
|
146
151
|
overflow: hidden;
|
|
@@ -154,14 +159,16 @@
|
|
|
154
159
|
padding: 1px 0;
|
|
155
160
|
}
|
|
156
161
|
[data-uikit-theme=light] .conversation-preview-container .content .message {
|
|
157
|
-
color: var(--
|
|
162
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
163
|
+
transition: background-color 0.3s ease-in-out;
|
|
158
164
|
}
|
|
159
165
|
[data-uikit-theme=dark] .conversation-preview-container .content .message {
|
|
160
|
-
color: var(--
|
|
166
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
167
|
+
transition: background-color 0.3s ease-in-out;
|
|
161
168
|
}
|
|
162
169
|
.conversation-preview-container .external {
|
|
163
170
|
text-align: right;
|
|
164
|
-
flex: 0
|
|
171
|
+
flex: 0 0 auto;
|
|
165
172
|
display: flex;
|
|
166
173
|
flex-direction: column;
|
|
167
174
|
}
|
|
@@ -178,10 +185,12 @@
|
|
|
178
185
|
padding: 1px 0;
|
|
179
186
|
}
|
|
180
187
|
[data-uikit-theme=light] .conversation-preview-container .external .time {
|
|
181
|
-
color: var(--
|
|
188
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
189
|
+
transition: background-color 0.3s ease-in-out;
|
|
182
190
|
}
|
|
183
191
|
[data-uikit-theme=dark] .conversation-preview-container .external .time {
|
|
184
|
-
color: var(--
|
|
192
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
193
|
+
transition: background-color 0.3s ease-in-out;
|
|
185
194
|
}
|
|
186
195
|
.conversation-preview-container .external .more--hover {
|
|
187
196
|
display: flex;
|
|
@@ -194,13 +203,22 @@
|
|
|
194
203
|
.conversation-preview-container .external .more--hover .more-handle-box {
|
|
195
204
|
top: 0;
|
|
196
205
|
right: 0;
|
|
197
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
198
206
|
bottom: initial;
|
|
199
207
|
padding: 14px 0;
|
|
200
208
|
box-sizing: border-box;
|
|
201
209
|
text-align: start;
|
|
202
210
|
white-space: nowrap;
|
|
203
211
|
}
|
|
212
|
+
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box {
|
|
213
|
+
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
214
|
+
box-shadow: 0 0 10px var(--uikit-theme-light-shadow-color);
|
|
215
|
+
transition: background-color 0.3s ease-in-out;
|
|
216
|
+
}
|
|
217
|
+
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box {
|
|
218
|
+
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
219
|
+
box-shadow: 0 0 10px var(--uikit-theme-dark-shadow-color);
|
|
220
|
+
transition: background-color 0.3s ease-in-out;
|
|
221
|
+
}
|
|
204
222
|
.conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
205
223
|
font-size: 16px;
|
|
206
224
|
font-family: PingFangSC-Medium;
|
|
@@ -210,44 +228,53 @@
|
|
|
210
228
|
font-weight: 500;
|
|
211
229
|
box-sizing: border-box;
|
|
212
230
|
}
|
|
231
|
+
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
232
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
233
|
+
transition: background-color 0.3s ease-in-out;
|
|
234
|
+
}
|
|
235
|
+
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item {
|
|
236
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
237
|
+
transition: background-color 0.3s ease-in-out;
|
|
238
|
+
}
|
|
213
239
|
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
214
|
-
color: var(--
|
|
240
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
241
|
+
transition: background-color 0.3s ease-in-out;
|
|
215
242
|
}
|
|
216
243
|
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item.delete {
|
|
217
|
-
color: var(--
|
|
244
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
245
|
+
transition: background-color 0.3s ease-in-out;
|
|
218
246
|
}
|
|
219
247
|
[data-uikit-theme=light] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
220
|
-
background-color: var(--
|
|
248
|
+
background-color: var(--uikit-theme-light-dropdown-color-hover);
|
|
249
|
+
transition: background-color 0.3s ease-in-out;
|
|
221
250
|
}
|
|
222
251
|
[data-uikit-theme=dark] .conversation-preview-container .external .more--hover .more-handle-box .more-handle-item:hover {
|
|
223
|
-
background-color: var(--
|
|
252
|
+
background-color: var(--uikit-theme-dark-dropdown-color-hover);
|
|
253
|
+
transition: background-color 0.3s ease-in-out;
|
|
224
254
|
}
|
|
225
255
|
[data-uikit-theme=light] .conversation-preview-container:hover {
|
|
226
|
-
background-color: var(--
|
|
256
|
+
background-color: var(--uikit-theme-light-list-color-hover);
|
|
257
|
+
transition: background-color 0.3s ease-in-out;
|
|
227
258
|
}
|
|
228
259
|
[data-uikit-theme=dark] .conversation-preview-container:hover {
|
|
229
|
-
background-color: var(--
|
|
260
|
+
background-color: var(--uikit-theme-dark-list-color-hover);
|
|
261
|
+
transition: background-color 0.3s ease-in-out;
|
|
230
262
|
}
|
|
231
263
|
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--pin {
|
|
232
|
-
background-color
|
|
264
|
+
transition: background-color 0.3s ease-in-out;
|
|
233
265
|
}
|
|
234
266
|
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--pin {
|
|
235
|
-
background-color
|
|
267
|
+
transition: background-color 0.3s ease-in-out;
|
|
236
268
|
}
|
|
237
269
|
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--active {
|
|
238
|
-
background-color: var(--
|
|
270
|
+
background-color: var(--uikit-theme-light-list-color-active);
|
|
271
|
+
transition: background-color 0.3s ease-in-out;
|
|
239
272
|
}
|
|
240
273
|
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--active {
|
|
241
|
-
background-color: var(--
|
|
242
|
-
|
|
243
|
-
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--active .title {
|
|
244
|
-
color: var(--chat-theme-light-status-info);
|
|
245
|
-
}
|
|
246
|
-
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--active .title {
|
|
247
|
-
color: var(--chat-theme-dark-status-info);
|
|
274
|
+
background-color: var(--uikit-theme-dark-list-color-active);
|
|
275
|
+
transition: background-color 0.3s ease-in-out;
|
|
248
276
|
}
|
|
249
277
|
.conversation-preview-container.conversation-preview-content--unread .unread {
|
|
250
|
-
width: 16px;
|
|
251
278
|
height: 13px;
|
|
252
279
|
border-radius: 16px;
|
|
253
280
|
display: flex;
|
|
@@ -260,10 +287,12 @@
|
|
|
260
287
|
color: #fff;
|
|
261
288
|
}
|
|
262
289
|
[data-uikit-theme=light] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
263
|
-
background-color: var(--
|
|
290
|
+
background-color: var(--uikit-theme-light-text-color-error);
|
|
291
|
+
transition: background-color 0.3s ease-in-out;
|
|
264
292
|
}
|
|
265
293
|
[data-uikit-theme=dark] .conversation-preview-container.conversation-preview-content--unread .unread {
|
|
266
|
-
background-color: var(--
|
|
294
|
+
background-color: var(--uikit-theme-dark-text-color-error);
|
|
295
|
+
transition: background-color 0.3s ease-in-out;
|
|
267
296
|
}
|
|
268
297
|
.tui-message-input {
|
|
269
298
|
display: flex;
|
|
@@ -316,10 +345,12 @@
|
|
|
316
345
|
background: none;
|
|
317
346
|
}
|
|
318
347
|
[data-uikit-theme=light] .tui-message-input-main .input-box textarea {
|
|
319
|
-
color: var(--
|
|
348
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
349
|
+
transition: background-color 0.3s ease-in-out;
|
|
320
350
|
}
|
|
321
351
|
[data-uikit-theme=dark] .tui-message-input-main .input-box textarea {
|
|
322
|
-
color: var(--
|
|
352
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
353
|
+
transition: background-color 0.3s ease-in-out;
|
|
323
354
|
}
|
|
324
355
|
.tui-message-input-main .input-box textarea:focus, .tui-message-input-main .input-box textarea:active {
|
|
325
356
|
border: none;
|
|
@@ -400,8 +431,21 @@ ul li {
|
|
|
400
431
|
padding: 10px 16px;
|
|
401
432
|
min-width: 180px;
|
|
402
433
|
}
|
|
403
|
-
.upload-picker
|
|
404
|
-
color:
|
|
434
|
+
[data-uikit-theme=light] .upload-picker {
|
|
435
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
436
|
+
transition: background-color 0.3s ease-in-out;
|
|
437
|
+
}
|
|
438
|
+
[data-uikit-theme=dark] .upload-picker {
|
|
439
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
440
|
+
transition: background-color 0.3s ease-in-out;
|
|
441
|
+
}
|
|
442
|
+
[data-uikit-theme=light] .upload-picker:hover {
|
|
443
|
+
background-color: var(--uikit-theme-light-dropdown-color-hover);
|
|
444
|
+
transition: background-color 0.3s ease-in-out;
|
|
445
|
+
}
|
|
446
|
+
[data-uikit-theme=dark] .upload-picker:hover {
|
|
447
|
+
background-color: var(--uikit-theme-dark-dropdown-color-hover);
|
|
448
|
+
transition: background-color 0.3s ease-in-out;
|
|
405
449
|
}
|
|
406
450
|
.upload-picker input {
|
|
407
451
|
position: absolute;
|
|
@@ -415,10 +459,17 @@ ul li {
|
|
|
415
459
|
|
|
416
460
|
.input-quote {
|
|
417
461
|
padding: 7px 16px;
|
|
418
|
-
background: #f9f9f9;
|
|
419
462
|
display: flex;
|
|
420
463
|
align-items: center;
|
|
421
464
|
}
|
|
465
|
+
[data-uikit-theme=light] .input-quote {
|
|
466
|
+
background: var(--uikit-theme-light-bg-color-bubble-reciprocal);
|
|
467
|
+
transition: background-color 0.3s ease-in-out;
|
|
468
|
+
}
|
|
469
|
+
[data-uikit-theme=dark] .input-quote {
|
|
470
|
+
background: var(--uikit-theme-dark-bg-color-bubble-reciprocal);
|
|
471
|
+
transition: background-color 0.3s ease-in-out;
|
|
472
|
+
}
|
|
422
473
|
.input-quote-content {
|
|
423
474
|
flex: 1;
|
|
424
475
|
background: #fff;
|
|
@@ -428,7 +479,6 @@ ul li {
|
|
|
428
479
|
flex-direction: column;
|
|
429
480
|
font-weight: 500;
|
|
430
481
|
font-size: 14px;
|
|
431
|
-
font-family: PingFangSC-Medium;
|
|
432
482
|
line-height: 17px;
|
|
433
483
|
color: #000;
|
|
434
484
|
}
|
|
@@ -450,7 +500,6 @@ ul li {
|
|
|
450
500
|
}
|
|
451
501
|
|
|
452
502
|
.tui-forward {
|
|
453
|
-
background: #fff;
|
|
454
503
|
border-radius: 16px;
|
|
455
504
|
display: flex;
|
|
456
505
|
flex-direction: column;
|
|
@@ -458,18 +507,32 @@ ul li {
|
|
|
458
507
|
width: 300px;
|
|
459
508
|
max-height: 90%;
|
|
460
509
|
}
|
|
510
|
+
[data-uikit-theme=light] .tui-forward {
|
|
511
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
512
|
+
transition: background-color 0.3s ease-in-out;
|
|
513
|
+
}
|
|
514
|
+
[data-uikit-theme=dark] .tui-forward {
|
|
515
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
516
|
+
transition: background-color 0.3s ease-in-out;
|
|
517
|
+
}
|
|
461
518
|
.tui-forward-header {
|
|
462
519
|
display: flex;
|
|
463
520
|
align-items: center;
|
|
464
521
|
padding: 24px 20px;
|
|
465
522
|
}
|
|
523
|
+
[data-uikit-theme=light] .tui-forward-header {
|
|
524
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
525
|
+
transition: background-color 0.3s ease-in-out;
|
|
526
|
+
}
|
|
527
|
+
[data-uikit-theme=dark] .tui-forward-header {
|
|
528
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
529
|
+
transition: background-color 0.3s ease-in-out;
|
|
530
|
+
}
|
|
466
531
|
.tui-forward-title {
|
|
467
532
|
padding: 0 16px;
|
|
468
|
-
font-family: PingFangSC-Medium;
|
|
469
533
|
font-style: normal;
|
|
470
534
|
font-weight: 700;
|
|
471
535
|
font-size: 14px;
|
|
472
|
-
line-height: 17px;
|
|
473
536
|
}
|
|
474
537
|
.tui-forward-main {
|
|
475
538
|
padding: 0 20px;
|
|
@@ -477,13 +540,17 @@ ul li {
|
|
|
477
540
|
overflow-y: auto;
|
|
478
541
|
}
|
|
479
542
|
.tui-forward-main .no-result {
|
|
480
|
-
font-family: PingFangSC-Medium;
|
|
481
543
|
font-size: 14px;
|
|
482
|
-
font-style: normal;
|
|
483
|
-
line-height: 20px;
|
|
484
544
|
padding: 10px;
|
|
485
545
|
text-align: center;
|
|
486
|
-
|
|
546
|
+
}
|
|
547
|
+
[data-uikit-theme=light] .tui-forward-main .no-result {
|
|
548
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
549
|
+
transition: background-color 0.3s ease-in-out;
|
|
550
|
+
}
|
|
551
|
+
[data-uikit-theme=dark] .tui-forward-main .no-result {
|
|
552
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
553
|
+
transition: background-color 0.3s ease-in-out;
|
|
487
554
|
}
|
|
488
555
|
.tui-forward-search {
|
|
489
556
|
padding: 10px 15px;
|
|
@@ -492,7 +559,6 @@ ul li {
|
|
|
492
559
|
padding: 13px 0;
|
|
493
560
|
}
|
|
494
561
|
.tui-forward-list-title {
|
|
495
|
-
font-family: PingFangSC-Medium;
|
|
496
562
|
font-style: normal;
|
|
497
563
|
font-weight: 600;
|
|
498
564
|
font-size: 14px;
|
|
@@ -500,7 +566,6 @@ ul li {
|
|
|
500
566
|
}
|
|
501
567
|
.tui-forward-list-item {
|
|
502
568
|
padding: 6px 0;
|
|
503
|
-
font-family: PingFangSC-Medium;
|
|
504
569
|
font-style: normal;
|
|
505
570
|
font-weight: 400;
|
|
506
571
|
font-size: 14px;
|
|
@@ -514,11 +579,9 @@ ul li {
|
|
|
514
579
|
display: flex;
|
|
515
580
|
align-items: center;
|
|
516
581
|
flex-shrink: 0;
|
|
517
|
-
width: 100%;
|
|
518
582
|
}
|
|
519
583
|
.tui-forward-list-item .info-nick {
|
|
520
584
|
padding: 0 13px;
|
|
521
|
-
font-family: PingFangSC-Medium;
|
|
522
585
|
font-style: normal;
|
|
523
586
|
font-weight: 400;
|
|
524
587
|
font-size: 14px;
|
|
@@ -531,18 +594,24 @@ ul li {
|
|
|
531
594
|
width: 80%;
|
|
532
595
|
}
|
|
533
596
|
.tui-forward-footer {
|
|
534
|
-
background: rgba(249, 249, 249, 0.94);
|
|
535
597
|
padding: 13px 10px;
|
|
536
598
|
display: flex;
|
|
537
599
|
justify-content: space-between;
|
|
538
600
|
align-items: center;
|
|
539
601
|
}
|
|
602
|
+
[data-uikit-theme=light] .tui-forward-footer {
|
|
603
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
604
|
+
transition: background-color 0.3s ease-in-out;
|
|
605
|
+
}
|
|
606
|
+
[data-uikit-theme=dark] .tui-forward-footer {
|
|
607
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
608
|
+
transition: background-color 0.3s ease-in-out;
|
|
609
|
+
}
|
|
540
610
|
.tui-forward-footer .button {
|
|
541
611
|
cursor: pointer;
|
|
542
612
|
background: #0365f9;
|
|
543
613
|
border-radius: 31px;
|
|
544
614
|
padding: 10px 21px;
|
|
545
|
-
font-family: PingFangSC-Medium;
|
|
546
615
|
font-style: normal;
|
|
547
616
|
font-weight: 400;
|
|
548
617
|
font-size: 14px;
|
|
@@ -559,6 +628,14 @@ ul li {
|
|
|
559
628
|
-webkit-line-clamp: 3;
|
|
560
629
|
-webkit-box-orient: vertical;
|
|
561
630
|
}
|
|
631
|
+
[data-uikit-theme=light] .tui-forward-footer-name {
|
|
632
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
633
|
+
transition: background-color 0.3s ease-in-out;
|
|
634
|
+
}
|
|
635
|
+
[data-uikit-theme=dark] .tui-forward-footer-name {
|
|
636
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
637
|
+
transition: background-color 0.3s ease-in-out;
|
|
638
|
+
}
|
|
562
639
|
|
|
563
640
|
.transmitter {
|
|
564
641
|
padding: 0 10px;
|
|
@@ -568,36 +645,57 @@ ul li {
|
|
|
568
645
|
}
|
|
569
646
|
|
|
570
647
|
[data-uikit-theme=light] .tui-message-input {
|
|
571
|
-
background-color: var(--
|
|
648
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
649
|
+
transition: background-color 0.3s ease-in-out;
|
|
572
650
|
}
|
|
573
651
|
[data-uikit-theme=dark] .tui-message-input {
|
|
574
|
-
background-color: var(--
|
|
652
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
653
|
+
transition: background-color 0.3s ease-in-out;
|
|
575
654
|
}
|
|
576
655
|
[data-uikit-theme=light] .tui-message-input .tui-kit-input-box--focus {
|
|
577
|
-
outline: 1px solid var(--
|
|
656
|
+
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
657
|
+
transition: background-color 0.3s ease-in-out;
|
|
578
658
|
}
|
|
579
659
|
[data-uikit-theme=dark] .tui-message-input .tui-kit-input-box--focus {
|
|
580
|
-
outline: 1px solid var(--
|
|
660
|
+
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
661
|
+
transition: background-color 0.3s ease-in-out;
|
|
581
662
|
}
|
|
582
663
|
[data-uikit-theme=light] .tui-message-input .input-box {
|
|
583
|
-
background-color: var(--
|
|
584
|
-
border: 1px solid var(--
|
|
664
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
665
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
666
|
+
transition: background-color 0.3s ease-in-out;
|
|
585
667
|
}
|
|
586
668
|
[data-uikit-theme=dark] .tui-message-input .input-box {
|
|
587
|
-
background-color: var(--
|
|
588
|
-
border: 1px solid var(--
|
|
669
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
670
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
671
|
+
transition: background-color 0.3s ease-in-out;
|
|
589
672
|
}
|
|
590
673
|
|
|
591
674
|
.input-plugin-popup-box {
|
|
592
675
|
border-radius: 16px;
|
|
593
676
|
}
|
|
594
677
|
[data-uikit-theme=light] .input-plugin-popup-box {
|
|
595
|
-
background-color: var(--
|
|
596
|
-
box-shadow: var(--
|
|
678
|
+
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
679
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-light-shadow-color);
|
|
680
|
+
transition: background-color 0.3s ease-in-out;
|
|
597
681
|
}
|
|
598
682
|
[data-uikit-theme=dark] .input-plugin-popup-box {
|
|
599
|
-
background-color: var(--
|
|
600
|
-
box-shadow: var(--
|
|
683
|
+
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
684
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-dark-shadow-color);
|
|
685
|
+
transition: background-color 0.3s ease-in-out;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.input-icon {
|
|
689
|
+
width: 20px;
|
|
690
|
+
height: 20px;
|
|
691
|
+
}
|
|
692
|
+
[data-uikit-theme=light] .input-icon {
|
|
693
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
694
|
+
transition: background-color 0.3s ease-in-out;
|
|
695
|
+
}
|
|
696
|
+
[data-uikit-theme=dark] .input-icon {
|
|
697
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
698
|
+
transition: background-color 0.3s ease-in-out;
|
|
601
699
|
}
|
|
602
700
|
.message-default {
|
|
603
701
|
width: 100%;
|
|
@@ -605,7 +703,6 @@ ul li {
|
|
|
605
703
|
display: flex;
|
|
606
704
|
align-items: center;
|
|
607
705
|
cursor: pointer;
|
|
608
|
-
font-family: SF Pro Text;
|
|
609
706
|
font-size: 14px;
|
|
610
707
|
font-family: PingFangSC-Medium;
|
|
611
708
|
font-style: normal;
|
|
@@ -629,10 +726,12 @@ ul li {
|
|
|
629
726
|
max-width: 60%;
|
|
630
727
|
}
|
|
631
728
|
[data-uikit-theme=light] .message-default .content .name {
|
|
632
|
-
color: var(--
|
|
729
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
730
|
+
transition: background-color 0.3s ease-in-out;
|
|
633
731
|
}
|
|
634
732
|
[data-uikit-theme=dark] .message-default .content .name {
|
|
635
|
-
color: var(--
|
|
733
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
734
|
+
transition: background-color 0.3s ease-in-out;
|
|
636
735
|
}
|
|
637
736
|
|
|
638
737
|
.in {
|
|
@@ -668,13 +767,13 @@ ul li {
|
|
|
668
767
|
padding: 8px 16px;
|
|
669
768
|
}
|
|
670
769
|
.bubble-in {
|
|
671
|
-
border-radius:
|
|
770
|
+
border-radius: 0 16px 16px;
|
|
672
771
|
}
|
|
673
772
|
.bubble-in.group {
|
|
674
|
-
border-radius:
|
|
773
|
+
border-radius: 0 16px 16px;
|
|
675
774
|
}
|
|
676
775
|
.bubble-out {
|
|
677
|
-
border-radius: 16px 16px 0
|
|
776
|
+
border-radius: 16px 16px 0;
|
|
678
777
|
}
|
|
679
778
|
|
|
680
779
|
.message-status {
|
|
@@ -687,30 +786,45 @@ ul li {
|
|
|
687
786
|
font-weight: 400;
|
|
688
787
|
padding: 5px 0 0 10px;
|
|
689
788
|
font-size: 12px;
|
|
690
|
-
font-family: PingFangSC-Medium;
|
|
691
789
|
line-height: 14px;
|
|
692
790
|
text-align: right;
|
|
693
791
|
}
|
|
694
792
|
[data-uikit-theme=light] .message-status .time {
|
|
695
|
-
color: var(--
|
|
793
|
+
color: var(--uikit-theme-light-text-color-anti-secondary);
|
|
794
|
+
transition: background-color 0.3s ease-in-out;
|
|
696
795
|
}
|
|
697
796
|
[data-uikit-theme=dark] .message-status .time {
|
|
698
|
-
color: var(--
|
|
797
|
+
color: var(--uikit-theme-dark-text-color-anti-secondary);
|
|
798
|
+
transition: background-color 0.3s ease-in-out;
|
|
799
|
+
}
|
|
800
|
+
[data-uikit-theme=light] .bubble-in .message-status .time {
|
|
801
|
+
color: var(--uikit-theme-light-text-color-tertiary);
|
|
802
|
+
transition: background-color 0.3s ease-in-out;
|
|
803
|
+
}
|
|
804
|
+
[data-uikit-theme=dark] .bubble-in .message-status .time {
|
|
805
|
+
color: var(--uikit-theme-dark-text-color-tertiary);
|
|
806
|
+
transition: background-color 0.3s ease-in-out;
|
|
699
807
|
}
|
|
700
808
|
|
|
701
|
-
.message-image,
|
|
809
|
+
.message-image,
|
|
810
|
+
.message-video {
|
|
702
811
|
position: relative;
|
|
703
812
|
}
|
|
704
|
-
.message-image .message-status,
|
|
813
|
+
.message-image .message-status,
|
|
814
|
+
.message-video .message-status {
|
|
705
815
|
position: absolute;
|
|
706
816
|
bottom: 10px;
|
|
707
817
|
right: 10px;
|
|
708
818
|
}
|
|
709
|
-
[data-uikit-theme=light] .message-image .message-status .time,
|
|
710
|
-
|
|
819
|
+
[data-uikit-theme=light] .message-image .message-status .time,
|
|
820
|
+
[data-uikit-theme=light] .message-video .message-status .time {
|
|
821
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
822
|
+
transition: background-color 0.3s ease-in-out;
|
|
711
823
|
}
|
|
712
|
-
[data-uikit-theme=dark] .message-image .message-status .time,
|
|
713
|
-
|
|
824
|
+
[data-uikit-theme=dark] .message-image .message-status .time,
|
|
825
|
+
[data-uikit-theme=dark] .message-video .message-status .time {
|
|
826
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
827
|
+
transition: background-color 0.3s ease-in-out;
|
|
714
828
|
}
|
|
715
829
|
|
|
716
830
|
.message-text {
|
|
@@ -719,23 +833,14 @@ ul li {
|
|
|
719
833
|
.message-text-content {
|
|
720
834
|
display: inline;
|
|
721
835
|
word-break: break-word;
|
|
722
|
-
font-family: PingFangSC-Regular;
|
|
723
|
-
font-style: normal;
|
|
724
836
|
font-weight: 500;
|
|
725
837
|
font-size: 14px;
|
|
726
|
-
line-height: 24px;
|
|
727
838
|
}
|
|
728
839
|
.message-text-content-p {
|
|
729
840
|
white-space: pre-wrap;
|
|
730
841
|
display: inline;
|
|
731
842
|
vertical-align: middle;
|
|
732
843
|
}
|
|
733
|
-
[data-uikit-theme=light] .message-text-content-p {
|
|
734
|
-
color: var(--chat-theme-light-text-primary);
|
|
735
|
-
}
|
|
736
|
-
[data-uikit-theme=dark] .message-text-content-p {
|
|
737
|
-
color: var(--chat-theme-dark-text-primary);
|
|
738
|
-
}
|
|
739
844
|
.message-text-content .message-status {
|
|
740
845
|
display: inline-flex;
|
|
741
846
|
float: right;
|
|
@@ -744,11 +849,8 @@ ul li {
|
|
|
744
849
|
|
|
745
850
|
.message-text,
|
|
746
851
|
.message-tip {
|
|
747
|
-
font-family: PingFangSC-Regular;
|
|
748
|
-
font-style: normal;
|
|
749
852
|
font-weight: 500;
|
|
750
853
|
font-size: 14px;
|
|
751
|
-
line-height: 17px;
|
|
752
854
|
}
|
|
753
855
|
.message-text .text-img,
|
|
754
856
|
.message-tip .text-img {
|
|
@@ -758,7 +860,7 @@ ul li {
|
|
|
758
860
|
}
|
|
759
861
|
|
|
760
862
|
.message-image {
|
|
761
|
-
background:
|
|
863
|
+
background: transparent;
|
|
762
864
|
}
|
|
763
865
|
.message-image img {
|
|
764
866
|
max-width: 300px;
|
|
@@ -784,10 +886,10 @@ ul li {
|
|
|
784
886
|
position: absolute;
|
|
785
887
|
z-index: 1;
|
|
786
888
|
content: "";
|
|
787
|
-
width:
|
|
788
|
-
height:
|
|
889
|
+
width: 0;
|
|
890
|
+
height: 0;
|
|
789
891
|
border: 15px solid transparent;
|
|
790
|
-
border-left: 20px solid #
|
|
892
|
+
border-left: 20px solid #fff;
|
|
791
893
|
top: 0;
|
|
792
894
|
left: 0;
|
|
793
895
|
bottom: 0;
|
|
@@ -818,7 +920,7 @@ ul li {
|
|
|
818
920
|
display: flex;
|
|
819
921
|
align-items: center;
|
|
820
922
|
padding: 12px;
|
|
821
|
-
background: #
|
|
923
|
+
background: #fff;
|
|
822
924
|
border-radius: 4px;
|
|
823
925
|
}
|
|
824
926
|
.message-file-main .icon {
|
|
@@ -838,13 +940,13 @@ ul li {
|
|
|
838
940
|
font-size: 12px;
|
|
839
941
|
font-family: PingFangSC-Medium;
|
|
840
942
|
line-height: 14px;
|
|
841
|
-
color: #
|
|
943
|
+
color: #7a7a7a;
|
|
842
944
|
}
|
|
843
945
|
|
|
844
946
|
.message-merger {
|
|
845
947
|
display: flex;
|
|
846
948
|
flex-direction: column;
|
|
847
|
-
background: #
|
|
949
|
+
background: #ecebeb;
|
|
848
950
|
}
|
|
849
951
|
.message-merger h3 {
|
|
850
952
|
padding-bottom: 4px;
|
|
@@ -861,16 +963,16 @@ ul li {
|
|
|
861
963
|
padding: 8px 16px;
|
|
862
964
|
}
|
|
863
965
|
[data-uikit-theme=light] .meesage-bubble-reply {
|
|
864
|
-
background-color
|
|
966
|
+
transition: background-color 0.3s ease-in-out;
|
|
865
967
|
}
|
|
866
968
|
[data-uikit-theme=dark] .meesage-bubble-reply {
|
|
867
|
-
background-color
|
|
969
|
+
transition: background-color 0.3s ease-in-out;
|
|
868
970
|
}
|
|
869
971
|
.meesage-bubble-reply-in {
|
|
870
972
|
border-radius: 16px 16px 16px 0;
|
|
871
973
|
}
|
|
872
974
|
.meesage-bubble-reply-out {
|
|
873
|
-
border-radius: 16px 16px
|
|
975
|
+
border-radius: 16px 16px 0;
|
|
874
976
|
}
|
|
875
977
|
.meesage-bubble-reply .message-text {
|
|
876
978
|
border: none !important;
|
|
@@ -887,10 +989,12 @@ ul li {
|
|
|
887
989
|
margin-bottom: 10px;
|
|
888
990
|
}
|
|
889
991
|
[data-uikit-theme=light] .meesage-bubble-reply-main {
|
|
890
|
-
background-color: var(--
|
|
992
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
993
|
+
transition: background-color 0.3s ease-in-out;
|
|
891
994
|
}
|
|
892
995
|
[data-uikit-theme=dark] .meesage-bubble-reply-main {
|
|
893
|
-
background-color: var(--
|
|
996
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
997
|
+
transition: background-color 0.3s ease-in-out;
|
|
894
998
|
}
|
|
895
999
|
.meesage-bubble-reply-main::before {
|
|
896
1000
|
content: "";
|
|
@@ -901,10 +1005,10 @@ ul li {
|
|
|
901
1005
|
left: 0;
|
|
902
1006
|
}
|
|
903
1007
|
[data-uikit-theme=light] .meesage-bubble-reply-main::before {
|
|
904
|
-
background-color
|
|
1008
|
+
transition: background-color 0.3s ease-in-out;
|
|
905
1009
|
}
|
|
906
1010
|
[data-uikit-theme=dark] .meesage-bubble-reply-main::before {
|
|
907
|
-
background-color
|
|
1011
|
+
transition: background-color 0.3s ease-in-out;
|
|
908
1012
|
}
|
|
909
1013
|
.meesage-bubble-reply-main .title {
|
|
910
1014
|
font-weight: 500;
|
|
@@ -912,10 +1016,12 @@ ul li {
|
|
|
912
1016
|
padding-bottom: 10px;
|
|
913
1017
|
}
|
|
914
1018
|
[data-uikit-theme=light] .meesage-bubble-reply-main .title {
|
|
915
|
-
color: var(--
|
|
1019
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1020
|
+
transition: background-color 0.3s ease-in-out;
|
|
916
1021
|
}
|
|
917
1022
|
[data-uikit-theme=dark] .meesage-bubble-reply-main .title {
|
|
918
|
-
color: var(--
|
|
1023
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1024
|
+
transition: background-color 0.3s ease-in-out;
|
|
919
1025
|
}
|
|
920
1026
|
.meesage-bubble-reply-main .message-context {
|
|
921
1027
|
opacity: 0.6;
|
|
@@ -942,7 +1048,7 @@ ul li {
|
|
|
942
1048
|
height: 14px;
|
|
943
1049
|
border-radius: 14px;
|
|
944
1050
|
position: relative;
|
|
945
|
-
background: #
|
|
1051
|
+
background: #fa5151;
|
|
946
1052
|
display: inline-flex;
|
|
947
1053
|
justify-content: center;
|
|
948
1054
|
align-items: center;
|
|
@@ -950,7 +1056,7 @@ ul li {
|
|
|
950
1056
|
.icon-fail::before {
|
|
951
1057
|
position: absolute;
|
|
952
1058
|
content: "!";
|
|
953
|
-
color: #
|
|
1059
|
+
color: #fff;
|
|
954
1060
|
font-size: 12px;
|
|
955
1061
|
font-family: PingFangSC-Medium;
|
|
956
1062
|
}
|
|
@@ -967,13 +1073,15 @@ ul li {
|
|
|
967
1073
|
display: inline-block;
|
|
968
1074
|
position: relative;
|
|
969
1075
|
}
|
|
970
|
-
.loading .img,
|
|
1076
|
+
.loading .img,
|
|
1077
|
+
.loading video {
|
|
971
1078
|
min-width: 60px;
|
|
972
1079
|
min-height: 60px;
|
|
973
1080
|
max-width: 300px;
|
|
974
1081
|
border-radius: 10px;
|
|
975
1082
|
}
|
|
976
|
-
.loading .img-h5,
|
|
1083
|
+
.loading .img-h5,
|
|
1084
|
+
.loading .video-h5 {
|
|
977
1085
|
min-width: 60px;
|
|
978
1086
|
min-height: 60px;
|
|
979
1087
|
max-width: 200px;
|
|
@@ -1041,12 +1149,29 @@ ul li {
|
|
|
1041
1149
|
font-family: PingFangSC-Medium;
|
|
1042
1150
|
line-height: 15px;
|
|
1043
1151
|
}
|
|
1044
|
-
.message-plugin-item
|
|
1045
|
-
|
|
1046
|
-
|
|
1152
|
+
[data-uikit-theme=light] .message-plugin-item {
|
|
1153
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1154
|
+
transition: background-color 0.3s ease-in-out;
|
|
1155
|
+
}
|
|
1156
|
+
[data-uikit-theme=dark] .message-plugin-item {
|
|
1157
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1158
|
+
transition: background-color 0.3s ease-in-out;
|
|
1159
|
+
}
|
|
1160
|
+
[data-uikit-theme=light] .message-plugin-item:hover {
|
|
1161
|
+
background: var(--uikit-theme-light-dropdown-color-hover);
|
|
1162
|
+
transition: background-color 0.3s ease-in-out;
|
|
1047
1163
|
}
|
|
1048
|
-
.message-plugin-item
|
|
1049
|
-
|
|
1164
|
+
[data-uikit-theme=dark] .message-plugin-item:hover {
|
|
1165
|
+
background: var(--uikit-theme-dark-dropdown-color-hover);
|
|
1166
|
+
transition: background-color 0.3s ease-in-out;
|
|
1167
|
+
}
|
|
1168
|
+
[data-uikit-theme=light] .message-plugin-item .del {
|
|
1169
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
1170
|
+
transition: background-color 0.3s ease-in-out;
|
|
1171
|
+
}
|
|
1172
|
+
[data-uikit-theme=dark] .message-plugin-item .del {
|
|
1173
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
1174
|
+
transition: background-color 0.3s ease-in-out;
|
|
1050
1175
|
}
|
|
1051
1176
|
|
|
1052
1177
|
.message-custom {
|
|
@@ -1071,7 +1196,7 @@ ul li {
|
|
|
1071
1196
|
}
|
|
1072
1197
|
|
|
1073
1198
|
.message-revoke {
|
|
1074
|
-
color: #
|
|
1199
|
+
color: #999;
|
|
1075
1200
|
}
|
|
1076
1201
|
|
|
1077
1202
|
.message-audio {
|
|
@@ -1143,35 +1268,43 @@ ul li {
|
|
|
1143
1268
|
background: #147aff;
|
|
1144
1269
|
height: 5px;
|
|
1145
1270
|
border-radius: 2px;
|
|
1146
|
-
box-shadow:
|
|
1271
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
|
|
1147
1272
|
}
|
|
1148
1273
|
|
|
1149
1274
|
.website {
|
|
1150
1275
|
color: #147aff !important;
|
|
1151
1276
|
}
|
|
1152
1277
|
|
|
1153
|
-
[data-uikit-theme=light] .message-text,
|
|
1154
1278
|
[data-uikit-theme=light] .message-custom {
|
|
1155
|
-
border: 1px solid var(--
|
|
1279
|
+
border: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1280
|
+
transition: background-color 0.3s ease-in-out;
|
|
1156
1281
|
}
|
|
1157
|
-
[data-uikit-theme=dark] .message-text,
|
|
1158
1282
|
[data-uikit-theme=dark] .message-custom {
|
|
1159
|
-
border: 1px solid var(--
|
|
1283
|
+
border: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1284
|
+
transition: background-color 0.3s ease-in-out;
|
|
1160
1285
|
}
|
|
1161
1286
|
|
|
1162
1287
|
[data-uikit-theme=light] .bubble {
|
|
1163
|
-
background-color: var(--
|
|
1288
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-reciprocal);
|
|
1289
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1290
|
+
transition: background-color 0.3s ease-in-out;
|
|
1164
1291
|
}
|
|
1165
1292
|
[data-uikit-theme=dark] .bubble {
|
|
1166
|
-
background-color: var(--
|
|
1293
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-reciprocal);
|
|
1294
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1295
|
+
transition: background-color 0.3s ease-in-out;
|
|
1167
1296
|
}
|
|
1168
1297
|
[data-uikit-theme=light] .bubble-out {
|
|
1169
1298
|
border: none;
|
|
1170
|
-
background-color: var(--
|
|
1299
|
+
background-color: var(--uikit-theme-light-bg-color-bubble-own);
|
|
1300
|
+
color: var(--uikit-theme-light-text-color-anti-primary);
|
|
1301
|
+
transition: background-color 0.3s ease-in-out;
|
|
1171
1302
|
}
|
|
1172
1303
|
[data-uikit-theme=dark] .bubble-out {
|
|
1173
1304
|
border: none;
|
|
1174
|
-
background-color: var(--
|
|
1305
|
+
background-color: var(--uikit-theme-dark-bg-color-bubble-own);
|
|
1306
|
+
color: var(--uikit-theme-dark-text-color-anti-primary);
|
|
1307
|
+
transition: background-color 0.3s ease-in-out;
|
|
1175
1308
|
}
|
|
1176
1309
|
|
|
1177
1310
|
.meesage-bubble-reply-out .meesage-bubble-reply-main .message-text {
|
|
@@ -1179,10 +1312,12 @@ ul li {
|
|
|
1179
1312
|
}
|
|
1180
1313
|
|
|
1181
1314
|
[data-uikit-theme=light] .message-tip {
|
|
1182
|
-
color: var(--
|
|
1315
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1316
|
+
transition: background-color 0.3s ease-in-out;
|
|
1183
1317
|
}
|
|
1184
1318
|
[data-uikit-theme=dark] .message-tip {
|
|
1185
|
-
color: var(--
|
|
1319
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1320
|
+
transition: background-color 0.3s ease-in-out;
|
|
1186
1321
|
}
|
|
1187
1322
|
|
|
1188
1323
|
.tip .bubble .edit {
|
|
@@ -1211,20 +1346,17 @@ ul li {
|
|
|
1211
1346
|
|
|
1212
1347
|
.plugin-popup-box {
|
|
1213
1348
|
border-radius: 16px;
|
|
1349
|
+
overflow: hidden;
|
|
1214
1350
|
}
|
|
1215
1351
|
[data-uikit-theme=light] .plugin-popup-box {
|
|
1216
|
-
color: var(--
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
color: var(--chat-theme-dark-text-primary);
|
|
1220
|
-
}
|
|
1221
|
-
[data-uikit-theme=light] .plugin-popup-box {
|
|
1222
|
-
background-color: var(--chat-theme-light-bg-primary);
|
|
1223
|
-
box-shadow: var(--chat-theme-light-box-shadow-1);
|
|
1352
|
+
background-color: var(--uikit-theme-light-dropdown-color-default);
|
|
1353
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-light-shadow-color);
|
|
1354
|
+
transition: background-color 0.3s ease-in-out;
|
|
1224
1355
|
}
|
|
1225
1356
|
[data-uikit-theme=dark] .plugin-popup-box {
|
|
1226
|
-
background-color: var(--
|
|
1227
|
-
box-shadow: var(--
|
|
1357
|
+
background-color: var(--uikit-theme-dark-dropdown-color-default);
|
|
1358
|
+
box-shadow: 0 0 10px 0 var(--uikit-theme-dark-shadow-color);
|
|
1359
|
+
transition: background-color 0.3s ease-in-out;
|
|
1228
1360
|
}
|
|
1229
1361
|
.tui-chat-header {
|
|
1230
1362
|
padding: 16px 20px;
|
|
@@ -1234,10 +1366,12 @@ ul li {
|
|
|
1234
1366
|
align-items: center;
|
|
1235
1367
|
}
|
|
1236
1368
|
[data-uikit-theme=light] .tui-chat-header {
|
|
1237
|
-
background-color: var(--
|
|
1369
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1370
|
+
transition: background-color 0.3s ease-in-out;
|
|
1238
1371
|
}
|
|
1239
1372
|
[data-uikit-theme=dark] .tui-chat-header {
|
|
1240
|
-
background-color: var(--
|
|
1373
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1374
|
+
transition: background-color 0.3s ease-in-out;
|
|
1241
1375
|
}
|
|
1242
1376
|
.tui-chat-header-left {
|
|
1243
1377
|
display: flex;
|
|
@@ -1247,20 +1381,28 @@ ul li {
|
|
|
1247
1381
|
flex: 1;
|
|
1248
1382
|
padding: 0 8px;
|
|
1249
1383
|
}
|
|
1384
|
+
.tui-chat-header .call-btn-container {
|
|
1385
|
+
display: flex;
|
|
1386
|
+
margin-right: 10px;
|
|
1387
|
+
}
|
|
1388
|
+
.tui-chat-header .call-btn-container .call-btn {
|
|
1389
|
+
margin-right: 16px;
|
|
1390
|
+
}
|
|
1250
1391
|
.tui-chat-header-right .header-handle-more {
|
|
1251
1392
|
padding: 10px 3px;
|
|
1252
1393
|
}
|
|
1253
1394
|
.tui-chat-header .title {
|
|
1254
|
-
font-family: PingFangSC-Medium;
|
|
1255
1395
|
font-style: normal;
|
|
1256
1396
|
font-weight: 700;
|
|
1257
1397
|
font-size: 14px;
|
|
1258
1398
|
}
|
|
1259
1399
|
[data-uikit-theme=light] .tui-chat-header .title {
|
|
1260
|
-
color: var(--
|
|
1400
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1401
|
+
transition: background-color 0.3s ease-in-out;
|
|
1261
1402
|
}
|
|
1262
1403
|
[data-uikit-theme=dark] .tui-chat-header .title {
|
|
1263
|
-
color: var(--
|
|
1404
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1405
|
+
transition: background-color 0.3s ease-in-out;
|
|
1264
1406
|
}
|
|
1265
1407
|
.tui-chat-header .system {
|
|
1266
1408
|
height: 32px;
|
|
@@ -1273,9 +1415,21 @@ ul li {
|
|
|
1273
1415
|
display: flex;
|
|
1274
1416
|
flex-direction: column;
|
|
1275
1417
|
position: relative;
|
|
1276
|
-
background: #FFFFFF;
|
|
1277
1418
|
}
|
|
1278
|
-
|
|
1419
|
+
[data-uikit-theme=light] .chat {
|
|
1420
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1421
|
+
transition: background-color 0.3s ease-in-out;
|
|
1422
|
+
}
|
|
1423
|
+
[data-uikit-theme=dark] .chat {
|
|
1424
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1425
|
+
transition: background-color 0.3s ease-in-out;
|
|
1426
|
+
}
|
|
1427
|
+
ul,
|
|
1428
|
+
li,
|
|
1429
|
+
div,
|
|
1430
|
+
p,
|
|
1431
|
+
label,
|
|
1432
|
+
span {
|
|
1279
1433
|
margin: 0;
|
|
1280
1434
|
padding: 0;
|
|
1281
1435
|
}
|
|
@@ -1287,16 +1441,17 @@ ul li {
|
|
|
1287
1441
|
.message-list {
|
|
1288
1442
|
flex: 1;
|
|
1289
1443
|
height: 100%;
|
|
1290
|
-
overflow
|
|
1291
|
-
overflow-y: auto;
|
|
1444
|
+
overflow: hidden auto;
|
|
1292
1445
|
position: relative;
|
|
1293
1446
|
padding: 0 20px;
|
|
1294
1447
|
}
|
|
1295
1448
|
[data-uikit-theme=light] .message-list {
|
|
1296
|
-
background-color: var(--
|
|
1449
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1450
|
+
transition: background-color 0.3s ease-in-out;
|
|
1297
1451
|
}
|
|
1298
1452
|
[data-uikit-theme=dark] .message-list {
|
|
1299
|
-
background-color: var(--
|
|
1453
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1454
|
+
transition: background-color 0.3s ease-in-out;
|
|
1300
1455
|
}
|
|
1301
1456
|
.message-list.hide {
|
|
1302
1457
|
opacity: 0;
|
|
@@ -1314,13 +1469,14 @@ ul li {
|
|
|
1314
1469
|
line-height: 17px;
|
|
1315
1470
|
}
|
|
1316
1471
|
[data-uikit-theme=light] .message-list .no-more {
|
|
1317
|
-
color: var(--
|
|
1472
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1473
|
+
transition: background-color 0.3s ease-in-out;
|
|
1318
1474
|
}
|
|
1319
1475
|
[data-uikit-theme=dark] .message-list .no-more {
|
|
1320
|
-
color: var(--
|
|
1476
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1477
|
+
transition: background-color 0.3s ease-in-out;
|
|
1321
1478
|
}
|
|
1322
1479
|
.message-list-time {
|
|
1323
|
-
font-family: PingFangSC-Medium;
|
|
1324
1480
|
font-size: 12px;
|
|
1325
1481
|
font-weight: 400;
|
|
1326
1482
|
line-height: 14px;
|
|
@@ -1328,16 +1484,26 @@ ul li {
|
|
|
1328
1484
|
text-align: center;
|
|
1329
1485
|
}
|
|
1330
1486
|
[data-uikit-theme=light] .message-list-time {
|
|
1331
|
-
color: var(--
|
|
1487
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1488
|
+
transition: background-color 0.3s ease-in-out;
|
|
1332
1489
|
}
|
|
1333
1490
|
[data-uikit-theme=dark] .message-list-time {
|
|
1334
|
-
color: var(--
|
|
1491
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1492
|
+
transition: background-color 0.3s ease-in-out;
|
|
1335
1493
|
}
|
|
1336
1494
|
.tui-profile {
|
|
1337
1495
|
display: flex;
|
|
1338
1496
|
flex-direction: column;
|
|
1339
1497
|
align-items: center;
|
|
1340
1498
|
}
|
|
1499
|
+
[data-uikit-theme=light] .tui-profile {
|
|
1500
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1501
|
+
transition: background-color 0.3s ease-in-out;
|
|
1502
|
+
}
|
|
1503
|
+
[data-uikit-theme=dark] .tui-profile {
|
|
1504
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1505
|
+
transition: background-color 0.3s ease-in-out;
|
|
1506
|
+
}
|
|
1341
1507
|
.tui-profile-header {
|
|
1342
1508
|
box-sizing: border-box;
|
|
1343
1509
|
width: 100%;
|
|
@@ -1368,7 +1534,6 @@ ul li {
|
|
|
1368
1534
|
.tui-profile-nick {
|
|
1369
1535
|
font-weight: 700;
|
|
1370
1536
|
font-size: 24px;
|
|
1371
|
-
font-family: PingFangSC-Medium;
|
|
1372
1537
|
line-height: 29px;
|
|
1373
1538
|
text-align: center;
|
|
1374
1539
|
}
|
|
@@ -1376,15 +1541,18 @@ ul li {
|
|
|
1376
1541
|
padding-left: 25px;
|
|
1377
1542
|
}
|
|
1378
1543
|
.tui-profile-ID {
|
|
1379
|
-
|
|
1380
|
-
margin: 0;
|
|
1544
|
+
margin: 6px 0;
|
|
1381
1545
|
display: flex;
|
|
1382
1546
|
align-items: center;
|
|
1383
|
-
font-weight: 400;
|
|
1384
1547
|
font-size: 12px;
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
color:
|
|
1548
|
+
}
|
|
1549
|
+
[data-uikit-theme=light] .tui-profile-ID {
|
|
1550
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1551
|
+
transition: background-color 0.3s ease-in-out;
|
|
1552
|
+
}
|
|
1553
|
+
[data-uikit-theme=dark] .tui-profile-ID {
|
|
1554
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1555
|
+
transition: background-color 0.3s ease-in-out;
|
|
1388
1556
|
}
|
|
1389
1557
|
.tui-profile-ID h5 {
|
|
1390
1558
|
margin: 0;
|
|
@@ -1402,17 +1570,19 @@ ul li {
|
|
|
1402
1570
|
cursor: pointer;
|
|
1403
1571
|
}
|
|
1404
1572
|
.tui-profile-list-item h4 {
|
|
1405
|
-
padding-bottom: 3px;
|
|
1406
|
-
font-weight: 400;
|
|
1407
1573
|
font-size: 16px;
|
|
1408
|
-
font-family: PingFangSC-Medium;
|
|
1409
|
-
line-height: 22px;
|
|
1410
1574
|
margin: 10px 0;
|
|
1411
|
-
color: rgba(0, 0, 0, 0.6);
|
|
1412
1575
|
}
|
|
1413
1576
|
.tui-profile-div-with-edit {
|
|
1414
|
-
|
|
1415
|
-
|
|
1577
|
+
height: auto !important;
|
|
1578
|
+
}
|
|
1579
|
+
[data-uikit-theme=light] .tui-profile-div-with-edit {
|
|
1580
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1581
|
+
transition: background-color 0.3s ease-in-out;
|
|
1582
|
+
}
|
|
1583
|
+
[data-uikit-theme=dark] .tui-profile-div-with-edit {
|
|
1584
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1585
|
+
transition: background-color 0.3s ease-in-out;
|
|
1416
1586
|
}
|
|
1417
1587
|
.tui-profile-edit {
|
|
1418
1588
|
border-bottom: none !important;
|
|
@@ -1432,11 +1602,13 @@ ul li {
|
|
|
1432
1602
|
border: none !important;
|
|
1433
1603
|
}
|
|
1434
1604
|
|
|
1435
|
-
.tui-profile {
|
|
1436
|
-
background:
|
|
1605
|
+
[data-uikit-theme=light] .tui-profile {
|
|
1606
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
1607
|
+
transition: background-color 0.3s ease-in-out;
|
|
1437
1608
|
}
|
|
1438
|
-
.tui-profile
|
|
1439
|
-
background:
|
|
1609
|
+
[data-uikit-theme=dark] .tui-profile {
|
|
1610
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
1611
|
+
transition: background-color 0.3s ease-in-out;
|
|
1440
1612
|
}
|
|
1441
1613
|
.conversation-search-result.no-result {
|
|
1442
1614
|
padding: 0 20px;
|
|
@@ -1463,20 +1635,40 @@ ul li {
|
|
|
1463
1635
|
display: flex;
|
|
1464
1636
|
align-items: center;
|
|
1465
1637
|
border-radius: 10px;
|
|
1466
|
-
background: rgba(249, 249, 249, 0.94);
|
|
1467
1638
|
padding: 0 8px;
|
|
1468
1639
|
height: 36px;
|
|
1469
1640
|
box-sizing: border-box;
|
|
1470
1641
|
}
|
|
1471
|
-
|
|
1472
|
-
|
|
1642
|
+
[data-uikit-theme=light] .tui-kit-input-box {
|
|
1643
|
+
background-color: var(--uikit-theme-light-bg-color-input);
|
|
1644
|
+
transition: background-color 0.3s ease-in-out;
|
|
1645
|
+
}
|
|
1646
|
+
[data-uikit-theme=dark] .tui-kit-input-box {
|
|
1647
|
+
background-color: var(--uikit-theme-dark-bg-color-input);
|
|
1648
|
+
transition: background-color 0.3s ease-in-out;
|
|
1649
|
+
}
|
|
1650
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1651
|
+
outline: 1px solid var(--uikit-theme-light-text-color-link);
|
|
1652
|
+
transition: background-color 0.3s ease-in-out;
|
|
1653
|
+
}
|
|
1654
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-box--focus {
|
|
1655
|
+
outline: 1px solid var(--uikit-theme-dark-text-color-link);
|
|
1656
|
+
transition: background-color 0.3s ease-in-out;
|
|
1473
1657
|
}
|
|
1474
1658
|
.tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1475
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
1476
|
-
background-color: #fff;
|
|
1477
1659
|
outline: none;
|
|
1478
1660
|
border-radius: 0;
|
|
1479
1661
|
}
|
|
1662
|
+
[data-uikit-theme=light] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1663
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1664
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1665
|
+
transition: background-color 0.3s ease-in-out;
|
|
1666
|
+
}
|
|
1667
|
+
[data-uikit-theme=dark] .tui-kit-input-box.tui-kit-input-border--bottom {
|
|
1668
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1669
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1670
|
+
transition: background-color 0.3s ease-in-out;
|
|
1671
|
+
}
|
|
1480
1672
|
.tui-kit-input-box .tui-kit-input {
|
|
1481
1673
|
margin-left: 6px;
|
|
1482
1674
|
margin-right: auto;
|
|
@@ -1490,22 +1682,47 @@ ul li {
|
|
|
1490
1682
|
box-sizing: border-box;
|
|
1491
1683
|
font-size: 14px;
|
|
1492
1684
|
}
|
|
1685
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input {
|
|
1686
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1687
|
+
transition: background-color 0.3s ease-in-out;
|
|
1688
|
+
}
|
|
1689
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input {
|
|
1690
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1691
|
+
transition: background-color 0.3s ease-in-out;
|
|
1692
|
+
}
|
|
1493
1693
|
.tui-kit-input-box .tui-kit-input:focus {
|
|
1494
1694
|
border: none;
|
|
1495
1695
|
outline: none;
|
|
1496
1696
|
}
|
|
1497
1697
|
.tui-kit-input-box .tui-kit-input::placeholder {
|
|
1498
|
-
font-weight: 400;
|
|
1499
|
-
color: rgba(67, 60, 63, 0.6);
|
|
1500
1698
|
padding: 2px 0;
|
|
1501
1699
|
}
|
|
1700
|
+
[data-uikit-theme=light] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1701
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
1702
|
+
transition: background-color 0.3s ease-in-out;
|
|
1703
|
+
}
|
|
1704
|
+
[data-uikit-theme=dark] .tui-kit-input-box .tui-kit-input::placeholder {
|
|
1705
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
1706
|
+
transition: background-color 0.3s ease-in-out;
|
|
1707
|
+
}
|
|
1502
1708
|
.tui-manage {
|
|
1503
1709
|
display: flex;
|
|
1504
1710
|
flex-direction: column;
|
|
1505
1711
|
width: 22%;
|
|
1506
1712
|
max-width: 300px;
|
|
1507
1713
|
min-width: 200px;
|
|
1508
|
-
|
|
1714
|
+
}
|
|
1715
|
+
[data-uikit-theme=light] .tui-manage {
|
|
1716
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1717
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1718
|
+
border-left: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1719
|
+
transition: background-color 0.3s ease-in-out;
|
|
1720
|
+
}
|
|
1721
|
+
[data-uikit-theme=dark] .tui-manage {
|
|
1722
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1723
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1724
|
+
border-left: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1725
|
+
transition: background-color 0.3s ease-in-out;
|
|
1509
1726
|
}
|
|
1510
1727
|
.tui-manage .red {
|
|
1511
1728
|
color: #ff584c !important;
|
|
@@ -1519,8 +1736,6 @@ ul li {
|
|
|
1519
1736
|
margin-right: 10px;
|
|
1520
1737
|
font-weight: 700;
|
|
1521
1738
|
font-size: 14px;
|
|
1522
|
-
font-family: PingFangSC-Medium;
|
|
1523
|
-
line-height: 17px;
|
|
1524
1739
|
}
|
|
1525
1740
|
.tui-manage .tui-manage-container .tui-manage-info {
|
|
1526
1741
|
display: flex;
|
|
@@ -1535,26 +1750,27 @@ ul li {
|
|
|
1535
1750
|
text-align: center;
|
|
1536
1751
|
font-weight: 700;
|
|
1537
1752
|
font-size: 24px;
|
|
1538
|
-
font-family: PingFangSC-Medium;
|
|
1539
|
-
line-height: 29px;
|
|
1540
1753
|
margin-bottom: 10px;
|
|
1541
1754
|
}
|
|
1542
1755
|
.tui-manage .tui-manage-container .tui-manage-info .info-id {
|
|
1543
|
-
font-weight: 400;
|
|
1544
1756
|
font-size: 12px;
|
|
1545
|
-
font-family: PingFangSC-Medium;
|
|
1546
|
-
line-height: 14px;
|
|
1547
1757
|
color: #666;
|
|
1548
1758
|
margin-bottom: 30px;
|
|
1549
1759
|
text-align: center;
|
|
1550
1760
|
}
|
|
1551
1761
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
1552
1762
|
display: flex;
|
|
1553
|
-
background: rgba(249, 249, 249, 0.94);
|
|
1554
1763
|
align-items: center;
|
|
1555
1764
|
justify-content: space-between;
|
|
1556
1765
|
padding: 10px;
|
|
1557
|
-
|
|
1766
|
+
}
|
|
1767
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
1768
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
1769
|
+
transition: background-color 0.3s ease-in-out;
|
|
1770
|
+
}
|
|
1771
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box {
|
|
1772
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
1773
|
+
transition: background-color 0.3s ease-in-out;
|
|
1558
1774
|
}
|
|
1559
1775
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box:nth-child(2) {
|
|
1560
1776
|
margin-top: 10px;
|
|
@@ -1562,9 +1778,14 @@ ul li {
|
|
|
1562
1778
|
}
|
|
1563
1779
|
.tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
1564
1780
|
font-size: 16px;
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
color:
|
|
1781
|
+
}
|
|
1782
|
+
[data-uikit-theme=light] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
1783
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1784
|
+
transition: background-color 0.3s ease-in-out;
|
|
1785
|
+
}
|
|
1786
|
+
[data-uikit-theme=dark] .tui-manage .tui-manage-container .tui-manage-handle .manage-handle-box .manage-handle-title {
|
|
1787
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1788
|
+
transition: background-color 0.3s ease-in-out;
|
|
1568
1789
|
}
|
|
1569
1790
|
|
|
1570
1791
|
.tui-manage.tui-h5-manage {
|
|
@@ -1578,7 +1799,14 @@ ul li {
|
|
|
1578
1799
|
max-width: 100%;
|
|
1579
1800
|
min-width: 100%;
|
|
1580
1801
|
z-index: 1;
|
|
1581
|
-
|
|
1802
|
+
}
|
|
1803
|
+
[data-uikit-theme=light] .tui-manage.tui-h5-manage {
|
|
1804
|
+
background: var(--uikit-theme-light-bg-color-operate);
|
|
1805
|
+
transition: background-color 0.3s ease-in-out;
|
|
1806
|
+
}
|
|
1807
|
+
[data-uikit-theme=dark] .tui-manage.tui-h5-manage {
|
|
1808
|
+
background: var(--uikit-theme-dark-bg-color-operate);
|
|
1809
|
+
transition: background-color 0.3s ease-in-out;
|
|
1582
1810
|
}
|
|
1583
1811
|
.popup {
|
|
1584
1812
|
opacity: 0;
|
|
@@ -1612,18 +1840,37 @@ ul li {
|
|
|
1612
1840
|
opacity: 0;
|
|
1613
1841
|
}
|
|
1614
1842
|
|
|
1615
|
-
.info {
|
|
1616
|
-
background:
|
|
1843
|
+
[data-uikit-theme=light] .info {
|
|
1844
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
1845
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
1846
|
+
transition: background-color 0.3s ease-in-out;
|
|
1847
|
+
}
|
|
1848
|
+
[data-uikit-theme=dark] .info {
|
|
1849
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
1850
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
1851
|
+
transition: background-color 0.3s ease-in-out;
|
|
1617
1852
|
}
|
|
1618
1853
|
|
|
1619
|
-
.warn {
|
|
1620
|
-
color:
|
|
1621
|
-
|
|
1854
|
+
[data-uikit-theme=light] .warn {
|
|
1855
|
+
background-color: var(--uikit-theme-light-text-color-warning);
|
|
1856
|
+
color: #fff;
|
|
1857
|
+
transition: background-color 0.3s ease-in-out;
|
|
1858
|
+
}
|
|
1859
|
+
[data-uikit-theme=dark] .warn {
|
|
1860
|
+
background-color: var(--uikit-theme-dark-text-color-warning);
|
|
1861
|
+
color: #fff;
|
|
1862
|
+
transition: background-color 0.3s ease-in-out;
|
|
1622
1863
|
}
|
|
1623
1864
|
|
|
1624
|
-
.error {
|
|
1625
|
-
color:
|
|
1626
|
-
|
|
1865
|
+
[data-uikit-theme=light] .error {
|
|
1866
|
+
background-color: var(--uikit-theme-light-text-color-error);
|
|
1867
|
+
color: #fff;
|
|
1868
|
+
transition: background-color 0.3s ease-in-out;
|
|
1869
|
+
}
|
|
1870
|
+
[data-uikit-theme=dark] .error {
|
|
1871
|
+
background-color: var(--uikit-theme-dark-text-color-error);
|
|
1872
|
+
color: #fff;
|
|
1873
|
+
transition: background-color 0.3s ease-in-out;
|
|
1627
1874
|
}
|
|
1628
1875
|
.div-with-edit {
|
|
1629
1876
|
flex: 1;
|
|
@@ -1645,12 +1892,12 @@ ul li {
|
|
|
1645
1892
|
position: relative;
|
|
1646
1893
|
word-break: break-all;
|
|
1647
1894
|
}
|
|
1648
|
-
.div-with-edit .show:hover .icon-edit {
|
|
1649
|
-
display: flex;
|
|
1650
|
-
}
|
|
1651
1895
|
.div-with-edit .show .icon-edit {
|
|
1652
1896
|
display: none;
|
|
1653
1897
|
}
|
|
1898
|
+
.div-with-edit .show:hover .icon-edit {
|
|
1899
|
+
display: flex;
|
|
1900
|
+
}
|
|
1654
1901
|
.div-with-edit .icon {
|
|
1655
1902
|
margin-left: 10px;
|
|
1656
1903
|
width: 25px;
|
|
@@ -1661,9 +1908,16 @@ ul li {
|
|
|
1661
1908
|
align-items: center;
|
|
1662
1909
|
justify-content: space-between;
|
|
1663
1910
|
position: relative;
|
|
1664
|
-
border-bottom: 1px solid #EEEEEE;
|
|
1665
1911
|
padding: 0 10px;
|
|
1666
1912
|
}
|
|
1913
|
+
[data-uikit-theme=light] .div-with-edit .edit {
|
|
1914
|
+
border-bottom: 1px solid var(--uikit-theme-light-stroke-color-primary);
|
|
1915
|
+
transition: background-color 0.3s ease-in-out;
|
|
1916
|
+
}
|
|
1917
|
+
[data-uikit-theme=dark] .div-with-edit .edit {
|
|
1918
|
+
border-bottom: 1px solid var(--uikit-theme-dark-stroke-color-primary);
|
|
1919
|
+
transition: background-color 0.3s ease-in-out;
|
|
1920
|
+
}
|
|
1667
1921
|
.div-with-edit .edit input {
|
|
1668
1922
|
flex: 1;
|
|
1669
1923
|
font-size: inherit;
|
|
@@ -1675,20 +1929,32 @@ ul li {
|
|
|
1675
1929
|
}
|
|
1676
1930
|
.div-with-edit .edit .select {
|
|
1677
1931
|
position: absolute;
|
|
1678
|
-
box-sizing: border-box;
|
|
1679
1932
|
min-width: 100%;
|
|
1680
1933
|
z-index: 2;
|
|
1681
|
-
background: #FFFFFF;
|
|
1682
|
-
box-shadow: 0 11px 20px 0 rgb(0, 0, 0);
|
|
1683
1934
|
top: 100%;
|
|
1684
1935
|
border-radius: 5px;
|
|
1685
1936
|
padding: 10px 0;
|
|
1686
1937
|
}
|
|
1938
|
+
[data-uikit-theme=light] .div-with-edit .edit .select {
|
|
1939
|
+
background: var(--uikit-theme-light-dropdown-color-default);
|
|
1940
|
+
box-shadow: 0 11px 20px 0 var(--uikit-theme-light-shadow-color);
|
|
1941
|
+
transition: background-color 0.3s ease-in-out;
|
|
1942
|
+
}
|
|
1943
|
+
[data-uikit-theme=dark] .div-with-edit .edit .select {
|
|
1944
|
+
background: var(--uikit-theme-dark-dropdown-color-default);
|
|
1945
|
+
box-shadow: 0 11px 20px 0 var(--uikit-theme-dark-shadow-color);
|
|
1946
|
+
transition: background-color 0.3s ease-in-out;
|
|
1947
|
+
}
|
|
1687
1948
|
.div-with-edit .edit .select-list-item {
|
|
1688
1949
|
padding: 7px 10px;
|
|
1689
1950
|
}
|
|
1690
|
-
.div-with-edit .edit .select-list-item:hover {
|
|
1691
|
-
background:
|
|
1951
|
+
[data-uikit-theme=light] .div-with-edit .edit .select-list-item:hover {
|
|
1952
|
+
background: var(--uikit-theme-light-dropdown-color-hover);
|
|
1953
|
+
transition: background-color 0.3s ease-in-out;
|
|
1954
|
+
}
|
|
1955
|
+
[data-uikit-theme=dark] .div-with-edit .edit .select-list-item:hover {
|
|
1956
|
+
background: var(--uikit-theme-dark-dropdown-color-hover);
|
|
1957
|
+
transition: background-color 0.3s ease-in-out;
|
|
1692
1958
|
}
|
|
1693
1959
|
.tui-kit-icon {
|
|
1694
1960
|
display: flex;
|
|
@@ -1799,10 +2065,16 @@ ul li {
|
|
|
1799
2065
|
display: flex;
|
|
1800
2066
|
flex-direction: column;
|
|
1801
2067
|
position: relative;
|
|
1802
|
-
border-right: 1px solid #F9FAFB;
|
|
1803
2068
|
text-align: initial;
|
|
1804
|
-
overflow
|
|
1805
|
-
|
|
2069
|
+
overflow: hidden scroll;
|
|
2070
|
+
}
|
|
2071
|
+
[data-uikit-theme=light] .tui-contacts-list {
|
|
2072
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2073
|
+
transition: background-color 0.3s ease-in-out;
|
|
2074
|
+
}
|
|
2075
|
+
[data-uikit-theme=dark] .tui-contacts-list {
|
|
2076
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2077
|
+
transition: background-color 0.3s ease-in-out;
|
|
1806
2078
|
}
|
|
1807
2079
|
.tui-contacts-list .tui-contacts-title {
|
|
1808
2080
|
display: flex;
|
|
@@ -1811,6 +2083,7 @@ ul li {
|
|
|
1811
2083
|
.tui-contacts-list .tui-contacts-list-title {
|
|
1812
2084
|
display: flex;
|
|
1813
2085
|
padding: 10px 20px;
|
|
2086
|
+
cursor: pointer;
|
|
1814
2087
|
}
|
|
1815
2088
|
.tui-contacts-list .tui-contacts-list-icon {
|
|
1816
2089
|
display: flex;
|
|
@@ -1818,15 +2091,24 @@ ul li {
|
|
|
1818
2091
|
justify-content: center;
|
|
1819
2092
|
margin-right: 20px;
|
|
1820
2093
|
}
|
|
2094
|
+
.tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2095
|
+
font-size: 12px;
|
|
2096
|
+
}
|
|
2097
|
+
[data-uikit-theme=light] .tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2098
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2099
|
+
transition: background-color 0.3s ease-in-out;
|
|
2100
|
+
}
|
|
2101
|
+
[data-uikit-theme=dark] .tui-contacts-list .tui-contacts-list-icon .contacts-list-icon {
|
|
2102
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2103
|
+
transition: background-color 0.3s ease-in-out;
|
|
2104
|
+
}
|
|
1821
2105
|
.tui-contacts-list .tui-contacts-list-item {
|
|
1822
2106
|
align-items: center;
|
|
1823
2107
|
cursor: pointer;
|
|
1824
2108
|
display: flex;
|
|
1825
2109
|
padding: 10px 20px;
|
|
1826
2110
|
text-align: center;
|
|
1827
|
-
font-family: PingFangSC-Medium;
|
|
1828
2111
|
font-size: 14px;
|
|
1829
|
-
line-height: 20px;
|
|
1830
2112
|
}
|
|
1831
2113
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-card {
|
|
1832
2114
|
display: flex;
|
|
@@ -1839,6 +2121,11 @@ ul li {
|
|
|
1839
2121
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-container {
|
|
1840
2122
|
margin-left: 10px;
|
|
1841
2123
|
}
|
|
2124
|
+
.tui-contacts-list .tui-contacts-list-item .text-ellipsis, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text {
|
|
2125
|
+
overflow: hidden;
|
|
2126
|
+
text-overflow: ellipsis;
|
|
2127
|
+
white-space: nowrap;
|
|
2128
|
+
}
|
|
1842
2129
|
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text {
|
|
1843
2130
|
color: #999;
|
|
1844
2131
|
font-size: 12px;
|
|
@@ -1849,22 +2136,11 @@ ul li {
|
|
|
1849
2136
|
font-size: 12px;
|
|
1850
2137
|
text-align: left;
|
|
1851
2138
|
}
|
|
1852
|
-
.tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name {
|
|
1853
|
-
color: #000;
|
|
1854
|
-
font-weight: 400;
|
|
1855
|
-
text-align: left;
|
|
1856
|
-
}
|
|
1857
|
-
.tui-contacts-list .text-ellipsis, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-text, .tui-contacts-list .tui-contacts-list-item .tui-contacts-list-item-name {
|
|
1858
|
-
overflow: hidden;
|
|
1859
|
-
text-overflow: ellipsis;
|
|
1860
|
-
white-space: nowrap;
|
|
1861
|
-
}
|
|
1862
2139
|
.tui-contacts-list .application-btn {
|
|
1863
2140
|
width: 30px;
|
|
1864
2141
|
height: 14px;
|
|
1865
2142
|
padding: 5px;
|
|
1866
2143
|
border-radius: 15px;
|
|
1867
|
-
border: none;
|
|
1868
2144
|
font-size: 10px;
|
|
1869
2145
|
text-align: center;
|
|
1870
2146
|
line-height: 14px;
|
|
@@ -1872,8 +2148,8 @@ ul li {
|
|
|
1872
2148
|
cursor: pointer;
|
|
1873
2149
|
-webkit-user-select: none;
|
|
1874
2150
|
user-select: none;
|
|
1875
|
-
border: 1px solid #
|
|
1876
|
-
background: #
|
|
2151
|
+
border: 1px solid #006eff;
|
|
2152
|
+
background: #006eff;
|
|
1877
2153
|
color: #fff;
|
|
1878
2154
|
}
|
|
1879
2155
|
|
|
@@ -1891,10 +2167,17 @@ ul li {
|
|
|
1891
2167
|
height: 100%;
|
|
1892
2168
|
display: flex;
|
|
1893
2169
|
padding: 60px;
|
|
1894
|
-
box-sizing: border-box;
|
|
1895
2170
|
flex-direction: column;
|
|
1896
2171
|
overflow: hidden;
|
|
1897
2172
|
}
|
|
2173
|
+
[data-uikit-theme=light] .tui-contact-info {
|
|
2174
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2175
|
+
transition: background-color 0.3s ease-in-out;
|
|
2176
|
+
}
|
|
2177
|
+
[data-uikit-theme=dark] .tui-contact-info {
|
|
2178
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2179
|
+
transition: background-color 0.3s ease-in-out;
|
|
2180
|
+
}
|
|
1898
2181
|
.tui-contact-info .tui-contact-info-header {
|
|
1899
2182
|
padding-bottom: 15px;
|
|
1900
2183
|
border-bottom: 1px solid #ddd;
|
|
@@ -1914,30 +2197,50 @@ ul li {
|
|
|
1914
2197
|
font-size: 24px;
|
|
1915
2198
|
padding: 15px;
|
|
1916
2199
|
}
|
|
2200
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-header .header-container .header-container-name {
|
|
2201
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2202
|
+
transition: background-color 0.3s ease-in-out;
|
|
2203
|
+
}
|
|
2204
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-header .header-container .header-container-name {
|
|
2205
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2206
|
+
transition: background-color 0.3s ease-in-out;
|
|
2207
|
+
}
|
|
1917
2208
|
.tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2209
|
+
margin-top: 20px;
|
|
1918
2210
|
font-size: 16px;
|
|
1919
|
-
line-height: 50px;
|
|
1920
|
-
font-weight: 400;
|
|
1921
|
-
color: #999999;
|
|
1922
2211
|
word-break: break-all;
|
|
1923
2212
|
}
|
|
2213
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2214
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2215
|
+
transition: background-color 0.3s ease-in-out;
|
|
2216
|
+
}
|
|
2217
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-header .header-container .header-container-text {
|
|
2218
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2219
|
+
transition: background-color 0.3s ease-in-out;
|
|
2220
|
+
}
|
|
1924
2221
|
.tui-contact-info .tui-contact-info-content {
|
|
1925
2222
|
padding: 15px 0;
|
|
1926
2223
|
overflow: hidden;
|
|
1927
2224
|
}
|
|
2225
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content {
|
|
2226
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2227
|
+
transition: background-color 0.3s ease-in-out;
|
|
2228
|
+
}
|
|
2229
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content {
|
|
2230
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2231
|
+
transition: background-color 0.3s ease-in-out;
|
|
2232
|
+
}
|
|
1928
2233
|
.tui-contact-info .tui-contact-info-content .content-item {
|
|
1929
2234
|
display: flex;
|
|
1930
2235
|
flex-direction: row;
|
|
1931
2236
|
align-items: center;
|
|
1932
2237
|
padding: 6px 0;
|
|
1933
2238
|
font-size: 16px;
|
|
1934
|
-
font-weight: 400;
|
|
1935
2239
|
min-height: 56px;
|
|
1936
2240
|
}
|
|
1937
2241
|
.tui-contact-info .tui-contact-info-content .content-item-wording {
|
|
1938
2242
|
padding: 6px 0;
|
|
1939
2243
|
font-size: 16px;
|
|
1940
|
-
font-weight: 400;
|
|
1941
2244
|
min-height: 56px;
|
|
1942
2245
|
}
|
|
1943
2246
|
.tui-contact-info .tui-contact-info-content .content-item-wording-text {
|
|
@@ -1952,14 +2255,12 @@ ul li {
|
|
|
1952
2255
|
width: 95%;
|
|
1953
2256
|
}
|
|
1954
2257
|
.tui-contact-info .tui-contact-info-content .content-item-label {
|
|
1955
|
-
color: #999;
|
|
1956
2258
|
margin-right: 5px;
|
|
1957
2259
|
}
|
|
1958
2260
|
.tui-contact-info .tui-contact-info-content .content-item-text {
|
|
1959
2261
|
flex: 1;
|
|
1960
2262
|
display: flex;
|
|
1961
2263
|
flex-direction: row;
|
|
1962
|
-
color: #333;
|
|
1963
2264
|
overflow: hidden;
|
|
1964
2265
|
}
|
|
1965
2266
|
.tui-contact-info .tui-contact-info-content .content-btn-container {
|
|
@@ -1969,30 +2270,36 @@ ul li {
|
|
|
1969
2270
|
}
|
|
1970
2271
|
.tui-contact-info .tui-contact-info-content .content-btn-container .content-item-btn {
|
|
1971
2272
|
margin: 15px;
|
|
1972
|
-
width: 122px;
|
|
1973
|
-
height: 26px;
|
|
1974
2273
|
padding: 8px 20px;
|
|
1975
2274
|
border-radius: 25px;
|
|
1976
2275
|
border: none;
|
|
1977
2276
|
font-size: 14px;
|
|
1978
2277
|
text-align: center;
|
|
1979
|
-
line-height: 26px;
|
|
1980
|
-
font-weight: 400;
|
|
1981
2278
|
letter-spacing: 0;
|
|
1982
2279
|
min-width: 100px;
|
|
1983
2280
|
cursor: pointer;
|
|
1984
2281
|
-webkit-user-select: none;
|
|
1985
2282
|
user-select: none;
|
|
1986
2283
|
}
|
|
1987
|
-
.tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
2284
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
2285
|
+
color: var(--uikit-theme-light-text-color-error);
|
|
2286
|
+
border: 1px solid;
|
|
2287
|
+
transition: background-color 0.3s ease-in-out;
|
|
1991
2288
|
}
|
|
1992
|
-
.tui-contact-info .tui-contact-info-content .content-btn-container .
|
|
1993
|
-
|
|
1994
|
-
|
|
2289
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content .content-btn-container .delete-btn {
|
|
2290
|
+
color: var(--uikit-theme-dark-text-color-error);
|
|
2291
|
+
border: 1px solid;
|
|
2292
|
+
transition: background-color 0.3s ease-in-out;
|
|
2293
|
+
}
|
|
2294
|
+
[data-uikit-theme=light] .tui-contact-info .tui-contact-info-content .content-btn-container .confirm-btn {
|
|
1995
2295
|
color: #fff;
|
|
2296
|
+
background-color: var(--uikit-theme-light-text-color-link);
|
|
2297
|
+
transition: background-color 0.3s ease-in-out;
|
|
2298
|
+
}
|
|
2299
|
+
[data-uikit-theme=dark] .tui-contact-info .tui-contact-info-content .content-btn-container .confirm-btn {
|
|
2300
|
+
color: #fff;
|
|
2301
|
+
background-color: var(--uikit-theme-dark-text-color-link);
|
|
2302
|
+
transition: background-color 0.3s ease-in-out;
|
|
1996
2303
|
}
|
|
1997
2304
|
|
|
1998
2305
|
.tui-contact-info-h5 {
|
|
@@ -2008,6 +2315,14 @@ ul li {
|
|
|
2008
2315
|
text-align: initial;
|
|
2009
2316
|
overflow: hidden;
|
|
2010
2317
|
}
|
|
2318
|
+
[data-uikit-theme=light] .tui-contacts {
|
|
2319
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2320
|
+
transition: background-color 0.3s ease-in-out;
|
|
2321
|
+
}
|
|
2322
|
+
[data-uikit-theme=dark] .tui-contacts {
|
|
2323
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2324
|
+
transition: background-color 0.3s ease-in-out;
|
|
2325
|
+
}
|
|
2011
2326
|
.tui-contacts .tui-contacts-header {
|
|
2012
2327
|
position: relative;
|
|
2013
2328
|
display: flex;
|
|
@@ -2018,8 +2333,7 @@ ul li {
|
|
|
2018
2333
|
width: 100%;
|
|
2019
2334
|
}
|
|
2020
2335
|
.tui-contacts .tui-contacts-add {
|
|
2021
|
-
|
|
2022
|
-
color: #147AFF;
|
|
2336
|
+
color: #147aff;
|
|
2023
2337
|
font-size: 20px;
|
|
2024
2338
|
align-items: center;
|
|
2025
2339
|
cursor: pointer;
|
|
@@ -2033,22 +2347,33 @@ ul li {
|
|
|
2033
2347
|
}
|
|
2034
2348
|
.tui-contacts .tui-contacts-add-header {
|
|
2035
2349
|
align-items: center;
|
|
2036
|
-
background-color: #f9fafb;
|
|
2037
2350
|
display: flex;
|
|
2038
2351
|
flex-direction: row;
|
|
2039
2352
|
padding: 16px 20px;
|
|
2040
2353
|
text-align: center;
|
|
2041
2354
|
margin-bottom: 10px;
|
|
2042
2355
|
}
|
|
2356
|
+
[data-uikit-theme=light] .tui-contacts .tui-contacts-add-header {
|
|
2357
|
+
background-color: var(--uikit-theme-light-bg-color-operate);
|
|
2358
|
+
transition: background-color 0.3s ease-in-out;
|
|
2359
|
+
}
|
|
2360
|
+
[data-uikit-theme=dark] .tui-contacts .tui-contacts-add-header {
|
|
2361
|
+
background-color: var(--uikit-theme-dark-bg-color-operate);
|
|
2362
|
+
transition: background-color 0.3s ease-in-out;
|
|
2363
|
+
}
|
|
2043
2364
|
.tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2044
|
-
color: #000;
|
|
2045
|
-
font-family: PingFangSC-Medium;
|
|
2046
2365
|
font-size: 20px;
|
|
2047
2366
|
font-weight: 600;
|
|
2048
|
-
letter-spacing: -0.41px;
|
|
2049
|
-
line-height: 32px;
|
|
2050
2367
|
margin-left: 10px;
|
|
2051
2368
|
}
|
|
2369
|
+
[data-uikit-theme=light] .tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2370
|
+
color: var(--uikit-theme-light-text-color-primary);
|
|
2371
|
+
transition: background-color 0.3s ease-in-out;
|
|
2372
|
+
}
|
|
2373
|
+
[data-uikit-theme=dark] .tui-contacts .tui-contacts-add-header .tui-contacts-add-header-title {
|
|
2374
|
+
color: var(--uikit-theme-dark-text-color-primary);
|
|
2375
|
+
transition: background-color 0.3s ease-in-out;
|
|
2376
|
+
}
|
|
2052
2377
|
.tui-contacts .no-result {
|
|
2053
2378
|
padding: 0 20px;
|
|
2054
2379
|
display: flex;
|
|
@@ -2059,12 +2384,17 @@ ul li {
|
|
|
2059
2384
|
margin: 100px auto 50px;
|
|
2060
2385
|
}
|
|
2061
2386
|
.tui-contacts .no-result-message {
|
|
2062
|
-
color: #999999;
|
|
2063
|
-
font-weight: 400;
|
|
2064
2387
|
font-size: 16px;
|
|
2065
|
-
font-family: PingFangSC-Medium;
|
|
2066
2388
|
line-height: 22px;
|
|
2067
2389
|
}
|
|
2390
|
+
[data-uikit-theme=light] .tui-contacts .no-result-message {
|
|
2391
|
+
color: var(--uikit-theme-light-text-color-secondary);
|
|
2392
|
+
transition: background-color 0.3s ease-in-out;
|
|
2393
|
+
}
|
|
2394
|
+
[data-uikit-theme=dark] .tui-contacts .no-result-message {
|
|
2395
|
+
color: var(--uikit-theme-dark-text-color-secondary);
|
|
2396
|
+
transition: background-color 0.3s ease-in-out;
|
|
2397
|
+
}
|
|
2068
2398
|
|
|
2069
2399
|
.tui-contacts-h5 {
|
|
2070
2400
|
min-width: 100%;
|