u-picker.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .u-empty.data-v-1500ce68,
  4. .u-empty__wrap.data-v-1500ce68,
  5. .u-tabs.data-v-1500ce68,
  6. .u-tabs__wrapper.data-v-1500ce68,
  7. .u-tabs__wrapper__scroll-view-wrapper.data-v-1500ce68,
  8. .u-tabs__wrapper__scroll-view.data-v-1500ce68,
  9. .u-tabs__wrapper__nav.data-v-1500ce68,
  10. .u-tabs__wrapper__nav__line.data-v-1500ce68 {
  11. display: flex;
  12. flex-direction: column;
  13. flex-shrink: 0;
  14. flex-grow: 0;
  15. flex-basis: auto;
  16. align-items: stretch;
  17. align-content: flex-start;
  18. }
  19. .u-picker.data-v-1500ce68 {
  20. position: relative;
  21. }
  22. .u-picker__view__column.data-v-1500ce68 {
  23. display: flex;
  24. flex-direction: row;
  25. flex: 1;
  26. justify-content: center;
  27. }
  28. .u-picker__view__column__item.data-v-1500ce68 {
  29. display: flex;
  30. flex-direction: row;
  31. justify-content: center;
  32. align-items: center;
  33. font-size: 16px;
  34. text-align: center;
  35. display: block;
  36. color: #303133;
  37. }
  38. .u-picker__view__column__item--disabled.data-v-1500ce68 {
  39. cursor: not-allowed;
  40. opacity: 0.35;
  41. }
  42. .u-picker--loading.data-v-1500ce68 {
  43. position: absolute;
  44. top: 0;
  45. right: 0;
  46. left: 0;
  47. bottom: 0;
  48. display: flex;
  49. flex-direction: row;
  50. justify-content: center;
  51. align-items: center;
  52. background-color: rgba(255, 255, 255, 0.87);
  53. z-index: 1000;
  54. }