基本信息
源码名称:后台登陆模板
源码大小:1.92M
文件格式:.zip
开发语言:CSS
更新时间:2020-12-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
清爽的后台登录模板






清爽的后台登录模板

├── index.html
└── static
    ├── css
    │   ├── animate.css
    │   ├── datatables.css
    │   ├── error.css
    │   ├── introduction.css
    │   ├── login.css
    │   ├── register.css
    │   ├── skins.css
    │   ├── style.css
    │   ├── wizard.css
    │   └── ztree.css
    ├── html
    │   ├── Introduction.html
    │   ├── animation-basic.html
    │   ├── animation-loop.html
    │   ├── browse.html
    │   ├── chart-basic.html
    │   ├── chart-echarts.html
    │   ├── error-404.html
    │   ├── error-500.html
    │   ├── form-edit.html
    │   ├── form-layouts.html
    │   ├── form-validator.html
    │   ├── list-menu.html
    │   ├── login.html
    │   ├── progress-bar.html
    │   ├── register.html
    │   ├── retriveve-password.html
    │   ├── right-click-menu.html
    │   ├── table-data.html
    │   ├── table-layouts.html
    │   ├── tree-ztree.html
    │   └── ui-fontawesome.html
    ├── images
    │   ├── head-portrait
    │   │   ├── 0.jpg
    │   │   ├── 1.jpg
    │   │   ├── 2.jpg
    │   │   ├── 3.jpg
    │   │   ├── 4.jpg
    │   │   └── 5.jpg
    │   ├── login-logo.png
    │   ├── logo.jpg
    │   └── web.ico
    ├── js
    │   ├── chart-basic.js
    │   ├── chart-echarts.js
    │   ├── datatables-init.js
    │   ├── demo.js
    │   ├── desc.js
    │   ├── form-edit.js
    │   ├── progress-bar.js
    │   ├── register.js
    │   ├── right-menu.js
    │   ├── wizard.js
    │   └── ztree.js
    ├── lib
    │   ├── bootstrap
    │   │   ├── css
    │   │   │   ├── bootstrap-theme.css
    │   │   │   ├── bootstrap-theme.css.map
    │   │   │   ├── bootstrap-theme.min.css
    │   │   │   ├── bootstrap-theme.min.css.map
    │   │   │   ├── bootstrap.css
    │   │   │   ├── bootstrap.css.map
    │   │   │   ├── bootstrap.min.css
    │   │   │   ├── bootstrap.min.css.map
    │   │   │   ├── font-awesome.css
    │   │   │   └── font-awesome.min.css
    │   │   ├── fonts
    │   │   │   ├── FontAwesome.otf
    │   │   │   ├── fontawesome-webfont.eot
    │   │   │   ├── fontawesome-webfont.svg
    │   │   │   ├── fontawesome-webfont.ttf
    │   │   │   ├── fontawesome-webfont.woff
    │   │   │   ├── fontawesome-webfont.woff2
    │   │   │   ├── glyphicons-halflings-regular.eot
    │   │   │   ├── glyphicons-halflings-regular.svg
    │   │   │   ├── glyphicons-halflings-regular.ttf
    │   │   │   ├── glyphicons-halflings-regular.woff
    │   │   │   └── glyphicons-halflings-regular.woff2
    │   │   └── js
    │   │       ├── bootstrap.js
    │   │       ├── bootstrap.min.js
    │   │       └── npm.js
    │   └── jquery
    │       ├── jquery.js
    │       └── jquery.min.js
    └── plugins
        ├── chart
        │   └── chart.js
        ├── echarts
        │   ├── echarts.js
        │   └── map
        │       ├── js
        │       │   └── china.js
        │       └── json
        │           └── china.json
        ├── ie
        │   ├── html5shiv-3.7.0.js
        │   └── respond-1.3.0.min.js
        └── validator
            ├── css
            │   ├── bootstrapValidator.css
            │   └── bootstrapValidator.min.css
            └── js
                ├── bootstrapValidator.js
                ├── bootstrapValidator.min.js
                └── language
                    ├── be_NL.js
                    ├── bg_BG.js
                    ├── cs_CZ.js
                    ├── de_DE.js
                    ├── en_US.js
                    ├── es_CL.js
                    ├── es_ES.js
                    ├── fr_FR.js
                    ├── gr_EL.js
                    ├── hu_HU.js
                    ├── it_IT.js
                    ├── pl_PL.js
                    ├── pt_BR.js
                    ├── tr_TR.js
                    ├── vi_VN.js
                    ├── zh_CN.js
                    └── zh_TW.js

23 directories, 105 files