96 lines
3.3 KiB
Plaintext
96 lines
3.3 KiB
Plaintext
@charset "UTF-8";/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[4]!./src/pages/bankCardMananger/addBankCard/index.module.scss ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
.index-module__common_safe_area_y___LuPts {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.index-module__hoverClass___Do8gX {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.index-module__full-100___LtPCW {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
page {
|
|
height: 100vh;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: column nowrap;
|
|
-ms-flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
}
|
|
.index-module__main___n37Lo {
|
|
height: 100%;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: column nowrap;
|
|
-ms-flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.index-module__main___n37Lo .index-module__content___tUSM_ {
|
|
-webkit-flex: 1 1 auto;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
.index-module__cell___E27AP {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: row nowrap;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1px solid #f5f5f5;
|
|
}
|
|
.index-module__cell___E27AP:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.index-module__cell___E27AP .index-module__cellTitle___xPvOc {
|
|
width: 30%;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.index-module__cell___E27AP .index-module__cellTitle___xPvOc Text {
|
|
color: #e64340;
|
|
}
|
|
.index-module__cell___E27AP .index-module__cellContent___ucxHW {
|
|
-webkit-flex: 1 1 auto;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
}
|
|
.index-module__cell___E27AP .index-module__cellContent___ucxHW .index-module__input___aTOcN:-ms-input-placeholder {
|
|
color: #9e9e9e;
|
|
font-size: 28rpx;
|
|
}
|
|
.index-module__bottomBar___YF5PF {
|
|
background-color: white;
|
|
padding: 24rpx;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.index-module__bottomBar__text___s50Lo {
|
|
font-size: 28rpx;
|
|
}
|
|
.index-module__error___F8toV {
|
|
font-size: 22rpx;
|
|
color: #e64340;
|
|
}
|