提交 b72bfb55 编写于 作者: 张磊's avatar 张磊

im chat ui

上级 a89ddb34
...@@ -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: #f0f1f2; background: #ffffff;
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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册