index.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. .subtitleColor-bg {
  2. padding: 40rpx;
  3. position: relative;
  4. }
  5. .subtitleColor-bg .userInfo{
  6. display: flex;
  7. align-items: center;
  8. overflow: hidden;
  9. white-space: nowrap;
  10. text-overflow: ellipsis;
  11. }
  12. .subtitleColor-bg .userInfo image{
  13. width: 90rpx;
  14. height: 90rpx;
  15. border-radius: 50%;
  16. flex-shrink: 0;
  17. }
  18. .subtitleColor-bg .userInfo .userName{
  19. color: #3E3A39;
  20. font-weight: 700;
  21. font-size: 40rpx;
  22. margin: 0 20rpx 0 40rpx;
  23. overflow: hidden;
  24. white-space: nowrap;
  25. text-overflow: ellipsis;
  26. }
  27. .subtitleColor-bg .userInfo .level{
  28. background: #fff;
  29. padding: 0 10rpx;
  30. color: #B3B3B4;
  31. border-radius: 40rpx;
  32. font-size: 24rpx;
  33. position: relative;
  34. }
  35. .subtitleColor-bg .userInfo .organTip{
  36. color: #EE3A43;
  37. }
  38. .subtitleColor-bg .userInfo .level .icon{
  39. position: absolute;
  40. bottom: -1rpx;
  41. left: 0rpx;
  42. font-size: 50rpx;
  43. }
  44. .subtitleColor-bg .userInfo .level text:first-child::before{
  45. }
  46. .subtitleColor-bg .userInfo .level text:last-child{
  47. margin-left: 40rpx;
  48. font-weight: 700;
  49. }
  50. .subtitleColor-bg .rule_ins{
  51. position: absolute;
  52. top: 20rpx;
  53. right: 40rpx;
  54. font-size: 22rpx;
  55. display: flex;
  56. align-items: center;
  57. color: #EE3A43;
  58. }
  59. .subtitleColor-bg .rule_ins .icon{
  60. font-size: 24rpx;
  61. margin-right: 10rpx;
  62. }
  63. .account-head,
  64. .account-head>image {
  65. width: 128rpx;
  66. height: 128rpx;
  67. border-radius: 100%;
  68. margin: auto;
  69. }
  70. .modal-label .content {
  71. padding: 0;
  72. }
  73. .content-pading {
  74. padding: 20rpx;
  75. border-radius: 10rpx;
  76. }
  77. .cell {
  78. padding-left: 0;
  79. }
  80. /* .row-flex{padding:40rpx 0;} */
  81. .title {
  82. text-align: center;
  83. padding-bottom: 20rpx;
  84. border-bottom: 2rpx solid #eee;
  85. }
  86. .title .icon-yhq {
  87. font-size: 42rpx;
  88. }
  89. .icon-share::before {
  90. color: #EE3A43;
  91. font-size: 42rpx;
  92. vertical-align: top;
  93. }
  94. .sharer-status{
  95. color: #B3B3B4;
  96. margin-left: 10rpx;
  97. }
  98. /* .flex-center {
  99. display: flex;
  100. flex-direction: row;
  101. align-items: center;
  102. justify-content: center;
  103. } */
  104. /* .share-status {
  105. background: #fff;
  106. color: gray;
  107. border-radius: 20rpx;
  108. padding: 0 20rpx;
  109. margin: 0 10rpx 0 36rpx;
  110. } */
  111. .pop_content {
  112. text-align: center;
  113. background: #fff;
  114. width: 500rpx;
  115. height: 300rpx;
  116. position: absolute;
  117. top: 0;
  118. bottom: 0;
  119. right: 0;
  120. left: 0;
  121. margin: auto;
  122. border-radius: 10rpx;
  123. display: flex;
  124. flex-direction: column;
  125. align-items: center;
  126. padding: 20rpx 20px;
  127. }
  128. .btns {
  129. margin-top: 40rpx;
  130. background: #EE3A43;
  131. color: #fff;
  132. padding: 10rpx 60rpx;
  133. border-radius: 30rpx;
  134. }
  135. /* 新版 */
  136. .bg {
  137. background: url('https://img.bbztx.com/image_test/upload/thumbs/20220810/logo/1660120145423086289.png') no-repeat;
  138. background-size: 100% auto;
  139. }
  140. .tab-row {
  141. display: flex;
  142. justify-content: space-around;
  143. margin: 20rpx 0 40rpx;
  144. }
  145. .tab-row .col {
  146. background: #EE3A43;
  147. border-radius: 15rpx;
  148. width: calc(33% - 10rpx);
  149. text-align: center;
  150. color: #fff;
  151. padding: 20rpx 0;
  152. }
  153. .tab-row .col .price text {
  154. font-size: 46rpx;
  155. font-weight: 700;
  156. }
  157. .share-num {
  158. display: flex;
  159. justify-content: space-between;
  160. margin-top: 20rpx;
  161. }
  162. .share-num .share-num-item {
  163. width: calc(100%/3 - 4rpx);
  164. background: #fff;
  165. border-radius: 20rpx;
  166. text-align: center;
  167. padding: 20rpx 0;
  168. }
  169. .share-num .share-num-item .person text {
  170. font-size: 36rpx;
  171. font-weight: 700;
  172. }
  173. .row-flex .font12 text {
  174. font-weight: 700;
  175. }
  176. /* 分享家等级 */
  177. .upgrade_ins {
  178. background-image: linear-gradient(to right, #f8b2b5, #fff4f4);
  179. font-weight: 300;
  180. padding: 0 20rpx;
  181. line-height: 45rpx;
  182. height: 45rpx;
  183. border-radius: 45rpx;
  184. font-size: 24rpx;
  185. }
  186. .share_title {
  187. display: flex;
  188. justify-content: space-between;
  189. width: 100%;
  190. align-items: center;
  191. }
  192. .share_level>view {
  193. border-bottom: 1px solid #ccc;
  194. padding: 20rpx 0;
  195. }
  196. .share_level>view:last-child {
  197. border: none;
  198. }
  199. .next-level {}
  200. .next-level .upgrade {
  201. display: inline-block;
  202. padding: 0 20rpx;
  203. background-image: linear-gradient(to right, #f8b2b5, #fff4f4);
  204. font-weight: 600;
  205. border-radius: 30rpx;
  206. line-height: 1.5;
  207. }
  208. .next-level .power {
  209. margin-top: 20rpx;
  210. line-height: 2.5;
  211. font-size: 26rpx;
  212. }
  213. .next-level .power .power_item>text{
  214. white-space: nowrap;
  215. }
  216. .next-level .power .icon{
  217. background:linear-gradient(to bottom,#f8b2b5,#fff4f4);
  218. -webkit-background-clip:text;
  219. color:transparent;
  220. }
  221. .method {}
  222. .method .method_title {
  223. margin-bottom: 20rpx;
  224. font-weight: 600;
  225. }
  226. .method .method_ins {
  227. line-height: 1.5;
  228. }
  229. .method .step_line {
  230. position: relative;
  231. margin: 20rpx 0;
  232. }
  233. .method .step_line .line {
  234. height: 10rpx;
  235. background-image: linear-gradient(to left, #f8b2b5, #fff4f4);
  236. border-radius: 7rpx;
  237. }
  238. .method .step_line .cercle_box {
  239. width: 28rpx;
  240. height: 28rpx;
  241. border-radius: 50%;
  242. position: absolute;
  243. top: -8rpx;
  244. background-image: linear-gradient(to right, rgba(253, 158, 163, .7) 10%, rgba(253, 158, 163, .2) 80%);
  245. transition: left 1s;
  246. }
  247. .method .step_line .cercle_box .cercle {
  248. width: 14rpx;
  249. height: 14rpx;
  250. margin: 7rpx auto 0;
  251. border-radius: 50%;
  252. background-image: linear-gradient(to right, rgba(255, 132, 138), rgba(255, 132, 138, .2) 80%);
  253. }
  254. .method .tip {
  255. margin-top: 30rpx;
  256. font-size: 24rpx;
  257. color: #3E3A39;
  258. }
  259. .color_gray{
  260. color: #3E3A39;
  261. }
  262. /* 等级显示 */
  263. /* 分享家停用/机构停用 */
  264. .bg .subtitleColor-bg .userInfo .stop_user{
  265. background: none;
  266. border: 1px solid #B3B3B4;
  267. color: #B3B3B4 !important;
  268. }
  269. /* 普通 */
  270. .bg .subtitleColor-bg .userInfo .ordinary{
  271. color: #EE3A43;
  272. }
  273. /* 超级 */
  274. .bg .subtitleColor-bg .userInfo .super text:first-child{
  275. background: linear-gradient( 135deg , rgba(238,58,67,0.3) 40%, rgba(238,58,67) 52%,rgba(238,58,67,.3) 64%,rgba(238,58,67) 70%);
  276. -webkit-background-clip: text;
  277. color: transparent;
  278. }
  279. .bg .subtitleColor-bg .userInfo .super text:last-child{
  280. background-image: linear-gradient( 135deg , rgba(238,58,67) 35%, rgba(238,58,67,0.1) 38%,rgba(238,58,67) 41%,rgba(238,58,67) 73%,rgba(238,58,67,.1) 76%,rgba(238,58,67) 79%);
  281. -webkit-background-clip: text;
  282. color: transparent;
  283. }
  284. /* 金牌 */
  285. .bg .subtitleColor-bg .userInfo .gold text:first-child{
  286. background: linear-gradient( 135deg , rgba(239,175,46,0.3) 40%, rgba(239,175,46) 52%,rgba(239,175,46,.3) 64%,rgba(239,175,46) 70%);
  287. -webkit-background-clip: text;
  288. color: transparent;
  289. }
  290. .bg .subtitleColor-bg .userInfo .gold text:last-child{
  291. background-image: linear-gradient( 135deg , rgba(239,175,46) 35%, rgba(239,175,46,0.1) 38%,rgba(239,175,46) 41%,rgba(239,175,46) 73%,rgba(239,175,46,.1) 76%,rgba(239,175,46) 79%);
  292. -webkit-background-clip: text;
  293. color: transparent;
  294. }
  295. /* 银牌 */
  296. .bg .subtitleColor-bg .userInfo .silver text:first-child{
  297. background: linear-gradient( 135deg , rgba(143,143,143,0.3) 40%, rgba(143,143,143) 52%,rgba(143,143,143,.3) 64%,rgba(143,143,143) 70%);
  298. -webkit-background-clip: text;
  299. color: transparent;
  300. }
  301. .bg .subtitleColor-bg .userInfo .silver text:last-child{
  302. background-image: linear-gradient( 135deg , rgba(143,143,143) 35%, rgba(143,143,143,0.1) 38%,rgba(143,143,143) 41%,rgba(143,143,143) 73%,rgba(143,143,143,.1) 76%,rgba(143,143,143) 79%);
  303. -webkit-background-clip: text;
  304. color: transparent;
  305. }
  306. /* 铜牌 */
  307. .bg .subtitleColor-bg .userInfo .copper text:first-child{
  308. background: linear-gradient( 135deg , rgba(232,147,63,0.3) 40%, rgba(232,147,63) 52%,rgba(232,147,63,.3) 64%,rgba(232,147,63) 70%);
  309. -webkit-background-clip: text;
  310. color: transparent;
  311. }
  312. .bg .subtitleColor-bg .userInfo .copper text:last-child{
  313. background-image: linear-gradient( 135deg , rgba(232,147,63) 35%, rgba(232,147,63,0.1) 38%,rgba(232,147,63) 41%,rgba(232,147,63) 73%,rgba(232,147,63,.1) 76%,rgba(232,147,63) 79%);
  314. -webkit-background-clip: text;
  315. color: transparent;
  316. }