index.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .home {
  2. width: 92%;
  3. margin: 0 auto;
  4. }
  5. .home .top {
  6. height: 350rpx;
  7. }
  8. .home .top swiper-item {
  9. width: 100%;
  10. height: 350rpx;
  11. border-radius: 20rpx;
  12. }
  13. .home .top image {
  14. width: 100%;
  15. height: 350rpx;
  16. border-radius: 20rpx;
  17. }
  18. .home .top swiper {
  19. height: 350rpx;
  20. }
  21. .flex-box {
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. margin-top: 30rpx;
  26. }
  27. .bck {
  28. background: #dbe9f6;
  29. border-radius: 6px;
  30. color: #3994f7;
  31. margin-left: 20rpx;
  32. padding: 10rpx 20rpx;
  33. width: 90%;
  34. }
  35. .shu-top2 {
  36. margin-top: 20rpx;
  37. display: flex;
  38. align-items: center;
  39. }
  40. .shu {
  41. height: 36rpx;
  42. width: 8rpx;
  43. background: rgba(31, 135, 247, 1);
  44. border-radius: 4px;
  45. }
  46. .top2 {
  47. font-family: SourceHanSansCN;
  48. font-weight: bold;
  49. margin-left: 20rpx;
  50. }
  51. .top3 {
  52. display: flex;
  53. margin-top: 20rpx;
  54. }
  55. .top3-box {
  56. background-color: #e5f6ff;
  57. width: 220rpx;
  58. height: 224rpx;
  59. border-radius:10rpx;
  60. text-align: center;
  61. }
  62. .top3-box:nth-child(2) {
  63. margin-left: 20rpx;
  64. }
  65. .top3-box:nth-child(3) {
  66. margin-left: 20rpx;
  67. }