@jdcfe/yep-react
Version:
一套移动端的React组件库
37 lines (36 loc) • 762 B
CSS
.Yep-popup-picker-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
transition: all 0.2s;
background-color: #fff;
text-align: center;
font-size: 14px;
border-radius: 24px 24px 0 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.Yep-popup-picker-header {
display: flex;
align-items: center;
border-bottom: 1PX solid #DADADA;
}
.Yep-popup-picker-header-item {
color: #F0250F;
font-size: 32px;
padding: 18px 30px;
height: 84px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.Yep-popup-picker-header-title {
flex: 1;
text-align: center;
color: #000000;
}
.Yep-popup-picker-header-right {
text-align: right;
}