diff --git a/templates/admin/login.old.php b/templates/admin/login.old.php new file mode 100755 index 0000000..9156465 --- /dev/null +++ b/templates/admin/login.old.php @@ -0,0 +1,63 @@ + + + + + OneNav后台登录 + + + + + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ + +
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/templates/admin/login.php b/templates/admin/login.php old mode 100755 new mode 100644 index 9156465..965fa44 --- a/templates/admin/login.php +++ b/templates/admin/login.php @@ -1,63 +1,102 @@ - + + - - OneNav后台登录 - - - - - - - - + + + + + + + OneNav管理员登录 + - -
-
- -
-
-
- -
- -
-
-
- -
- -
+ +
+
+ +
+
+ +

OneNav后台管理系统

+ +
- -
- +
+ +

OneNav

+
+
+ 用户名 + +
+
+ 用户密码 + +
+
+ +
+
- -
- -
- - - -
-
-
- - + + + - \ No newline at end of file diff --git a/templates/admin/setting/theme.php b/templates/admin/setting/theme.php index 5c64e46..0fdf775 100644 --- a/templates/admin/setting/theme.php +++ b/templates/admin/setting/theme.php @@ -3,11 +3,14 @@
-
+
- 主题更换及设置说明,请参考:https://dwz.ovh/yoyaf +

1. 主题更换及设置说明,请参考:https://dwz.ovh/yoyaf

+

2. 为了分摊服务器成本,主题下载和更新需要订阅用户才能使用,敬请谅解!订阅地址:https://dwz.ovh/69h9q

+

3. 部分主题来自其它开源项目,OneNav仅做适配,主题版权归原作者所有

+

4. 主题提交请联系QQ:446199062

@@ -22,7 +25,7 @@ - version ?> -

+

@@ -30,9 +33,10 @@ + - +

@@ -43,6 +47,36 @@
+
+ +
+

在线主题:

