抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.3 KiB

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