Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

130 rader
2.3 KiB

  1. .swiper-container {
  2. width: 100%;
  3. /*height: 0.5rem;*/
  4. }
  5. .swiper-slide {
  6. text-align: center;
  7. font-size: 18px;
  8. background: #fff;
  9. Center slide text vertically display: -webkit-box;
  10. display: -ms-flexbox;
  11. display: -webkit-flex;
  12. display: flex;
  13. -webkit-box-pack: center;
  14. -ms-flex-pack: center;
  15. -webkit-justify-content: center;
  16. justify-content: center;
  17. -webkit-box-align: center;
  18. -ms-flex-align: center;
  19. -webkit-align-items: center;
  20. align-items: center;
  21. }
  22. .swiper-pagination-bullet {
  23. background: rgba(255, 255, 255, 0.4);
  24. }
  25. .swiper-pagination-bullet-active {
  26. background-color: #ffffff;
  27. }
  28. .hot_area_div {
  29. padding: 0.08rem 0.08rem;
  30. background-color: #ffffff;
  31. box-shadow: 0 0.5px 3px 0 #e9ebee;
  32. }
  33. .hot_area {
  34. padding: 0.03rem 0;
  35. border-radius: 0.5rem;
  36. background-color: #e9ebee;
  37. margin: 0 0.04rem;
  38. color: #2d2e3a;
  39. font-size: 0.12rem;
  40. font-weight: normal;
  41. font-style: normal;
  42. font-stretch: normal;
  43. line-height: 1.0;
  44. letter-spacing: 0.1px;
  45. }
  46. .hot_area_title {
  47. font-family: PingFangSC;
  48. font-size: 0.12rem;
  49. font-weight: normal;
  50. font-style: normal;
  51. font-stretch: normal;
  52. letter-spacing: 0.1px;
  53. color: #686872;
  54. }
  55. .cms_title {
  56. padding-left: 0.08rem;
  57. padding-top: 0.05rem;
  58. padding-bottom: 0.05rem;
  59. font-family: PingFangSC;
  60. font-size: 11px;
  61. font-weight: normal;
  62. font-style: normal;
  63. font-stretch: normal;
  64. line-height: 1.0;
  65. letter-spacing: 0.1px;
  66. color: #686872;
  67. }
  68. .see_more {
  69. font-family: PingFangSC;
  70. font-size: 0.14rem;
  71. font-weight: normal;
  72. font-style: normal;
  73. font-stretch: normal;
  74. line-height: 1.0;
  75. letter-spacing: 0.1px;
  76. text-align: right;
  77. color: #6699ff;
  78. padding-right: 0.08rem;
  79. padding-top: 0.12rem;
  80. padding-bottom: 0.12rem;
  81. }
  82. .info_image {
  83. background-repeat: no-repeat;
  84. background-size: 100% 100%;
  85. width: 0.35rem;
  86. height: 0.35rem;
  87. margin-bottom: 0.03rem;
  88. }
  89. .search_bar{
  90. border-radius: 5px;
  91. background-color: rgba(45, 46, 58, 0.6);
  92. position: absolute;
  93. top: 0.08rem;
  94. left: 0.08rem;
  95. right: 0.08rem;
  96. height: 0.3rem;
  97. z-index: 1;
  98. }
  99. .search_img{
  100. background-image: url('../../../static/image/home/searchicon2.png');
  101. margin-left: 0.12rem;
  102. width: 0.14rem;
  103. height: 0.14rem;
  104. background-repeat: no-repeat;
  105. background-size: 100% 100%;
  106. }
  107. .ad{
  108. border-radius: 5px;
  109. /*background-image: linear-gradient(to bottom, #151c3e, #314d93);*/
  110. box-shadow: 0 0.5px 3px 0 #e9ebee;
  111. margin: 0.18rem 0;
  112. width: 3.6rem;
  113. /*background-color: red;*/
  114. }