C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

84 lignes
1.1 KiB

  1. .imageContainer {
  2. width: 100%;
  3. height: 304rpx;
  4. }
  5. .imageContainer1 {
  6. width: 100%;
  7. height: 400rpx;
  8. }
  9. .itemImg {
  10. position: absolute;
  11. width: 640rpx;
  12. height: 227rpx;
  13. border-radius: 15rpx;
  14. overflow: hidden;
  15. z-index: 5;
  16. opacity: 0.7;
  17. top: 20%;
  18. margin: 0 20rpx;
  19. }
  20. .active {
  21. opacity: 1;
  22. z-index: 10;
  23. width: 640rpx;
  24. height: 270rpx;
  25. top: 11%;
  26. transition: all 0.2s ease-in 0s;
  27. }
  28. .item {
  29. width: 100%;
  30. height: 304rpx;
  31. overflow: hidden;
  32. border-radius: 16rpx;
  33. }
  34. .item1 {
  35. width: 100%;
  36. height: 360rpx;
  37. overflow: hidden;
  38. border-radius: 16rpx;
  39. }
  40. .index-slide-view {
  41. margin-top: -30rpx;
  42. }
  43. .index-slide-view1 {
  44. margin-top: -40rpx;
  45. }
  46. .itemImg1 {
  47. position: absolute;
  48. width: 640rpx;
  49. height: 360rpx;
  50. border-radius: 15rpx;
  51. overflow: hidden;
  52. z-index: 5;
  53. opacity: 0.7;
  54. top: 12%;
  55. margin: 0 20rpx;
  56. }
  57. .active1_a {
  58. opacity: 1;
  59. z-index: 10;
  60. width: 640rpx;
  61. top: 11%;
  62. transition: all 0.2s ease-in 0s;
  63. }
  64. .active1 {
  65. opacity: 1;
  66. z-index: 10;
  67. width: 640rpx;
  68. height: 310rpx;
  69. top: 17%;
  70. transition: all 0.2s ease-in 0s;
  71. }