bootstrap模仿coze扣子智能体agent列表布局代码
代码语言:html
所属分类:布局界面
代码描述:bootstrap模仿coze扣子智能体agent列表布局代码
代码标签: bootstrap 模仿 coze 扣子 智能体 agent 列表 布局 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.5.3.0.css">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.6.1.2.css">
<style>
.sidebar {
background-color: #f8f9fa;
height: 100vh;
}
.content {
background-color: #ffffff;
}
.nav-link {
color: #333;
}
.nav-link.active {
color: #6610f2;
font-weight: bold;
}
.bot-card {
border: 1px solid #e0e0e0;
border-radius: 8px;
}
.bot-icon {
width: 48px;
height: 48px;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="row">
<!-- 左侧边栏 -->
<div class="col-2 sidebar p-3">
<.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0