説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

style_9.css 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. .list-s-9-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. /* margin-top: 10px;*/
  6. }
  7. .list-s-9-content .box{
  8. width: 100%;
  9. heigth: 100%;
  10. margin: 0px auto;
  11. background: rgba(255, 255, 255, 0.7);
  12. }
  13. .list-s-9-content .row{
  14. /**
  15. * 定义宽高
  16. */
  17. width: 95%;
  18. min-height: 200px;
  19. float: left;
  20. /**
  21. * 边距
  22. */
  23. margin: 5px 0px;
  24. padding: 0% 2% 2% 3%;
  25. /**
  26. * 定义边框
  27. */
  28. border-radius: 5px;
  29. /*
  30. * 定义背景
  31. */
  32. border-radius: 5px;
  33. /* 面板阴影 */
  34. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  35. background: rgba(255, 255, 255, 0.7);
  36. /**
  37. ** 定位属性
  38. */
  39. position: relative;
  40. }
  41. /*
  42. * 内部布局样式
  43. */
  44. .list-s-9-content .top{
  45. width:100%;
  46. height: 50px;
  47. float: left;
  48. line-height: 56px;
  49. border-bottom: 1px solid rgb(168, 172, 217);
  50. position: relative;
  51. }
  52. .list-s-9-content .top a{
  53. color: rgb(40, 45, 108);
  54. font-family: "HarmonyOS Sans SC" !important;
  55. font-size: 18px;
  56. font-weight: bold;
  57. line-height: 100%;
  58. letter-spacing: 0px;
  59. text-align: left;
  60. }
  61. .list-s-9-content .top span{
  62. position: absolute;
  63. width: 3px;
  64. height: 20px;
  65. left: -1%;
  66. top: 32%;
  67. border-radius: 5px;
  68. background: rgb(38, 120, 255);
  69. }
  70. .list-s-9-content .top .more{
  71. float: right;
  72. }
  73. .list-s-9-content .top .more a{
  74. color: rgb(111, 111, 112);
  75. font-family: "HarmonyOS Sans SC";
  76. font-size: 14px;
  77. font-weight: 400;
  78. line-height: 100%;
  79. letter-spacing: 0px;
  80. text-align: right;
  81. }
  82. .ma{
  83. font-size: 16px !important;
  84. }
  85. .mf{
  86. margin: 0 8px;
  87. }
  88. .list-s-9-content .center{
  89. width:100%;
  90. min-height: 160px;
  91. float: left;
  92. position: relative;
  93. margin-top:15px;
  94. overflow:hidden;
  95. /* border-bottom: 1px solid rgb(168, 172, 217);*/
  96. }
  97. .list-s-9-content .center li{
  98. width: 100%;
  99. height: 80px;
  100. float: left;
  101. margin-right: 12px;
  102. border-radius: 5px;
  103. text-align: center;
  104. background: #fff;
  105. margin-bottom: 10px;
  106. position: relative;
  107. padding-left: 70px;
  108. margin-bottom: 10px;
  109. padding-top: 5px;
  110. overflow:hidden;
  111. }
  112. .list-s-9-content .center li span{
  113. border-radius: 4px 0px 10px 0px;
  114. background: rgba(0, 0, 0, 0.49);
  115. display: block;
  116. position: absolute;
  117. left:0 ;
  118. top: 0;
  119. width: 39px;
  120. height: 12px;
  121. color: rgb(255, 255, 255);
  122. font-family: "HarmonyOS Sans SC";
  123. font-size: 7px;
  124. font-weight: 500;
  125. line-height: 8px;
  126. letter-spacing: 0px;
  127. text-align: left;
  128. text-align: center;
  129. }
  130. .list-s-9-content .center li img{
  131. display: block;
  132. width: 30px;
  133. height: 30px;
  134. /*
  135. 垂直居中
  136. */
  137. position: absolute;
  138. left: 16px;
  139. top: 19px;
  140. }
  141. .list-s-9-content .center li .k{
  142. display: block;
  143. width: 68%;
  144. height: 26px;
  145. /* line-height: 34px; */
  146. color: rgb(38, 120, 255);
  147. color: rgb(54, 59, 120);
  148. font-family: "HarmonyOS Sans SC";
  149. font-size: 15px;
  150. font-weight: 500;
  151. line-height: 19px;
  152. letter-spacing: 0px;
  153. text-align: left;
  154. }
  155. .list-s-9-content .center li p{
  156. width: 100%;
  157. float: left;
  158. height: 40px;
  159. text-align: left;
  160. line-height: 40px;
  161. border-bottom: 1px dashed rgb(168, 172, 217);
  162. }
  163. .list-s-9-content .center li p img{
  164. vertical-align: middle;
  165. margin-top: -4px;
  166. position: static !important;
  167. width: 20px;
  168. height: 20px;
  169. display: inline !important;
  170. }
  171. .list-s-9-content .center li p .sp-1{
  172. color: rgba(3, 8, 82, 0.45);
  173. font-family: "HarmonyOS Sans SC";
  174. font-size: 16px;
  175. font-weight: 300;
  176. line-height: 13px;
  177. letter-spacing: -1px;
  178. text-align: left;
  179. }
  180. .list-s-9-content .center li p .sp-2{
  181. color: rgb(3, 8, 82);
  182. font-family: "HarmonyOS Sans SC";
  183. font-size: 16px;
  184. font-weight: 400;
  185. line-height: 13px;
  186. letter-spacing: -1px;
  187. text-align: left;
  188. }
  189. .list-s-9-content .center li button{
  190. position: absolute;
  191. right: 10%;
  192. top: 10%;
  193. display: block;
  194. width: 116px;
  195. height: 34px;
  196. border-radius: 5px;
  197. background: rgb(11, 139, 247);
  198. border: none;
  199. text-align: center;
  200. color: rgb(255, 255, 255);
  201. font-family: "HarmonyOS Sans SC";
  202. font-size: 12px;
  203. font-weight: 500;
  204. line-height: 14px;
  205. letter-spacing: 0px;
  206. cursor: pointer;
  207. z-index: 9999;
  208. }
  209. .list-s-9-content .bottom{
  210. width:100%;
  211. height: 160px;
  212. float: left;
  213. position: relative;
  214. margin-top:15px;
  215. }
  216. .bottom-row{
  217. width:58%;
  218. margin:0 auto;
  219. }
  220. .list-s-9-content .bottom a{
  221. /* display: block;
  222. float: left;
  223. width:32px;
  224. height:32px;
  225. line-height: 32px;*/
  226. padding: 4px 8px;
  227. text-align: center;
  228. /*padding: 3px 6px;*/
  229. color: rgb(61, 61, 61);
  230. border-radius: 3px;
  231. margin: 3px 5px;
  232. font-family: 微软雅黑;
  233. font-size: 14px;
  234. font-weight: 400;
  235. letter-spacing: 0px;
  236. text-align: center;
  237. }
  238. .list-s-9-content .bottom a img{
  239. margin-top:-4px;
  240. }
  241. .list-s-9-content .bottom .active-1{
  242. border-radius: 2px;
  243. background: rgb(11, 139, 247);
  244. color:#fff;
  245. }
  246. .list-s-9-content .bottom input{
  247. width: 48px;
  248. height: 32px;
  249. border-radius: 4px;
  250. background: rgb(250, 250, 250);
  251. border:none;
  252. margin: 0 8px;
  253. text-align: center;
  254. }
  255. /**
  256. ** 内容标签样式
  257. */
  258. .list-s-9-content img{
  259. }
  260. .list-s-9-content a,span{
  261. }
  262. /**
  263. 增加 分页样式
  264. */
  265. .list-s-9-content .page{
  266. width:100%;
  267. margin:0 auto;
  268. margin-top: 15px;
  269. margin-bottom: 15px;
  270. height: 20px;
  271. float: left;
  272. }
  273. .list-s-9-content .page li{
  274. float: left;
  275. width: auto;
  276. margin: 0 5px;
  277. text-align: center;
  278. cursor: pointer;
  279. height: 20px !important;
  280. padding-left:0 !important;
  281. }
  282. .list-s-9-content .page a{
  283. width:auto;
  284. padding: 3px 6px;
  285. text-align: center;
  286. /*padding: 3px 6px;*/
  287. color: rgb(61, 61, 61);
  288. border-radius: 3px;
  289. margin: 3px 5px;
  290. font-family: 微软雅黑;
  291. font-size: 14px;
  292. font-weight: 400;
  293. letter-spacing: 0px;
  294. text-align: center;
  295. }
  296. .list-s-9-content .page a img{
  297. margin-top:-4px;
  298. }
  299. .list-s-9-content .page .active-1 a{
  300. border-radius: 2px;
  301. background: rgb(11, 139, 247);
  302. color:#fff;
  303. }
  304. .list-s-9-content .page input{
  305. width: 48px;
  306. height: 32px;
  307. border-radius: 4px;
  308. background: rgb(250, 250, 250);
  309. border:none;
  310. margin: 0 8px;
  311. text-align: center;
  312. }
  313. .list-s-9-content .top .active{
  314. color:rgb(11, 139, 247) !important;
  315. }