181 lines
3.0 KiB
Plaintext
181 lines
3.0 KiB
Plaintext
.verifyWrapper {
|
|
.ant-modal-content {
|
|
width: 80vw !important;
|
|
|
|
.ant-modal-body {
|
|
padding: 10% !important;
|
|
|
|
.wea-dialog-body, .wea-new-scroll {
|
|
height: 75px !important;
|
|
|
|
.wea-error {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.pwdSetWrapper {
|
|
.ant-modal-content {
|
|
width: 80vw !important;
|
|
|
|
.wea-dialog-body, .wea-new-scroll {
|
|
height: 195px !important;
|
|
|
|
.wea-search-group .wea-form-cell {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.validatecodeWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.wea-input-normal {
|
|
width: 50% !important;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.am-modal-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
z-index: 999;
|
|
background-color: rgba(0, 0, 0, .4);
|
|
}
|
|
|
|
.am-modal-transparent {
|
|
width: 80%;
|
|
}
|
|
|
|
.am-modal-transparent .am-modal-content {
|
|
border-radius: 7px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.am-modal-content {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 0;
|
|
background-clip: padding-box;
|
|
text-align: center;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.am-modal-header {
|
|
padding: 15px;
|
|
}
|
|
|
|
.am-modal-title {
|
|
margin: 0;
|
|
letter-spacing: -.1px;
|
|
color: #333;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
height: auto;
|
|
max-height: 150px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.am-modal-body {
|
|
font-size: 14px;
|
|
color: #868686;
|
|
height: 100%;
|
|
line-height: 1.5;
|
|
overflow: auto;
|
|
padding: 0 15px 30px;
|
|
|
|
.wea-search-group, .wea-content, .wea-form-cell {
|
|
padding: 0;
|
|
}
|
|
|
|
.secondarypwd-form {
|
|
.wea-form-cell-wrapper {
|
|
& > div:last-child {
|
|
.ant-col-16 {
|
|
width: 37.5% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.am-modal-wrap {
|
|
position: fixed;
|
|
overflow: auto;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
z-index: 999;
|
|
-webkit-overflow-scrolling: touch;
|
|
outline: 0;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-transform: translateZ(1px);
|
|
transform: translateZ(1px);
|
|
}
|
|
|
|
.am-modal-button-group-h {
|
|
position: relative;
|
|
border-top: 1px solid #ddd;
|
|
display: flex;
|
|
}
|
|
|
|
.am-modal-button-group-h .am-modal-button {
|
|
-webkit-touch-callout: none;
|
|
flex: 1 1;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
outline: none;
|
|
color: #55b1f9;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
display: block;
|
|
width: auto;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.am-modal-button-group-h .am-modal-button:first-child {
|
|
color: #333;
|
|
}
|
|
|
|
.am-modal-button-group-h .am-modal-button:last-child {
|
|
position: relative;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
|
|
.secondarypwd-form {
|
|
.wea-form-cell-wrapper {
|
|
& > div:last-child {
|
|
.ant-col-16 {
|
|
width: 37.5% !important;
|
|
}
|
|
}
|
|
}
|
|
}
|