123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .image-container.data-v-731911b6 {
- width: 750rpx;
- height: 350rpx;
- }
- .item-img.data-v-731911b6 {
- width: 630rpx;
- height: 300rpx;
- border-radius: 14rpx;
- -webkit-animation: to-big-data-v-731911b6 .3s;
- animation: to-big-data-v-731911b6 .3s;
- }
- .swiper-item.data-v-731911b6 {
- width: 630rpx;
- height: 300rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .item-img-side.data-v-731911b6 {
- width: 630rpx;
- height: 260rpx;
- border-radius: 14rpx;
- -webkit-animation: to-mini-data-v-731911b6 .3s;
- animation: to-mini-data-v-731911b6 .3s;
- }
- .swiper-item-side.data-v-731911b6 {
- width: 630rpx;
- height: 260rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- @-webkit-keyframes to-mini-data-v-731911b6 {
- from {
- height: 300rpx;
- }
- to {
- height: 260rpx;
- }
- }
- @keyframes to-mini-data-v-731911b6 {
- from {
- height: 300rpx;
- }
- to {
- height: 260rpx;
- }
- }
- @-webkit-keyframes to-big-data-v-731911b6 {
- from {
- height: 260rpx;
- }
- to {
- height: 300rpx;
- }
- }
- @keyframes to-big-data-v-731911b6 {
- from {
- height: 260rpx;
- }
- to {
- height: 300rpx;
- }
- }
|