share.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. .banner {
  2. height: 243rpx;
  3. width: 100%;
  4. background-color: #fff;
  5. overflow: hidden;
  6. }
  7. .banner image {
  8. width: 100%;
  9. display: block;
  10. }
  11. .boxTop {
  12. padding: 0 32rpx;
  13. position: relative;
  14. background-color: #fff;
  15. box-shadow: 0 5rpx 8rpx 0 rgba(0, 0, 0, 0.1);
  16. }
  17. .boxTop .boxTop_head {
  18. width: 186rpx;
  19. height: 186rpx;
  20. position: absolute;
  21. top: -82rpx;
  22. left: 50rpx;
  23. border-radius: 50%;
  24. display: flex;
  25. align-items: center;
  26. justify-content: center;
  27. background: #fff;
  28. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  29. }
  30. .boxTop .boxTop_head image,open-data {
  31. width: 172rpx;
  32. height: 172rpx;
  33. border-radius: 50%;
  34. overflow: hidden;
  35. }
  36. .boxTop .boxTop_info {
  37. width: 100%;
  38. min-height: 185rpx;
  39. padding: 0rpx 0 20rpx 235rpx;
  40. border-bottom: 2rpx solid #e7e7e7;
  41. }
  42. .boxTop .boxTop_info text {
  43. font-size: 36rpx;
  44. color: #888888;
  45. display: block;
  46. line-height: 40rpx;
  47. }
  48. .boxTop .boxTop_info .username {
  49. margin-bottom: 10rpx;
  50. margin-top: 10rpx;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. white-space: nowrap;
  54. font-size: 32rpx;
  55. color: #333;
  56. line-height: 48rpx;
  57. }
  58. .boxTop .boxTop_info .sign {
  59. color: #666;
  60. font-size: 28rpx;
  61. overflow: hidden;
  62. text-overflow: ellipsis;
  63. display: -webkit-box;
  64. -webkit-box-orient: vertical;
  65. -webkit-line-clamp: 2;
  66. }
  67. .boxTop .boxTop_info .nickname {
  68. font-size: 36rpx;
  69. font-weight: 700;
  70. color: #333;
  71. display: flex;
  72. align-items: center;
  73. line-height: 50rpx;
  74. }
  75. .boxTop .boxTop_info .nickname text {
  76. color: #333;
  77. font-size: 36rpx;
  78. line-height: 50rpx;
  79. max-width: 350rpx;
  80. overflow:hidden;
  81. text-overflow:ellipsis;
  82. white-space:nowrap;
  83. }
  84. .boxTop .boxTop_info .nickname image {
  85. width: 36rpx;
  86. height: 36rpx;
  87. margin-left: 22rpx;
  88. }
  89. .boxTop .boxTop_users {
  90. padding-bottom: 27rpx;
  91. }
  92. .boxTop .boxTop_users .title {
  93. font-size: 28rpx;
  94. line-height: 40rpx;
  95. color: #333;
  96. padding: 25rpx 10rpx;
  97. font-weight: 700;
  98. display: flex;
  99. align-items: center;
  100. }
  101. .boxTop .boxTop_users .change {
  102. background: #ff6b3f;
  103. border-radius: 90px;
  104. height: 30rpx;
  105. font-size: 20rpx;
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. color: #fff;
  110. margin-left: 10rpx;
  111. padding: 0 13rpx;
  112. font-weight: 400;
  113. }
  114. .boxTop .boxTop_users .list {
  115. overflow-x: auto;
  116. padding: 0 10rpx;
  117. white-space: nowrap;
  118. }
  119. .boxTop .boxTop_users .list image {
  120. width: 80rpx;
  121. height: 80rpx;
  122. display: inline-block;
  123. border-radius: 50%;
  124. overflow: hidden;
  125. margin-right: 28rpx;
  126. }
  127. .boxTop .boxTop_users .list image:last-child {
  128. margin-right: 0;
  129. }
  130. .wrap {
  131. position: relative;
  132. }
  133. /* 我的盒子 */
  134. .mybox {
  135. }
  136. .mybox .title {
  137. padding-top: 34rpx;
  138. padding-bottom: 10rpx;
  139. display: flex;
  140. align-items: center;
  141. padding-left: 42rpx;
  142. padding-right: 54rpx;
  143. justify-content: space-between;
  144. }
  145. .mybox .title .left {
  146. font-size: 32rpx;
  147. font-weight: 700;
  148. color: #333333;
  149. line-height: 45rpx;
  150. }
  151. .goHome {
  152. position: fixed;
  153. width: 155rpx;
  154. height: 111rpx;
  155. right: 47rpx;
  156. top: 80vh;
  157. }
  158. .goHome image {
  159. height: 100%;
  160. width: 100%;
  161. }
  162. .gamecenter {
  163. height: 216rpx;
  164. display: flex;
  165. align-items: center;
  166. justify-content: center;
  167. }
  168. .gamecenter button {
  169. background: #557CFF;
  170. border-radius: 200px;
  171. width: 526rpx;
  172. height: 88rpx;
  173. font-size: 36rpx;
  174. display: flex;
  175. align-items: center;
  176. justify-content: center;
  177. color: #FFFFFF;
  178. }
  179. /* 分享 */
  180. .shareMask {
  181. width: 100vw;
  182. position: fixed;
  183. top: 0;
  184. z-index: 100;
  185. height: 100vh;
  186. background-color: rgba(0, 0, 0, 0.6);
  187. }
  188. .shareMask .menu {
  189. position: absolute;
  190. bottom: 0;
  191. left: 0;
  192. width: 100%;
  193. background-color: #FFFFFF;
  194. height: 228rpx;
  195. display: flex;
  196. align-items: center;
  197. justify-content: space-between;
  198. }
  199. .shareMask .menu_item {
  200. flex: 1;
  201. height: 100%;
  202. background: #FFFFFF;
  203. display: flex;
  204. align-items: center;
  205. justify-content: center;
  206. flex-direction: column;
  207. }
  208. .shareMask .menu_item image {
  209. width: 100rpx;
  210. height: 100rpx;
  211. }
  212. .shareMask .menu_item text {
  213. color: #333333;
  214. font-size: 24rpx;
  215. font-weight: bold;
  216. margin-top: 12rpx;
  217. }
  218. .share_close {
  219. height: 40rpx;
  220. position: absolute;
  221. right: 27rpx;
  222. top: -61rpx;
  223. width: 40rpx;
  224. }
  225. /* 红包弹框 */
  226. .redPackMask {
  227. width: 100vw;
  228. position: fixed;
  229. top: 0;
  230. z-index: 100;
  231. height: 100vh;
  232. display: flex;
  233. align-items: center;
  234. justify-content: center;
  235. background-color: rgba(0, 0, 0, 0.6);
  236. }
  237. .redPackMask .content {
  238. width: 521rpx;
  239. height: 694rpx;
  240. opacity: 0;
  241. transition: all 300ms;
  242. transform: scale(0.6);
  243. }
  244. .redPackMask .packAnimation {
  245. opacity: 1;
  246. height: 634rpx;
  247. transform: scale(1);
  248. }
  249. .redPackMask .bg {
  250. width: 100%;
  251. height: 100%;
  252. }
  253. .redPackMask .info {
  254. position: absolute;
  255. width: 100%;
  256. height: 100%;
  257. top: 0;
  258. left: 0;
  259. }
  260. .info2 {
  261. display: flex;
  262. flex-direction: column;
  263. align-items: center;
  264. }
  265. .info2 text {
  266. color: #EBCD9A;
  267. }
  268. .info2_avatar {
  269. width: 98rpx;
  270. height: 98rpx;
  271. border-radius: 16rpx;
  272. margin-top: 38rpx;
  273. margin-bottom: 18rpx;
  274. }
  275. .info2_title {
  276. font-size: 36rpx;
  277. line-height: 50rpx;
  278. margin-bottom: 27rpx;
  279. }
  280. .info2_des {
  281. font-size: 26rpx;
  282. line-height: 37rpx;
  283. margin-bottom: 17rpx;
  284. }
  285. .info2_text {
  286. line-height: 62rpx;
  287. font-size: 44rpx;
  288. margin-bottom: 36rpx;
  289. }
  290. .info2_open {
  291. width: 166rpx;
  292. height: 166rpx;
  293. border-radius: 50%;
  294. overflow: hidden;
  295. }
  296. .info2_open image {
  297. width: 100%;
  298. height: 100%;
  299. }
  300. .info1 {
  301. padding-top: 248rpx;
  302. display: flex;
  303. flex-direction: column;
  304. align-items: center;
  305. }
  306. .info1 text {
  307. color: #EBCD9A;
  308. }
  309. .info1_top {
  310. line-height: 67rpx;
  311. font-size: 48rpx;
  312. }
  313. .info1_des {
  314. color: #EBCD9A;
  315. margin-top: 20rpx;
  316. margin-bottom: 77rpx;
  317. line-height: 45rpx;
  318. font-size: 32rpx;
  319. }
  320. .info1_des text {
  321. font-size: 40rpx;
  322. }
  323. .info1_tips {
  324. line-height: 30rpx;
  325. font-size: 22rpx;
  326. }
  327. .info1_save {
  328. background: #EBCD9A;
  329. border-radius: 8rpx;
  330. position: absolute;
  331. bottom: 42rpx;
  332. width: 404rpx;
  333. height: 84rpx;
  334. font-size: 30rpx;
  335. color: #333333;
  336. font-weight: 700;
  337. letter-spacing: 1.07px;
  338. display: flex;
  339. align-items: center;
  340. justify-content: center;
  341. }
  342. .wrap_info {
  343. padding: 8rpx 0;
  344. }
  345. .player__avatar {
  346. border-radius: 50%;
  347. height: 40rpx;
  348. margin-right: 8rpx;
  349. vertical-align: middle;
  350. width: 40rpx;
  351. }
  352. .player__info {
  353. color: #8B8B8B;
  354. font-size: 26rpx;
  355. line-height: 40rpx;
  356. margin-left: 8rpx;
  357. }