fonchat/components/w-picker/w-picker.css

32 lines
457 B
CSS
Raw Normal View History

2023-10-25 02:02:04 +00:00
.w-picker-flex2 {
flex: 2;
}
.w-picker-flex1 {
flex: 1;
}
.w-picker-view {
width: 100%;
height: 540upx;
overflow: hidden;
background-color: rgba(255, 255, 255, 1);
z-index: 666;
}
.d-picker-view {
height: 75%;
}
.w-picker-item {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
/* height: 88upx; */
/* line-height: 88upx; */
text-overflow: ellipsis;
white-space: nowrap;
font-size: 30upx;
}