No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style_3.css 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .banner-s-3-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .banner-s-3-content .box{
  7. width: 1050px;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .banner-s-3-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 95%;
  16. height: 357px;
  17. float: left;
  18. /**
  19. * 边距
  20. */
  21. margin: 5px 0px;
  22. padding: 0% 2% 2% 3%;
  23. /**
  24. * 定义边框
  25. */
  26. border-radius: 5px;
  27. /*
  28. * 定义背景
  29. */
  30. background: #fff;
  31. /**
  32. ** 定位属性
  33. */
  34. position: relative;
  35. border-radius: 5px;
  36. /* 面板阴影 */
  37. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  38. background: rgba(255, 255, 255, 0.7);
  39. }
  40. /*
  41. * 内部布局样式
  42. */
  43. .banner-s-3-content .top{
  44. width:100%;
  45. height: 65px;
  46. float: left;
  47. line-height: 79px;
  48. border-bottom: 1px solid rgb(168, 172, 217);
  49. position: relative;
  50. }
  51. .banner-s-3-content .top a{
  52. color: rgb(40, 45, 108);
  53. font-family: "HarmonyOS Sans SC" !important;
  54. font-size: 18px;
  55. font-weight: bold;
  56. line-height: 100%;
  57. letter-spacing: 0px;
  58. text-align: left;
  59. }
  60. .banner-s-3-content .top span{
  61. position: absolute;
  62. width: 3px;
  63. height: 20px;
  64. left: -1%;
  65. top: 44%;
  66. border-radius: 5px;
  67. background: rgb(38, 120, 255);
  68. }
  69. .banner-s-3-content .top .more{
  70. float: right;
  71. }
  72. .banner-s-3-content .top .more a{
  73. color: rgb(111, 111, 112);
  74. font-family: "HarmonyOS Sans SC";
  75. font-size: 14px;
  76. font-weight: 400;
  77. line-height: 100%;
  78. letter-spacing: 0px;
  79. text-align: right;
  80. margin-right: 0px !important;
  81. }
  82. .banner-s-3-content .bottom{
  83. width:100%;
  84. height: 160px;
  85. float: left;
  86. position: relative;
  87. margin-top:15px;
  88. }
  89. .banner-s-3-content .bottom a{
  90. display: block;
  91. float: left;
  92. padding: 4px 0px;
  93. background: #92908e;
  94. color: rgb(243 240 236);
  95. border-radius: 3px;
  96. /* margin: 3px 5px;*/
  97. width:100% !important;
  98. }
  99. /**
  100. ** 内容标签样式
  101. */
  102. .banner-s-3-content img{
  103. width: 7px;
  104. height: 18px;
  105. /*
  106. 垂直居中
  107. */
  108. margin-top: -4px;
  109. }
  110. .banner-s-3-content a,span{
  111. color: rgb(40, 45, 108);
  112. font-family: "HarmonyOS Sans SC";
  113. font-size: 16px;
  114. font-weight: 400;
  115. line-height: 100%;
  116. letter-spacing: 0px;
  117. text-align: left;
  118. margin-right: 10px;
  119. }
  120. /**swiper*/
  121. .swiper {
  122. width: 100%;
  123. height: 234px !important;
  124. }
  125. .swiper-wrapper{
  126. height: 234px !important;
  127. }
  128. .swiper-slide {
  129. text-align: center;
  130. font-size: 18px;
  131. background: #fff;
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. width: 227px !important;
  136. height: 234px !important;
  137. position: relative;
  138. }
  139. .swiper-slide img {
  140. display: block;
  141. width: 227px;
  142. height: 234px;
  143. object-fit: cover;
  144. }
  145. .swiper-slide a{
  146. position: absolute;
  147. height: 20px;
  148. line-height: 20px;
  149. background: rgba(38, 43, 106, 0.09);
  150. display: block;
  151. bottom: 0;
  152. left: 0;
  153. width: 210px !important;
  154. text-align: center;
  155. }