region-picker.wxss 601 B

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .w-picker-flex2{
  12. flex:2;
  13. }
  14. .w-picker-flex1{
  15. flex:1;
  16. }
  17. .w-picker-view {
  18. width: 100%;
  19. height: 476rpx;
  20. overflow: hidden;
  21. background-color: rgba(255, 255, 255, 1);
  22. z-index: 666;
  23. }
  24. .d-picker-view{
  25. height: 100%;
  26. }
  27. .w-picker-item {
  28. text-align: center;
  29. width: 100%;
  30. height: 88rpx;
  31. line-height: 88rpx;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. font-size: 30rpx;
  35. }