Giter VIP home page Giter VIP logo

-backgroundmanagementsystem's Introduction

后台管理系统使用说明

文件夹说明

static中存放的是index.html页面的样式文件和js文件
lib中存放的是第三方插件

关于HTML代码

  • 头部区域 <nav class="header">后台管理系统模板</nav>
   头部区域可以自己定义,如要更改其高度,请注意更改index.css文件中的以下样式:

.aside样式中的top值
.content .content-header样式中的top值
.content样式中的top值


  • 侧边栏

    这里的代码统一为:

     <div class="aside-option">
     	<label for="option1">用户<i class="glyphicon glyphicon-chevron-down"></i></label>
     	<input type="radio" name="option" id="option1" checked="checked"/>           
     	<ul>
     		<li data-href="./1.html"><a href="javascript:void(0)">用户管理</a></li>
     	</ul>
     </div>
    

    请注意label标签中的for要与input标签中的id值保持一致 ul下的li标签写法与代码中的保持一致,不然会报错

    如果要修改侧边的的宽度,请注意更改index.css文件中的以下样式:
    .aside样式中的left值
    .content .content-header样式中的left值
    .content样式中的left值

  • 选项卡区域 css代码在index.css中的页面选项卡注释区域

    如要修改其高度,请注意更改index.css文件中的以下样式:
    .content样式中的top值

-backgroundmanagementsystem's People

Contributors

tolerating avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.