index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .image-container.data-v-731911b6 {
  2. width: 750rpx;
  3. height: 350rpx;
  4. }
  5. .item-img.data-v-731911b6 {
  6. width: 630rpx;
  7. height: 300rpx;
  8. border-radius: 14rpx;
  9. -webkit-animation: to-big-data-v-731911b6 .3s;
  10. animation: to-big-data-v-731911b6 .3s;
  11. }
  12. .swiper-item.data-v-731911b6 {
  13. width: 630rpx;
  14. height: 300rpx;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. }
  19. .item-img-side.data-v-731911b6 {
  20. width: 630rpx;
  21. height: 260rpx;
  22. border-radius: 14rpx;
  23. -webkit-animation: to-mini-data-v-731911b6 .3s;
  24. animation: to-mini-data-v-731911b6 .3s;
  25. }
  26. .swiper-item-side.data-v-731911b6 {
  27. width: 630rpx;
  28. height: 260rpx;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. }
  33. @-webkit-keyframes to-mini-data-v-731911b6 {
  34. from {
  35. height: 300rpx;
  36. }
  37. to {
  38. height: 260rpx;
  39. }
  40. }
  41. @keyframes to-mini-data-v-731911b6 {
  42. from {
  43. height: 300rpx;
  44. }
  45. to {
  46. height: 260rpx;
  47. }
  48. }
  49. @-webkit-keyframes to-big-data-v-731911b6 {
  50. from {
  51. height: 260rpx;
  52. }
  53. to {
  54. height: 300rpx;
  55. }
  56. }
  57. @keyframes to-big-data-v-731911b6 {
  58. from {
  59. height: 260rpx;
  60. }
  61. to {
  62. height: 300rpx;
  63. }
  64. }