/* 使用全局 chat-* 样式 */ .order-status-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 11; background: #fff; padding: 16rpx 24rpx; border-bottom: 1rpx solid #e8e8e8; box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.04); } .order-status-main { display: flex; align-items: center; justify-content: space-between; } .order-status-id { font-size: 26rpx; color: #333; font-weight: 600; } .order-status-tag { font-size: 22rpx; color: #07c160; background: #e8f8ee; padding: 4rpx 16rpx; border-radius: 20rpx; } .order-status-left { display: flex; flex-direction: column; flex: 1; min-width: 0; } .order-status-price { font-size: 24rpx; color: #ff6b00; margin-top: 4rpx; } .order-status-hint { font-size: 22rpx; color: #007aff; margin-top: 6rpx; display: block; } .order-status-desc { font-size: 24rpx; color: #888; margin-top: 8rpx; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* 发送者昵称样式(群聊特有) */ .sender-info { display: flex; flex-direction: column; align-items: center; margin-right: 10rpx; } .sender-name { font-size: 20rpx; color: #888; margin-top: 4rpx; max-width: 100rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }