u-toolbar.wxss 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .u-empty.data-v-3fd495d6,
  4. .u-empty__wrap.data-v-3fd495d6,
  5. .u-tabs.data-v-3fd495d6,
  6. .u-tabs__wrapper.data-v-3fd495d6,
  7. .u-tabs__wrapper__scroll-view-wrapper.data-v-3fd495d6,
  8. .u-tabs__wrapper__scroll-view.data-v-3fd495d6,
  9. .u-tabs__wrapper__nav.data-v-3fd495d6,
  10. .u-tabs__wrapper__nav__line.data-v-3fd495d6 {
  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-toolbar.data-v-3fd495d6 {
  20. height: 42px;
  21. display: flex;
  22. flex-direction: row;
  23. justify-content: space-between;
  24. align-items: center;
  25. }
  26. .u-toolbar__wrapper__cancel.data-v-3fd495d6 {
  27. color: #909193;
  28. font-size: 15px;
  29. padding: 0 15px;
  30. }
  31. .u-toolbar__title.data-v-3fd495d6 {
  32. color: #303133;
  33. padding: 0 60rpx;
  34. font-size: 16px;
  35. flex: 1;
  36. text-align: center;
  37. }
  38. .u-toolbar__wrapper__confirm.data-v-3fd495d6 {
  39. color: #3c9cff;
  40. font-size: 15px;
  41. padding: 0 15px;
  42. }