index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .body .row-style {
  2. margin-top: 20px;
  3. }
  4. @media screen and (max-width: 768px) {
  5. .body .row-style {
  6. margin-top: 0px;
  7. border-radius: 10px;
  8. overflow: hidden;
  9. }
  10. }
  11. .body .row-style .carousel-img-style {
  12. width: 100%;
  13. border-radius: 10px;
  14. }
  15. .body .hotspot {
  16. padding: 0 20px 20px;
  17. }
  18. .body .hotspot h4 {
  19. margin-top: 0px;
  20. font-weight: normal;
  21. padding-bottom: 7px;
  22. border-bottom: 1px solid #eee;
  23. font-size: 16px;
  24. }
  25. .body .hotspot h4 a {
  26. width: 100%;
  27. text-decoration: none;
  28. color: black;
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: flex-end;
  32. }
  33. .body .hotspot h4 a .icon-fire-style {
  34. margin-right: 10px;
  35. color: #a94442;
  36. }
  37. .body .hotspot h4 a span {
  38. padding: 5px 0;
  39. }
  40. .body .hotspot h4 a > span:last-child {
  41. font-size: 14px;
  42. margin-bottom: 3px;
  43. }
  44. .body .hotspot h4 a .b {
  45. border-bottom: 3px solid #a94442;
  46. }
  47. .body .hotspot h4 a .a {
  48. border-bottom: 3px solid #03C762;
  49. }
  50. .body .hotspot ul {
  51. padding-left: 20px;
  52. }
  53. .body .hotspot ul li {
  54. list-style-type: square;
  55. color: #777;
  56. list-style-position: inherit;
  57. line-height: 36px;
  58. }
  59. .body .hotspot ul li a {
  60. display: block;
  61. width: 100%;
  62. text-decoration: none;
  63. color: #777;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. white-space: nowrap;
  67. border-bottom: 1px solid #f5f5f5;
  68. }
  69. .body .title-style {
  70. width: 100%;
  71. margin-top: 20px;
  72. padding: 0 15px;
  73. }
  74. .body .title-style i {
  75. margin-right: 10px;
  76. }
  77. .body .title-style .h4 {
  78. padding: 15px;
  79. border-bottom: 2px solid #03C762;
  80. background-color: #cdf5df;
  81. vertical-align: middle;
  82. }
  83. .body .scroll-style ul {
  84. padding: 0;
  85. width: 100%;
  86. display: flex;
  87. justify-content: space-between;
  88. flex-wrap: nowrap;
  89. align-items: center;
  90. overflow-x: auto;
  91. }
  92. .body .scroll-style ul::-webkit-scrollbar {
  93. background: none;
  94. }
  95. .body .scroll-style ul .scroll-li-style {
  96. width: 19%;
  97. min-width: 160px;
  98. list-style-type: none;
  99. display: block;
  100. text-align: center;
  101. margin: 10px;
  102. }
  103. .body .scroll-style ul .scroll-li-style a {
  104. color: #777;
  105. text-decoration: none;
  106. width: 100%;
  107. }
  108. .body .scroll-style ul .scroll-li-style a img {
  109. width: 100%;
  110. }
  111. .body .scroll-style ul .scroll-li-style a h5 {
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. white-space: nowrap;
  115. }