Compare commits
No commits in common. "aef82d0cc20d6858771cf40d7f01790ca2172640" and "33ea1082f1417201f24990e7b9a9cdca6f331940" have entirely different histories.
aef82d0cc2
...
33ea1082f1
@ -242,7 +242,7 @@
|
|||||||
|
|
||||||
#hukouCounty,#nation,#graduateProvince,#graduateCity,#graduateCounty
|
#hukouCounty,#nation,#graduateProvince,#graduateCity,#graduateCounty
|
||||||
,#special_i,#special_ii,#special_iii,#gaokaoEnrollProvince,
|
,#special_i,#special_ii,#special_iii,#gaokaoEnrollProvince,
|
||||||
#gaokaoEnrollCity,#gaokaoEnrollCounty,#preGroupId, #baomingSchoolProvince, #baomingSchoolCity, #baomingSchoolCounty{
|
#gaokaoEnrollCity,#gaokaoEnrollCounty,#preGroupId{
|
||||||
display: block;
|
display: block;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -261,72 +261,6 @@
|
|||||||
.df .layui-input-inline{
|
.df .layui-input-inline{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
#upload1, #materialsUpload, #airlineUpload {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.userImg, .materialsUserImg, .uploadAirlineUserImg {
|
|
||||||
padding: 30px 50px;
|
|
||||||
width: 150px;
|
|
||||||
height: 150px;
|
|
||||||
display: none;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.userImg img, .materialsUserImg img, .uploadAirlineUserImg img{
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#close, #materialsClose, #uploadAirlineClose {
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
position: absolute;
|
|
||||||
right: 0px;
|
|
||||||
top: 0px;
|
|
||||||
z-index: 999;
|
|
||||||
}
|
|
||||||
.personPic{
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.materials {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.specialContent, .gaokaoEnrollCity {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.captcha-container {
|
|
||||||
margin: 20px;
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.captcha-box {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 10px;
|
|
||||||
background: #f0f0f0;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.yzmBox{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
.captcha-box{
|
|
||||||
/* flex: 1; */
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.no-bottom {
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
flex: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width:1000px) {
|
@media (max-width:1000px) {
|
||||||
.layui-header {
|
.layui-header {
|
||||||
@ -347,13 +281,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pic {
|
|
||||||
padding: 0 !important;
|
|
||||||
display: flex !important;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pic .layui-field-box{
|
.pic .layui-field-box{
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@ -383,37 +311,4 @@
|
|||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
}
|
}
|
||||||
.specialContent, .gaokaoEnrollCity {
|
|
||||||
display: block
|
|
||||||
}
|
|
||||||
.move {
|
|
||||||
display: flex !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.captcha-container {
|
|
||||||
margin: 20px;
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.captcha-box {
|
|
||||||
display: inline-flex;
|
|
||||||
padding: 10px;
|
|
||||||
align-items: center;
|
|
||||||
background: #f0f0f0;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
font-weight: bold;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.yzmBox{
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
.no-bottom {
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
width: 190px;
|
|
||||||
flex: none !important;
|
|
||||||
}
|
|
||||||
/* .captcha-box{
|
|
||||||
flex: 1;
|
|
||||||
} */
|
|
||||||
}
|
}
|
||||||
@ -150,4 +150,4 @@ function getAgeByIdentity(identity) {
|
|||||||
age--;
|
age--;
|
||||||
}
|
}
|
||||||
return age;
|
return age;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5401,4 +5401,4 @@ body .layui-util-face .layui-layer-content {
|
|||||||
.layui-anim-fadeout {
|
.layui-anim-fadeout {
|
||||||
-webkit-animation-name: layui-fadeout;
|
-webkit-animation-name: layui-fadeout;
|
||||||
animation-name: layui-fadeout
|
animation-name: layui-fadeout
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4446,4 +4446,4 @@
|
|||||||
e("jquery", pe)
|
e("jquery", pe)
|
||||||
}),
|
}),
|
||||||
pe
|
pe
|
||||||
});
|
});
|
||||||
|
|||||||
@ -400,4 +400,4 @@
|
|||||||
}),
|
}),
|
||||||
v.on("submit", r, d).on("click", "*[lay-submit]", d),
|
v.on("submit", r, d).on("click", "*[lay-submit]", d),
|
||||||
e(l, f)
|
e(l, f)
|
||||||
});
|
});
|
||||||
|
|||||||
2
assets/layui/lay/modules/jquery.js
vendored
2
assets/layui/lay/modules/jquery.js
vendored
@ -4446,4 +4446,4 @@
|
|||||||
e("jquery", pe)
|
e("jquery", pe)
|
||||||
}),
|
}),
|
||||||
pe
|
pe
|
||||||
});
|
});
|
||||||
|
|||||||
@ -938,4 +938,4 @@
|
|||||||
o.run(e.jQuery),
|
o.run(e.jQuery),
|
||||||
r.ready()
|
r.ready()
|
||||||
}()
|
}()
|
||||||
}(window);
|
}(window);
|
||||||
|
|||||||
@ -380,4 +380,4 @@
|
|||||||
}
|
}
|
||||||
,
|
,
|
||||||
e(r, a)
|
e(r, a)
|
||||||
});
|
});
|
||||||
|
|||||||
@ -156,4 +156,4 @@
|
|||||||
}
|
}
|
||||||
}(t, window),
|
}(t, window),
|
||||||
e("util", i)
|
e("util", i)
|
||||||
});
|
});
|
||||||
|
|||||||
@ -363,4 +363,4 @@
|
|||||||
}
|
}
|
||||||
,
|
,
|
||||||
e.layui = new o
|
e.layui = new o
|
||||||
}(window);
|
}(window);
|
||||||
|
|||||||
26
index.html
26
index.html
@ -1168,31 +1168,7 @@
|
|||||||
|
|
||||||
//发送二维码
|
//发送二维码
|
||||||
$('#sendRegCode').click(function () {
|
$('#sendRegCode').click(function () {
|
||||||
|
Btnsettimeou()
|
||||||
if(!$("#mobile").val()){
|
|
||||||
Swal.fire({
|
|
||||||
title: '提示',
|
|
||||||
text: '请填写联系方式!',
|
|
||||||
icon: 'error', // 可选:'success', 'error', 'warning', 'info', 'question'
|
|
||||||
confirmButtonText: '确定'
|
|
||||||
});
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if($("#mobile").val().length != 11){
|
|
||||||
Swal.fire({
|
|
||||||
title: '提示',
|
|
||||||
text: '请填写正确联系方式!',
|
|
||||||
icon: 'error', // 可选:'success', 'error', 'warning', 'info', 'question'
|
|
||||||
confirmButtonText: '确定'
|
|
||||||
});
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Btnsettimeou()
|
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,117 +1,229 @@
|
|||||||
|
|
||||||
|
|
||||||
@media (max-width:1000px) {
|
@media (max-width:1000px) {
|
||||||
.layui-header{
|
.layui-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.layui-side{
|
|
||||||
|
.layui-side {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.layui-body{
|
|
||||||
|
.layui-body {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
top: 0 !important;
|
top: 0 !important;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-form-select .layui-input{
|
.layui-form-select .layui-input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-inline .layui-form-label{
|
.layui-inline .layui-form-label {
|
||||||
width: 110px !important;
|
width: 112px !important;
|
||||||
white-space: pre-line !important;
|
white-space: pre-line !important;
|
||||||
}
|
}
|
||||||
.layui-inline{
|
|
||||||
|
.layui-inline {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
.layui-input-inline{
|
|
||||||
|
.layui-input-inline {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-30 img{
|
.ml-30 img {
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
height: 90% !important;
|
height: 90% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-field-box{
|
.layui-field-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.df2{
|
.df2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.layui-input, .layui-textarea{
|
|
||||||
|
.layui-input,
|
||||||
|
.layui-textarea {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.layui-inline{
|
|
||||||
border-bottom: 1px solid #DDD;
|
.layui-inline {
|
||||||
width: 90% !important;
|
border-bottom: 0;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
}
|
}
|
||||||
.layui-form-item .layui-form-label{
|
|
||||||
|
.layui-form-item .layui-form-label {
|
||||||
text-align-last: left;
|
text-align-last: left;
|
||||||
}
|
}
|
||||||
.layui-form-item .layui-input-inline{
|
|
||||||
|
.layui-form-item .layui-input-inline {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#checkScoreType1{
|
#checkScoreType1 {
|
||||||
border: 1px solid #ddd !important;
|
border: 1px solid #ddd !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.df {
|
.df {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
width: 90%;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-inline {
|
||||||
|
width: 100% !important;
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-field-title .layui-field-box {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-input-block {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pd-20{
|
.pd-20 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.layui-header{
|
|
||||||
|
.layui-header {
|
||||||
border-bottom: 1px solid #1E9FFF;
|
border-bottom: 1px solid #1E9FFF;
|
||||||
}
|
}
|
||||||
img{
|
|
||||||
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-30 img{
|
.ml-30 img {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-form-label{
|
.layui-form-label {
|
||||||
width: 85px !important;
|
width: 85px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-input-block{
|
.layui-input-block {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.df{
|
.df {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex1{
|
.flex1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#upload{
|
#upload {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-input, .layui-textarea{
|
.layui-input,
|
||||||
|
.layui-textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.personPic {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
#upload1 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userImg {
|
||||||
|
padding: 30px 50px;
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userImg img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#close {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-form input[type=checkbox],
|
||||||
|
.layui-form input[type=radio],
|
||||||
|
.layui-form select {
|
||||||
|
display: block;
|
||||||
|
display: block;
|
||||||
|
height: 38px;
|
||||||
|
width: 100%;
|
||||||
|
box-shadow: none;
|
||||||
|
border: 1px solid #e6e6e6;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-form-select .layui-input {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-edge {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.score-content {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-input-inline input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#upload2 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userImg2 {
|
||||||
|
padding: 30px 50px;
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userImg2 img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#close2 {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
position: absolute;
|
||||||
|
right: 0px;
|
||||||
|
top: 0px;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layui-nav-item {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user