diff --git a/WebRoot/img/bg_tk.jpg b/WebRoot/img/bg_tk.jpg new file mode 100644 index 00000000..2ec1b430 Binary files /dev/null and b/WebRoot/img/bg_tk.jpg differ diff --git a/WebRoot/img/left-img_tk.png b/WebRoot/img/left-img_tk.png new file mode 100644 index 00000000..473c5d4d Binary files /dev/null and b/WebRoot/img/left-img_tk.png differ diff --git a/WebRoot/img/title_tk.png b/WebRoot/img/title_tk.png new file mode 100644 index 00000000..34a845c6 Binary files /dev/null and b/WebRoot/img/title_tk.png differ diff --git a/WebRoot/login.html b/WebRoot/login.html index 8dc3593c..963b84c9 100644 --- a/WebRoot/login.html +++ b/WebRoot/login.html @@ -15,8 +15,8 @@ - - + + @@ -27,12 +27,12 @@
- +
-

长春市教育数据采集系统

+

@@ -57,7 +57,7 @@
- +
diff --git a/WebRoot/login_gtzz.html b/WebRoot/login_gtzz.html new file mode 100644 index 00000000..8dc3593c --- /dev/null +++ b/WebRoot/login_gtzz.html @@ -0,0 +1,177 @@ + + + + + + + + + 长春市教育数据采集系统 + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+ +

长春市教育数据采集系统

