invite.wxss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  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. .lower-tip.data-v-5237e668 {
  28. text-align: center;
  29. color: #a3a3a3;
  30. }
  31. .tixian-list-view.data-v-5237e668 {
  32. max-height: calc(100vh - 70rpx - 44px - 24rpx);
  33. }
  34. .tixian-list-view .tixian-item.data-v-5237e668 {
  35. display: flex;
  36. flex-direction: column;
  37. margin: 20rpx;
  38. padding: 0 20rpx;
  39. background-color: #fff;
  40. border-radius: 5px;
  41. }
  42. .tixian-list-view .tixian-item .tixian-title.data-v-5237e668 {
  43. border-bottom: solid 1px #e3e3e3;
  44. padding: 20rpx 0;
  45. }
  46. .tixian-list-view .tixian-item .tixian-title .title-text.data-v-5237e668 {
  47. font-size: 14px;
  48. }
  49. .tixian-list-view .tixian-item .tixian-info.data-v-5237e668 {
  50. display: flex;
  51. flex-wrap: wrap;
  52. margin: 5rpx 0 20rpx 0px;
  53. }
  54. .tixian-list-view .tixian-item .tixian-info view.data-v-5237e668 {
  55. width: 50%;
  56. margin-top: 10rpx;
  57. }
  58. .tixian-list-view .tixian-item .tixian-info .reason.data-v-5237e668 {
  59. width: 100%;
  60. color: #e43d33;
  61. font-weight: bold;
  62. }
  63. page.data-v-5237e668 {
  64. background-color: #f5f6fa;
  65. }
  66. .invite.data-v-5237e668 {
  67. background-image: url(https://chaomd.liuniu946.com/image/topbg@2x.png);
  68. background-repeat: no-repeat;
  69. background-position: top;
  70. background-size: 100% calc(44px + 70rpx);
  71. }
  72. .invite .invite_head.data-v-5237e668 {
  73. width: 100%;
  74. height: 44px;
  75. padding: 0 20rpx;
  76. }
  77. .invite .invite_head image.data-v-5237e668 {
  78. width: 44rpx;
  79. height: 44rpx;
  80. }
  81. .invite .invite_head .title.data-v-5237e668 {
  82. font-size: 34rpx;
  83. font-family: PingFangSC-Semibold, PingFang SC;
  84. font-weight: 600;
  85. color: #333333;
  86. line-height: 36rpx;
  87. }
  88. .invite .invite_head .righticon.data-v-5237e668 {
  89. width: 44rpx;
  90. height: 44rpx;
  91. }
  92. .invite .swiper.data-v-5237e668 {
  93. height: calc(100vh - 70rpx - 44px);
  94. }
  95. .invite .coin-swiper .total-coin-view.data-v-5237e668 {
  96. position: relative;
  97. width: 690rpx;
  98. height: 200rpx;
  99. background-image: url(https://chaomd.liuniu946.com/image/bg@2x.png);
  100. background-repeat: no-repeat;
  101. background-size: 100%;
  102. background-position: center;
  103. margin: 24rpx auto 0;
  104. padding: 48rpx 40rpx;
  105. }
  106. .invite .coin-swiper .total-coin-view > view.data-v-5237e668 {
  107. flex: 1;
  108. text-align: center;
  109. }
  110. .invite .coin-swiper .total-coin-view .txt.data-v-5237e668 {
  111. font-size: 28rpx;
  112. font-family: PingFangSC-Regular, PingFang SC;
  113. font-weight: 400;
  114. color: #ffffff;
  115. }
  116. .invite .coin-swiper .total-coin-view .coin-unit.data-v-5237e668 {
  117. justify-content: flex-start;
  118. }
  119. .invite .coin-swiper .total-coin-view .coin-unit .coin.data-v-5237e668 {
  120. font-size: 40rpx;
  121. font-family: PingFangSC-Medium, PingFang SC;
  122. font-weight: 500;
  123. color: #ffffff;
  124. }
  125. .invite .coin-swiper .total-coin-view .coin-unit .unit.data-v-5237e668 {
  126. font-size: 28rpx;
  127. font-family: PingFangSC-Regular, PingFang SC;
  128. font-weight: 400;
  129. color: #ffffff;
  130. }
  131. .invite .coin-swiper .total-coin-view .tixian-btn.data-v-5237e668 {
  132. position: absolute;
  133. top: 0;
  134. right: 0;
  135. border-bottom-left-radius: 20rpx;
  136. height: 50rpx;
  137. line-height: 50rpx;
  138. text-align: center;
  139. color: #ffffff;
  140. font-size: 30rpx;
  141. background: #ff4891;
  142. padding: 0 40rpx;
  143. }
  144. .invite .coin-swiper .coin-list-view.data-v-5237e668 {
  145. max-height: calc(100vh - 70rpx - 44px - 24rpx - 200rpx);
  146. }
  147. .invite .coin-swiper .coin-list-view .coin-item.data-v-5237e668 {
  148. width: 690rpx;
  149. background-color: #fff;
  150. margin: 20rpx auto;
  151. border-radius: 16rpx;
  152. padding: 30rpx;
  153. }
  154. .invite .coin-swiper .coin-list-view .coin-item .left .avatar-view.data-v-5237e668 {
  155. width: 80rpx;
  156. height: 80rpx;
  157. border-radius: 50%;
  158. overflow: hidden;
  159. margin-right: 20rpx;
  160. border: 1px solid #eee;
  161. }
  162. .invite .coin-swiper .coin-list-view .coin-item .left .name-time .username.data-v-5237e668 {
  163. font-size: 28rpx;
  164. font-family: PingFangSC-Medium, PingFang SC;
  165. font-weight: 500;
  166. color: #333333;
  167. line-height: 40rpx;
  168. }
  169. .invite .coin-swiper .coin-list-view .coin-item .left .name-time .time.data-v-5237e668 {
  170. font-size: 24rpx;
  171. font-family: PingFangSC-Regular, PingFang SC;
  172. font-weight: 400;
  173. color: #7a808d;
  174. line-height: 34rpx;
  175. }
  176. .invite .coin-swiper .coin-list-view .coin-item .right.data-v-5237e668 {
  177. text-align: right;
  178. }
  179. .invite .coin-swiper .coin-list-view .coin-item .right .in-coin.data-v-5237e668 {
  180. font-size: 32rpx;
  181. font-family: PingFangSC-Medium, PingFang SC;
  182. font-weight: 500;
  183. color: #fa6400;
  184. line-height: 44rpx;
  185. }
  186. .invite .coin-swiper .coin-list-view .coin-item .right .level.data-v-5237e668 {
  187. font-size: 24rpx;
  188. font-family: PingFangSC-Regular, PingFang SC;
  189. font-weight: 400;
  190. color: #333333;
  191. line-height: 34rpx;
  192. }
  193. .invite .team-swiper .team-wrapper.data-v-5237e668 {
  194. overflow: hidden;
  195. }
  196. .invite .team-swiper .team-wrapper .top-view.data-v-5237e668 {
  197. background: #fff;
  198. border-radius: 24rpx 24rpx 0 0;
  199. width: 690rpx;
  200. margin: 24rpx auto 0;
  201. font-size: 28rpx;
  202. font-family: PingFangSC-Medium, PingFang SC;
  203. font-weight: 500;
  204. color: #2e333f;
  205. padding: 32rpx 30rpx 14rpx;
  206. height: 86rpx;
  207. }
  208. .invite .team-swiper .team-wrapper .team-list-view.data-v-5237e668 {
  209. max-height: calc(100vh - 70rpx - 44px - 24rpx - 86rpx);
  210. }
  211. .invite .team-swiper .team-wrapper .team-list-view .team-item.data-v-5237e668 {
  212. width: 690rpx;
  213. margin: 0 auto;
  214. height: 88rpx;
  215. padding: 0 30rpx;
  216. background-color: #f9f5ff;
  217. font-size: 26rpx;
  218. font-family: PingFangSC-Regular, PingFang SC;
  219. font-weight: 400;
  220. color: #171a20;
  221. line-height: 36rpx;
  222. justify-content: flex-start;
  223. }
  224. .invite .team-swiper .team-wrapper .team-list-view .team-item.data-v-5237e668:nth-child(2n-1) {
  225. background-color: #f6f8ff;
  226. }
  227. .invite .team-swiper .team-wrapper .team-list-view .team-item.data-v-5237e668:last-child {
  228. border-radius: 0 0 24rpx 24rpx;
  229. margin-bottom: 24rpx;
  230. }
  231. .invite .team-swiper .team-wrapper .team-list-view .team-item .time-view.data-v-5237e668 {
  232. width: 288rpx;
  233. }
  234. .invite .team-swiper .team-wrapper .team-list-view .team-item .name-view.data-v-5237e668 {
  235. width: 300rpx;
  236. }
  237. .invite .qrcode-swiper.data-v-5237e668 {
  238. position: relative;
  239. }
  240. .invite .qrcode-swiper.data-v-5237e668::before {
  241. width: 54rpx;
  242. height: calc(1000rpx - 100rpx);
  243. background: #cdc7c7;
  244. border-radius: 0 24rpx 24rpx 0;
  245. position: absolute;
  246. left: 0;
  247. top: 50rpx;
  248. }
  249. .invite .qrcode-swiper.data-v-5237e668::after {
  250. width: 54rpx;
  251. height: calc(1000rpx - 100rpx);
  252. background: #cdc7c7;
  253. border-radius: 24rpx 0 0 24rpx;
  254. position: absolute;
  255. right: 0;
  256. top: 50rpx;
  257. }
  258. .invite .qrcode-swiper .qrcode-wrap.data-v-5237e668 {
  259. overflow-y: auto;
  260. height: calc(100vh - 70rpx - 44px);
  261. }
  262. .invite .qrcode-swiper .qrcode-view.data-v-5237e668 {
  263. width: 560rpx;
  264. height: 1000rpx;
  265. margin: 26rpx auto 0;
  266. background: #ff7674;
  267. border-radius: 24rpx;
  268. background-image: url(https://chaomd.liuniu946.com/image/abj.jpg);
  269. background-repeat: no-repeat;
  270. background-size: 100% auto;
  271. background-position: center;
  272. position: relative;
  273. display: flex;
  274. overflow: hidden;
  275. }
  276. .invite .qrcode-swiper .qrcode-view .img1.data-v-5237e668 {
  277. width: 100%;
  278. height: 100%;
  279. }
  280. .invite .qrcode-swiper .qrcode-view .qrcode-box.data-v-5237e668 {
  281. width: 100%;
  282. background-image: url(https://chaomd.liuniu946.com/image/renwu@2x.png);
  283. background-repeat: no-repeat;
  284. background-size: 100% auto;
  285. background-position: center;
  286. }
  287. .invite .qrcode-swiper .qrcode-view .qrcode-img-box.data-v-5237e668 {
  288. width: 200rpx;
  289. height: 200rpx;
  290. position: absolute;
  291. top: 370rpx;
  292. left: 50%;
  293. -webkit-transform: translateX(-50%);
  294. transform: translateX(-50%);
  295. }
  296. .invite .qrcode-swiper .btn-view.data-v-5237e668 {
  297. width: 308rpx;
  298. height: 84rpx;
  299. background-image: url(https://chaomd.liuniu946.com/image/button@2x.png);
  300. margin: 50rpx auto;
  301. background-size: 100%;
  302. background-position: center;
  303. }
  304. .invite .qrcode-swiper .tip.data-v-5237e668 {
  305. margin: 50rpx auto;
  306. text-align: center;
  307. font-size: 33rpx;
  308. }
  309. .invite .nodata.data-v-5237e668 {
  310. text-align: center;
  311. padding: 40% 0;
  312. font-size: 30rpx;
  313. }