w-picker.css 406 B

1234567891011121314151617181920212223242526
  1. .w-picker-flex2{
  2. flex:2;
  3. }
  4. .w-picker-flex1{
  5. flex:1;
  6. }
  7. .w-picker-view {
  8. width: 100%;
  9. height: 476upx;
  10. overflow: hidden;
  11. background-color: rgba(255, 255, 255, 1);
  12. z-index: 666;
  13. }
  14. .d-picker-view{
  15. height: 100%;
  16. }
  17. .w-picker-item {
  18. text-align: center;
  19. width: 100%;
  20. height: 88upx;
  21. line-height: 88upx;
  22. text-overflow: ellipsis;
  23. white-space: nowrap;
  24. font-size: 30upx;
  25. }