becomeVIP.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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. page.data-v-cfe1f8ea {
  28. background-color: #fff;
  29. }
  30. .subname.data-v-cfe1f8ea {
  31. background-color: #00aa00;
  32. color: #fff;
  33. }
  34. .subavt.data-v-cfe1f8ea {
  35. background-color: #fff;
  36. border: 2rpx #0a0 solid;
  37. color: #00aa00;
  38. }
  39. .boxweixin.data-v-cfe1f8ea {
  40. width: 44rpx;
  41. height: 44rpx;
  42. border-radius: 50%;
  43. text-align: center;
  44. line-height: 34rpx;
  45. color: #0a0;
  46. }
  47. .boxnosel.data-v-cfe1f8ea {
  48. border: #757575 4rpx solid;
  49. }
  50. .boxsel.data-v-cfe1f8ea {
  51. border: #0a0 4rpx solid;
  52. }
  53. .button-container.data-v-cfe1f8ea {
  54. position: relative;
  55. width: 240rpx;
  56. }
  57. .hidden-input.data-v-cfe1f8ea {
  58. position: absolute;
  59. top: 0;
  60. left: 0;
  61. width: 100%;
  62. height: 100%;
  63. opacity: 0;
  64. z-index: 2;
  65. }
  66. .custom-button.data-v-cfe1f8ea {
  67. position: relative;
  68. z-index: 1;
  69. /* 其他样式 */
  70. width: 100%;
  71. margin: 0 auto;
  72. height: 80rpx;
  73. line-height: 60rpx;
  74. font-size: 28rpx;
  75. padding: 10rpx 20rpx;
  76. }
  77. .submitname.data-v-cfe1f8ea {
  78. width: 90%;
  79. margin: 0 auto;
  80. text-align: center;
  81. padding: 30rpx;
  82. margin-top: 40rpx;
  83. }
  84. .sub.data-v-cfe1f8ea {
  85. background-color: #f0f0f0;
  86. color: #0a0;
  87. }
  88. .subact.data-v-cfe1f8ea {
  89. background-color: #0a0;
  90. color: #fff;
  91. }
  92. .userlogo.data-v-cfe1f8ea {
  93. height: 760rpx;
  94. }
  95. .getlogo.data-v-cfe1f8ea {
  96. width: 240rpx;
  97. background-color: #fff;
  98. }
  99. .data-v-cfe1f8ea .u-popup {
  100. flex: 0 !important;
  101. }
  102. .userlogo.data-v-cfe1f8ea {
  103. height: 760rpx;
  104. }
  105. .getlogo.data-v-cfe1f8ea {
  106. width: calc(60% - 40rpx);
  107. margin: 0 auto;
  108. background-color: #fff;
  109. padding: 10rpx 20rpx;
  110. }
  111. .getlogo image.data-v-cfe1f8ea {
  112. width: 80rpx !important;
  113. height: 80rpx !important;
  114. }
  115. .footer-tips.data-v-cfe1f8ea {
  116. position: fixed;
  117. width: 100%;
  118. bottom: 44rpx;
  119. text-align: center;
  120. font-family: PingFang SC,PingFang SC;
  121. font-weight: 500;
  122. font-size: 12px;
  123. color: #bbb;
  124. -webkit-transform: scale(0.8);
  125. transform: scale(0.8);
  126. }
  127. .content image.data-v-cfe1f8ea {
  128. width: 300rpx;
  129. height: 300rpx;
  130. }
  131. .bolds.data-v-cfe1f8ea {
  132. color: #999;
  133. font-size: 16px;
  134. height: auto;
  135. line-height: inherit;
  136. margin-bottom: 0;
  137. width: 304px;
  138. word-break: break-all;
  139. text-align: center;
  140. margin: 50rpx 0 100rpx 0;
  141. }
  142. .sure.data-v-cfe1f8ea {
  143. width: 500rpx;
  144. background-color: #1777ff;
  145. line-height: 88rpx;
  146. text-align: center;
  147. border-radius: 8rpx;
  148. color: #fff;
  149. }
  150. .btns.data-v-cfe1f8ea {
  151. position: relative;
  152. width: 630rpx;
  153. height: 80rpx;
  154. }
  155. .btns .author-btn.data-v-cfe1f8ea {
  156. z-index: 100;
  157. position: absolute;
  158. width: 630rpx;
  159. height: 80rpx;
  160. line-height: 80rpx;
  161. text-align: center;
  162. background: #1777ff;
  163. border-radius: 40rpx;
  164. font-size: 30rpx;
  165. font-family: PingFang SC;
  166. font-weight: 500;
  167. color: white;
  168. }