.chat-container { padding-top: 520rpx; padding-bottom: 100rpx; } .chat { margin: 11rpx 30rpx; display: flex; flex-direction: row; } .chat-card { border-radius: 20rpx; background: #F3F5F9; display: flex; flex-direction: row; padding: 3rpx 20rpx 3rpx 15rpx; font-size: 26rpx; color: #999999; } .chat-name { color: #0078FF; flex-shrink: 0; } .chat-msg { flex-shrink: 1; word-break: break-all; } .reply { width: 100%; background: #fff; box-shadow: 0 -5rpx 10rpx 0 rgba(153, 153, 153, 0.1); padding: 0rpx 30rpx; box-sizing: border-box; display: flex; position: fixed; bottom: 0; left: 0; } .space { flex: 1; } .left { height: 100%; display: flex; flex-direction: column; align-items: center; font-size: 25rpx; justify-content: center; color: #333333; } .loading { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; } .loginBtn { width: 481rpx !important; height: 83rpx !important; position: relative; z-index: 5; }