Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
b72bfb55
提交
b72bfb55
编写于
7月 29, 2021
作者:
张磊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
im chat ui
上级
a89ddb34
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
26 行增加
和
17 行删除
+26
-17
chat.scss
src/components/IM/chat.scss
+26
-17
未找到文件。
src/components/IM/chat.scss
浏览文件 @
b72bfb55
...
@@ -106,9 +106,7 @@
...
@@ -106,9 +106,7 @@
display
:
inline-block
;
display
:
inline-block
;
max-width
:
520px
;
max-width
:
520px
;
border-radius
:
8px
;
border-radius
:
8px
;
background
:
#ebf5fc
;
text-align
:
justify
;
text-align
:
justify
;
color
:
#333333
;
&
.no-support
{
&
.no-support
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
...
@@ -129,7 +127,7 @@
...
@@ -129,7 +127,7 @@
justify-content
:
space-between
;
justify-content
:
space-between
;
text-align
:
left
;
text-align
:
left
;
padding
:
10px
15px
;
padding
:
10px
15px
;
background
:
#f0f1f2
;
//
background: #f0f1f2;
border-radius
:
8px
;
border-radius
:
8px
;
min-height
:
80px
;
min-height
:
80px
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -182,7 +180,7 @@
...
@@ -182,7 +180,7 @@
width
:
260px
;
width
:
260px
;
text-align
:
left
;
text-align
:
left
;
padding
:
10px
15px
;
padding
:
10px
15px
;
background
:
#f0f1f2
;
//background: #ffffff
;
border-radius
:
8px
;
border-radius
:
8px
;
min-height
:
80px
;
min-height
:
80px
;
.title
{
.title
{
...
@@ -192,9 +190,8 @@
...
@@ -192,9 +190,8 @@
}
}
.dia-text
{
.dia-text
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#7C7C7C
;
.label
{
.label
{
color
:
#B4B4B4
;
color
:
#ffffff
;
}
}
}
}
}
}
...
@@ -202,9 +199,10 @@
...
@@ -202,9 +199,10 @@
width
:
260px
;
width
:
260px
;
text-align
:
left
;
text-align
:
left
;
padding
:
10px
15px
;
padding
:
10px
15px
;
background
:
#f0f1f2
;
//background: #ffffff
;
border-radius
:
8px
;
border-radius
:
8px
;
min-height
:
80px
;
min-height
:
80px
;
.title
{
.title
{
padding-bottom
:
10px
;
padding-bottom
:
10px
;
font-size
:
14px
;
font-size
:
14px
;
...
@@ -217,14 +215,13 @@
...
@@ -217,14 +215,13 @@
}
}
.time-text
{
.time-text
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#7C7C7C
;
}
}
}
}
&
>
.suggession-box
{
&
>
.suggession-box
{
width
:
260px
;
width
:
260px
;
text-align
:
left
;
text-align
:
left
;
padding
:
10px
15px
;
padding
:
10px
15px
;
background
:
#f0f1f2
;
//
background: #f0f1f2;
border-radius
:
8px
;
border-radius
:
8px
;
min-height
:
80px
;
min-height
:
80px
;
.title
{
.title
{
...
@@ -234,9 +231,7 @@
...
@@ -234,9 +231,7 @@
}
}
.suggession-text
{
.suggession-text
{
font-size
:
12px
;
font-size
:
12px
;
color
:
#7C7C7C
;
.label
{
.label
{
color
:
#B4B4B4
;
}
}
}
}
...
@@ -244,14 +239,14 @@
...
@@ -244,14 +239,14 @@
&
>
.audio-box
audio
{
&
>
.audio-box
audio
{
width
:
242px
;
width
:
242px
;
height
:
44px
;
height
:
44px
;
background
:
#EBF5FC
;
//
background: #EBF5FC;
border-radius
:
20px
;
border-radius
:
20px
;
}
}
&
>
.live-box
{
&
>
.live-box
{
width
:
202px
;
width
:
202px
;
height
:
44px
;
height
:
44px
;
line-height
:
44px
;
line-height
:
44px
;
background
:
#f
0f1f2
;
background
:
#f
fffff
;
border-radius
:
8px
;
border-radius
:
8px
;
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -264,20 +259,19 @@
...
@@ -264,20 +259,19 @@
align-items
:
center
;
align-items
:
center
;
margin
:
15px
0
;
margin
:
15px
0
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#999999
;
&
:
:
before
{
&
:
:
before
{
flex
:
1
;
flex
:
1
;
content
:
''
;
content
:
''
;
height
:
1px
;
height
:
1px
;
margin-right
:
18px
;
margin-right
:
18px
;
background
:
#f0f1f2
;
//
background: #f0f1f2;
}
}
&
:
:
after
{
&
:
:
after
{
flex
:
1
;
flex
:
1
;
content
:
''
;
content
:
''
;
height
:
1px
;
height
:
1px
;
margin-left
:
18px
;
margin-left
:
18px
;
background
:
#f0f1f2
;
//
background: #f0f1f2;
}
}
}
}
}
}
...
@@ -296,11 +290,26 @@
...
@@ -296,11 +290,26 @@
.msg-item-detail
{
.msg-item-detail
{
text-align
:
right
;
text-align
:
right
;
&
>
.mid-text
{
&
>
.mid-text
{
background
:
#
f0f1f2
;
background
:
#
449284
;
}
}
}
}
}
}
}
}
.msg-item
{
color
:
#063948
;
.mid-text
{
background
:
#ffffff
;
}
}
.cr
{
color
:
#ffffff
;
.mid-text
,
.live-notice
,
.time-box
,
.diagnosis-box
{
background
:
#449284
;
.time
{
color
:
#ffffff
;
}
}
}
.split-line
{
.split-line
{
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录