java adminlte 使用_AdminLTE2管理后台自定义
項目中需要用到 AdminLTE 管理后臺模板,所以,這里對后臺進行一個簡單的布局修改,然后結合后端語言進行快速開發一個管理后臺。
一、示例后臺布局
這個示例后臺帶了許多開箱即用的腳手架,我們項目中只需要簡單的東東,所以,對這個后臺的頁面布局做一個簡化處理,去掉不需要的東西。
二、簡化后臺
首先看下核心布局:
The layout consists of four major parts:
Wrapper .wrapper. A div that wraps the whole site.
Main Header .main-header. Contains the logo and navbar.
Sidebar .sidebar-wrapper. Contains the user panel and sidebar menu.
Content .content-wrapper. Contains the page header and content.
三個核心布局:
.main-header:導航欄區域
.sidebar-wrapper:側邊欄區域
.content-wrapper:內容展示區域
我們可以將導航欄和側邊欄抽出來,做一個基布局,內容區域繼承該基布局即可。
簡化后的后臺頁:
demo.html
AdminLTE 2 | DashboardALT
AdminLTE
Toggle navigation
admin
Online
Dashboard
Control panel
To Do List
- ?
- 1
- 2
- 3
- ?
Design a nice theme
2 mins
Make the theme responsive
4 hours
Let theme shine like a star
1 day
Let theme shine like a star
3 days
Check your messages and notifications
1 week
Let theme shine like a star
1 month
Add item
Visitors
VisitorsOnlineExistsVersion 2.3.8
Copyright ? 2014-2016 Almsaeed Studio. All rights
reserved.
$.widget.bridge('uibutton', $.ui.button);
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的java adminlte 使用_AdminLTE2管理后台自定义的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java虚拟机JVM的内部体系结构
- 下一篇: android 开源 数据库,Andro