yaofang/pages/chat/chat.wxss

62 lines
904 B
Plaintext

page {
background: #ebeef5;
}
.xpage-container {
background-color: #ebeef5;
}
.chat-row {
padding: 5px;
}
.flex-item-avatar {
line-height: 35px;
text-align: center;
width: 15%;
}
.flex-item-avatar ._img {
border-radius: 5rpx;
height: 35px;
width: 35px;
}
.flex-item-message {
background: #fff;
border-radius: 10rpx;
padding: 5px;
width: 80%;
}
.flex-item-message text {
word-wrap: break-word;
color: #666;
display: inline-block;
font-size: 14px;
height: auto;
text-overflow: ellipsis;
white-space: pre-wrap;
width: 100%;
word-break: break-all;
}
.ask-container {
background: #fff;
padding: 5px;
}
.ask-input {
border: 1px solid #dedede;
border-radius: 3px;
width: 78%;
}
.ask-btn {
padding: 5px;
width: 20%;
}
.uni-easyinput__content-textarea {
min-height: 20px!important;
}