changeVip.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .popbox.data-v-6fba3476 {
  28. background-color: #fff;
  29. border-radius: 12px;
  30. font-family: PingFang SC, PingFang SC;
  31. font-weight: 400;
  32. font-size: 14px;
  33. color: #333;
  34. }
  35. .popbox-head.data-v-6fba3476 {
  36. padding: 15px;
  37. font-weight: bold;
  38. font-size: 15px;
  39. text-align: center;
  40. position: relative;
  41. }
  42. .popbox .close-circle.data-v-6fba3476 {
  43. position: absolute;
  44. right: 10px;
  45. top: 50%;
  46. -webkit-transform: translateY(-50%);
  47. transform: translateY(-50%);
  48. }
  49. .popbox-body.data-v-6fba3476 {
  50. padding: 10px 10px;
  51. }
  52. .popbox .radiobox-item.data-v-6fba3476 {
  53. padding: 10px 0;
  54. border-bottom: 1px solid #f5f5f5;
  55. }
  56. .popbox .radiobox-item.data-v-6fba3476:last-child {
  57. border-bottom: none;
  58. }
  59. .popbox-footer.data-v-6fba3476 {
  60. padding: 15px 0;
  61. }
  62. .popbox-footer-btn.data-v-6fba3476 {
  63. flex: 1;
  64. height: 44px;
  65. line-height: 44px;
  66. margin: 0 10px;
  67. border-radius: 50px;
  68. border: none;
  69. font-family: PingFang SC, PingFang SC;
  70. font-weight: 400;
  71. font-size: 14px;
  72. color: #333;
  73. }
  74. .popbox-footer-btn.data-v-6fba3476::after {
  75. border: none;
  76. }
  77. .popbox .con-btn.data-v-6fba3476 {
  78. background-color: #1677ff;
  79. color: #fff;
  80. }
  81. .popbox .choosetitle.data-v-6fba3476 {
  82. font-family: PingFang SC, PingFang SC;
  83. font-weight: 400;
  84. font-size: 15px;
  85. color: #333;
  86. }
  87. .popbox .invitetip.data-v-6fba3476 {
  88. margin-top: 10px;
  89. background-color: #ebf5fb;
  90. color: #1677ff;
  91. padding: 5px 10px;
  92. border-radius: 5px;
  93. }
  94. .popbox .sharePop-item.data-v-6fba3476 {
  95. padding: 0 10px;
  96. box-sizing: border-box;
  97. font-family: PingFang SC, PingFang SC;
  98. font-weight: 400;
  99. font-size: 14px;
  100. display: inline-flex !important;
  101. }
  102. .popbox .sharePop-item image.data-v-6fba3476 {
  103. height: 48px;
  104. width: 48px;
  105. margin-bottom: 10px;
  106. }
  107. page.data-v-6fba3476 {
  108. background-color: #fff;
  109. }
  110. .top-itemActive.data-v-6fba3476 {
  111. color: #1773ff;
  112. border-bottom: 4rpx solid #1773ff;
  113. background-color: #e8f2fe;
  114. }
  115. .top-itemActive text.data-v-6fba3476 {
  116. color: #1773ff !important;
  117. }
  118. .foot-box.data-v-6fba3476 {
  119. position: fixed;
  120. bottom: 0;
  121. width: 100%;
  122. padding: 20rpx;
  123. }
  124. .box.data-v-6fba3476 {
  125. width: 70%;
  126. text-align: center;
  127. padding: 16rpx 0;
  128. border-radius: 50rpx;
  129. font-size: 28rpx;
  130. }
  131. .box-list.data-v-6fba3476 {
  132. width: -webkit-fit-content;
  133. width: fit-content;
  134. background-color: #eee;
  135. border-radius: 10rpx;
  136. font-size: 28rpx;
  137. }
  138. .surebtn.data-v-6fba3476 {
  139. position: absolute;
  140. bottom: 0;
  141. margin-bottom: 20rpx;
  142. background-color: #1773ff;
  143. color: #fff;
  144. width: 80%;
  145. text-align: center;
  146. padding: 10rpx 0;
  147. border-radius: 30rpx;
  148. }