index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. }
  76. .to {
  77. width: 60px;
  78. height: 20px;
  79. opacity: 0.8;
  80. background-color: #000;
  81. color: #fff;
  82. position: absolute;
  83. top: 10px;
  84. right: 10px;
  85. text-align: center;
  86. border-radius: 12px;
  87. font-size: 12px;
  88. line-height: 20px;
  89. }