首页 > 其他分享 >框架第七课---图书管理系统详解

框架第七课---图书管理系统详解

时间:2022-12-17 17:00:59浏览次数:59  
标签:管理系统 第七课 列表 --- color 详解 详情 图书

image
.
.
homePage.html页面代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
{#    <script src="jQuery3.6.js"></script>#}
    <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.1/jquery.js"></script>
    <!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
{#    <link href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">#}
    <!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
{#    <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>#}
    {% load static %}
    <link rel="stylesheet" href="{% static 'bootstrap-3.4.1-dist/css/bootstrap.min.css' %}">
    <script src="{% static 'bootstrap-3.4.1-dist/js/bootstrap.min.js' %}"></script>

    <style>
        #d1 {height: 300px}
        .jumbotron {color: peru}
        #p1 {color: palevioletred}
        #small1 {color: peru ; margin-left:20px}
        #exit2,#exit3,#exit4 {color: palevioletred}
        #span1 {margin-right: 20px}
    </style>
</head>

<body>
    <!--导航条-->
    <nav class="navbar navbar-inverse">
      <div class="container-fluid">
            <!-- Brand and toggle get grouped for better mobile display -->
                <div class="navbar-header">
                  <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                  </button>
                  <a class="navbar-brand" href="#">BMS</a>
                </div>

            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                  <ul class="nav navbar-nav">
                        <li class="active"><a href="#">图书<span class="sr-only">(current)</span></a></li>
                        <li><a href="#">作者</a></li>
                        <li class="dropdown">
                          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">更多 <span class="caret"></span></a>
                          <ul class="dropdown-menu">
                            <li><a href="#">快点行动</a></li>
                            <li><a href="#">等不了了</a></li>
                            <li><a href="#">快点我</a></li>
                            <li role="separator" class="divider"></li>
                            <li><a href="#">更多美女</a></li>
                            <li role="separator" class="divider"></li>
                            <li><a href="#">快速赚钱法</a></li>
                          </ul>
                        </li>
                  </ul>
                  <form class="navbar-form navbar-left">
                        <div class="form-group">
                          <input type="text" class="form-control" placeholder="书名">
                        </div>
                        <button type="submit" class="btn btn-default">查询</button>
                  </form>
                  <ul class="nav navbar-nav navbar-right">
                        <li><a href="#">teng</a></li>
                        <li class="dropdown">
                          <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">更多操作<span class="caret"></span></a>
                          <ul class="dropdown-menu">
                            <li><a href="#">账号退出</a></li>
                            <li><a href="#">修改密码</a></li>
                            <li><a href="#">投诉建议</a></li>
                            <li role="separator" class="divider"></li>
                            <li><a href="#">联系管理员</a></li>
                          </ul>
                        </li>
                  </ul>
            </div><!-- /.navbar-collapse -->
      </div><!-- /.container-fluid -->
    </nav>

    <!--左边栏-->
    <div class="container-fluid">
        <div class="row">

            <div class="col-md-2">
                <div class="list-group" >
                      <a href="#" class="list-group-item active text-center" id="exit1">首页展示</a>
                      <a href="#" class="list-group-item text-center" id="exit2">图书列表</a>
                      <a href="#" class="list-group-item text-center" id="exit3">出版社列表</a>
                      <a href="#" class="list-group-item text-center" id="exit4">作者列表</a>
                      <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                        <a href="#" class="list-group-item text-center">跟多详情</a>
                </div>
            </div>

<!--右边栏-->
            <div class="col-md-10">
                <!--面板-->
                    <div class="panel panel-primary">
                          <div class="panel-heading">
                            <h3 class="panel-title"><span class="glyphicon glyphicon-th-list" id="span1"></span>图书管理系统</h3>
                          </div>

                          <div class="panel-body">

                               <!--页头-->
                                <div class="page-header">
                                  <h1>图书管理系统 <small id="small1">更多精彩等你来查</small></h1>
                                </div>

                               <!--巨幕-->
                                <div class="jumbotron" id="d1">
                                  <h1>全球最大的网上图书管理系统</h1>
                                  <p id="p1">友情连接</p>
                                  <p><a class="btn btn-primary btn-lg" href="#" role="button">点击精彩</a>

                                      <button type="button" class="btn btn-primary btn-lg" aria-label="Left Align">
                                          <span class="glyphicon glyphicon-lock " aria-hidden="true"></span>
                                      </button>

                                  </p>
                                </div>

                              <!--"右下图片区"-->
                                <div class="row">
                                        <div class="col-xs-6 col-md-3">
                                        <a href="#" class="thumbnail">
                                            <sapn class="glyphicon glyphicon-heart"></sapn> <sapn class="glyphicon glyphicon-heart"></sapn>  <sapn class="glyphicon glyphicon-heart"></sapn>
                                          <img src="xxx" alt="...">

                                        </a>
                                      </div>
                                        <div class="col-xs-6 col-md-3">
                                            <a href="#" class="thumbnail">
                                                <sapn class="glyphicon glyphicon-heart"></sapn> <sapn class="glyphicon glyphicon-heart"></sapn>  <sapn class="glyphicon glyphicon-heart"></sapn>
                                              <img src="xxx" alt="...">
                                            </a>
                                          </div>
                                        <div class="col-xs-6 col-md-3">
                                            <a href="#" class="thumbnail">
                                                <sapn class="glyphicon glyphicon-heart"></sapn> <sapn class="glyphicon glyphicon-heart"></sapn>  <sapn class="glyphicon glyphicon-heart"></sapn>
                                              <img src="XXX" alt="...">
                                            </a>
                                          </div>
                                        <div class="col-xs-6 col-md-3">
                                            <a href="#" class="thumbnail">
                                                <sapn class="glyphicon glyphicon-heart"></sapn> <sapn class="glyphicon glyphicon-heart"></sapn>  <sapn class="glyphicon glyphicon-heart"></sapn>
                                              <img src="xxx" alt="...">
                                            </a>
                                          </div>
                                </div>

                          </div>
                    </div>
            </div>

        </div> <!--"row"-->

    </div> <!--"container-fluid"-->

</body>
</html>

标签:管理系统,第七课,列表,---,color,详解,详情,图书
From: https://www.cnblogs.com/tengyifan888/p/16989193.html

相关文章

  • Mybatis-Spring
    Mybatis-Spring版本关系图当前环境JDK8Mybatis-Spring2.1.0Mybatis3.5.11Log4j1.2.17lombok1.18.24SpringFramework5.3.20Dbcp2.9.0......
  • web项目的开发---第二天
    学习目的:对软件公司和软件开发有一定成都的了解了解CRM项目的核心业务能够独立完成CRM项目核心业务开发对所学技术回顾、熟练、加深和扩展。掌握互联网基础课:linux,re......
  • Gorm源码学习-创建行记录
    1.前言Gorm源码学习系列Gorm源码学习-数据库连接此文是Gorm源码学习系列的第二篇,主要梳理下通过Gorm创建表的流程。 2.创建行记录代码示例gorm提供了以下几个接......
  • Luogu4194 / LOJ115 - 网络流 -
    题目链接:https://www.luogu.com.cn/problem/P4194题解:LOJ115是无源汇上下界可行流的板子题Luogu4194需要一定建模无源汇上下界可行流,需要求一张图的流函数,使得满足流......
  • TIDB-DM数据迁移第一部(安装部署)
    官方连接:https://docs.pingcap.com/zh/tidb/stable/dm-overview1、安装DMdownloadhttps://tiup-mirrors.pingcap.com/dm-v1.11.1-linux-amd64.tar.gz8.09MiB/8.09......
  • K8s-发布方式浅谈
    K8s-发布方式浅谈蓝绿发布环境存在两个版本,蓝版本和绿版本同时存在,部署新版本然后进行测试,将流量切到新版本,最终实际运行的只有一个版本(蓝/绿)。好处是无需停机,并......
  • pytest + yaml 框架 -17.文件上传功能
    前言本插件集成了requests_toolbelt插件处理Content-Type:multipart/form-data类型文件上传接口。文件上传multipart/form-data用fiddler抓包,查看抓到的接口,以下这......
  • Window平台的OpenGL - Wiggle函数
    OpenGL是一个单纯的图形API接口,用户的交互和屏幕窗口处理都交给了操作系统去完成。为了和操作系统很好的配合,每一种系统都有自己对OpenGL的扩展,包括一些窗口管理和用户交互......
  • el-popover配合el-input使用 在el-input中加入append插槽
    子组件【popover组件:product-popover 】<template> <el-popoverv-model="visiable">  <templateslot="reference">   <slot></slot>  </templat......
  • DDD学习笔记----基础知识(2)
    聚合:高内聚,低耦合。聚合内实体可以协同工作,聚合外实体可以低耦合工作。关系紧密的实体放到一个聚合中,每个聚合中有一个实体作为聚合根,所有对于聚合内对象的访问都能通过聚......