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_5.css 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .banner-s-5-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .banner-s-5-content .box{
  7. width: 1050px;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .banner-s-5-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 100%;
  16. height: 300px;
  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. }
  36. /*
  37. * 内部布局样式
  38. */
  39. .banner-s-5-content .bottom{
  40. width:100%;
  41. height: 100%;
  42. float: left;
  43. position: relative;
  44. /* margin-top:15px;*/
  45. }
  46. .banner-s-5-content .bottom a{
  47. display: block;
  48. float: left;
  49. padding: 3px 6px;
  50. background: rgba(38, 43, 106, 0.09);
  51. color: rgb(61, 61, 61);
  52. border-radius: 3px;
  53. margin: 3px 5px;
  54. }
  55. /**
  56. ** 内容标签样式
  57. */
  58. .banner-s-5-content img{
  59. width: 7px;
  60. height: 18px;
  61. /*
  62. 垂直居中
  63. */
  64. margin-top: -4px;
  65. }
  66. .banner-s-5-content a,span{
  67. color: rgb(40, 45, 108);
  68. font-family: "HarmonyOS Sans SC";
  69. font-size: 16px;
  70. font-weight: 400;
  71. line-height: 100%;
  72. letter-spacing: 0px;
  73. text-align: left;
  74. margin-right: 10px;
  75. }
  76. /**swiper*/
  77. .banner-s-5-content .swiper {
  78. width: 100%;
  79. height: 100% !important;
  80. }
  81. .banner-s-5-content .swiper-wrapper{
  82. height: 100% !important;
  83. }
  84. .banner-s-5-content .swiper-slide {
  85. text-align: center;
  86. font-size: 18px;
  87. background: #fff;
  88. display: flex;
  89. justify-content: center;
  90. align-items: center;
  91. width: 100% !important;
  92. height: 100% !important;
  93. position: relative;
  94. }
  95. .banner-s-5-content .swiper-slide img {
  96. display: block;
  97. width: 100%;
  98. height: 100%;
  99. object-fit: cover;
  100. }
  101. .banner-s-5-content .swiper-slide a{
  102. position: absolute;
  103. height: 20px;
  104. line-height: 20px;
  105. background: rgba(38, 43, 106, 0.09);
  106. display: block;
  107. bottom: 0;
  108. left: 0;
  109. width: 100% !important;
  110. text-align: center;
  111. }