php在线客服框架,智能在线客服-框架

本文介绍了一个智能在线客服系统的前端实现,包括一个简洁的用户界面设计,使用了HTML、CSS和JavaScript技术。用户可以通过输入框提交问题,按钮触发交互。代码注释清晰,适合直接应用或作为项目参考。
摘要由CSDN通过智能技术生成

摘要:

智能在线客服

*{

margin: 0;

padding: 0;

}

body{

font-family: "微软雅黑";

color: #333;

}

.box{

width: 500px;

height: 700px;

background: #e9eff8;

margin: 40px auto;

}

h2{

text-align: center;

line-height: 40px;

}

.count{

width: 96%;

height: 75%;

margin: 0 auto;

}

.count ul{}

.count ul li{

list-style: none;

}

.input{

width: 100%;

height: 18%;

border-top: solid 1px #666;

position: relative;

}

textarea{

display: block;

width: 100%;

height: 100%;

background: #e9eff8;

outline: none;

font-size: 18px;

padding: 8px 2%;

border: none;

resize: none;

}

button{

width: 78px;

height: 34px;

background: #94b9ea;

border-radius: 6px;

border: none;

outline: none;

position: absolute;

right: 12px;

bottom: 6px;

font-size: 18px;

font-family: "微软雅黑";

line-height: 34px;

cursor: pointer;

}

button:hover{

background: #649be5;

color: #fff;

}

在线客服


提交

(function(){

var oTxt = document.getElementById('txt'),

oBtn = document.getElementsByClassName('btn')[0];

console.log(oTxt.value)

console.log(oBtn)

})();

总结:还没有智能。

批改老师:欧阳批改时间:2019-04-19 09:34:34

老师总结:完成的不错,做项目的时候,尽量备注清楚,特别php和js,以后可以直接用。继续加油

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值