u-popup.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .u-empty.data-v-74921bef,
  4. .u-empty__wrap.data-v-74921bef,
  5. .u-tabs.data-v-74921bef,
  6. .u-tabs__wrapper.data-v-74921bef,
  7. .u-tabs__wrapper__scroll-view-wrapper.data-v-74921bef,
  8. .u-tabs__wrapper__scroll-view.data-v-74921bef,
  9. .u-tabs__wrapper__nav.data-v-74921bef,
  10. .u-tabs__wrapper__nav__line.data-v-74921bef {
  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-popup.data-v-74921bef {
  20. flex: 1;
  21. }
  22. .u-popup__content.data-v-74921bef {
  23. background-color: #fff;
  24. position: relative;
  25. }
  26. .u-popup__content--round-top.data-v-74921bef {
  27. border-top-left-radius: 0;
  28. border-top-right-radius: 0;
  29. border-bottom-left-radius: 10px;
  30. border-bottom-right-radius: 10px;
  31. }
  32. .u-popup__content--round-left.data-v-74921bef {
  33. border-top-left-radius: 0;
  34. border-top-right-radius: 10px;
  35. border-bottom-left-radius: 0;
  36. border-bottom-right-radius: 10px;
  37. }
  38. .u-popup__content--round-right.data-v-74921bef {
  39. border-top-left-radius: 10px;
  40. border-top-right-radius: 0;
  41. border-bottom-left-radius: 10px;
  42. border-bottom-right-radius: 0;
  43. }
  44. .u-popup__content--round-bottom.data-v-74921bef {
  45. border-top-left-radius: 10px;
  46. border-top-right-radius: 10px;
  47. border-bottom-left-radius: 0;
  48. border-bottom-right-radius: 0;
  49. }
  50. .u-popup__content--round-center.data-v-74921bef {
  51. border-top-left-radius: 10px;
  52. border-top-right-radius: 10px;
  53. border-bottom-left-radius: 10px;
  54. border-bottom-right-radius: 10px;
  55. }
  56. .u-popup__content__close.data-v-74921bef {
  57. position: absolute;
  58. }
  59. .u-popup__content__close--hover.data-v-74921bef {
  60. opacity: 0.4;
  61. }
  62. .u-popup__content__close--top-left.data-v-74921bef {
  63. top: 15px;
  64. left: 15px;
  65. }
  66. .u-popup__content__close--top-right.data-v-74921bef {
  67. top: 15px;
  68. right: 15px;
  69. }
  70. .u-popup__content__close--bottom-left.data-v-74921bef {
  71. bottom: 15px;
  72. left: 15px;
  73. }
  74. .u-popup__content__close--bottom-right.data-v-74921bef {
  75. right: 15px;
  76. bottom: 15px;
  77. }