C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
768 B

  1. .index-slide-view {
  2. position: relative;
  3. width: 750rpx;
  4. height: 258rpx;
  5. overflow: hidden;
  6. margin: 0 auto;
  7. /* border-radius:16rpx; *//* box-shadow: 0 6px 20px 0 rgba(0,0,0,0.15); */
  8. }
  9. .index-slide, swiper-item
  10. .index-slide-image {
  11. display: block;
  12. width: 710rpx;
  13. height: 265rpx;
  14. margin: 0 auto;
  15. border-radius: 16rpx;
  16. overflow: hidden;
  17. position: relative;
  18. }
  19. .dots {
  20. position: absolute;
  21. left: 0;
  22. right: 0;
  23. bottom: 20rpx;
  24. display: flex;
  25. justify-content: center;
  26. }
  27. .dot {
  28. margin: 0 8rpx;
  29. width: 14rpx;
  30. height: 14rpx;
  31. background: #fff;
  32. border-radius: 8rpx;
  33. transition: all 0.6s;
  34. }
  35. .dot.active {
  36. width: 24rpx;
  37. background: #f80;
  38. }
  39. .bannerbg {
  40. width: 100%;
  41. }
  42. .bannerbg image {
  43. display: block;
  44. width: 100%;
  45. }