+
+ $theme) { + //var_dump($theme['info']->name); + ?> + +
+
+ - version ?> + + +

+ + +

+

+ + +
+

+
+
+ + +
+
+
@@ -58,6 +92,15 @@ function theme_detail(name){ content:'/index.php?c=admin&page=setting/theme_detail&name=' + name }); } + +function theme_detail_online(name){ + layer.open({ + title: name, + type:2, + area: ['60%', '59%'], + content:'/index.php?c=admin&page=setting/theme_detail&name=' + name + }); +} //主题参数设置 function theme_config(name){ layer.open({ @@ -81,4 +124,82 @@ function set_theme(name) { } }); } + +function down_theme(name,type) { + //请求订阅接口,并获取key、value + var index = layer.load(1); + // $.ajax({ + // 'url': '/index.php?c=api&method=check_subscribe', + // 'type': 'GET', + // 'async': false, + // success:function(result) { + + // } + // }); + $.get("/index.php?c=api&method=check_subscribe",function(result,status){ + if( result.code == 200 ) { + var key = result.data.key; + var value = result.data.value; + //继续下载主题 + $.get("/index.php?c=api&method=down_theme",{name:name,key:key,value:value,type:type},function(data,status){ + //如果下载成功 + if( data.code == 200 ) { + layer.closeAll('loading'); + layer.msg(data.msg, {icon: 1}); + //重载当前页面 + setTimeout(() => { + window.location.reload(); + }, 2000); + } + else{ + layer.closeAll('loading'); + layer.msg(data.msg, {icon: 5}); + } + }); + } + else{ + layer.closeAll('loading'); + layer.msg(result.msg, {icon: 5}); + } + }); +} +//更新主题 +function update_theme(name,version){ + //获取远程主题最新版本号 + var index = layer.load(1); + var infourl = "https://onenav.xiaoz.top/themes/" + name + "/info.json"; + $.ajax({ + type:"HEAD", + async:true, + url:infourl, + statusCode: { + 200: function() { + $.get("https://onenav.xiaoz.top/themes/" + name + "/info.json",function(data,status){ + let new_version = data.version; + if ( version >= new_version ) { + layer.closeAll('loading'); + layer.msg('已经是最新版本,无需更新!', {icon: 5}); + } + else{ + down_theme(name,'update'); + } + }); + }, + 403:function() { + layer.closeAll('loading'); + layer.msg('更新失败,权限不足!', {icon: 5}); + }, + 404:function() { + layer.closeAll('loading'); + layer.msg('更新失败,远程服务器上不存在此主题!', {icon: 5}); + } + } + }); + +} + +layer.photos({ + photos: '#layer-photos' + ,anim: 5 //0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数) +}); \ No newline at end of file diff --git a/templates/admin/static/css/link.css b/templates/admin/static/css/link.css new file mode 100644 index 0000000..a85702b --- /dev/null +++ b/templates/admin/static/css/link.css @@ -0,0 +1 @@ +*{margin:0;padding:0}.root{position:absolute;width:100vw;height:100%;background:#292929;border-radius:0px 0px 0px 0px;display:flex;align-items:center;justify-content:center}.root>h2{position:absolute;top:20px;left:20px;color:#fff}.info-box{margin:30px;width:700px;transition:all .5s;background:#f1f1f1;border-radius:16px 16px 16px 16px;opacity:1;padding:30px}.info-box>h3{font-size:26px;font-family:OPPOSans-Bold, OPPOSans;font-weight:bold;color:#000000;line-height:34px}.info-box>ul{margin-top:20px;list-style:none}.info-box>ul>li{margin-top:30px;display:flex}.info-box>ul>li>span:nth-child(1){flex-shrink:0;width:120px;height:34px;font-size:24px;font-family:Source Han Sans CN-Bold, Source Han Sans CN;font-weight:bold;color:#232323;line-height:34px}.info-box>ul>li>span:nth-child(2),.info-box>ul>li>div{width:100%;display:flex;margin-left:50px;font-size:24px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#232323;line-height:34px}footer{width:100%;position:absolute;z-index:9;bottom:10px;display:flex;font-size:12px;align-items:center;justify-content:center;color:#9e9e9e}footer>img{margin-right:5px;width:20px;height:20px}[link]{display:flex;align-items:center}[link]>a{max-width:calc(100% - 140px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#0676d1 !important}[tips]{font-size:20px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#464646 !important;line-height:34px}.next{margin-top:30px;display:flex;justify-content:flex-end}.next>button{width:96px;height:48px;background:#0088ea;border:none;border-radius:8px 8px 8px 8px;opacity:1;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#ffffff;line-height:24px;transition:all 0.3s}.next>button:hover{background-color:#3a96e2}.load{display:none}.load>span{position:relative;top:-2px}.loads{position:relative;top:4px;display:inline-block;width:20px;height:20px;animation:ss 2s linear infinite}@keyframes ss{to{transform:rotate(0deg)}from{transform:rotate(-360deg)}}.copy{margin-left:10px;position:relative;height:24px}.copy>svg{pointer-events:none}@media screen and (max-width: 800px){.info-box{width:calc(100vw - 30px) !important}.info-box>h3{font-size:16px;font-family:OPPOSans-Bold, OPPOSans;font-weight:bold;color:#000000;line-height:34px}.info-box>ul{margin-top:20px;list-style:none}.info-box>ul>li{margin-top:10px;display:flex}.info-box>ul>li>span:nth-child(1){flex-shrink:0;width:70px;height:34px;font-size:14px;font-family:Source Han Sans CN-Bold, Source Han Sans CN;font-weight:bold;color:#232323}.info-box>ul>li>span:nth-child(2),.info-box>ul>li>div{width:100%;max-height:60px;text-overflow:ellipsis;overflow:hidden;display:flex;margin-left:15px !important;font-size:14px;line-height:20px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#232323;align-items:center}[link]{display:flex;align-items:center}[link]>a{max-width:calc(100% - 40px) !important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#0676d1 !important}.next{margin-top:30px;display:flex;justify-content:flex-end}.next>button{width:96px;height:35px;background:#0088ea;border:none;border-radius:8px 8px 8px 8px;opacity:1;font-weight:400;color:#ffffff;line-height:24px;transition:all 0.3s}.next>button:hover{background-color:#3a96e2}} diff --git a/templates/admin/static/css/link.scss b/templates/admin/static/css/link.scss new file mode 100644 index 0000000..5b0147b --- /dev/null +++ b/templates/admin/static/css/link.scss @@ -0,0 +1,236 @@ +* { + margin: 0; + padding: 0; +} + +.root { + position: absolute; + width: 100vw; + height:100%; + background: #292929; + border-radius: 0px 0px 0px 0px; + display: flex; + align-items: center; + justify-content: center; + > h2 { + position: absolute; + top: 20px; + left: 20px; + color: #fff; + } +} +.info-box { + margin: 30px; + width: 700px; + transition: all .5s; + background: #f1f1f1; + border-radius: 16px 16px 16px 16px; + opacity: 1; + padding: 30px; + > h3 { + font-size: 26px; + font-family: OPPOSans-Bold, OPPOSans; + font-weight: bold; + color: #000000; + line-height: 34px; + } + > ul { + margin-top: 20px; + list-style: none; + > li { + margin-top: 30px; + display: flex; + > span:nth-child(1) { + flex-shrink: 0; + width: 120px; + height: 34px; + font-size: 24px; + font-family: Source Han Sans CN-Bold, Source Han Sans CN; + font-weight: bold; + color: #232323; + line-height: 34px; + } + > span:nth-child(2), + > div { + width: 100%; + display: flex; + margin-left: 50px; + font-size: 24px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #232323; + line-height: 34px; + } + } + } +} + +footer { + width: 100%; + position: absolute; + z-index: 9; + bottom: 10px; + display: flex; + font-size: 12px; + align-items: center; + justify-content: center; + color: #9e9e9e; + > img { + margin-right: 5px; + width: 20px; + height: 20px; + } +} + +[link] { + display: flex; + align-items: center; + > a { + max-width: calc(100% - 140px); + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + color: #0676d1 !important; + } +} + +[tips] { + font-size: 20px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #464646 !important; + line-height: 34px; +} + +.next { + margin-top: 30px; + display: flex; + justify-content: flex-end; + > button { + width: 96px; + height: 48px; + background: #0088ea; + border: none; + border-radius: 8px 8px 8px 8px; + opacity: 1; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #ffffff; + line-height: 24px; + transition: all 0.3s; + &:hover { + background-color: #3a96e2; + } + } +} + +.load { + display: none; + > span { + position: relative; + top: -2px; + } +} +.loads { + position: relative; + top: 4px; + display: inline-block; + width: 20px; + height: 20px; + animation: ss 2s linear infinite; +} +@keyframes ss { + to { + transform: rotate(0deg); + } + from { + transform: rotate(-360deg); + } +} + +.copy { + margin-left: 10px; + position: relative; + height: 24px; + > svg { + pointer-events: none; + } +} + +@media screen and (max-width: 800px) { + .info-box { + width: calc(100vw - 30px) !important; + // min-width: 376px; + > h3 { + font-size: 16px; + font-family: OPPOSans-Bold, OPPOSans; + font-weight: bold; + color: #000000; + line-height: 34px; + } + > ul { + margin-top: 20px; + list-style: none; + > li { + margin-top: 10px; + display: flex; + > span:nth-child(1) { + flex-shrink: 0; + width: 70px; + height: 34px; + font-size: 14px; + font-family: Source Han Sans CN-Bold, Source Han Sans CN; + font-weight: bold; + color: #232323; + } + > span:nth-child(2), + > div { + width: 100%; + max-height: 60px; + text-overflow: ellipsis; + overflow: hidden; + display: flex; + margin-left: 15px !important; + font-size: 14px; + line-height: 20px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #232323; + align-items: center; + } + } + } + } + [link] { + display: flex; + align-items: center; + > a { + max-width: calc(100% - 40px) !important; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + color: #0676d1 !important; + } + } + .next { + margin-top: 30px; + display: flex; + justify-content: flex-end; + > button { + width: 96px; + height: 35px; + background: #0088ea; + border: none; + border-radius: 8px 8px 8px 8px; + opacity: 1; + font-weight: 400; + color: #ffffff; + line-height: 24px; + transition: all 0.3s; + &:hover { + background-color: #3a96e2; + } + } + } + +} diff --git a/templates/admin/static/css/new.css b/templates/admin/static/css/new.css new file mode 100644 index 0000000..97d89e6 --- /dev/null +++ b/templates/admin/static/css/new.css @@ -0,0 +1 @@ +*{margin:0;padding:0}.login{opacity:0;width:100vw;height:100vh;background:url("../image/bg.svg") no-repeat center/cover;display:flex;align-items:center;justify-content:center}.login>.root{position:absolute;width:70%;height:600px;transition:all 0.3s;box-shadow:0px 0px 10px rgba(250,250,250,0.227);border-radius:15px;overflow:hidden;display:flex}.login>.root .left{transition:all 0.3s;position:relative;width:50%;background:#000}.login>.root .left>.cover{position:absolute;display:block;width:100%;height:100%;object-fit:cover}.login>.root .right{transition:all 0.5s;min-width:550px;width:50%;display:flex;flex-direction:column;background:#fbfbfb}.login>.root .right>h2{margin:40px 20px 0px;text-align:center;font-size:32px;font-family:Source Han Sans CN-Bold, Source Han Sans CN;font-weight:bold;color:#2a2a2a;line-height:48px}.login>.root .right>h2:hover{color:#0088ea}.login>.root .right .login_frame{display:flex;justify-content:center}.login>.root .right .login_box{margin-top:100px;padding:20px;width:320px;height:300px;background:#ffffff;box-shadow:0px 3px 8px 1px rgba(0,0,0,0.16);border-radius:16px 16px 16px 16px;opacity:1}.login>.root .right .login_box>h4{width:411px;height:24px;font-size:24px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#000000;line-height:24px}.login>.root .right .login_box>h6{margin-top:10px;width:411px;height:24px;font-size:16px;font-family:Helvetica Neue-常规体, Helvetica Neue;font-weight:normal;color:#323232;line-height:24px;margin-bottom:30px}.login>.root .right .login_box>form>.inp{margin-bottom:15px;display:flex;flex-direction:column}.login>.root .right .login_box>form>.inp>.label{height:16px;font-size:12px;font-family:Source Han Sans CN-Bold, Source Han Sans CN;font-weight:bold;color:#1a1a1a;line-height:16px;margin-bottom:5px}.login>.root .right .login_box>form>.inp>input{width:calc(100% - 30px);height:35px;border-radius:8px 8px 8px 8px;opacity:1;outline:none;border:1px solid #bfbfbf;padding:0px 15px}.login>.root .right .login_box>form>.submit{margin-top:25px}.login>.root .right .login_box>form>.submit>input{width:100%;height:40px;background:#0088ea;outline:none;border:1px solid #0088ea;border-radius:8px;font-size:16px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#ffffff}.login .mobile{display:none}@media screen and (max-width: 1278px){.login .left{display:none}.login .right{min-width:100% !important;width:100%}}@media screen and (max-width: 658px){.login .root{display:none !important}.login .mobile{width:100%;height:100%;position:absolute;display:block}.login .mobile>h1{margin:20px;color:#ffffff}.login .mobile>form{position:relative;margin:15px;padding:15px;margin-top:100px}.login .mobile>form>.inp{margin-bottom:15px;display:flex;flex-direction:column}.login .mobile>form>.inp>.label{height:16px;font-size:13px;font-family:Source Han Sans CN-Bold, Source Han Sans CN;font-weight:bold;color:#1a1a1a;line-height:16px;margin-bottom:5px;color:#ffffff}.login .mobile>form>.inp>input{width:calc(100% - 30px);height:40px;border-radius:8px 8px 8px 8px;opacity:1;outline:none;border:1px solid #bfbfbf;padding:0px 15px}.login .mobile>form>.submit{margin-top:25px}.login .mobile>form>.submit>input{width:100%;height:40px;background:#0088ea;outline:none;border:1px solid #0088ea;border-radius:8px;font-size:16px;font-family:Source Han Sans CN-Regular, Source Han Sans CN;font-weight:400;color:#ffffff}}footer{width:100%;position:absolute;z-index:9;bottom:10px;display:flex;font-size:12px;align-items:center;justify-content:center;color:#9e9e9e}footer>img{margin-right:5px;width:20px;height:20px} diff --git a/templates/admin/static/css/new.scss b/templates/admin/static/css/new.scss new file mode 100644 index 0000000..3037b64 --- /dev/null +++ b/templates/admin/static/css/new.scss @@ -0,0 +1,220 @@ +* { + margin: 0; + padding: 0; +} + +.login { + opacity: 0; + width: 100vw; + height: 100vh; + background: url("../image/bg.png") no-repeat center/cover; + display: flex; + align-items: center; + justify-content: center; + > .root { + position: absolute; + width: 70%; + height: 600px; + transition: all 0.3s; + box-shadow: 0px 0px 10px rgba(250, 250, 250, 0.227); + border-radius: 15px; + overflow: hidden; + display: flex; + .left { + transition: all 0.3s; + position: relative; + width: 50%; + background: #000; + > .cover { + position: absolute; + display: block; + width: 100%; + height: 100%; + object-fit: cover; + } + } + .right { + transition: all 0.5s; + min-width: 550px; + width: 50%; + display: flex; + flex-direction: column; + background: rgb(251, 251, 251); + > h2 { + margin: 40px 20px 0px; + text-align: center; + font-size: 32px; + font-family: Source Han Sans CN-Bold, Source Han Sans CN; + font-weight: bold; + color: #2a2a2a; + line-height: 48px; + &:hover { + color: #0088ea; + } + } + .login_frame { + display: flex; + justify-content: center; + } + .login_box { + margin-top: 100px; + padding: 20px; + width: 320px; + height: 300px; + background: #ffffff; + box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.1599999964237213); + border-radius: 16px 16px 16px 16px; + opacity: 1; + > h4 { + width: 411px; + height: 24px; + font-size: 24px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #000000; + line-height: 24px; + } + > h6 { + margin-top: 10px; + width: 411px; + height: 24px; + font-size: 16px; + font-family: Helvetica Neue-常规体, Helvetica Neue; + font-weight: normal; + color: #323232; + line-height: 24px; + margin-bottom: 30px; + } + > form { + > .inp { + margin-bottom: 15px; + display: flex; + flex-direction: column; + > .label { + height: 16px; + font-size: 12px; + font-family: Source Han Sans CN-Bold, Source Han Sans CN; + font-weight: bold; + color: #1a1a1a; + line-height: 16px; + margin-bottom: 5px; + } + > input { + width: calc(100% - 30px); + height: 35px; + border-radius: 8px 8px 8px 8px; + opacity: 1; + outline: none; + border: 1px solid #bfbfbf; + padding: 0px 15px; + } + } + > .submit { + margin-top: 25px; + > input { + width: 100%; + height: 40px; + background: #0088ea; + outline: none; + border: 1px solid #0088ea; + border-radius: 8px; + font-size: 16px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #ffffff; + } + } + } + } + } + } + .mobile { + display: none; + } + @media screen and (max-width: 1278px) { + .left { + display: none; + } + .right { + min-width: 100% !important ; + width: 100%; + } + } + @media screen and (max-width: 658px) { + .root { + display: none !important; + } + .mobile { + width: 100%; + height: 100%; + position: absolute; + display: block; + > h1 { + margin: 20px; + color: #ffffff; + } + > form { + position: relative; + margin: 15px; + padding: 15px; + margin-top:100px; + > .inp { + margin-bottom: 15px; + display: flex; + flex-direction: column; + > .label { + height: 16px; + font-size: 13px; + font-family: Source Han Sans CN-Bold, Source Han Sans CN; + font-weight: bold; + color: #1a1a1a; + line-height: 16px; + margin-bottom: 5px; + color: #ffffff; + } + > input { + width: calc(100% - 30px); + height: 40px; + border-radius: 8px 8px 8px 8px; + opacity: 1; + outline: none; + border: 1px solid #bfbfbf; + padding: 0px 15px; + } + } + > .submit { + margin-top: 25px; + > input { + width: 100%; + height: 40px; + background: #0088ea; + outline: none; + border: 1px solid #0088ea; + border-radius: 8px; + font-size: 16px; + font-family: Source Han Sans CN-Regular, Source Han Sans CN; + font-weight: 400; + color: #ffffff; + } + } + } + + } + } +} +footer { + width: 100%; + position: absolute; + z-index: 9; + bottom: 10px; + display: flex; + font-size: 12px; + align-items: center; + justify-content: center; + color: #9e9e9e; + > img { + margin-right: 5px; + width: 20px; + height: 20px; + } +} \ No newline at end of file diff --git a/templates/admin/static/embed.js b/templates/admin/static/embed.js index 7ec3e73..3c977f0 100755 --- a/templates/admin/static/embed.js +++ b/templates/admin/static/embed.js @@ -269,6 +269,29 @@ layui.use(['element','table','layer','form','upload','iconHhysFa'], function(){ return false; //阻止表单跳转。如果需要表单跳转,去掉这段即可。 }); + //新的登录 + form.on('submit(new_login)', function(data){ + //获取用户名 + var user = $("#user").val(); + //获取密码 + var password = $("#password").val(); + if ( user == '' || password == '' ) { + layer.msg('用户名或密码不能为空!', {icon: 5}); + return false; + } + $.post('/index.php?c=login&check=login',{user:user,password:password},function(data,status){ + //如果添加成功 + if(data.code == 0) { + window.location.href = '/index.php?c=admin'; + } + else{ + layer.msg(data.err_msg, {icon: 5}); + } + }); + //console.log(data.field) //当前容器的全部表单字段,名值对形式:{name: value} + return false; //阻止表单跳转。如果需要表单跳转,去掉这段即可。 + }); + //初始化设置onenav密码 form.on('submit(init_onenav)', function(data){ console.log(data.field.username); @@ -322,6 +345,30 @@ layui.use(['element','table','layer','form','upload','iconHhysFa'], function(){ return false; //阻止表单跳转。如果需要表单跳转,去掉这段即可。 }); + //新的手机登录 + form.on('submit(new_mobile_login)', function(data){ + //获取用户名 + var user = $("#m_user").val(); + //获取密码 + var password = $("#m_password").val(); + if ( user == '' || password == '' ) { + layer.msg('用户名或密码不能为空!', {icon: 5}); + return false; + } + + $.post('/index.php?c=login&check=login',{user:user,password:password},function(data,status){ + //如果登录成功 + if(data.code == 0) { + window.location.href = '/'; + } + else{ + layer.msg(data.err_msg, {icon: 5}); + } + }); + console.log(data.field) //当前容器的全部表单字段,名值对形式:{name: value} + return false; //阻止表单跳转。如果需要表单跳转,去掉这段即可。 + }); + //筛选链接 form.on('submit(screen_link)', function(data){ fid = data.field.fid; @@ -333,7 +380,7 @@ layui.use(['element','table','layer','form','upload','iconHhysFa'], function(){ var tableIns = table.render({ elem: '#link_list' ,height: 520 - ,url: 'index.php?c=api&method=link_list' //数据接口 + ,url: 'index.php?c=api&method=q_category_link' //数据接口 ,method: 'post' ,page: true //开启分页 ,toolbar: '#linktool' diff --git a/templates/admin/static/image/backgroundLogin.png b/templates/admin/static/image/backgroundLogin.png new file mode 100644 index 0000000..caa5ed4 Binary files /dev/null and b/templates/admin/static/image/backgroundLogin.png differ diff --git a/templates/admin/static/image/bg.png b/templates/admin/static/image/bg.png new file mode 100644 index 0000000..d2ac55d Binary files /dev/null and b/templates/admin/static/image/bg.png differ diff --git a/templates/admin/static/image/bg.svg b/templates/admin/static/image/bg.svg new file mode 100644 index 0000000..2a142d8 --- /dev/null +++ b/templates/admin/static/image/bg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/admin/static/image/copyright-fill.png b/templates/admin/static/image/copyright-fill.png new file mode 100644 index 0000000..6e5f47c Binary files /dev/null and b/templates/admin/static/image/copyright-fill.png differ diff --git a/templates/admin/static/style.css b/templates/admin/static/style.css index fce4ccc..e5cb755 100755 --- a/templates/admin/static/style.css +++ b/templates/admin/static/style.css @@ -113,6 +113,7 @@ .screenshot img{ max-width: auto; max-height: 200px; + max-width:96%; } #progress{