#fff; } .chat2-title .avatar { display: flex; align-items: center; } .chat2-title .avatar p { font-size: 18px; margin-left: 10px; } .chat2-title .avatar img { width: 40px; height: 40px; border-radius: 100%; } .chat2-text { height: 290px; overflow-y: auto; padding: 15px; position: relative; } .chatText-left { margin: 5px 0; } .chat2-text p { color: #999; } .chat2-text .chatText-desc { border: 1px solid #e1e1e1; border-radius: 3px; padding: 10px; font-size: 13px; line-height: 1.2; display: inline-block; } .chatText-right { margin: 5px 0; text-align: right; } .chat-textarea { border-top: 1px solid #e1e1e1; } .chat-textarea textarea { border: none; width: 100%; padding: 5px; height: 50px; color: #888; font-family: "宋体"; box-sizing: border-box; } .chat-click { float: right; cursor: pointer; } .chat-click span { width: 62px; height: 32px; background: #007AFF; color: #fff; text-align: center; line-height: 32px; display: block; border-radius: 4px; margin: 0 10px 10px 0; } .chatText-right .chatText-desc { background: #007AFF; color: #fff; border: 1px solid #007AFF; } @media only screen and (min-width: 320px) and (max-width: 640px){ .chat1{right:10px;width:24px;height:24px;bottom:1.15rem;border-radius:100%;padding:5px;line-height: 26px;} .chat2{width:100%;height:100vh;right:0;border-radius: 0;} .chat-textarea textarea{height: 120px} }