.mob-login-2 {
|
position: relative;
|
width: 100%;
|
min-height: 100%;
|
overflow-x: hidden;
|
background-repeat: no-repeat;
|
background-size: cover;
|
background-position: center center;
|
|
.plat-name {
|
position: relative;
|
max-width: 280px;
|
min-height: 10px;
|
margin: 0 auto;
|
text-align: center;
|
line-height: 1.5;
|
font-size: 18px;
|
color: #ffffff;
|
border: 1px dotted transparent;
|
}
|
.plat-name.editing {
|
border: 1px solid #1890ff;
|
box-shadow: 0px 0px 2px #1890ff;
|
}
|
.plat-name:not(.editing):hover {
|
border-color: #535353;
|
}
|
.row-box {
|
position: relative;
|
width: 280px;
|
margin: 0 auto;
|
line-height: 1.5;
|
|
.col-item {
|
position: relative;
|
display: inline-block;
|
width: 50%;
|
border: 1px dotted transparent;
|
}
|
.col-item.right {
|
float: right;
|
}
|
|
.col-item.editing {
|
border: 1px solid #1890ff;
|
box-shadow: 0px 0px 2px #1890ff;
|
}
|
.col-item:not(.editing):hover {
|
border-color: #535353;
|
}
|
}
|
.other-auth {
|
text-align: center;
|
font-size: 26px;
|
color: rgb(68, 168, 242);
|
|
span {
|
position: relative;
|
display: inline-block;
|
vertical-align: top;
|
p {
|
font-size: 12px;
|
margin-bottom: 10px;
|
}
|
}
|
span:not(:last-child) {
|
margin-right: 15px;
|
}
|
}
|
|
.am-list-item {
|
position: relative;
|
z-index: 1;
|
width: 100%;
|
font-size: 14px;
|
height: 38px;
|
min-height: 38px;
|
line-height: 1.5;
|
margin-bottom: 10px;
|
border: 1px solid #dddddd;
|
|
.am-input-control input:disabled {
|
color: rgba(0, 0, 0, 0.65);
|
}
|
|
.am-input-label {
|
width: 30px;
|
color: inherit;
|
padding-top: 10px;
|
}
|
input {
|
font-size: 14px;
|
color: inherit;
|
}
|
input::-webkit-input-placeholder {
|
color: inherit;
|
opacity: 0.5;
|
}
|
input:-moz-placeholder {
|
color: inherit;
|
opacity: 0.5;
|
}
|
input::-moz-placeholder {
|
color: inherit;
|
opacity: 0.5;
|
}
|
input:-ms-input-placeholder {
|
color: inherit;
|
opacity: 0.5;
|
}
|
}
|
.am-list-item:not(:last-child) .am-list-line {
|
border: none;
|
}
|
|
.mk-login-input {
|
width: 280px;
|
position: relative;
|
margin: 0 auto;
|
}
|
|
.am-button {
|
position: relative;
|
z-index: 1;
|
width: 280px;
|
margin: 0 auto 10px;
|
border: 1px dotted transparent;
|
overflow: visible;
|
letter-spacing: 0px;
|
background-repeat: no-repeat;
|
background-size: cover;
|
background-position: center center;
|
border-radius: 0;
|
|
span {
|
font-style: inherit;
|
font-weight: inherit;
|
}
|
}
|
.am-button:hover {
|
color: unset;
|
border-color: #535353;
|
}
|
.company-msg {
|
width: 88%;
|
min-height: 10px;
|
margin-left: 6%;
|
font-size: 12px;
|
text-align: center;
|
line-height: 1.5;
|
letter-spacing: 0px;
|
border: 1px dotted transparent;
|
}
|
.company-msg.editing {
|
border: 1px solid #1890ff;
|
box-shadow: 0px 0px 2px #1890ff;
|
}
|
.company-msg:not(.editing):hover {
|
border-color: #535353;
|
}
|
|
.links {
|
min-height: 10px;
|
font-size: 12px;
|
text-align: center;
|
line-height: 1.5;
|
|
span {
|
display: inline-block;
|
position: relative;
|
text-decoration: inherit;
|
font-style: inherit;
|
min-width: 40px;
|
border: 1px dotted transparent;
|
}
|
span:not(:last-child) {
|
margin-right: 10px;
|
}
|
span:hover {
|
border-color: #535353;
|
}
|
span.editing {
|
border: 1px solid #1890ff;
|
box-shadow: 0px 0px 2px #1890ff;
|
}
|
>.anticon-plus {
|
cursor: pointer;
|
color: #26C281;
|
}
|
}
|
}
|
.am-picker-popup-wrap {
|
left: calc(50vw - 305px);
|
right: calc(50vw - 45px);
|
bottom: 54px;
|
overflow: hidden;
|
}
|
.clear-both {
|
float: none!important;
|
clear: both;
|
}
|