.chatAppBody .el-input__inner{border-radius:40px;background-color:#f0f0f0}.chatMsg-content{width:30px;height:30px;border-radius:10px 10px 10px 0;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.chatMsg-content img{width:100%;height:100%;display:block}.chatAppBody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:80vh;width:500px;background-color:#ccc;margin:20px auto;position:relative}.chatTitle{background:#fff}.chatBox{padding:0 5px}.chatBottom{position:fixed;width:500px;bottom:23px;height:50px;background:#fff;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chatBottom .input{width:400px;border-radius:50px;background-color:#f0f0f0}.chatRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:10px 0}.chatAvatar{margin-right:5px;-ms-flex-negative:0;flex-shrink:0;width:30px;height:30px;border-radius:50%;overflow:hidden}.chatAvatar img{display:block;width:100%;height:100%}.chatUsername{font-size:12px;white-space:nowrap;color:#999;margin-bottom:2px}.chatContent{border-radius:10px 10px 10px 0;padding:10px;background-color:#fff;-webkit-box-shadow:0 5px 30px rgba(50,50,93,.08),0 1px 3px rgba(0,0,0,.05);box-shadow:0 5px 30px rgba(50,50,93,.08),0 1px 3px rgba(0,0,0,.05);font-size:14px;word-break:break-all;line-height:21px}.chatRowMe{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chatRowMe .chatContent{border-radius:10px 10px 0 10px}