客服聊天页面,能仿写真是太好了

Posted Mickeybo101

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了客服聊天页面,能仿写真是太好了相关的知识,希望对你有一定的参考价值。

客服聊天页面

博客园真是个好地方,很多页面可以在上面仿写学习

下面是学习的一个客服聊天的页面,有点味儿了,看了代码感觉也不是很难

话不多说直接上代码,直接复制粘贴到vscode即可运行成功。

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>chatgpt</title>
    </head>
    <body>
        <style>
            .chatpdf 
                display: flex;
                height: 100vh;
                flex-direction: row;
            

            .chatpdf .pannel 
                width: 255px;
                background-color: rgb(0,21,41);
            

            .chatpdfBox 
                display: flex;
                flex-direction: column;
                flex: 1;
                background: linear-gradient(to bottom right,#dbe6fb,#f3f4f8);
                background-size: cover;
                background-attachment: fixed;
            

            .chatpdfLine 
                flex: 1;
                width: 100%;
                max-width: 1000px;
                margin: 0 auto;
                overflow-y: auto;
            

            .chatpdfRow 
                margin: 20px 10px;
                display: flex;
            

            .chatpdfContent 
                display: inline-block;
                border-radius: 8px;
                padding: 6px 12px;
                max-width: 500px;
                background: rgba(255,255,255,0.6);
                font-size: 14px;
                box-shadow: 0px 0.3px 0.9px rgba(0,0,0,0.12),0px 1.6px 3.6px rgba(0,0,0,0.16);
            

            .chatpdfArea 
                display: flex;
                padding: 5px 10px;
                max-width: 1000px;
                margin: 0 auto;
                width: 100%;
            

            .chatpdfArea textarea 
                flex: 1;
                border-color: #d9d9d9;
                resize: none;
                outline: none;
                padding: 0px 5px;
                height: 35px;
                line-height: 30px;
                color: #404040;
                border-radius: 10px 0px 0px 10px;
                transition: all 0.3s,height 0s;
            

            .chatpdfArea textarea:hover 
                border-color: #4096ff;
            

            .chatpdfArea button 
                height: 35px;
                color: #fff;
                background: linear-gradient(90deg,#2870EA 10.79%,#1B4AEF 87.08%);
                box-shadow: 0 2px 0 rgba(5,145,255,0.1);
                border: none;
                padding:0 20px;
                border-radius: 0px 8px 8px 0px;
                cursor: pointer;
            

            .chatpdfArea button:hover 
                background-color: #388aff;
            

            .chatpdf .fileTitle 
                background-color: #1677ff;
                color: #fff;
                border-radius: 8px;
                padding: 10px;
                margin: 10px;
                font-size: 14px;
                cursor: pointer;
            

            @media (max-width:768px) 
                .pannel 
                    display:none;
                
            
        </style>

    <div class="chatpdf">
            <div class="pannel">
                 <div class="fileList">
                    <div class="fileTitle">新浪网技术有限公司.docx</div>
                    <div class="fileTitle">新浪网技术有限公司.pdf</div>
                    <div class="fileTitle">新浪网技术有限公司.xlsx</div>
                </div>
            </div>
        

        <div class="chatpdfBox">
            <div class="chatpdfLine">
                <div class="chatpdfRow">
                    <div class="chatpdfContent">我是知识库机器人,一个专门响应人类指令的大模型</div>
                </div>
                <div class="chatpdfRow">
                    <div class="chatpdfContent">我服务于人类,致力于让生活更美好</div>
                </div>
                <div class="chatpdfRow">
                    <div class="chatpdfContent">我是知识库机器人,一个专门响应人类指令的大模型1</div>
                </div>
                <div class="chatpdfRow chatpdfAsk">
                    <div class="chatpdfContent">自建私有数据知识库,与知识库AI聊天</div>
                </div>
            </div>
            <div class="chatpdfArea">
                <textarea></textarea>
                <button>
                    <svg t="1682141916531" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1271" width="16" height="16"><path d="M0 1024l106.496-474.112 588.8-36.864-588.8-39.936L0 0l1024 512z" fill="#ffffff" p-id="1272"></path></svg>
                </button>
            </div>
        </div>
    </div>
    </body>
</html>

运行成功之后的页面如下图所示:

 完毕

用php+mysql+ajax实现淘宝客服或阿里旺旺聊天功能 之 前台页面

首先来看一下我已经实现的效果图:

消费者页面:(本篇随笔)

(1)会显示店主的头像

(2)当前用户发送信息显示在右侧,接受的信息,显示在左侧

店主或客服页面:(下一篇随笔)

(1)在左侧有一个列表 ,会显示所有与店主对话的顾客;该列表可以移动;有新消息时会提示;也可以清空该聊天记录

(2)点击列表里的顾客进入右边的对话框界面,显示与该顾客的聊天信息

 

 在实现功能之前,来说一下我用到的两张表:

 解释一下:bkid在此处没有用到;isok列是用来判断消息是否已读,未读为0;

现在,来说一下步骤:(分前台和后台两部分)

在这篇随笔中我们首先来说一下前台页面是如何实现的:(李四登录)

用session存取一下lisi;便于后面从user表中取数据

1、布局页面代码以及读取数据代码:

<!--中间内容-->
	<div id="zhongjian">
	  	<div id="kuangjia" style="height: 550px;width: 620px; margin: 0px auto;border: 1px solid gainsboro;background-color: white;">
			<div id="neirong" style="height: 400px;width: 600px;">
				<div style="height: 100px;width: 620px;background-image: url(../img/bj4.jpg);">
		//取店主用户名,显示店主的头像和姓名
        <?php $uid = $_SESSION["uid"]; $sql = "select * from users where uid=\'zhangsan\'"; $arr = $db->query($sql); foreach($arr as $v) { echo " <div style=\'height:100px;float:left;width:100px;float:left;\'> <div style=\'border:2px solid grey;height:84px;width:84px;margin:7px auto; border-radius:10px;overflow:hidden\'> <img src=\'{$v[6]}\' height=\'80px\' width=\'80px\'/> </div> </div> <div style=\'height:100px;width:500px;float:left;\'> <div style=\'height:50px;width:500px;text-align:left;line-height:50px\'> 亲爱的店主 </div> <div style=\'height:50px;width:500px;text-align:left;\'>个性签名: <input type=\'text\' placeholder=\'不读书怎么对得起今天!\' style=\'width:280px\'> </div> </div> "; } ?> </div> <div style="height: 300px;width: 620px;overflow: auto;overflow-x:hidden ;">
//获取session里存取的uid; <?php $uid = $_SESSION["uid"]; $sql3 = "select * from users where uid=\'{$uid}\'"; $arr3 = $db->query($sql3);
                    //从对话表里读取店主张三和李四所有的对话信息,并按对话时间顺序排序 $sql2="select * from duihua where uid=\'{$uid}\' or jsid=\'{$uid}\' order by dhtime"; $arr2= $db->query($sql2); foreach($arr2 as $n) {
//如果是店主,则信息要显示在左侧 if($n[2]==\'zhangsan\') { echo "<div style=\'height:100px;width:600px;\'> <div style=\'height:100px;width:250px;float:left\'> <div style=\'height:20px;width:250px;font-size:13px;padding-left:20px\'> {$n[6]}</div> <div style=\'height:80px;width:50px;float:left\'> <div style=\'height:50px;width:50px;margin:0px auto; border-radius:90px;overflow:hidden;\'> <img src=\'{$v[6]}\' height=\'50px\' width=\'50px\'/> </div> </div> <div style=\'min-height:40px;width:200px;float:left;background-color:cornflowerblue; border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-top-left-radius: 40px;border-bottom-left-radius: 40px;\'> <p style=\'padding-left:20px; line-height:40px\'> {$n[4]}</p> </div> </div></div>"; }
//如果是李四,则显示在右侧 if($n[2]==$uid) { echo "<div style=\'height:100px;width:600px;margin-right:20px\'> <div style=\'height:100px;width:250px; float:right\'> <div style=\'height:20px;width:250px;font-size:13px;padding-right:20px\'> {$n[6]}</div> <div style=\'height:80px;width:50px;float:right\'> <div style=\'height:50px;width:50px;margin:0px auto; border-radius:90px;overflow:hidden;\'> <img src=\'{$arr3[0][6]}\' height=\'50px\' width=\'50px\'/> </div> </div> <div style=\'min-height:40px;width:200px;float:right;background-color:pink; border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 40px;border-bottom-right-radius: 40px;\'> <p style=\'padding-left:20px; line-height:40px\'> {$n[4]}</p> </div> </div></div>"; } } ?> </div> </div> <!--id="neirong"-->
<form role="form"> <div class="form-group"> <textarea class="form-control" rows="3" id="words"></textarea> //输入发送内容 </div> </form> <div id="fs" style="height: 50px; width: 600px;text-align: right; padding-right: 50px;"> <button type="button" class="btn btn-success fasong">发送</button> //点击按钮发送 </div> </div> </div> <!--id=zhongjian-->

  

实现效果:

2、点击发送时的ajax代码:

<script>
	$(".tc").click(function(){
		$("#kuangjia").show();		
	})
		
		$(".fasong").click(function(){
		var nr=$("#words").val();
		$.ajax({
			url:"qt-speak-cl.php",
			data:{words:nr},
			type:"POST",
			dataType:"TEXT",
			success: function(data){
				if(data==1)
				{
				window.location.href="qt-dh.php";	
				}
				else{
					alert("发送内容不能为空!");
				}
				
				}
		})
	})	
		
		$("#dh").click(function(){
		$.ajax({
			url:"qt-yidu-cl.php",
			dataType:"TEXT",
			success: function(data){
//				alert(data);					
				window.location.href="qt-dh.php";				
			}			
		})
	})
	
</script>

  

 

 3、qt-speak-cl.php页面:

<?php
session_start();
require "DBDA.class.php";

$db = new DBDA();  
$uid = $_SESSION["uid"];

$words =$_POST["words"];
$chtime=date("Y-m-d H:i:s",time());

$jieshou = "zhangsan";
if(!empty($words))
{
$sql="insert into duihua values (\'\',\'{$jieshou}\',\'{$uid}\',\'\',\'{$words}\',0,\'{$chtime}\')";
echo $db->query($sql,0);
}
else
{   
	echo "发送内容不能为空!";
}
?> 

 如果发送内容为空,则会提示“发送内容不能为空!”

 

前台页面会随不同用户登录显示不同的信息;让王五登录看看:

未完待续,后台页面的实现看下一篇随笔中~~~

 

以上是关于客服聊天页面,能仿写真是太好了的主要内容,如果未能解决你的问题,请参考以下文章

如何查询b站之前的客服聊天记录

用php+mysql+ajax实现淘宝客服或阿里旺旺聊天功能 之 前台页面

用php+mysql+ajax实现淘宝客服或阿里旺旺聊天功能 之 后台页面

php客服聊天功能(后台)

手机最新qq音乐怎么设置歌手写真

如何实现网页上即时聊天