262 lines
5.8 KiB
Plaintext
262 lines
5.8 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.scroll-Y.data-v-83a5a03c {
|
||
margin-top: -11%;
|
||
height: 1200rpx;
|
||
}
|
||
.fui-custom__wrap.data-v-83a5a03c {
|
||
width: 100%;
|
||
height: 520rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background-color: #EDEDED;
|
||
}
|
||
.AITool.data-v-83a5a03c {
|
||
margin-right: 24rpx;
|
||
height: 72rpx;
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.image-data.data-v-83a5a03c {
|
||
width: calc(100% - 20rpx);
|
||
margin: 10rpx;
|
||
}
|
||
.image-data .image.data-v-83a5a03c {
|
||
width: 100%;
|
||
height: auto;
|
||
}
|
||
page.data-v-83a5a03c {
|
||
background-color: #ededed;
|
||
}
|
||
.camera.data-v-83a5a03c {
|
||
width: 54px;
|
||
height: 44px;
|
||
}
|
||
.camera.data-v-83a5a03c:active {
|
||
background-color: #ededed;
|
||
}
|
||
.user-box.data-v-83a5a03c {
|
||
background-color: #fff;
|
||
}
|
||
.u-cell-group.data-v-83a5a03c {
|
||
background-color: #fff;
|
||
}
|
||
.fui-search__box.data-v-83a5a03c {
|
||
background: transparent;
|
||
width: 450rpx;
|
||
height: 48px;
|
||
margin-left: 0%;
|
||
margin-top: -5%;
|
||
box-sizing: border-box;
|
||
border-radius: 0px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: left;
|
||
}
|
||
.fuiNavBar_isTrue.data-v-83a5a03c {
|
||
width: 100%;
|
||
padding: 24rpx;
|
||
box-sizing: border-box;
|
||
display: flex;
|
||
background: #F8F8F8;
|
||
color: #465CFF;
|
||
font-weight: bold;
|
||
}
|
||
.fuiNavBar.data-v-83a5a03c {
|
||
margin-top: 10%;
|
||
margin-bottom: 10%;
|
||
}
|
||
.trans_back.data-v-83a5a03c {
|
||
background-color: transparent;
|
||
border: transparent;
|
||
}
|
||
.tabs_class.data-v-83a5a03c {
|
||
width: 537rpx;
|
||
display: flex;
|
||
display: border-box;
|
||
}
|
||
.fui-wrap.data-v-83a5a03c {
|
||
background-color: transparent;
|
||
padding-bottom: 108rpx;
|
||
}
|
||
.fui-chat__box.data-v-83a5a03c {
|
||
margin-top: 2%;
|
||
width: 100%;
|
||
padding: 48rpx 24rpx 0;
|
||
box-sizing: border-box;
|
||
white-space: pre-wrap;
|
||
word-break: break-word;
|
||
}
|
||
.fui-chat__item.data-v-83a5a03c {
|
||
width: 100%;
|
||
display: flex;
|
||
padding-right: 96rpx;
|
||
margin-bottom: 148rpx;
|
||
box-sizing: border-box;
|
||
overflow: hidden;
|
||
white-space: pre-wrap;
|
||
word-break: break-word;
|
||
}
|
||
.fui-chat__content.data-v-83a5a03c {
|
||
margin-left: 24rpx;
|
||
background-color: #fff;
|
||
padding: 20rpx 24rpx;
|
||
box-sizing: border-box;
|
||
border-radius: 0 32rpx 32rpx 32rpx;
|
||
font-size: 32rpx;
|
||
text-align: justify;
|
||
display: flex;
|
||
align-items: center;
|
||
white-space: pre-wrap;
|
||
word-break: break-word;
|
||
/* overflow: hidden; */
|
||
position: relative;
|
||
}
|
||
.fui-chat__left .fui-chat__content.data-v-83a5a03c::after {
|
||
content: "";
|
||
position: absolute;
|
||
left: -43rpx;
|
||
top: 0;
|
||
width: 44rpx;
|
||
height: 44rpx;
|
||
background-color: #fff;
|
||
clip-path: polygon(45% 0, 100% 0, 100% 45%);
|
||
}
|
||
.fui-chat__left .fui-chat__content.data-v-83a5a03c::before {
|
||
content: "";
|
||
position: absolute;
|
||
left: -42rpx;
|
||
top: 3rpx;
|
||
width: 42rpx;
|
||
height: 42rpx;
|
||
background-color: #EDEDED;
|
||
z-index: 2;
|
||
border-radius: 50%;
|
||
}
|
||
.fui-chat__content text.data-v-83a5a03c {
|
||
max-width: 100%;
|
||
white-space: pre-wrap;
|
||
word-break: break-word;
|
||
}
|
||
.fui-chat__right.data-v-83a5a03c {
|
||
padding-left: 96rpx;
|
||
padding-right: 0;
|
||
flex-direction: row-reverse;
|
||
}
|
||
.fui-chat__right .fui-chat__content.data-v-83a5a03c {
|
||
margin-left: 0;
|
||
margin-right: 24rpx;
|
||
border-radius: 32rpx 0 32rpx 32rpx;
|
||
background-color: #465CFF;
|
||
color: #fff;
|
||
}
|
||
.fui-chat__right .fui-chat__content.data-v-83a5a03c::after {
|
||
content: "";
|
||
position: absolute;
|
||
right: -43rpx;
|
||
top: 0;
|
||
width: 44rpx;
|
||
height: 44rpx;
|
||
background-color: #465CFF;
|
||
clip-path: polygon(0 0, 45% 0, 0 45%);
|
||
}
|
||
.fui-chat__right .fui-chat__content.data-v-83a5a03c::before {
|
||
content: "";
|
||
position: absolute;
|
||
right: -42rpx;
|
||
top: 3rpx;
|
||
width: 42rpx;
|
||
height: 42rpx;
|
||
background-color: #EDEDED;
|
||
z-index: 2;
|
||
border-radius: 50%;
|
||
}
|
||
.fui-chatbar__wrap.data-v-83a5a03c {
|
||
width: 100%;
|
||
display: flex;
|
||
padding: 6px 24rpx;
|
||
flex-direction: row;
|
||
align-items: flex-end;
|
||
justify-content: space-between;
|
||
background: #f8f8f8;
|
||
box-sizing: border-box;
|
||
}
|
||
.fui-chatbar__input-box.data-v-83a5a03c {
|
||
width: 100%;
|
||
display: flex;
|
||
flex-direction: row;
|
||
flex: 1;
|
||
position: relative;
|
||
border-radius: 40rpx;
|
||
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8rpx;
|
||
}
|
||
.fui-chatbar__input.data-v-83a5a03c {
|
||
width: 100%;
|
||
min-height: 32rpx;
|
||
box-sizing: content-box;
|
||
padding: 20rpx 40rpx;
|
||
flex: 1;
|
||
border-radius: 40rpx;
|
||
font-size: 32rpx;
|
||
background: #fff;
|
||
}
|
||
.fui-chatbar__icon-box.data-v-83a5a03c {
|
||
height: 72rpx;
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.fui-chatbar__icon-box_left.data-v-83a5a03c {
|
||
height: 72rpx;
|
||
display: flex;
|
||
flex-shrink: 0;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.fui-chatbar__icon-box image.data-v-83a5a03c {
|
||
width: 68rpx;
|
||
height: 68rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.fui-chatbar__icon-box.data-v-83a5a03c:active {
|
||
opacity: 0.5;
|
||
}
|
||
.fui-chatbar__send-box.data-v-83a5a03c {
|
||
padding-left: 24rpx;
|
||
}
|
||
.fui-chatbar__fixed.data-v-83a5a03c {
|
||
/* margin-top: 20%; */
|
||
margin-bottom: 0%;
|
||
position: fixed;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
z-index: 10;
|
||
} |