feat: 修改详情页里面的图片动画

This commit is contained in:
zerosaturation 2026-05-21 14:51:30 +08:00
parent 764e44a3f3
commit fa13e482d3

View File

@ -947,16 +947,16 @@ onUnmounted(() => {
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 0;
gap: 0;
}
/* 卡片区域 */
.card-section {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
perspective: 800px;
perspective: 800rpx;
transform-style: preserve-3d;
}
.card-wrapper {
@ -998,7 +998,8 @@ onUnmounted(() => {
width: 78%;
height: 96%;
border-radius: 64rpx;
transform: translate(-50%, -50%) rotate(-10deg);
/* transform: translate(-50%, -50%) rotate(-10deg); */
transform: translate(-50%, -50%) ;
z-index: 2;
overflow: hidden;
}