Files
tk-mini-program/unpackage/dist/dev/mp-weixin/TUIKit/components/TUIChat/message-input/index.wxss

107 lines
2.9 KiB
Plaintext
Raw Normal View History

2025-06-11 22:16:44 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
body.data-v-ceb9e230, div.data-v-ceb9e230, ul.data-v-ceb9e230, ol.data-v-ceb9e230, dt.data-v-ceb9e230, dd.data-v-ceb9e230, li.data-v-ceb9e230, dl.data-v-ceb9e230, h1.data-v-ceb9e230, h2.data-v-ceb9e230, h3.data-v-ceb9e230, h4.data-v-ceb9e230, p.data-v-ceb9e230 {
margin: 0;
padding: 0;
font-style: normal;
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
}
ol.data-v-ceb9e230, ul.data-v-ceb9e230, li.data-v-ceb9e230 {
list-style: none;
}
img.data-v-ceb9e230 {
border: 0;
vertical-align: middle;
pointer-events: none;
}
body.data-v-ceb9e230 {
color: #000;
background: #FFF;
}
.clear.data-v-ceb9e230 {
clear: both;
height: 1px;
width: 100%;
overflow: hidden;
margin-top: -1px;
}
a.data-v-ceb9e230 {
color: #000;
text-decoration: none;
cursor: pointer;
}
a.data-v-ceb9e230:hover {
text-decoration: none;
}
input.data-v-ceb9e230, textarea.data-v-ceb9e230 {
-webkit-user-select: auto;
user-select: auto;
}
input.data-v-ceb9e230:focus, input.data-v-ceb9e230:active, textarea.data-v-ceb9e230:focus, textarea.data-v-ceb9e230:active {
outline: none;
}
.chat-aside.data-v-ceb9e230 {
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);
}
.data-v-ceb9e230:not(not) {
display: flex;
flex-direction: column;
min-width: 0;
box-sizing: border-box;
}
.message-input.data-v-ceb9e230 {
position: relative;
display: flex;
flex-direction: column;
border: none;
overflow: hidden;
background: #ebf0f6;
}
.message-input-h5.data-v-ceb9e230 {
padding: 10px 10px 15px;
}
.message-input-editor.data-v-ceb9e230 {
flex: 1;
display: flex;
}
.message-input .icon.data-v-ceb9e230 {
margin-left: 3px;
}
.message-input-wx-audio-open.data-v-ceb9e230 {
flex: 1;
}
.audio-main-content-line.data-v-ceb9e230 {
display: flex;
flex-direction: row;
align-items: center;
}