VipPopup.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. @charset "UTF-8";
  2. /*每个页面公共css */
  3. .font72.data-v-3ff599cd {
  4. font-size: 72rpx;
  5. }
  6. .font44.data-v-3ff599cd {
  7. font-size: 44rpx;
  8. }
  9. .font36.data-v-3ff599cd {
  10. font-size: 36rpx;
  11. }
  12. .font32.data-v-3ff599cd {
  13. font-size: 32rpx;
  14. }
  15. .font28.data-v-3ff599cd {
  16. font-size: 28rpx;
  17. }
  18. .font24.data-v-3ff599cd {
  19. font-size: 24rpx;
  20. }
  21. .font22.data-v-3ff599cd {
  22. font-size: 22rpx;
  23. }
  24. .font20.data-v-3ff599cd {
  25. font-size: 20rpx;
  26. }
  27. .fw400.data-v-3ff599cd {
  28. font-weight: 400;
  29. }
  30. .fw500.data-v-3ff599cd {
  31. font-weight: 500;
  32. }
  33. .fw600.data-v-3ff599cd {
  34. font-weight: 600;
  35. }
  36. .fw700.data-v-3ff599cd {
  37. font-weight: 700;
  38. }
  39. .el.data-v-3ff599cd {
  40. white-space: nowrap;
  41. overflow: hidden;
  42. text-overflow: ellipsis;
  43. }
  44. button.data-v-3ff599cd {
  45. background-color: transparent;
  46. }
  47. .button-hover.data-v-3ff599cd {
  48. background: transparent;
  49. }
  50. button.data-v-3ff599cd::after {
  51. border: none;
  52. box-sizing: content-box;
  53. }
  54. .data-v-3ff599cd::-webkit-scrollbar {
  55. width: 0;
  56. height: 0;
  57. color: transparent;
  58. }
  59. .placeholder-input.data-v-3ff599cd {
  60. font-size: 28rpx;
  61. font-family: PingFangSC-Regular, PingFang SC;
  62. font-weight: 400;
  63. color: #B7B7C5;
  64. line-height: 40rpx;
  65. }
  66. /*每个页面公共css */
  67. .flex-center.data-v-3ff599cd {
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. }
  72. .flex-around.data-v-3ff599cd {
  73. display: flex;
  74. justify-content: space-around;
  75. align-items: center;
  76. }
  77. .flex-between.data-v-3ff599cd {
  78. display: flex;
  79. justify-content: space-between;
  80. align-items: center;
  81. }
  82. .flex-start.data-v-3ff599cd {
  83. display: flex;
  84. justify-content: flex-start;
  85. align-items: center;
  86. }
  87. .flex-end.data-v-3ff599cd {
  88. display: flex;
  89. justify-content: flex-end;
  90. align-items: flex-end;
  91. }
  92. .null-box.data-v-3ff599cd {
  93. width: 100%;
  94. height: 176rpx;
  95. background-color: #151126;
  96. }
  97. .no-more.data-v-3ff599cd {
  98. color: #9A9ABF;
  99. text-align: center;
  100. padding: 10rpx 0rpx 30rpx 0rpx;
  101. }
  102. .container.data-v-3ff599cd {
  103. flex-direction: column;
  104. }
  105. .container .popup.data-v-3ff599cd {
  106. width: 630rpx;
  107. height: 716rpx;
  108. background-color: #6C52F4;
  109. position: relative;
  110. flex-direction: column;
  111. border-radius: 40rpx;
  112. }
  113. .container .popup .close.data-v-3ff599cd {
  114. position: absolute;
  115. right: 20rpx;
  116. top: 20rpx;
  117. width: 32rpx;
  118. height: 32rpx;
  119. }
  120. .container .popup .top.data-v-3ff599cd {
  121. height: 132rpx;
  122. width: 630rpx;
  123. padding: 40rpx 40rpx 0rpx 40rpx;
  124. box-sizing: border-box;
  125. }
  126. .container .popup .top .top-icon.data-v-3ff599cd {
  127. width: 160rpx;
  128. height: 60rpx;
  129. }
  130. .container .popup .top .top-text.data-v-3ff599cd {
  131. color: #ffffff;
  132. margin-left: 8rpx;
  133. }
  134. .container .popup .swiper.data-v-3ff599cd {
  135. flex: 1;
  136. width: 630rpx;
  137. }
  138. .container .popup .swiper .swiper-item.data-v-3ff599cd {
  139. width: 630rpx;
  140. flex-direction: column;
  141. }
  142. .container .popup .swiper .swiper-item .si-img.data-v-3ff599cd {
  143. width: 630rpx;
  144. height: 256rpx;
  145. }
  146. .container .popup .swiper .swiper-item .si-title.data-v-3ff599cd {
  147. color: #ffffff;
  148. text-align: center;
  149. }
  150. .container .popup .swiper .swiper-item .si-text.data-v-3ff599cd {
  151. color: #ffffff;
  152. text-align: center;
  153. margin-top: 16rpx;
  154. }
  155. .container .popup .bottom.data-v-3ff599cd {
  156. width: 100%;
  157. height: 120rpx;
  158. padding: 0rpx 40rpx 0rpx 40rpx;
  159. box-sizing: border-box;
  160. background-color: rgba(255, 255, 255, 0.08);
  161. }
  162. .container .popup .bottom .b-text1.data-v-3ff599cd {
  163. color: #ffffff;
  164. }