index.wxss 719 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. page {
  2. background-color: #a3a3a3 !important;
  3. }
  4. .distribution-posters swiper {
  5. width: 100%;
  6. height: 1000rpx;
  7. position: relative;
  8. margin-top: 40rpx;
  9. }
  10. .distribution-posters .slide-image {
  11. width: 100%;
  12. height: 100%;
  13. margin: 0 auto;
  14. border-radius: 15rpx;
  15. }
  16. .distribution-posters .slide-image.active {
  17. transform: none;
  18. transition: all 0.2s ease-in 0s;
  19. }
  20. .distribution-posters .slide-image.quiet {
  21. transform: scale(0.8333333);
  22. transition: all 0.2s ease-in 0s;
  23. }
  24. .distribution-posters .keep {
  25. font-size: 30rpx;
  26. color: #fff;
  27. width: 600rpx;
  28. height: 80rpx;
  29. border-radius: 50rpx;
  30. text-align: center;
  31. line-height: 80rpx;
  32. margin: 38rpx auto;
  33. }