diff --git a/h5/activity/recharge/index.html b/h5/activity/recharge/index.html index 7de5301..82ac8e9 100644 --- a/h5/activity/recharge/index.html +++ b/h5/activity/recharge/index.html @@ -345,6 +345,13 @@ object-fit: cover; } + .avatar-crop img[data-profile-avatar] { + left: 0; + top: 0; + width: 100%; + height: 100%; + } + .avatar-frame { left: 389px; top: 1319px; @@ -387,6 +394,8 @@ font-weight: 500; text-align: center; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .section-title { @@ -450,6 +459,9 @@ position: relative; z-index: 1; padding-top: 2px; + max-width: 250px; + overflow: hidden; + text-overflow: ellipsis; } .reward-price .price-fill, @@ -482,6 +494,13 @@ height: 1px; background: rgba(255, 234, 181, 0.75); } + + .reward-section.is-hidden, + .reward-slot-frame.is-hidden, + .reward-icon.is-hidden, + .reward-price.is-hidden { + display: none; + } @@ -503,22 +522,22 @@
-