Compare commits

...

2 Commits

11 changed files with 150 additions and 157 deletions

View File

@ -242,7 +242,7 @@
#hukouCounty,#nation,#graduateProvince,#graduateCity,#graduateCounty
,#special_i,#special_ii,#special_iii,#gaokaoEnrollProvince,
#gaokaoEnrollCity,#gaokaoEnrollCounty,#preGroupId{
#gaokaoEnrollCity,#gaokaoEnrollCounty,#preGroupId, #baomingSchoolProvince, #baomingSchoolCity, #baomingSchoolCounty{
display: block;
height: 38px;
width: 100%;
@ -261,6 +261,72 @@
.df .layui-input-inline{
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) {
.layui-header {
@ -281,7 +347,13 @@
overflow-y: auto;
}
.pic {
padding: 0 !important;
display: flex !important;
flex-direction: column;
align-items: center;
justify-content: center;
}
.pic .layui-field-box{
padding: 0 !important;
@ -311,4 +383,37 @@
width: 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;
} */
}

View File

@ -1,12 +1,12 @@
@media (max-width:1000px) {
.layui-header{
display: none;
}
.layui-side{
display: none;
}
.layui-body{
position: relative !important;
top: 0 !important;
@ -18,14 +18,12 @@
}
.layui-inline .layui-form-label{
width: 112px !important;
width: 110px !important;
white-space: pre-line !important;
}
.layui-inline{
display: flex !important;
}
.layui-input-inline{
margin-left: 0 !important;
}
@ -45,25 +43,20 @@
display: flex;
justify-content: center;
}
.layui-input,
.layui-textarea {
.layui-input, .layui-textarea{
width: 100% !important;
border: none !important;
}
.layui-inline{
border-bottom: 0;
border-bottom: 1px solid #DDD;
width: 90% !important;
margin: 0 auto !important;
}
.layui-form-item .layui-form-label{
text-align-last: left;
}
.layui-form-item .layui-input-inline{
margin-bottom: 0;
flex: 1;
}
#checkScoreType1{
@ -73,34 +66,19 @@
.df {
display: flex !important;
width: 90%;
margin: 0 auto;
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{
padding: 0;
}
.layui-header{
border-bottom: 1px solid #1E9FFF;
}
img{
width: 100%;
height: 100%;
@ -134,96 +112,6 @@ img {
margin: 0 auto;
}
.layui-input,
.layui-textarea {
.layui-input, .layui-textarea{
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;
}