index.wxss 1021 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .container {
  2. background: #fff;
  3. }
  4. .swiper {
  5. height: 45vw;
  6. overflow: hidden;
  7. }
  8. .uni-section-content {
  9. display: flex;
  10. flex-wrap: wrap;
  11. }
  12. .card {
  13. margin: 10px;
  14. width: 29%;
  15. margin-right: 1%;
  16. }
  17. .card2 {
  18. width: 29%;
  19. margin-right: 1%;
  20. }
  21. .cover {
  22. display: block;
  23. width: 40px;
  24. height: 40px;
  25. margin: 5px auto;
  26. }
  27. .sectionBox {
  28. margin-bottom: 10px;
  29. display: block;
  30. }
  31. .sectionBox .uni-section-content {
  32. display: flex;
  33. }
  34. .uni-section__content-title {
  35. font-weight: 600;
  36. }
  37. .uni-card {
  38. padding: 0 !important;
  39. margin: 0 !important;
  40. }
  41. .uni-card__content {
  42. /* padding: 0 !important; */
  43. }
  44. ._h2 {
  45. font-weight: 700;
  46. width: 100%;
  47. text-align: center;
  48. font-size: 16px;
  49. }
  50. .title {
  51. display: block;
  52. margin: 0 auto;
  53. width: 100%;
  54. text-align: center;
  55. font-size: 14px;
  56. }
  57. .cardText {
  58. display: block;
  59. width: 100%;
  60. text-align: center;
  61. font-size: 12px;
  62. margin-bottom: 5px;
  63. color: #999;
  64. }
  65. .dhbox {
  66. position: fixed;
  67. z-index: 999;
  68. width: 100vw;
  69. height: 100vh;
  70. }
  71. .dhimg {
  72. width: 100%;
  73. height: 100%;
  74. display: block;
  75. }