50 lines
2.2 KiB
Plaintext
50 lines
2.2 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/selectList/index.module.scss ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.index-module__common_safe_area_y___pGtIp {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.index-module__hoverClass___oMQLa {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.index-module__full-100___XLZQs {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.index-module__select_list___jTF4k {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
background-color: #fff;
|
|
font-size: 32rpx;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.index-module__select_list___jTF4k .index-module__select_list_item___hphwR {
|
|
height: 96rpx;
|
|
text-align: center;
|
|
line-height: 96rpx;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.index-module__select_list___jTF4k .index-module__select_list_item___hphwR text {
|
|
display: inline-block;
|
|
height: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 0 10rpx;
|
|
}
|
|
.index-module__select_list___jTF4k .index-module__select_list_ed___aKmHE {
|
|
color: #4581ff;
|
|
}
|
|
.index-module__select_list___jTF4k .index-module__select_list_ed___aKmHE text {
|
|
border-bottom: 6rpx solid #337fff;
|
|
font-weight: 500;
|
|
}
|