This commit is contained in:
pengxiaolong
2025-05-13 19:39:53 +08:00
parent 37da6765b8
commit c006a8e63d
1232 changed files with 96963 additions and 883 deletions

View File

@@ -0,0 +1,179 @@
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
body.data-v-c7a8f8e3, div.data-v-c7a8f8e3, ul.data-v-c7a8f8e3, ol.data-v-c7a8f8e3, dt.data-v-c7a8f8e3, dd.data-v-c7a8f8e3, li.data-v-c7a8f8e3, dl.data-v-c7a8f8e3, h1.data-v-c7a8f8e3, h2.data-v-c7a8f8e3, h3.data-v-c7a8f8e3, h4.data-v-c7a8f8e3, p.data-v-c7a8f8e3 {
margin: 0;
padding: 0;
font-style: normal;
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
}
ol.data-v-c7a8f8e3, ul.data-v-c7a8f8e3, li.data-v-c7a8f8e3 {
list-style: none;
}
img.data-v-c7a8f8e3 {
border: 0;
vertical-align: middle;
pointer-events: none;
}
body.data-v-c7a8f8e3 {
color: #000;
background: #FFF;
}
.clear.data-v-c7a8f8e3 {
clear: both;
height: 1px;
width: 100%;
overflow: hidden;
margin-top: -1px;
}
a.data-v-c7a8f8e3 {
color: #000;
text-decoration: none;
cursor: pointer;
}
a.data-v-c7a8f8e3:hover {
text-decoration: none;
}
input.data-v-c7a8f8e3, textarea.data-v-c7a8f8e3 {
-webkit-user-select: auto;
user-select: auto;
}
input.data-v-c7a8f8e3:focus, input.data-v-c7a8f8e3:active, textarea.data-v-c7a8f8e3:focus, textarea.data-v-c7a8f8e3:active {
outline: none;
}
.chat-aside.data-v-c7a8f8e3 {
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-c7a8f8e3 {
width: 100%;
height: 100%;
flex: 1;
overflow: hidden;
display: flex;
flex-direction: column;
}
.tui-conversation-list.data-v-c7a8f8e3 {
overflow: auto;
}
.tui-conversation-header.data-v-c7a8f8e3 {
width: 100%;
position: relative;
}
.tui-conversation-header .list.data-v-c7a8f8e3 {
display: flex;
align-items: center;
border-bottom: 1px solid #F4F5F9;
padding: 7px 0;
}
.tui-conversation-header .list-item.data-v-c7a8f8e3 {
flex: 1;
display: flex;
position: relative;
padding: 7px;
cursor: pointer;
-webkit-user-select: none;
user-select: none;
}
.tui-conversation-header-item.data-v-c7a8f8e3 {
flex: 1;
display: flex;
align-items: center;
}
.tui-conversation-header-item-title.data-v-c7a8f8e3 {
padding: 0 8px;
font-size: 16px;
font-weight: normal;
}
.tui-conversation-header-children.data-v-c7a8f8e3 {
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-c7a8f8e3 {
padding: 0 12px;
display: flex;
align-items: center;
}
.network .icon-error.data-v-c7a8f8e3 {
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-c7a8f8e3 {
padding: 5px;
font-size: 12px;
line-height: 22px;
}
.plus.data-v-c7a8f8e3 {
display: inline-block;
width: 30px;
height: 30px;
position: relative;
}
.plus.data-v-c7a8f8e3::before,
.plus.data-v-c7a8f8e3::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-c7a8f8e3::after {
transform: rotate(90deg);
width: 0.5px;
}
.tui-conversation.data-v-c7a8f8e3 {
background: #fff;
}
.network-content.data-v-c7a8f8e3 {
font-family: PingFangSC-Regular;
font-weight: 400;
color: #e54545;
letter-spacing: 0;
}