u-popup.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-27202335 {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-27202335 {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-27202335 {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-27202335 {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-27202335 {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-27202335 {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-27202335 {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-27202335 {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-27202335 {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-27202335 {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-27202335 {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .u-drawer.data-v-27202335 {
  76. display: block;
  77. position: fixed;
  78. top: 0;
  79. left: 0;
  80. right: 0;
  81. bottom: 0;
  82. overflow: hidden;
  83. }
  84. .u-drawer-content.data-v-27202335 {
  85. display: block;
  86. position: absolute;
  87. z-index: 1003;
  88. transition: all 0.25s linear;
  89. }
  90. .u-drawer__scroll-view.data-v-27202335 {
  91. width: 100%;
  92. height: 100%;
  93. }
  94. .u-drawer-left.data-v-27202335 {
  95. top: 0;
  96. bottom: 0;
  97. left: 0;
  98. background-color: #ffffff;
  99. }
  100. .u-drawer-right.data-v-27202335 {
  101. right: 0;
  102. top: 0;
  103. bottom: 0;
  104. background-color: #ffffff;
  105. }
  106. .u-drawer-top.data-v-27202335 {
  107. top: 0;
  108. left: 0;
  109. right: 0;
  110. background-color: #ffffff;
  111. }
  112. .u-drawer-bottom.data-v-27202335 {
  113. bottom: 0;
  114. left: 0;
  115. right: 0;
  116. background-color: #ffffff;
  117. }
  118. .u-drawer-center.data-v-27202335 {
  119. display: flex;
  120. flex-direction: row;
  121. flex-direction: column;
  122. bottom: 0;
  123. left: 0;
  124. right: 0;
  125. top: 0;
  126. justify-content: center;
  127. align-items: center;
  128. opacity: 0;
  129. z-index: 99999;
  130. }
  131. .u-mode-center-box.data-v-27202335 {
  132. min-width: 100rpx;
  133. min-height: 100rpx;
  134. display: block;
  135. position: relative;
  136. background-color: #ffffff;
  137. }
  138. .u-drawer-content-visible.u-drawer-center.data-v-27202335 {
  139. -webkit-transform: scale(1);
  140. transform: scale(1);
  141. opacity: 1;
  142. }
  143. .u-animation-zoom.data-v-27202335 {
  144. -webkit-transform: scale(1.15);
  145. transform: scale(1.15);
  146. }
  147. .u-drawer-content-visible.data-v-27202335 {
  148. -webkit-transform: translate3D(0px, 0px, 0px) !important;
  149. transform: translate3D(0px, 0px, 0px) !important;
  150. }
  151. .u-close.data-v-27202335 {
  152. position: absolute;
  153. z-index: 3;
  154. }
  155. .u-close--top-left.data-v-27202335 {
  156. top: 30rpx;
  157. left: 30rpx;
  158. }
  159. .u-close--top-right.data-v-27202335 {
  160. top: 30rpx;
  161. right: 30rpx;
  162. }
  163. .u-close--bottom-left.data-v-27202335 {
  164. bottom: 30rpx;
  165. left: 30rpx;
  166. }
  167. .u-close--bottom-right.data-v-27202335 {
  168. right: 30rpx;
  169. bottom: 30rpx;
  170. }