440 lines
6.5 KiB
CSS
440 lines
6.5 KiB
CSS
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
height: 50px;
|
|
position: relative;
|
|
padding: 0px 7px;
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
flex: 1;
|
|
|
|
}
|
|
.row label {
|
|
min-width: 100px;
|
|
font-size: 17px;
|
|
color: #363636;
|
|
}
|
|
|
|
.row input {
|
|
/* width: 230px; */
|
|
font-size: 17px;
|
|
color: #363636;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
height: 21px;
|
|
text-align: right;
|
|
}
|
|
.row .selectarea{
|
|
/* width: 60%; */
|
|
height: 100%;
|
|
display: flex;
|
|
/* justify-content: space-between; */
|
|
/* align-items: center; */
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
flex: 0 0 78%;
|
|
|
|
}
|
|
|
|
.row .selectarea select{
|
|
/* margin: 10px; */
|
|
text-align: center;
|
|
margin-right: 5px;
|
|
width: 30%;
|
|
height: 40px;
|
|
color: #7B7B7B;
|
|
|
|
}
|
|
.storepos{
|
|
height: 200px;
|
|
}
|
|
.areainp .selectarea select{
|
|
background-size: 16px;
|
|
}
|
|
.row .selectarea select option{
|
|
text-align: center;
|
|
|
|
}
|
|
.row input::-webkit-input-placeholder {
|
|
font-size: 17px;
|
|
text-align: right;
|
|
}
|
|
|
|
.selectfile {
|
|
height: 100px;
|
|
}
|
|
|
|
.row select {
|
|
width: 170px;
|
|
background: url(../img/sanjiaoxia.png) no-repeat right center;
|
|
background-size: 16px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
font-size: 16px;
|
|
text-align: right;
|
|
|
|
}
|
|
.renzhengphoto {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 7px;
|
|
flex: 1;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.renzhengphoto label {
|
|
width: 100px;
|
|
font-size: 16px;
|
|
color: #363636;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.photos {
|
|
align-self: flex-start;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 0 0 80%;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0px 7px;
|
|
|
|
}
|
|
.photos_con {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
align-content: flex-start;
|
|
}
|
|
|
|
/*
|
|
.photos_con .photo {
|
|
margin-left: 20px;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
} */
|
|
.photos_con .photo {
|
|
display: flex;
|
|
flex-direction:column ;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
margin-bottom: 10px;
|
|
position: relative;
|
|
text-align: center;
|
|
|
|
}
|
|
/* .photoimg{
|
|
width: 100px;
|
|
height: 100px;
|
|
} */
|
|
.photos_con .photo img {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.photos span {
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
color: #959595;
|
|
|
|
}
|
|
.num .renzhengphoto{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content:flex-start;
|
|
align-items: flex-start;
|
|
/* flex: 2.6; */
|
|
}
|
|
.num .renzhengphoto .photos{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
/* flex:0 0 100%; */
|
|
}
|
|
.num .renzhengphoto label{
|
|
font-size: 13px;
|
|
/* font-weight: 300; */
|
|
width: 100%;
|
|
/* flex: 1; */
|
|
}
|
|
.num .renzhengphoto .photos label{
|
|
width: 80px;
|
|
height: 100%;
|
|
display: inline-block;
|
|
}
|
|
/* .renzhengphoto .photos{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between!!important ;
|
|
align-items: flex-start;
|
|
flex: 2.6;
|
|
} */
|
|
/* .renzhengphoto .photos span {
|
|
font-size: 12px;
|
|
height: 20px; */
|
|
/* padding-left: 5px; */
|
|
/* }
|
|
.renzhengphoto .photos .photos_con{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center; */
|
|
/* width:270px; */
|
|
/* text-align: center; */
|
|
/* }
|
|
.num .renzhengphoto .photos .photos_con .mui-icon{
|
|
left: 45px;
|
|
font-size: 28px;
|
|
}
|
|
.renzhengphoto {
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 7px;
|
|
|
|
|
|
}
|
|
|
|
.renzhengphoto label {
|
|
width: 100px;
|
|
font-size: 13px;
|
|
color: #363636;
|
|
align-self: flex-start;
|
|
}
|
|
.renzhengphoto .photos span {
|
|
font-size: 12px;
|
|
height: 20px; */
|
|
/* padding-left: 5px; */
|
|
/* } */
|
|
|
|
/*
|
|
.files_out {
|
|
text-align: center;
|
|
padding-top: 24px;
|
|
} */
|
|
/* .photos span {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
color: #959595;
|
|
|
|
} */
|
|
|
|
/* .photos .mui-icon {
|
|
font-size: 30px;
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 25px;
|
|
}
|
|
*/
|
|
|
|
|
|
/* .ossfile {
|
|
display: inline-block;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #ccc;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
} */
|
|
|
|
/* .photoimg {
|
|
width: 70%;
|
|
text-align: right;
|
|
/* overflow: hidden; */
|
|
} */
|
|
|
|
.info {
|
|
position: relative;
|
|
/* display: inline-block; */
|
|
width: 37%;
|
|
font-size: 12px;
|
|
bottom: 3px;
|
|
color: #aaa;
|
|
}
|
|
|
|
/* .photoimg .mui-icon {
|
|
position: absolute;
|
|
top: 28px;
|
|
left: 30px;
|
|
color: #fff;
|
|
} */
|
|
|
|
#bankUserName {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 30px;
|
|
width: 200px;
|
|
/* background: #6600FF; */
|
|
|
|
}
|
|
|
|
.mui-scroll .con .row .mui-table-view-cell-head {
|
|
width: 30%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.selectfile img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.thumbnail-img {
|
|
width: 100px;
|
|
height: 100px;
|
|
text-align: center;
|
|
background: #fff;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.thumbnail-img .mui-icon {
|
|
width: 70px;
|
|
height: 70px;
|
|
font-size: 40px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.mui-table-view-cell-hkimg {
|
|
width: 50%;
|
|
/* background: pink; */
|
|
}
|
|
|
|
.hkimg {
|
|
width: 100%;
|
|
display: none;
|
|
}
|
|
|
|
.userimg {
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.mui-btn-block {
|
|
width: 70%;
|
|
margin: 30px auto;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.YZTEL {
|
|
margin: 50px auto;
|
|
width: 80%;
|
|
}
|
|
|
|
.YZTEL .mui-table-view-cell {
|
|
padding: 5px;
|
|
}
|
|
|
|
.YZTEL label {
|
|
width: 25%;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.mui-table-view .mui-table-view-cell {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.mui-table-view .mui-table-view-cell #indiv-tel {
|
|
width: 80%;
|
|
text-align: left;
|
|
border: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.mui-table-view .mui-table-view-cell .YZM {
|
|
display: inline-block;
|
|
width: 40%;
|
|
border: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.mui-table-view .mui-table-view-cell input::-webkit-input-placeholder {
|
|
font-size: 16px;
|
|
text-align: left;
|
|
}
|
|
|
|
.mui-table-view .mui-table-view-cell .HQYZM {
|
|
width: 40%;
|
|
height: 30px;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
.bc_btn {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
|
|
|
|
text-align: center;
|
|
width: 70%;
|
|
margin: 30px auto;
|
|
|
|
|
|
color: #fff;
|
|
background: #FF1A03;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.lxy_home_zz ul {
|
|
width: 83%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
top: 40%;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
background: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.lxy_zz input {
|
|
/* position: absolute; */
|
|
width: 88%;
|
|
display: block;
|
|
/* top:50%;
|
|
left: 10%; */
|
|
margin: 10px auto;
|
|
height: 35px;
|
|
}
|
|
|
|
.lxy_zz_btn {
|
|
/* display: flex; */
|
|
/* justify-content: space-between; */
|
|
width: 40%;
|
|
margin: 15px auto;
|
|
text-align: center;
|
|
background: #FF0404;
|
|
color: #FFFFFF;
|
|
border: 1px solid #FF0404;
|
|
border-radius: 15px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|