.main { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10) inset; background-color: #fff; padding-top: 30rpx; } .gameCards { display: flex; justify-content: center; align-items: center; flex-direction: column; } .gameCards-time { height: 90rpx; width: 680rpx; font-size: 36rpx; color: #333; font-weight: 700; display: flex; padding-left: 10rpx; align-items: center; letter-spacing: 0.77rpx; } .gameCards-item { width: 680rpx; background: #fff; box-shadow: 0 8rpx 14rpx 0 rgba(0, 0, 0, 0.20); border-radius: 23rpx; margin-bottom: 30rpx; overflow: hidden; } .gameCards-img { position: relative; height: 674rpx; } .gameCards-img image { width: 100%; height: 100%; } .gameCards-img .title { position: absolute; left: 32rpx; font-size: 50rpx; bottom: 32rpx; color: #fff; font-weight: 700; } .gameCards-game { height: 165rpx; display: flex; padding-left: 32rpx; padding-right: 40rpx; align-items: center; justify-content: space-between; } .gameCards-game .info { display: flex; align-items: center; } .gameCards-game .info .icon { height: 108rpx; width: 108rpx; border-radius: 24rpx; margin-right: 20rpx; } .gameCards-game .info .gi { height: 90rpx; width: 320rpx; display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; } .gameCards-game .info .name { font-size: 32rpx; font-weight: 700; line-height: 45rpx; color: #333; letter-spacing: 0.69rpx; } .gameCards-game .info .des { font-size: 24rpx; height: 33rpx; line-height: 33rpx; width: 300rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #8b8b8b; letter-spacing: 0.51rpx; } .player { white-space: nowrap; } .player__avatar { border-radius: 50%; height: 40rpx; margin-right: 8rpx; vertical-align: middle; width: 40rpx; } .player__info { color: #8B8B8B; font-size: 26rpx; line-height: 40rpx; margin-left: 8rpx; } .share { position: fixed; top: auto; right: 30rpx; bottom: 54rpx; z-index: 99; } .share button { background-color: transparent; height: 80rpx; width: 80rpx; padding-left: 0; display: flex; align-items: center; } .share button image { width: 80rpx; height: 80rpx; } /* 分享 */ .shareMask { width: 100vw; position: fixed; top: 0; z-index: 100; height: 100vh; background-color: rgba(0, 0, 0, 0.6); } .shareMask .menu { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; height: 228rpx; display: flex; align-items: center; justify-content: space-between; } .shareMask .menu_item { flex: 1; height: 100%; background: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; } .shareMask .menu_item image { width: 100rpx; height: 100rpx; } .shareMask .menu_item text { color: #333; font-size: 24rpx; font-weight: bold; margin-top: 12rpx; } /* 分享朋友圈 */ .shareCircles { width: 100vw; position: fixed; top: 0; z-index: 100; height: 100%; } .shareCircles .task { background-color: rgba(0, 0, 0, 0.6); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .shareCircles .content { width: 466rpx; display: flex; align-items: center; flex-direction: column; height: 1005rpx; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 999; } .shareCircles .main_img { width: 466rpx; height: 828rpx; } .shareCircles .main_img image { width: 100%; height: 100%; } .shareCircles .prompt { font-size: 28rpx; line-height: 40rpx; color: #fff; margin-top: 17rpx; margin-bottom: 32rpx; white-space: nowrap; } .shareCircles .btn { width: 395rpx; height: 88rpx; border-radius: 100px; font-size: 36rpx; color: #fff; display: flex; align-items: center; justify-content: center; background: #557cff; } .share_close { height: 40rpx; position: absolute; right: 27rpx; top: -61rpx; width: 40rpx; }