index.wxss 828 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .slide-image {
  2. width: 90%;
  3. height: 150px;
  4. margin:5%;
  5. }
  6. .indexSwiper{
  7. width: 100%;
  8. height:370rpx;
  9. }
  10. .nav-blue{
  11. height: 320rpx;
  12. background-image: var(--gradualBlue);
  13. }
  14. .coursel{
  15. position: relative;
  16. width: 100%;
  17. margin-top:-280rpx;
  18. height:370rpx;
  19. }
  20. .dots{
  21. position: absolute;
  22. left: 0;
  23. right: 0;
  24. bottom: 20rpx;
  25. display: flex;
  26. justify-content: center;
  27. }
  28. .dots .dot{
  29. margin: 0 8rpx;
  30. width:15rpx;
  31. height:6rpx;
  32. background:rgba(255,255,255,1);
  33. opacity:0.5;
  34. border-radius:1rpx;
  35. transition: all .6s;
  36. }
  37. .dots .dot.active{
  38. width:24rpx;
  39. height:6rpx;
  40. background:rgba(255,255,255,1);
  41. border-radius:1rpx;
  42. }
  43. swiper image {
  44. width: 100%;
  45. }
  46. .nav-item{
  47. width: 670rpx;
  48. margin-left: 40rpx;
  49. text-align: center;
  50. margin-top: 40rpx;
  51. border-radius: 2%;
  52. height: 232rpx;
  53. }