u-popup.ttss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-drawer.data-v-17becaea {
  7. display: block;
  8. position: fixed;
  9. top: 0;
  10. left: 0;
  11. right: 0;
  12. bottom: 0;
  13. overflow: hidden;
  14. }
  15. .u-drawer-content.data-v-17becaea {
  16. display: block;
  17. position: absolute;
  18. z-index: 1003;
  19. transition: all 0.25s linear;
  20. }
  21. .u-drawer__scroll-view.data-v-17becaea {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .u-drawer-left.data-v-17becaea {
  26. top: 0;
  27. bottom: 0;
  28. left: 0;
  29. background-color: #ffffff;
  30. }
  31. .u-drawer-right.data-v-17becaea {
  32. right: 0;
  33. top: 0;
  34. bottom: 0;
  35. background-color: #ffffff;
  36. }
  37. .u-drawer-top.data-v-17becaea {
  38. top: 0;
  39. left: 0;
  40. right: 0;
  41. background-color: #ffffff;
  42. }
  43. .u-drawer-bottom.data-v-17becaea {
  44. bottom: 0;
  45. left: 0;
  46. right: 0;
  47. background-color: #ffffff;
  48. }
  49. .u-drawer-center.data-v-17becaea {
  50. display: flex;
  51. flex-direction: row;
  52. flex-direction: column;
  53. bottom: 0;
  54. left: 0;
  55. right: 0;
  56. top: 0;
  57. justify-content: center;
  58. align-items: center;
  59. opacity: 0;
  60. z-index: 99999;
  61. }
  62. .u-mode-center-box.data-v-17becaea {
  63. min-width: 100rpx;
  64. min-height: 100rpx;
  65. display: block;
  66. position: relative;
  67. background-color: #ffffff;
  68. }
  69. .u-drawer-content-visible.u-drawer-center.data-v-17becaea {
  70. -webkit-transform: scale(1);
  71. transform: scale(1);
  72. opacity: 1;
  73. }
  74. .u-animation-zoom.data-v-17becaea {
  75. -webkit-transform: scale(1.15);
  76. transform: scale(1.15);
  77. }
  78. .u-drawer-content-visible.data-v-17becaea {
  79. -webkit-transform: translate3D(0px, 0px, 0px) !important;
  80. transform: translate3D(0px, 0px, 0px) !important;
  81. }
  82. .u-close.data-v-17becaea {
  83. position: absolute;
  84. z-index: 3;
  85. }
  86. .u-close--top-left.data-v-17becaea {
  87. top: 30rpx;
  88. left: 30rpx;
  89. }
  90. .u-close--top-right.data-v-17becaea {
  91. top: 30rpx;
  92. right: 30rpx;
  93. }
  94. .u-close--bottom-left.data-v-17becaea {
  95. bottom: 30rpx;
  96. left: 30rpx;
  97. }
  98. .u-close--bottom-right.data-v-17becaea {
  99. right: 30rpx;
  100. bottom: 30rpx;
  101. }