43 lines
1.9 KiB
Plaintext
43 lines
1.9 KiB
Plaintext
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/components/timePicker/index.module.scss ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.index-module__common_safe_area_y___mdI3Y {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.index-module__hoverClass___uyobI {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.index-module__full-100___aYR_v {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.index-module__time-box___xQRQs {
|
|
padding: 40rpx;
|
|
}
|
|
.index-module__left_slot___lQbfm {
|
|
width: 48%;
|
|
}
|
|
.index-module__confirm_button___KReZA {
|
|
min-width: 48%;
|
|
}
|
|
.index-module__sure-box___V1ahD {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: row nowrap;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 0 32rpx;
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
}
|