Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

style_3.css 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. .detail-s-3-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .detail-s-3-content .box{
  7. width: 100%;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .detail-s-3-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 95%;
  16. min-height: 350px;
  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. .detail-s-3-content .top{
  40. width:100%;
  41. height: 95px;
  42. float: left;
  43. line-height: 79px;
  44. border-bottom: 1px solid rgb(168, 172, 217);
  45. position: relative;
  46. }
  47. .detail-s-3-content .top .one{
  48. width: 100%;
  49. height: 60px;
  50. float: left;
  51. line-height: 25px;
  52. }
  53. .detail-s-3-content .top .one a{
  54. display: block;
  55. margin-top: 18px;
  56. line-height: 25px;
  57. }
  58. .detail-s-3-content .top .two{
  59. width: 100%;
  60. float: left;
  61. height: 35px;
  62. line-height: 35px;
  63. }
  64. .detail-s-3-content .top .two img{
  65. margin-top: -2px;
  66. margin-right: 3px;
  67. }
  68. .detail-s-3-content .top .two font{
  69. color: rgb(54, 59, 120);
  70. font-family: "HarmonyOS Sans SC";
  71. font-size: 14px;
  72. font-weight: 400;
  73. line-height: 16px;
  74. letter-spacing: 0%;
  75. text-align: left;
  76. }
  77. .detail-s-3-content .top a{
  78. color: rgb(40, 45, 108);
  79. font-family: "HarmonyOS Sans SC" !important;
  80. font-size: 18px;
  81. font-weight: bold;
  82. line-height: 100%;
  83. letter-spacing: 0px;
  84. text-align: left;
  85. }
  86. .detail-s-3-content .top span{
  87. position: absolute;
  88. width: 3px;
  89. height: 20px;
  90. left: -1%;
  91. top: 44%;
  92. border-radius: 5px;
  93. background: rgb(38, 120, 255);
  94. }
  95. .detail-s-3-content .center{
  96. width:100%;
  97. height: auto;
  98. float: left;
  99. position: relative;
  100. margin-top:15px;
  101. }
  102. .detail-s-3-content .center a{
  103. }
  104. .detail-s-3-content .center p{
  105. color: rgb(38, 43, 106);
  106. font-family: "HarmonyOS Sans SC";
  107. font-size: 14px;
  108. font-weight: 400;
  109. line-height: 178%;
  110. letter-spacing: 0px;
  111. text-align: left;
  112. }
  113. .detail-s-3-content .center p img{
  114. max-width: 100%;
  115. }
  116. .detail-s-3-content .bottom{
  117. width: 100%;
  118. float: left;
  119. }
  120. #detail-index .detail-s-3-content .bottom{
  121. padding-top: 10px;
  122. margin-top: 10px;
  123. border-top: 1px solid rgb(168, 172, 217);
  124. }
  125. #down-index .detail-s-3-content .bottom{
  126. padding-top: 10px;
  127. margin-top: 10px;
  128. border-top: 1px solid rgb(168, 172, 217);
  129. }
  130. .detail-s-3-content .bottom .one{
  131. width: 100%;
  132. float: left;
  133. height: 60px;
  134. line-height: 60px;
  135. margin-top: 10px;
  136. border-top: 1px solid rgb(168, 172, 217);
  137. }
  138. .detail-s-3-content .bottom .one a {
  139. color: rgba(3, 8, 82, 0.4);
  140. font-family: "HarmonyOS Sans SC";
  141. font-size: 16px;
  142. font-weight: 400;
  143. line-height: 100%;
  144. letter-spacing: 0px;
  145. text-align: left;
  146. padding: 4px 8px;
  147. border-radius: 5px;
  148. /* 小卡片 */
  149. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  150. background: rgba(3, 8, 82, 0.15);
  151. }
  152. .detail-s-3-content .bottom .two{
  153. width: 100%;
  154. height: 60px;
  155. line-height: 60px;
  156. float: left;
  157. text-align: center;
  158. border-top: 1px solid rgb(168, 172, 217);
  159. }
  160. .detail-s-3-content .bottom .two a{
  161. color: rgb(115, 119, 159);
  162. font-family: "HarmonyOS Sans SC";
  163. font-size: 14px;
  164. font-weight: 400;
  165. line-height: 100%;
  166. letter-spacing: 0px;
  167. text-align: left;
  168. }
  169. .detail-s-3-content .bottom .two span{
  170. border-radius: 4px;
  171. background: rgb(38, 120, 255);
  172. color: rgba(255, 255, 255, 0.9);
  173. font-family: 思源黑体;
  174. font-size: 14px;
  175. font-weight: 400;
  176. line-height: 24px;
  177. letter-spacing: -1px;
  178. text-align: center;
  179. padding: 4px 20px;
  180. margin: 0 10px;
  181. }
  182. .detail-s-3-content .bottom .two .a{
  183. text-align: left;
  184. }
  185. .detail-s-3-content .bottom .two .b{
  186. text-align: right;
  187. }
  188. /**
  189. ** 内容标签样式
  190. */
  191. .detail-s-3-content img{
  192. }
  193. .detail-s-3-content a,span{
  194. }
  195. table{
  196. max-width: 100% !important;width: 100%;
  197. }
  198. /**
  199. 增加 分页样式
  200. */
  201. .detail-s-3-content .page{
  202. width:100%;
  203. margin:0 auto;
  204. margin-top: 15px;
  205. margin-bottom: 15px;
  206. }
  207. .detail-s-3-content .page li{
  208. float: left;
  209. width: auto;
  210. margin: 0 5px;
  211. text-align: center;
  212. cursor: pointer;
  213. }
  214. .detail-s-3-content .page a{
  215. width:auto;
  216. padding: 3px 6px;
  217. text-align: center;
  218. /*padding: 3px 6px;*/
  219. color: rgb(61, 61, 61);
  220. border-radius: 3px;
  221. margin: 3px 5px;
  222. font-family: 微软雅黑;
  223. font-size: 14px;
  224. font-weight: 400;
  225. letter-spacing: 0px;
  226. text-align: center;
  227. }
  228. .detail-s-3-content .page a img{
  229. margin-top:-4px;
  230. }
  231. .detail-s-3-content .page .active-1 a{
  232. border-radius: 2px;
  233. background: rgb(11, 139, 247);
  234. color:#fff;
  235. }
  236. .detail-s-3-content .page input{
  237. width: 48px;
  238. height: 32px;
  239. border-radius: 4px;
  240. background: rgb(250, 250, 250);
  241. border:none;
  242. margin: 0 8px;
  243. text-align: center;
  244. }