style(cp活动): 奖励区域滚动调整

This commit is contained in:
hzj 2026-05-08 19:12:41 +08:00
parent 5acaae8a19
commit b694b0adaa

View File

@ -449,12 +449,12 @@ const clickReward = (item) => {
@keyframes reward-scroll-right { @keyframes reward-scroll-right {
0% { 0% {
transform: translate3d(0, 0, 0); transform: translate3d(-91.666667%, 0, 0);
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(-91.666667%, 0, 0);
} }
100% { 100% {
transform: translate3d(91.666667%, 0, 0); transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(91.666667%, 0, 0); -webkit-transform: translate3d(0, 0, 0);
} }
} }
@ -499,7 +499,7 @@ const clickReward = (item) => {
} }
[dir='rtl'] .scroll-wrapper { [dir='rtl'] .scroll-wrapper {
animation: reward-scroll-left 88s linear infinite; animation: reward-scroll-right 88s linear infinite;
} }
@media screen and (max-width: 360px) { @media screen and (max-width: 360px) {