615 lines
16 KiB
Plaintext
615 lines
16 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body.data-v-04dfedea, div.data-v-04dfedea, ul.data-v-04dfedea, ol.data-v-04dfedea, dt.data-v-04dfedea, dd.data-v-04dfedea, li.data-v-04dfedea, dl.data-v-04dfedea, h1.data-v-04dfedea, h2.data-v-04dfedea, h3.data-v-04dfedea, h4.data-v-04dfedea, p.data-v-04dfedea {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-style: normal;
|
||
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
|
||
}
|
||
ol.data-v-04dfedea, ul.data-v-04dfedea, li.data-v-04dfedea {
|
||
list-style: none;
|
||
}
|
||
img.data-v-04dfedea {
|
||
border: 0;
|
||
vertical-align: middle;
|
||
pointer-events: none;
|
||
}
|
||
body.data-v-04dfedea {
|
||
color: #000;
|
||
background: #FFF;
|
||
}
|
||
.clear.data-v-04dfedea {
|
||
clear: both;
|
||
height: 1px;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin-top: -1px;
|
||
}
|
||
a.data-v-04dfedea {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
a.data-v-04dfedea:hover {
|
||
text-decoration: none;
|
||
}
|
||
input.data-v-04dfedea, textarea.data-v-04dfedea {
|
||
-webkit-user-select: auto;
|
||
user-select: auto;
|
||
}
|
||
input.data-v-04dfedea:focus, input.data-v-04dfedea:active, textarea.data-v-04dfedea:focus, textarea.data-v-04dfedea:active {
|
||
outline: none;
|
||
}
|
||
.chat-aside.data-v-04dfedea {
|
||
position: absolute;
|
||
top: 50px;
|
||
right: 0;
|
||
box-sizing: border-box;
|
||
width: 360px !important;
|
||
border-radius: 8px 0 0 8px;
|
||
z-index: 9999;
|
||
max-height: calc(100% - 50px);
|
||
}
|
||
.tui-chat.data-v-04dfedea {
|
||
width: 100%;
|
||
height: 100%;
|
||
max-width: 100%;
|
||
overflow: hidden;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex-direction: column;
|
||
position: relative;
|
||
}
|
||
.tui-chat-default.data-v-04dfedea {
|
||
width: 100%;
|
||
height: 100%;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
}
|
||
.tui-chat-header.data-v-04dfedea {
|
||
padding: 10px;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
}
|
||
.tui-chat-message-list.data-v-04dfedea {
|
||
flex: 1;
|
||
overflow: hidden;
|
||
display: flex;
|
||
}
|
||
.tui-chat-leave-group.data-v-04dfedea {
|
||
font-size: 14px;
|
||
height: 160px;
|
||
border-top: 1px solid #efefef;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.tui-chat-leave-group-mobile.data-v-04dfedea {
|
||
height: 50px;
|
||
}
|
||
.tui-chat-message-input.data-v-04dfedea {
|
||
height: 160px;
|
||
display: flex;
|
||
}
|
||
.chat.data-v-04dfedea {
|
||
display: block;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.tui-chat-h5-message-list.data-v-04dfedea {
|
||
flex: 1;
|
||
overflow: hidden;
|
||
display: flex;
|
||
}
|
||
.tui-chat-h5-message-input.data-v-04dfedea {
|
||
height: auto;
|
||
padding: 10px 10px 0;
|
||
border-top: 1px solid #eee;
|
||
}
|
||
.tui-chat-h5-message-input-toolbar.data-v-04dfedea {
|
||
order: 1;
|
||
border: none;
|
||
}
|
||
.tui-chat-uniapp-header.data-v-04dfedea {
|
||
display: none;
|
||
}
|
||
.group-profile.data-v-04dfedea {
|
||
position: absolute;
|
||
top: 14%;
|
||
right: 0;
|
||
width: 50px;
|
||
height: 30px;
|
||
line-height: 30px;
|
||
color: #000;
|
||
font-size: 10px;
|
||
border-top-left-radius: 20px;
|
||
border-bottom-left-radius: 20px;
|
||
padding-left: 15px;
|
||
z-index: 100;
|
||
background-color: #ccc;
|
||
opacity: 0.5;
|
||
}
|
||
.tui-chat-uni-message-input.data-v-04dfedea {
|
||
max-height: 370px;
|
||
padding: 10px;
|
||
}
|
||
.tui-chat-uni-message-input-toolbar.data-v-04dfedea {
|
||
z-index: 100;
|
||
}
|
||
.tui-chat-wx-message-input.data-v-04dfedea {
|
||
padding: 0;
|
||
}
|
||
.data-v-04dfedea:not(not) {
|
||
display: flex;
|
||
flex-direction: column;
|
||
box-sizing: border-box;
|
||
min-width: 0;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body.data-v-fdde69b1, div.data-v-fdde69b1, ul.data-v-fdde69b1, ol.data-v-fdde69b1, dt.data-v-fdde69b1, dd.data-v-fdde69b1, li.data-v-fdde69b1, dl.data-v-fdde69b1, h1.data-v-fdde69b1, h2.data-v-fdde69b1, h3.data-v-fdde69b1, h4.data-v-fdde69b1, p.data-v-fdde69b1 {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-style: normal;
|
||
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
|
||
}
|
||
ol.data-v-fdde69b1, ul.data-v-fdde69b1, li.data-v-fdde69b1 {
|
||
list-style: none;
|
||
}
|
||
img.data-v-fdde69b1 {
|
||
border: 0;
|
||
vertical-align: middle;
|
||
pointer-events: none;
|
||
}
|
||
body.data-v-fdde69b1 {
|
||
color: #000;
|
||
background: #FFF;
|
||
}
|
||
.clear.data-v-fdde69b1 {
|
||
clear: both;
|
||
height: 1px;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin-top: -1px;
|
||
}
|
||
a.data-v-fdde69b1 {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
a.data-v-fdde69b1:hover {
|
||
text-decoration: none;
|
||
}
|
||
input.data-v-fdde69b1, textarea.data-v-fdde69b1 {
|
||
-webkit-user-select: auto;
|
||
user-select: auto;
|
||
}
|
||
input.data-v-fdde69b1:focus, input.data-v-fdde69b1:active, textarea.data-v-fdde69b1:focus, textarea.data-v-fdde69b1:active {
|
||
outline: none;
|
||
}
|
||
.chat-aside.data-v-fdde69b1 {
|
||
position: absolute;
|
||
top: 50px;
|
||
right: 0;
|
||
box-sizing: border-box;
|
||
width: 360px !important;
|
||
border-radius: 8px 0 0 8px;
|
||
z-index: 9999;
|
||
max-height: calc(100% - 50px);
|
||
}
|
||
.tui-search-main-global.data-v-fdde69b1 {
|
||
width: 100%;
|
||
height: -webkit-fit-content;
|
||
height: fit-content;
|
||
}
|
||
.tui-search-main-conversation.data-v-fdde69b1 {
|
||
width: 100%;
|
||
height: 100%;
|
||
background: #fff;
|
||
box-shadow: 0 1px 10px 0 rgba(2, 16, 43, 0.15);
|
||
}
|
||
.tui-search .tui-search-global-header.data-v-fdde69b1 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.tui-search .tui-search-conversation.data-v-fdde69b1 {
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
.tui-search-h5-full-screen.data-v-fdde69b1 {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: column;
|
||
z-index: 1000;
|
||
background: #fff;
|
||
}
|
||
.tui-search-h5-global.data-v-fdde69b1, .tui-search-h5-conversation.data-v-fdde69b1 {
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
}
|
||
.tui-search-h5-conversation.data-v-fdde69b1 {
|
||
overflow: hidden;
|
||
}
|
||
.tui-search-h5.tui-search-main-conversation.data-v-fdde69b1 {
|
||
box-shadow: none;
|
||
}
|
||
.tui-search-h5 .search-input.data-v-fdde69b1,
|
||
.tui-search-h5 .search-container.data-v-fdde69b1,
|
||
.tui-search-h5 .search-result.data-v-fdde69b1 {
|
||
min-width: 0;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
flex: 1;
|
||
overflow: hidden;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body.data-v-32d81a7d, div.data-v-32d81a7d, ul.data-v-32d81a7d, ol.data-v-32d81a7d, dt.data-v-32d81a7d, dd.data-v-32d81a7d, li.data-v-32d81a7d, dl.data-v-32d81a7d, h1.data-v-32d81a7d, h2.data-v-32d81a7d, h3.data-v-32d81a7d, h4.data-v-32d81a7d, p.data-v-32d81a7d {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-style: normal;
|
||
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
|
||
}
|
||
ol.data-v-32d81a7d, ul.data-v-32d81a7d, li.data-v-32d81a7d {
|
||
list-style: none;
|
||
}
|
||
img.data-v-32d81a7d {
|
||
border: 0;
|
||
vertical-align: middle;
|
||
pointer-events: none;
|
||
}
|
||
body.data-v-32d81a7d {
|
||
color: #000;
|
||
background: #FFF;
|
||
}
|
||
.clear.data-v-32d81a7d {
|
||
clear: both;
|
||
height: 1px;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin-top: -1px;
|
||
}
|
||
a.data-v-32d81a7d {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
a.data-v-32d81a7d:hover {
|
||
text-decoration: none;
|
||
}
|
||
input.data-v-32d81a7d, textarea.data-v-32d81a7d {
|
||
-webkit-user-select: auto;
|
||
user-select: auto;
|
||
}
|
||
input.data-v-32d81a7d:focus, input.data-v-32d81a7d:active, textarea.data-v-32d81a7d:focus, textarea.data-v-32d81a7d:active {
|
||
outline: none;
|
||
}
|
||
.chat-aside.data-v-32d81a7d {
|
||
position: absolute;
|
||
top: 50px;
|
||
right: 0;
|
||
box-sizing: border-box;
|
||
width: 360px !important;
|
||
border-radius: 8px 0 0 8px;
|
||
z-index: 9999;
|
||
max-height: calc(100% - 50px);
|
||
}
|
||
.tui-contact.data-v-32d81a7d {
|
||
width: 100%;
|
||
height: 100%;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-left.data-v-32d81a7d {
|
||
min-width: 285px;
|
||
flex: 0 0 24%;
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.tui-contact-right.data-v-32d81a7d {
|
||
border-left: 1px solid #f4f5f9;
|
||
flex: 1;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-h5.data-v-32d81a7d {
|
||
position: relative;
|
||
}
|
||
.tui-contact-h5-left.data-v-32d81a7d, .tui-contact-h5-right.data-v-32d81a7d {
|
||
width: 100%;
|
||
height: 100%;
|
||
flex: 1;
|
||
}
|
||
.tui-contact-h5-right.data-v-32d81a7d {
|
||
position: absolute;
|
||
z-index: 100;
|
||
}
|
||
.tui-contact-h5-left-list.data-v-32d81a7d {
|
||
overflow-y: auto;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tui-group.data-v-61238656 {
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
body.data-v-40b33296, div.data-v-40b33296, ul.data-v-40b33296, ol.data-v-40b33296, dt.data-v-40b33296, dd.data-v-40b33296, li.data-v-40b33296, dl.data-v-40b33296, h1.data-v-40b33296, h2.data-v-40b33296, h3.data-v-40b33296, h4.data-v-40b33296, p.data-v-40b33296 {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-style: normal;
|
||
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
|
||
}
|
||
ol.data-v-40b33296, ul.data-v-40b33296, li.data-v-40b33296 {
|
||
list-style: none;
|
||
}
|
||
img.data-v-40b33296 {
|
||
border: 0;
|
||
vertical-align: middle;
|
||
pointer-events: none;
|
||
}
|
||
body.data-v-40b33296 {
|
||
color: #000;
|
||
background: #FFF;
|
||
}
|
||
.clear.data-v-40b33296 {
|
||
clear: both;
|
||
height: 1px;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin-top: -1px;
|
||
}
|
||
a.data-v-40b33296 {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
a.data-v-40b33296:hover {
|
||
text-decoration: none;
|
||
}
|
||
input.data-v-40b33296, textarea.data-v-40b33296 {
|
||
-webkit-user-select: auto;
|
||
user-select: auto;
|
||
}
|
||
input.data-v-40b33296:focus, input.data-v-40b33296:active, textarea.data-v-40b33296:focus, textarea.data-v-40b33296:active {
|
||
outline: none;
|
||
}
|
||
.chat-aside.data-v-40b33296 {
|
||
position: absolute;
|
||
top: 50px;
|
||
right: 0;
|
||
box-sizing: border-box;
|
||
width: 360px !important;
|
||
border-radius: 8px 0 0 8px;
|
||
z-index: 9999;
|
||
max-height: calc(100% - 50px);
|
||
}
|
||
.tui-conversation.data-v-40b33296 {
|
||
width: 100%;
|
||
height: 100%;
|
||
flex: 1;
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: column;
|
||
}
|
||
.tui-conversation-list.data-v-40b33296 {
|
||
overflow: auto;
|
||
}
|
||
.tui-conversation-header.data-v-40b33296 {
|
||
width: 100%;
|
||
position: relative;
|
||
}
|
||
.tui-conversation-header .list.data-v-40b33296 {
|
||
display: flex;
|
||
align-items: center;
|
||
border-bottom: 1px solid #F4F5F9;
|
||
padding: 7px 0;
|
||
}
|
||
.tui-conversation-header .list-item.data-v-40b33296 {
|
||
flex: 1;
|
||
display: flex;
|
||
position: relative;
|
||
padding: 7px;
|
||
cursor: pointer;
|
||
-webkit-user-select: none;
|
||
user-select: none;
|
||
}
|
||
.tui-conversation-header-item.data-v-40b33296 {
|
||
flex: 1;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.tui-conversation-header-item-title.data-v-40b33296 {
|
||
padding: 0 8px;
|
||
font-size: 16px;
|
||
font-weight: normal;
|
||
}
|
||
.tui-conversation-header-children.data-v-40b33296 {
|
||
position: absolute;
|
||
top: 100%;
|
||
z-index: 3;
|
||
padding: 7px 9px;
|
||
border-bottom: none;
|
||
background-color: #fff;
|
||
box-shadow: 0 3px 7px 0 #0003;
|
||
flex-direction: column;
|
||
}
|
||
.network.data-v-40b33296 {
|
||
padding: 0 12px;
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.network .icon-error.data-v-40b33296 {
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
width: 15px;
|
||
height: 15px;
|
||
border-radius: 15px;
|
||
background: red;
|
||
color: #fff;
|
||
font-style: normal;
|
||
}
|
||
.network-content.data-v-40b33296 {
|
||
padding: 5px;
|
||
font-size: 12px;
|
||
line-height: 22px;
|
||
}
|
||
.plus.data-v-40b33296 {
|
||
display: inline-block;
|
||
width: 30px;
|
||
height: 30px;
|
||
position: relative;
|
||
}
|
||
.plus.data-v-40b33296::before,
|
||
.plus.data-v-40b33296::after {
|
||
content: "";
|
||
position: absolute;
|
||
background-color: #232832;
|
||
border-radius: 0.5px;
|
||
width: 1px;
|
||
height: 14px;
|
||
left: 0;
|
||
right: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
margin: auto;
|
||
}
|
||
.plus.data-v-40b33296::after {
|
||
transform: rotate(90deg);
|
||
width: 0.5px;
|
||
}
|
||
.tui-conversation.data-v-40b33296 {
|
||
background: #fff;
|
||
}
|
||
.network-content.data-v-40b33296 {
|
||
font-family: PingFangSC-Regular;
|
||
font-weight: 400;
|
||
color: #e54545;
|
||
letter-spacing: 0;
|
||
} |