index.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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 .h4 {
  75. padding: 15px;
  76. vertical-align: middle;
  77. border-bottom: 2px solid #03C762;
  78. background-color: #cdf5df;
  79. font-size: 20px;
  80. display: flex;
  81. }
  82. .body .title-style .h4 i {
  83. margin-right: 10px;
  84. }
  85. .body .scroll-style ul {
  86. padding: 0;
  87. width: 100%;
  88. display: flex;
  89. justify-content: space-between;
  90. flex-wrap: nowrap;
  91. align-items: center;
  92. overflow-x: auto;
  93. }
  94. .body .scroll-style ul::-webkit-scrollbar {
  95. background: none;
  96. }
  97. .body .scroll-style ul .scroll-li-style {
  98. width: 19%;
  99. min-width: 160px;
  100. list-style-type: none;
  101. display: block;
  102. text-align: center;
  103. margin: 10px;
  104. }
  105. .body .scroll-style ul .scroll-li-style a {
  106. color: #777;
  107. text-decoration: none;
  108. width: 100%;
  109. }
  110. .body .scroll-style ul .scroll-li-style a img {
  111. width: 100%;
  112. }
  113. .body .scroll-style ul .scroll-li-style a h5 {
  114. overflow: hidden;
  115. text-overflow: ellipsis;
  116. white-space: nowrap;
  117. }