You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__User__ResetPassword__ind...

59 lines
2.2 KiB

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.11@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/User/RegisterPanel/unlock.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.unlock-wrapper {
position: relative;
width: 100%;
background-color: #dddddd;
border-radius: 4px;
overflow: hidden;
}
.unlock-bg {
background-color: #7ac23c;
height: 48px;
}
.unlock-error-bg {
background-color: #ff4d4f;
height: 48px;
}
.error {
color: #ff4d4f;
}
.unlock-handler {
position: absolute;
width: 48px;
height: 48px;
left: 0;
z-index: 10;
top: 0;
cursor: move;
border: 1px solid #ccc;
background: #fff;
text-align: center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
border: 1px solid #dddddd;
border-radius: 4px;
}
.unlock-handler span[class~="anticon"] {
justify-content: center;
}
.unlock-text {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-size: 14px;
width: 100%;
color: #fff;
line-height: 48px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}