fix: 动作详情GIF动图播放 + 收藏按钮避让胶囊
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.page { min-height: 100vh; background: var(--bg-grad); padding-bottom: 180rpx; }
|
||||
.hero { width: 100%; height: 520rpx; background: var(--surface-2); }
|
||||
.hero { width: 100%; height: 520rpx; background: var(--surface-2); position: relative; }
|
||||
.hero__img { width: 100%; height: 100%; display: block; }
|
||||
.hero__ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 120rpx; }
|
||||
.hero__gif { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
|
||||
|
||||
.name { font-size: 48rpx; font-weight: 700; color: var(--text); letter-spacing: 1rpx; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user