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.
68 lines
2.4 KiB
68 lines
2.4 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/pages/User/BindAccount/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg {
|
|
background-color: #fff;
|
|
min-height: 100vh;
|
|
}
|
|
.other-login-panel {
|
|
width: 465px;
|
|
margin: 0 auto;
|
|
padding: 40px 0;
|
|
}
|
|
.other-login-panel .img-wrap {
|
|
width: 104px;
|
|
height: 124px;
|
|
margin: 0 auto;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
.other-login-panel .img-wrap img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content {
|
|
width: 465px;
|
|
background-color: #F7F8FA;
|
|
border-radius: 8px;
|
|
border: 1px solid #E2E2E2;
|
|
}
|
|
.content .formWrap {
|
|
padding: 30px;
|
|
}
|
|
.content .formWrap [class~='ant-form-item-label'] {
|
|
padding: 0 0 15px !important;
|
|
}
|
|
.content .formWrap [class~='ant-form-item-label'] label {
|
|
font-size: 16px !important;
|
|
}
|
|
.content .tips {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.btn {
|
|
width: 405px;
|
|
height: 46px !important;
|
|
background: #3061D0;
|
|
border-radius: 4px;
|
|
font-size: 16px !important;
|
|
-webkit-backdrop-filter: blur(10px);
|
|
backdrop-filter: blur(10px);
|
|
}
|
|
.back {
|
|
width: 465px;
|
|
height: 68px;
|
|
line-height: 68px;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
font-size: 16px !important;
|
|
color: #3061D0;
|
|
background-color: #FFFFFF;
|
|
border-radius: 8px;
|
|
border: 1px solid #E2E2E2;
|
|
cursor: pointer;
|
|
}
|
|
|