+ +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + + 点击图片刷新校验码 +
+
+ + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/WebRoot/pindex.html b/WebRoot/pindex.html index 9d934244..a4e3ec32 100644 --- a/WebRoot/pindex.html +++ b/WebRoot/pindex.html @@ -59,8 +59,8 @@
-
修改密码
-
修改联系方式
+
修改密码
+
修改联系方式
注销登录
@@ -124,6 +124,20 @@ admin.render(); + $.ajax({ + type: "GET", + async: false, + url: "/QingLong/collect/isThirdParty", + success: function (res) { + if (res.success) { + if (res.is_third_party == 1) { + $('#dd_changePwd').hide(); + $('#dd_changeContact').hide(); + } + } + } + }); + // 登出逻辑 admin.logout(function () { $.ajax({ @@ -154,7 +168,7 @@ }); $("#changeContact").click(function () { - $(".layui-this").removeAttr("class"); + $(".layui-this").removeAttr("class"); layer.open({ type: 2, title: '修改联系方式', diff --git a/WebRoot/tbcss/SignIn.css b/WebRoot/tbcss/SignIn.css new file mode 100644 index 00000000..6fffa6bc --- /dev/null +++ b/WebRoot/tbcss/SignIn.css @@ -0,0 +1,169 @@ +@charset "utf-8"; + +/**--------------------------------------------------------- +*function:长春市教育装备挂图作战系统登录界面 +*author:许伟杰 +*date:2021.12.24 +----------------------------------------------------------*/ +html { + height: 100%; +} + +body { + position: static; + background: url(../img/bg_tk.jpg) 0% 0% / cover no-repeat; +} + +.all-content { + width: 100%; + height: 680px; + margin: auto; +} + +.content { + width: 1150px; + height: 600px; + margin: auto; + /* background: #fff; */ + background-color: rgba(255, 255, 255, 0.8); + position: absolute; + left: 50%; + top: 45%; + /* margin-left: -600px; */ + transform: translate(-50%, -50%); + border-radius: 20px; + -webkit-border-radius: 20px; + -moz-border-radius: 20px; + -ms-border-radius: 20px; + -o-border-radius: 20px; + /* filter: alpha(opacity=70); + opacity: 0.7; */ +} + +.left-img { + margin: 80px 0 0px 60px; + float: left; +} + +.content-name { + font-size: 28px; +} + +.right-content { + width: 390px; + margin: 120px 0 0 120px; + float: left; +} + +.right-content form { + margin: 60px 0 0 0; +} + +/* 用户名 */ +.user-name, +.vcode, +.password-li { + border-bottom: 1px solid #aaaaaa; + height: 50px; + line-height: 50px; +} + +.vcode-li { + margin: 15px 0 0 0; + position: relative; +} + +.vcode-img { + position: absolute; + right: 10px; +} + +.password-li { + margin: 15px 0 0 0; + +} + +.user-name-li input , +.vcode-li input , +.password-li input { + width: 350px; + border: 0px; + margin: 0 0 0 10px; + color: #5e5e5e; + background: none; +} + +.password-li input { + margin: 0 0 0 15px; +} + +.verification-password { + margin: 15px 0 0 0; +} + +.verification-left { + width: 190px; + border-bottom: 1px solid #aaaaaa; + height: 50px; + line-height: 50px; + color: #535353; + float: left; +} + +.verification-left span { + float: left; +} + +.verification-left input { + width: 120px; + float: left; + line-height: 48px; + border: none; + color: #5e5e5e; + background: none; +} + +.verification-right { + float: left; +} + +.verification-right img { + width: 102px; + height: 42px; + margin: 0 0 0 10px; +} + +.verification-right span { + font-size: 18px; + cursor: pointer; + color: #11b8bf; + margin: 0 0 0 10px; +} + + +.input-button { + width: 390px; + height: 56px; + /* background: url(../img/submit-line.jpg) repeat-y center; */ + border: 0px; + cursor: pointer; + color: #fff; + border-radius: 6px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + -ms-border-radius: 6px; + -o-border-radius: 6px; + margin: 64px 0 0 0; +} + +.footer { + left: 0; + bottom: 0; + color: #fff; + width: 100%; + position: absolute; + text-align: center; + padding-bottom: 15px; + text-shadow: #000 0.1em 0.1em 0.1em; + font-size: 14px; +} \ No newline at end of file diff --git a/WebRoot/tbcss/public.css b/WebRoot/tbcss/public.css new file mode 100644 index 00000000..99fe0ca3 --- /dev/null +++ b/WebRoot/tbcss/public.css @@ -0,0 +1,317 @@ +@charset "utf-8"; + +/**--------------------------------------------------------- +*function:长春市教育装备挂图作战系统登录界面 +*author:许伟杰 +*date:2021.12.24 +----------------------------------------------------------*/ +body, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +p, +blockquote, +dl, +dt, +dd, +ul, +ol, +li, +pre, +form, +fieldset, +legend, +button, +input, +textarea, +th, +td { + margin: 0; + padding: 0; +} + +body, +button, +input, +select, +textarea { + font: 12px/1.5tahoma, arial, \5b8b\4f53; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: 100%; +} + +address, +cite, +dfn, +em, +var { + font-style: normal; +} + +code, +kbd, +pre, +samp { + font-family: couriernew, courier, monospace; +} + +ul, +ol { + list-style: none; +} + +a { + color: #fff; + text-decoration: none; + cursor: pointer; +} + +a:hover { + text-decoration: none; +} + +sup { + vertical-align: text-top; +} + +sub { + vertical-align: text-bottom; +} + +legend { + color: #333; +} + +fieldset, +img { + border: 0; +} + +button, +input, +select, +textarea { + font-size: 100%; + outline: none; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +body, +div, +span, +p, +a, +h1, +h2, +h3, +h4, +h5, +input, +button, +select, +textarea { + font-family: "Arial", "微软雅黑", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif; +} + +@media screen and (min-width:1200px) { + html { + font-size: 24px; + } +} + +@media screen and (min-width: 960px) and (max-width: 1199px) { + html { + font-size: 30px; + } +} + +@media screen and (min-width: 768px) and (max-width: 959px) { + html { + font-size: 20px; + } +} + +@media only screen and (min-width: 480px) and (max-width: 767px) { + html { + font-size: 18px; + } +} + +@media only screen and (min-width: 350px) and (max-width: 479px) { + html { + font-size: 16px; + } +} + +@media only screen and (max-width: 350px) { + html { + font-size: 14px; + } +} + +html, +body { + font-size: 16px; + color: #333; + width: 100%; +} + +/* 腾讯写法双清除 */ +.clearfix:after, +.clearfix:before { + content: " "; + display: table; +} + +.clearfix:after { + clear: both; +} + +.clearfix { + zoom: 1; +} + +/* 单清除浮动 阿里,网易写法*/ +.clearFix:after { + content: " "; + display: block; + height: 0; + clear: both; + visibility: hidden; +} + + +img { + vertical-align: middle; +} + +/*移动端隐藏滚动条Hack*/ +.content_msg::-webkit-scrollbar { + display: none; +} + +/* 清除浮动 */ +.clear { + clear: both; +} + +/*左浮动*/ +.fl { + float: left; +} + +/*又浮动*/ +.fr { + float: right; +} + +/* 隐藏 */ +.none { + display: none; +} + +/* 图片自适应 */ +.img-res { + max-width: 100%; + height: auto; + display: block; +} + +/* 手机端publc css */ +/* flex类 */ +.flexRow { + display: box; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; +} + +/*主轴为垂直方向,起点在上沿*/ +.flexCol { + display: box; + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-flex-direction: column; + -moz-flex-direction: column; + -ms-flex-direction: column; + -o-flex-direction: column; + flex-direction: column; +} + +/*换行,第一行在上方*/ +.flexWrap { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + -o-flex-wrap: wrap; + flex-wrap: wrap; +} + +/* box-sizing */ +.boxBorder { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* 遮罩层*/ +.mask { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, .6); + z-index: 11; +} + +.mask_high { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, .6); + z-index: 222; +} + +.validate { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 2rem; + line-height: 2rem; + border-radius: 0 0 .2rem .2rem; + background: #EA1B1B; + color: #fff; + text-align: center; + z-index: 2222; + font-size: .875rem; + font-weight: bold; + letter-spacing: 2px; +} + + + +/* 共用部分 */ \ No newline at end of file