抖音小程序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.

81 lines
1.2 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: 400rpx;
  39. }
  40. .itemImg1 {
  41. position: absolute;
  42. width: 640rpx;
  43. height: 360rpx;
  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: 640rpx;
  55. top: 11%;
  56. transition: all 0.2s ease-in 0s;
  57. }
  58. .active1 {
  59. opacity: 1;
  60. z-index: 10;
  61. width: 640rpx;
  62. height: 310rpx;
  63. top: 17%;
  64. transition: all 0.2s ease-in 0s;
  65. }
  66. .item1 {
  67. width: 100%;
  68. height: 360rpx;
  69. overflow: hidden;
  70. border-radius: 16rpx;
  71. }