Sin descripción
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.

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