u-popup.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .u-drawer.data-v-17becaea {
  12. display: block;
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. right: 0;
  17. bottom: 0;
  18. overflow: hidden;
  19. }
  20. .u-drawer-content.data-v-17becaea {
  21. display: block;
  22. position: absolute;
  23. z-index: 1003;
  24. transition: all 0.25s linear;
  25. }
  26. .u-drawer__scroll-view.data-v-17becaea {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .u-drawer-left.data-v-17becaea {
  31. top: 0;
  32. bottom: 0;
  33. left: 0;
  34. background-color: #ffffff;
  35. }
  36. .u-drawer-right.data-v-17becaea {
  37. right: 0;
  38. top: 0;
  39. bottom: 0;
  40. background-color: #ffffff;
  41. }
  42. .u-drawer-top.data-v-17becaea {
  43. top: 0;
  44. left: 0;
  45. right: 0;
  46. background-color: #ffffff;
  47. }
  48. .u-drawer-bottom.data-v-17becaea {
  49. bottom: 0;
  50. left: 0;
  51. right: 0;
  52. background-color: #ffffff;
  53. }
  54. .u-drawer-center.data-v-17becaea {
  55. display: flex;
  56. flex-direction: row;
  57. flex-direction: column;
  58. bottom: 0;
  59. left: 0;
  60. right: 0;
  61. top: 0;
  62. justify-content: center;
  63. align-items: center;
  64. opacity: 0;
  65. z-index: 99999;
  66. }
  67. .u-mode-center-box.data-v-17becaea {
  68. min-width: 100rpx;
  69. min-height: 100rpx;
  70. display: block;
  71. position: relative;
  72. background-color: #ffffff;
  73. }
  74. .u-drawer-content-visible.u-drawer-center.data-v-17becaea {
  75. -webkit-transform: scale(1);
  76. transform: scale(1);
  77. opacity: 1;
  78. }
  79. .u-animation-zoom.data-v-17becaea {
  80. -webkit-transform: scale(1.15);
  81. transform: scale(1.15);
  82. }
  83. .u-drawer-content-visible.data-v-17becaea {
  84. -webkit-transform: translate3D(0px, 0px, 0px) !important;
  85. transform: translate3D(0px, 0px, 0px) !important;
  86. }
  87. .u-close.data-v-17becaea {
  88. position: absolute;
  89. z-index: 3;
  90. }
  91. .u-close--top-left.data-v-17becaea {
  92. top: 30rpx;
  93. left: 30rpx;
  94. }
  95. .u-close--top-right.data-v-17becaea {
  96. top: 30rpx;
  97. right: 30rpx;
  98. }
  99. .u-close--bottom-left.data-v-17becaea {
  100. bottom: 30rpx;
  101. left: 30rpx;
  102. }
  103. .u-close--bottom-right.data-v-17becaea {
  104. right: 30rpx;
  105. bottom: 30rpx;
  106. }