C端小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

54 Zeilen
1.0 KiB

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