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_3.css 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. .list-s-3-content{
  2. width: 332px;
  3. height: auto;
  4. float: left;
  5. margin-left: 6px;
  6. margin-top: 6px;
  7. }
  8. #detail-index .list-s-3-content{
  9. width: 100% !important;
  10. height: auto;
  11. float: left;
  12. margin-right: 6px !important;
  13. margin-bottom: 6px !important;
  14. margin-left: 0px !important;
  15. margin-top: 6px !important;
  16. }
  17. #down-index .list-s-3-content{
  18. width: 100% !important;
  19. height: auto;
  20. float: left;
  21. margin-right: 6px !important;
  22. margin-bottom: 6px !important;
  23. margin-left: 0px !important;
  24. margin-top: 6px !important;
  25. }
  26. #document-index .list-s-3-content{
  27. width: 100% !important;
  28. height: auto;
  29. float: left;
  30. margin-right: 6px !important;
  31. margin-bottom: 6px !important;
  32. margin-left: 0px !important;
  33. margin-top: 6px !important;
  34. }
  35. #city-index .list-s-3-content{
  36. width: 100% !important;
  37. height: auto;
  38. float: left;
  39. margin-right: 6px !important;
  40. margin-bottom: 6px !important;
  41. margin-left: 0px !important;
  42. margin-top: 0px !important;
  43. }
  44. .list-s-3-content .box{
  45. width: 100%;
  46. heigth: 100%;
  47. margin: 0px auto;
  48. background: rgba(255, 255, 255, 0.7);
  49. }
  50. .list-s-3-content .row{
  51. /**
  52. * 定义宽高
  53. */
  54. width: 95%;
  55. /* height: 702px;*/
  56. float: left;
  57. /**
  58. * 边距
  59. */
  60. margin: 0px 0px;
  61. padding: 0% 2% 2% 3%;
  62. /**
  63. * 定义边框
  64. */
  65. border-radius: 5px;
  66. /*
  67. * 定义背景
  68. */
  69. border-radius: 5px;
  70. /* 面板阴影 */
  71. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  72. background: rgba(255, 255, 255, 0.7);
  73. /**
  74. ** 定位属性
  75. */
  76. position: relative;
  77. }
  78. /*
  79. * 内部布局样式
  80. */
  81. .list-s-3-content .top{
  82. width:100%;
  83. height: 50px;
  84. float: left;
  85. line-height: 50px;
  86. /*border-bottom: 1px solid rgb(168, 172, 217);*/
  87. position: relative;
  88. text-align: center;
  89. }
  90. .list-s-3-content .top a{
  91. color: rgb(40, 45, 108);
  92. font-family: "HarmonyOS Sans SC" !important;
  93. font-size: 18px;
  94. font-weight: bold;
  95. line-height: 100%;
  96. letter-spacing: 0px;
  97. text-align: center;
  98. }
  99. .list-s-3-content .top span{
  100. position: absolute;
  101. width: 89px;
  102. height: 3px;
  103. left: 36%;
  104. top: 74%;
  105. border-radius: 10px;
  106. background: rgb(255, 137, 36);
  107. }
  108. .list-s-3-content .center{
  109. width:100%;
  110. min-height: 160px;
  111. float: left;
  112. position: relative;
  113. margin-top:15px;
  114. overflow:hidden;
  115. }
  116. .list-s-3-content .center li{
  117. width: 100%;
  118. height: 20px;
  119. line-height: 20px;
  120. float: left;
  121. border-radius: 5px;
  122. text-align: center;
  123. margin-bottom: 10px;
  124. }
  125. .list-s-3-content .center li img{
  126. display: block;
  127. width: 105px;
  128. height: 105px;
  129. /*
  130. 垂直居中
  131. */
  132. border-top-left-radius:5px;
  133. border-top-right-radius:5px;
  134. }
  135. .list-s-3-content .center li .active-1{
  136. color: rgb(54, 59, 120);
  137. font-family: "HarmonyOS Sans SC";
  138. font-size: 16px;
  139. font-weight: bold;
  140. line-height: 100%;
  141. letter-spacing: 0px;
  142. text-align: left;
  143. }
  144. .list-s-3-content .center li a{
  145. display: block;
  146. width: 100%;
  147. height: 34px;
  148. line-height: 34px;
  149. color: rgb(54, 59, 120);
  150. font-family: "HarmonyOS Sans SC";
  151. font-size: 16px;
  152. font-weight: 300;
  153. line-height: 100%;
  154. letter-spacing: 0px;
  155. text-align: left;
  156. }
  157. .list-s-3-content .bottom{
  158. width:100%;
  159. height: 40px;
  160. float: left;
  161. position: relative;
  162. margin-top:15px;
  163. }
  164. .bottom-row{
  165. width:88%;
  166. margin:0 auto;
  167. text-align: center;
  168. }
  169. .list-s-3-content .bottom a{
  170. color: rgb(0, 165, 120);
  171. font-family: "HarmonyOS Sans SC";
  172. font-size: 14px;
  173. font-weight: 400;
  174. line-height: 100%;
  175. letter-spacing: 0px;
  176. text-align: left;
  177. }
  178. .list-s-3-content .bottom a img{
  179. margin-top:-4px;
  180. }
  181. /**
  182. ** 内容标签样式
  183. */
  184. .list-s-3-content img{
  185. }
  186. .list-s-3-content a,span{
  187. }
  188. .list-s-3-content .active-1{
  189. margin-left:0px !important;
  190. }