Ingen beskrivning
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_4.css 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .list-s-4-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. margin-top: 6px;
  6. }
  7. .list-s-4-content .box{
  8. width: 100%;
  9. heigth: 100%;
  10. margin: 0px auto;
  11. background: rgba(255, 255, 255, 0.7);
  12. }
  13. .list-s-4-content .row{
  14. /**
  15. * 定义宽高
  16. */
  17. width: 95%;
  18. height: 565px;
  19. float: left;
  20. /**
  21. * 边距
  22. */
  23. margin: 0px 0px;
  24. padding: 5px 2% 2% 3%;
  25. /**
  26. * 定义边框
  27. */
  28. border-radius: 5px;
  29. /*
  30. * 定义背景
  31. */
  32. background: #fff;
  33. /**
  34. ** 定位属性
  35. */
  36. position: relative;
  37. z-index: 1000;
  38. }
  39. /*
  40. * 内部布局样式
  41. */
  42. .list-s-4-content .top{
  43. width:100%;
  44. height: 50px;
  45. float: left;
  46. line-height: 50px;
  47. /*border-bottom: 1px solid rgb(168, 172, 217);*/
  48. position: relative;
  49. text-align: center;
  50. }
  51. .list-s-4-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: center;
  59. }
  60. .list-s-4-content .top span{
  61. position: absolute;
  62. width: 89px;
  63. height: 3px;
  64. left: 36%;
  65. top: 74%;
  66. border-radius: 10px;
  67. background: rgb(255, 137, 36);
  68. }
  69. .list-s-4-content .center{
  70. width:100%;
  71. min-height: 160px;
  72. float: left;
  73. position: relative;
  74. margin-top:15px;
  75. overflow:hidden;
  76. }
  77. .list-s-4-content .center li{
  78. width: 100%;
  79. height: 20px;
  80. line-height: 20px;
  81. float: left;
  82. border-radius: 5px;
  83. text-align: center;
  84. margin-bottom: 10px;
  85. }
  86. .list-s-4-content .center li img{
  87. display: block;
  88. width: 105px;
  89. height: 105px;
  90. /*
  91. 垂直居中
  92. */
  93. border-top-left-radius:5px;
  94. border-top-right-radius:5px;
  95. }
  96. .list-s-4-content .center li .active-1{
  97. color: rgb(54, 59, 120);
  98. font-family: "HarmonyOS Sans SC";
  99. font-size: 16px;
  100. font-weight: bold;
  101. line-height: 100%;
  102. letter-spacing: 0px;
  103. text-align: left;
  104. }
  105. .list-s-4-content .center li a{
  106. display: block;
  107. width: 100%;
  108. height: 34px;
  109. line-height: 34px;
  110. color: rgb(54, 59, 120);
  111. font-family: "HarmonyOS Sans SC";
  112. font-size: 16px;
  113. font-weight: 300;
  114. line-height: 100%;
  115. letter-spacing: 0px;
  116. text-align: left;
  117. }
  118. .list-s-4-content .bottom{
  119. width:100%;
  120. height: 40px;
  121. float: left;
  122. position: relative;
  123. margin-top:15px;
  124. }
  125. .bottom-row{
  126. width:88%;
  127. margin:0 auto;
  128. text-align: center;
  129. }
  130. .list-s-4-content .bottom a{
  131. color: rgb(0, 165, 120);
  132. font-family: "HarmonyOS Sans SC";
  133. font-size: 14px;
  134. font-weight: 400;
  135. line-height: 100%;
  136. letter-spacing: 0px;
  137. text-align: left;
  138. }
  139. .list-s-4-content .bottom a img{
  140. margin-top:-4px;
  141. }
  142. /**
  143. ** 内容标签样式
  144. */
  145. .list-s-4-content img{
  146. }
  147. .list-s-4-content a,span{
  148. }