351 lines
4.6 KiB
CSS
351 lines
4.6 KiB
CSS
.con {
|
|
margin-top: 78px;
|
|
|
|
}
|
|
|
|
.top {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.header .header_con .title {
|
|
/* margin-top: 40px; */
|
|
line-height: 22px;
|
|
}
|
|
|
|
.logincon {
|
|
margin-top: 11px;
|
|
}
|
|
|
|
.loginbg .header {
|
|
background-color: rgba(256, 256, 256, 0.4);
|
|
}
|
|
|
|
.login_con {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.login_con .con {
|
|
/* 控制登录页面 */
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.login_con .con .row {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 42px;
|
|
background: white;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.commercial .con,
|
|
.supermarket .con,
|
|
.shangdu .con {
|
|
/* 控制申请商厦 申请商超 申请商都 页面 */
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.logintop {
|
|
width: 98%;
|
|
margin: 0 auto 11px;
|
|
/* background: #ccc; */
|
|
text-align: center;
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.logintop h3 {
|
|
font-size: 20px;
|
|
margin: 23px auto 33px;
|
|
color: #E51329;
|
|
}
|
|
|
|
.logintop p {
|
|
margin: 10px auto;
|
|
font-size: 18px;
|
|
color: #E51329;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 42px;
|
|
background: white;
|
|
border-top: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.row img {
|
|
width: 25.2px;
|
|
height: 25.2px;
|
|
/* float: left; */
|
|
margin: 7px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.row span {
|
|
display: inline-block;
|
|
}
|
|
|
|
.s_reg {
|
|
/* float: left; */
|
|
min-width: 100px;
|
|
line-height: 42px;
|
|
color: #525252;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.s1 {
|
|
/* float: left; */
|
|
/* min-width: 60px; */
|
|
line-height: 42px;
|
|
color: #525252;
|
|
font-size: 17px;
|
|
white-space: nowrap;
|
|
/* flex: 1.2; */
|
|
}
|
|
|
|
.con .row input {
|
|
/* float: left; */
|
|
margin: 0;
|
|
/* width:auto ; */
|
|
border: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.con .row input::-webkit-input-placeholder {
|
|
font-size: 17px;
|
|
}
|
|
|
|
.down {
|
|
width: 100%;
|
|
padding: 12px;
|
|
margin: 15px auto;
|
|
}
|
|
|
|
.down .btn {
|
|
width: 100%;
|
|
height: 42px;
|
|
text-align: center;
|
|
line-height: 42px;
|
|
color: white;
|
|
background: #f02c43;
|
|
padding: 0;
|
|
}
|
|
|
|
.s2 {
|
|
color: #525252;
|
|
font-size: 17px;
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.pNameCode .s99 {
|
|
min-width: 60px;
|
|
}
|
|
|
|
#register {
|
|
float: left;
|
|
}
|
|
|
|
#fogetpsd {
|
|
float: right;
|
|
}
|
|
|
|
.ac1_left {
|
|
width: 100%;
|
|
height: 66px;
|
|
position: relative;
|
|
line-height: 66px;
|
|
}
|
|
|
|
.con .row .yzm{
|
|
width: 100%;
|
|
}
|
|
.con .row .tpyzm {
|
|
width: calc(100% - 210px);
|
|
}
|
|
|
|
.con .row #mobileCode,
|
|
.con .row #mobileCode1 {
|
|
/* width: 110px; */
|
|
float: right;
|
|
margin-top: 4px;
|
|
text-align: center;
|
|
height: 33px;
|
|
line-height: 33px;
|
|
border-left: 1px solid #e6e6e6;
|
|
color: #909090;
|
|
font-size: 17px;
|
|
padding: 0;
|
|
|
|
}
|
|
#getMobileCode{
|
|
font-size: 17px;
|
|
float: right;
|
|
}
|
|
.row .yzmhh {
|
|
width: 100px;
|
|
height: 31px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.bottom {
|
|
position: relative;
|
|
bottom: 10px;
|
|
/* background: #ccc; */
|
|
width: 98%;
|
|
margin: 7px auto;
|
|
|
|
}
|
|
|
|
.bottom-con {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 77%;
|
|
margin: 33px auto;
|
|
|
|
}
|
|
|
|
.bottom p {
|
|
display: inline-block;
|
|
width: 10px;
|
|
color: #E51329;
|
|
font-size: 17px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.zcxy {
|
|
/* margin-top: 22px; */
|
|
}
|
|
|
|
.zcxytitle {
|
|
width: 97%;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
margin: 0px auto 10px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
background: #fff;
|
|
/* box-shadow: 2px 2px 5px rgba(25, 25, 25, 0.2); */
|
|
|
|
}
|
|
|
|
.zcxytitle label {
|
|
padding: 8px 5px;
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
.zcxy .zcxycontent, .con .zcxycontent {
|
|
|
|
width: 97%;
|
|
margin: 0px auto;
|
|
background: pink;
|
|
overflow-y: scroll;
|
|
height: 300px;
|
|
background: #fff;
|
|
padding: 10px 4PX;
|
|
/* overflow: auto; */
|
|
}
|
|
|
|
.zcxycontent h3 {
|
|
font-size: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.zcxycontent::-webkit-scrollbar {
|
|
background: hotpink;
|
|
/* display: none!important; */
|
|
width: 0px;
|
|
height: 0px;
|
|
}
|
|
|
|
.hkimg {
|
|
width: 100%;
|
|
display: none;
|
|
}
|
|
|
|
.mui-table-view-cell-hkimg {
|
|
float: left;
|
|
}
|
|
|
|
.thumbnail-img {
|
|
float: left;
|
|
width: 100px;
|
|
height: 100px;
|
|
text-align: center;
|
|
/* background:pink; */
|
|
/* margin: 0 auto; */
|
|
}
|
|
|
|
.thumbnail-img .mui-icon {
|
|
width: 70px;
|
|
height: 70px;
|
|
font-size: 40px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.mui-table-view-cell-hkimg .files_out {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 0 auto;
|
|
float: left;
|
|
}
|
|
|
|
.mui-table-view-cell-hkimg .files_out img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.renzhengphoto {
|
|
width: 98%;
|
|
margin: 10px auto 0px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
padding: 7px;
|
|
/* flex: 1; */
|
|
}
|
|
|
|
.renzhengphoto label {
|
|
width: 100px;
|
|
font-size: 13px;
|
|
color: #363636;
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.renzhengphoto .photos span {
|
|
font-size: 12px;
|
|
height: 20px;
|
|
/* padding-left: 5px; */
|
|
}
|
|
|
|
.ossfile {
|
|
display: inline-block;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #ccc;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.files_out {
|
|
text-align: center;
|
|
padding-top: 24px;
|
|
}
|
|
|
|
.photos span {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
color: #959595;
|
|
|
|
}
|