35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[4]!./src/components/timePickerPopup/index.scss ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.common_safe_area_y {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.hoverClass {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.full-100 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.time-box {
|
|
padding: 40rpx;
|
|
}
|
|
.sure-box {
|
|
margin-left: 102rpx;
|
|
margin-right: 102rpx;
|
|
height: 80rpx;
|
|
background: #337FFF;
|
|
border-radius: 44rpx;
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|