bootstrap模仿qwen ai聊天对话代码
代码语言:html
所属分类:布局界面
代码描述:bootstrap模仿qwen ai聊天对话代码
代码标签: bootstrap 模仿 qwen ai 聊天 对话 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
<!-- 需引入 Bootstrap 5 和 FontAwesome -->
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.5.1.2.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.6.4.0.css">
<style>
/* 视觉优化 */
.bg-lightblue {
background: #f7f8fa;
}
.rounded-3xl {
border-radius: 2rem;
}
.icon-btn {
width: 40px;
height: 40px;
border-radius: 50%;
background: #6c63ff;
color: white;
display: flex;
align-items: center;
justify-content: center;
border.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0