diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-1.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-1.png new file mode 100644 index 000000000..990fd495c Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-1.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-2.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-2.png new file mode 100644 index 000000000..ac3c8b0fe Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-2.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-3.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-3.png new file mode 100644 index 000000000..c088593c3 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-3.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-4.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-4.png new file mode 100644 index 000000000..ad16a75be Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-4.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-5.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-5.png new file mode 100644 index 000000000..74f182764 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-5.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-6.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-6.png new file mode 100644 index 000000000..3a8521416 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter1-6.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-1.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-1.png new file mode 100644 index 000000000..6b334c16d Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-1.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-2.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-2.png new file mode 100644 index 000000000..79af57c9a Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-2.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-3.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-3.png new file mode 100644 index 000000000..0cf0c96a8 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-3.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-4.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-4.png new file mode 100644 index 000000000..5937e6a5a Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-4.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-5.png b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-5.png new file mode 100644 index 000000000..91ea733b3 Binary files /dev/null and b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/images/enter2-5.png differ diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.css b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.css new file mode 100644 index 000000000..bf6cf92f1 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.css @@ -0,0 +1,137 @@ +.welcome { + padding: 1px 12px 20px; + background: #fff; +} + +.welT { + font-size: 16px; + margin-bottom: 10px; + line-height: 26px; +} + + .welT i { + width: 26px; + height: 26px; + line-height: 24px; + border: 1px solid #efefef; + border-radius: 4px; + float: right; + text-align: center; + color: #999; + } + +.welLine { + height: 1px; + background: #efefef; + margin: 10px -12px; +} + +.welText { + overflow: hidden; + font-size: 14px; + margin-top: 5px; +} + + .welText span { + float: right; + width: 60%; + text-align: right; + } + +.welInput { + overflow: hidden; + font-size: 14px; + margin-top: 10px; +} + + .welInput span { + float: left; + width: 26%; + text-align: right; + line-height: 30px; + } + + .welInput input { + display: block; + margin-left: 28%; + width: 72%; + border: 1px solid #efefef; + border-radius: 4px; + height: 30px; + line-height: 28px; + padding: 0 10px; + margin-bottom: 0; + } + +.welCon { + padding: 10px; + border: 1px solid #efefef; + margin-top: 18px; + border-radius: 4px; + position: relative; +} + +.welDel { + position: absolute; + top: -8px; + left: -8px; + background: #fff; +} + + .welDel i { + text-align: center; + width: 26px; + height: 26px; + display: block; + line-height: 24px; + border: 1px solid #efefef; + border-radius: 50%; + } + +.welImgAdd { + text-align: center; + line-height: 0; +} + +#files { + opacity: 0; + -webkit-opacity: 0; + z-index: 9; + display: none; +} + +#welImgBtn { + display: block; + width: 110px; + height: 30px; + text-align: center; + line-height: 26px; + border: 2px solid #efefef; + border-radius: 4px; + font-size: 14px; + color: #999; + margin: 10px auto; + cursor: pointer; +} + +#PhotoImg { + width: 200px; + height: 200px; + margin: 30px auto; +} + + #PhotoImg img { + width: 100%; + height: 100%; + } + +.btnBox { + margin-top: 20px; + text-align: center; +} + +#saveBtn { + margin: auto; + margin-top: 25px; + width: 92%; +} diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html new file mode 100644 index 000000000..576e9d212 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/RegisterQRCode/RegisterQRCode.html @@ -0,0 +1,70 @@ +