314 lines
7.8 KiB
Plaintext
314 lines
7.8 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tui-contact-info.data-v-e2a6c8d8 {
|
||
width: 100%;
|
||
height: 100%;
|
||
background: #f7f8fa;
|
||
display: flex;
|
||
padding: 30px;
|
||
box-sizing: border-box;
|
||
flex-direction: column;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-info-basic.data-v-e2a6c8d8 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
padding-bottom: 15px;
|
||
border-bottom: 1px solid #ddd;
|
||
overflow: hidden;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
}
|
||
.tui-contact-info-basic-text.data-v-e2a6c8d8 {
|
||
flex: 1;
|
||
}
|
||
.tui-contact-info-basic-text-name.data-v-e2a6c8d8 {
|
||
font-size: 24px;
|
||
padding-bottom: 10px;
|
||
}
|
||
.tui-contact-info-basic-text-other.data-v-e2a6c8d8 {
|
||
font-size: 16px;
|
||
padding: 6px 0;
|
||
font-weight: 400;
|
||
color: #999;
|
||
}
|
||
.tui-contact-info-basic-avatar.data-v-e2a6c8d8 {
|
||
width: 80px;
|
||
height: 80px;
|
||
}
|
||
.tui-contact-info-more.data-v-e2a6c8d8 {
|
||
padding: 15px 0;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-info-more-item.data-v-e2a6c8d8 {
|
||
display: flex;
|
||
padding: 6px 0;
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
min-height: 56px;
|
||
}
|
||
.tui-contact-info-more-item-label.data-v-e2a6c8d8 {
|
||
color: #999;
|
||
height: -webkit-fit-content;
|
||
height: fit-content;
|
||
}
|
||
.tui-contact-info-more-item-left.data-v-e2a6c8d8 {
|
||
flex-direction: row;
|
||
align-items: center;
|
||
}
|
||
.tui-contact-info-more-item-left .tui-contact-info-more-item-label.data-v-e2a6c8d8 {
|
||
width: 80px;
|
||
}
|
||
.tui-contact-info-more-item-top.data-v-e2a6c8d8 {
|
||
flex-direction: column;
|
||
}
|
||
.tui-contact-info-more-item-content.data-v-e2a6c8d8 {
|
||
flex: 1;
|
||
display: flex;
|
||
flex-direction: row;
|
||
color: #333;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-info-more-item-content-text.data-v-e2a6c8d8 {
|
||
display: flex;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-info-more-item-content-text-data.data-v-e2a6c8d8 {
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.tui-contact-info-more-item-content-text-icon.data-v-e2a6c8d8 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: center;
|
||
align-items: center;
|
||
}
|
||
.tui-contact-info-more-item-content-input.data-v-e2a6c8d8, .tui-contact-info-more-item-content-textarea.data-v-e2a6c8d8 {
|
||
flex: 1;
|
||
border: 1px solid #e8e8e9;
|
||
border-radius: 4px;
|
||
padding: 4px;
|
||
color: inherit;
|
||
}
|
||
.tui-contact-info-more-item-content-input.data-v-e2a6c8d8 {
|
||
height: 22px;
|
||
font-size: 16px;
|
||
}
|
||
.tui-contact-info-more-item-content-textarea.data-v-e2a6c8d8 {
|
||
resize: none;
|
||
height: 100px;
|
||
}
|
||
.tui-contact-info-button.data-v-e2a6c8d8 {
|
||
display: flex;
|
||
padding: 30px;
|
||
justify-content: center;
|
||
}
|
||
.tui-contact-info-button-item.data-v-e2a6c8d8 {
|
||
margin: 15px;
|
||
min-width: 142px;
|
||
height: 36px;
|
||
padding: 8px 20px;
|
||
border-radius: 4px;
|
||
border: none;
|
||
font-size: 14px;
|
||
text-align: center;
|
||
line-height: 20px;
|
||
font-weight: 400;
|
||
letter-spacing: 0;
|
||
cursor: pointer;
|
||
-webkit-user-select: none;
|
||
user-select: none;
|
||
}
|
||
.tui-contact-info-button-item-submit.data-v-e2a6c8d8 {
|
||
border: 1px solid #006eff;
|
||
background: #006eff;
|
||
color: #fff;
|
||
}
|
||
.tui-contact-info-button-item-cancel.data-v-e2a6c8d8 {
|
||
border: 1px solid #e54545;
|
||
background: transparent;
|
||
color: #e54545;
|
||
}
|
||
.tui-contact-info-h5.data-v-e2a6c8d8 {
|
||
padding: 0;
|
||
overflow: hidden;
|
||
}
|
||
.tui-contact-info-h5-header.data-v-e2a6c8d8 {
|
||
background-color: #fff;
|
||
padding: 10px !important;
|
||
display: flex;
|
||
flex-direction: row;
|
||
}
|
||
.tui-contact-info-h5-header-title.data-v-e2a6c8d8 {
|
||
flex: 1;
|
||
text-align: center;
|
||
font-weight: 500;
|
||
font-size: 14px;
|
||
margin-right: 30px;
|
||
}
|
||
.tui-contact-info-h5-basic.data-v-e2a6c8d8 {
|
||
padding: 10px !important;
|
||
background: #fff;
|
||
margin-top: 10px !important;
|
||
display: flex;
|
||
flex-direction: row-reverse;
|
||
justify-content: left;
|
||
border-bottom: none;
|
||
}
|
||
.tui-contact-info-h5-basic-text-name.data-v-e2a6c8d8 {
|
||
font-size: 20px;
|
||
padding-bottom: 1px;
|
||
}
|
||
.tui-contact-info-h5-basic-text-other.data-v-e2a6c8d8 {
|
||
font-size: 14px;
|
||
padding: 3px 0;
|
||
}
|
||
.tui-contact-info-h5-basic-avatar.data-v-e2a6c8d8 {
|
||
border-radius: 10px;
|
||
margin-right: 10px;
|
||
}
|
||
.tui-contact-info-h5-more.data-v-e2a6c8d8 {
|
||
background: #fff;
|
||
margin-top: 10px !important;
|
||
overflow: hidden;
|
||
padding: 0;
|
||
}
|
||
.tui-contact-info-h5-more-item.data-v-e2a6c8d8 {
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
padding: 10px !important;
|
||
border-bottom: 1px solid #eee;
|
||
}
|
||
.tui-contact-info-h5-more-item-label.data-v-e2a6c8d8 {
|
||
color: #000;
|
||
}
|
||
.tui-contact-info-h5-more-item-content.data-v-e2a6c8d8 {
|
||
overflow: hidden;
|
||
color: #979797;
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: flex-end;
|
||
}
|
||
.tui-contact-info-h5-more-item-content-text.data-v-e2a6c8d8 {
|
||
overflow: hidden;
|
||
display: flex;
|
||
flex-direction: row;
|
||
}
|
||
.tui-contact-info-h5-more-item-content-text-data.data-v-e2a6c8d8 {
|
||
flex: 1;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: nowrap;
|
||
}
|
||
.tui-contact-info-h5-more-item.data-v-e2a6c8d8:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.tui-contact-info-h5-button.data-v-e2a6c8d8 {
|
||
margin-top: 10px !important;
|
||
display: flex;
|
||
flex-direction: column;
|
||
padding: 0;
|
||
background-color: #fff;
|
||
}
|
||
.tui-contact-info-h5-button-item.data-v-e2a6c8d8 {
|
||
width: 100%;
|
||
margin: 0;
|
||
border: none;
|
||
padding: 16px !important;
|
||
font-size: 16px;
|
||
border-bottom: 1px solid #eee;
|
||
height: -webkit-fit-content;
|
||
height: fit-content;
|
||
}
|
||
.tui-contact-info-h5-button-item.data-v-e2a6c8d8::after {
|
||
border: none;
|
||
}
|
||
.tui-contact-info-h5-button-item-textarea.data-v-e2a6c8d8 {
|
||
background-color: #f8f8f8;
|
||
}
|
||
.tui-contact-info-h5-button-item.data-v-e2a6c8d8:last-child {
|
||
border-bottom: none;
|
||
}
|
||
.tui-contact-info-h5-button .tui-contact-info-button-item-cancel.data-v-e2a6c8d8 {
|
||
background-color: #fff;
|
||
color: #e54545;
|
||
}
|
||
.tui-contact-info-h5-button .tui-contact-info-button-item-submit.data-v-e2a6c8d8 {
|
||
background-color: #fff;
|
||
color: #006eff;
|
||
}
|
||
body.data-v-e2a6c8d8, div.data-v-e2a6c8d8, ul.data-v-e2a6c8d8, ol.data-v-e2a6c8d8, dt.data-v-e2a6c8d8, dd.data-v-e2a6c8d8, li.data-v-e2a6c8d8, dl.data-v-e2a6c8d8, h1.data-v-e2a6c8d8, h2.data-v-e2a6c8d8, h3.data-v-e2a6c8d8, h4.data-v-e2a6c8d8, p.data-v-e2a6c8d8 {
|
||
margin: 0;
|
||
padding: 0;
|
||
font-style: normal;
|
||
/* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
|
||
}
|
||
ol.data-v-e2a6c8d8, ul.data-v-e2a6c8d8, li.data-v-e2a6c8d8 {
|
||
list-style: none;
|
||
}
|
||
img.data-v-e2a6c8d8 {
|
||
border: 0;
|
||
vertical-align: middle;
|
||
pointer-events: none;
|
||
}
|
||
body.data-v-e2a6c8d8 {
|
||
color: #000;
|
||
background: #FFF;
|
||
}
|
||
.clear.data-v-e2a6c8d8 {
|
||
clear: both;
|
||
height: 1px;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
margin-top: -1px;
|
||
}
|
||
a.data-v-e2a6c8d8 {
|
||
color: #000;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
}
|
||
a.data-v-e2a6c8d8:hover {
|
||
text-decoration: none;
|
||
}
|
||
input.data-v-e2a6c8d8, textarea.data-v-e2a6c8d8 {
|
||
-webkit-user-select: auto;
|
||
user-select: auto;
|
||
}
|
||
input.data-v-e2a6c8d8:focus, input.data-v-e2a6c8d8:active, textarea.data-v-e2a6c8d8:focus, textarea.data-v-e2a6c8d8:active {
|
||
outline: none;
|
||
}
|
||
.chat-aside.data-v-e2a6c8d8 {
|
||
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);
|
||
} |