Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

style_1.css 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. .detail-s-1-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. }
  6. .detail-s-1-content .box{
  7. width: 1050px;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. }
  11. .detail-s-1-content .row{
  12. /**
  13. * 定义宽高
  14. */
  15. width: 95%;
  16. height: 280px;
  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: rgba(255, 255, 255, 0.7);
  31. /**
  32. ** 定位属性
  33. */
  34. position: relative;
  35. }
  36. /*
  37. * 内部布局样式
  38. */
  39. .detail-s-1-content .top{
  40. width:100%;
  41. height: 65px;
  42. float: left;
  43. line-height: 79px;
  44. border-bottom: 1px solid rgb(168, 172, 217);
  45. position: relative;
  46. }
  47. .detail-s-1-content .top a{
  48. color: rgb(40, 45, 108);
  49. font-family: "HarmonyOS Sans SC" !important;
  50. font-size: 18px;
  51. font-weight: bold;
  52. line-height: 100%;
  53. letter-spacing: 0px;
  54. text-align: left;
  55. }
  56. .detail-s-1-content .top span{
  57. position: absolute;
  58. width: 3px;
  59. height: 20px;
  60. left: -1%;
  61. top: 44%;
  62. border-radius: 5px;
  63. background: rgb(38, 120, 255);
  64. }
  65. .detail-s-1-content .bottom{
  66. width:100%;
  67. height: 160px;
  68. float: left;
  69. position: relative;
  70. margin-top:15px;
  71. }
  72. .detail-s-1-content .bottom .left{
  73. width: 160px;
  74. height: 195px;
  75. float: left;
  76. margin-right: 30px;
  77. position: relative;
  78. border-radius: 5px;
  79. margin-top: 8px;
  80. }
  81. .detail-s-1-content .bottom .left img{
  82. width: 100%;
  83. height: 100%;
  84. border-radius: 5px;
  85. }
  86. .detail-s-1-content .bottom .left span{
  87. width: 100%;
  88. height: 36px;
  89. line-height: 36px;
  90. text-align: center;
  91. border-radius: 0px 0px 5px 5px;
  92. backdrop-filter: blur(10px);
  93. background: rgba(255, 255, 255, 0.5);
  94. position: absolute;
  95. bottom: 0;
  96. left: 0;
  97. }
  98. .detail-s-1-content .bottom .left span a{
  99. color: rgb(3, 8, 82);
  100. font-family: "HarmonyOS Sans SC";
  101. font-size: 14px;
  102. font-weight: 400;
  103. line-height: 16px;
  104. letter-spacing: 0px;
  105. text-align: left;
  106. }
  107. .detail-s-1-content .bottom .right {
  108. width: 807px;
  109. height: 195px;
  110. float: left;
  111. }
  112. .detail-s-1-content .bottom .right .row-1{
  113. width: 100%;
  114. height: 32px;
  115. line-height: 32px;
  116. float: left;
  117. }
  118. .detail-s-1-content .bottom .right .row-1 a{
  119. color: rgb(38, 43, 106);
  120. font-family: "HarmonyOS Sans SC";
  121. font-size: 16px;
  122. font-weight: 400;
  123. line-height: 100%;
  124. letter-spacing: 0px;
  125. text-align: left;
  126. }
  127. .detail-s-1-content .bottom .right .row-2{
  128. width: 100%;
  129. height: 40px;
  130. line-height: 40px;
  131. float: left;
  132. }
  133. .detail-s-1-content .bottom .right .row-2 .block-left-a{
  134. width: 140px;
  135. height: 100%;
  136. float: left;
  137. }
  138. .detail-s-1-content .bottom .right .row-2 .block-left-a img{
  139. vertical-align: middle;
  140. margin-top: -4px;
  141. }
  142. .detail-s-1-content .bottom .right .row-2 .block-left-a .sp-1{
  143. color: rgba(3, 8, 82, 0.45);
  144. font-family: "HarmonyOS Sans SC";
  145. font-size: 16px;
  146. font-weight: 300;
  147. line-height: 13px;
  148. letter-spacing: -1px;
  149. text-align: left;
  150. }
  151. .detail-s-1-content .bottom .right .row-2 .block-left-a .sp-2{
  152. color: rgb(3, 8, 82);
  153. font-family: "HarmonyOS Sans SC";
  154. font-size: 16px;
  155. font-weight: 400;
  156. line-height: 13px;
  157. letter-spacing: -1px;
  158. text-align: left;
  159. }
  160. .detail-s-1-content .bottom .right .row-2 .block-left{
  161. width: 210px;
  162. height: 100%;
  163. float: left;
  164. }
  165. .detail-s-1-content .bottom .right .row-2 .block-left img{
  166. vertical-align: middle;
  167. margin-top: -4px;
  168. }
  169. .detail-s-1-content .bottom .right .row-2 .block-left .sp-1{
  170. color: rgba(3, 8, 82, 0.45);
  171. font-family: "HarmonyOS Sans SC";
  172. font-size: 16px;
  173. font-weight: 300;
  174. line-height: 13px;
  175. letter-spacing: -1px;
  176. text-align: left;
  177. }
  178. .detail-s-1-content .bottom .right .row-2 .block-left .sp-2{
  179. color: rgb(3, 8, 82);
  180. font-family: "HarmonyOS Sans SC";
  181. font-size: 16px;
  182. font-weight: 400;
  183. line-height: 13px;
  184. letter-spacing: -1px;
  185. text-align: left;
  186. }
  187. .detail-s-1-content .bottom .right .row-2 .block-right{
  188. width: 556px;
  189. height: 100%;
  190. float: left;
  191. }
  192. .detail-s-1-content .bottom .right .row-2 .block-right img{
  193. vertical-align: middle;
  194. margin-top: -4px;
  195. }
  196. .detail-s-1-content .bottom .right .row-2 .block-right .sp-1{
  197. color: rgba(3, 8, 82, 0.45);
  198. font-family: "HarmonyOS Sans SC";
  199. font-size: 16px;
  200. font-weight: 300;
  201. line-height: 13px;
  202. letter-spacing: -1px;
  203. text-align: left;
  204. }
  205. .detail-s-1-content .bottom .right .row-2 .block-right .ul-1{
  206. width: 100px;float: left;
  207. height: 100%;
  208. }
  209. .detail-s-1-content .bottom .right .row-2 .block-right .ul-2{
  210. width: 570px;
  211. float: left;
  212. /* height: 60px;
  213. margin-top: -20px;*/
  214. line-height: 100%;
  215. padding-top: 7px;
  216. }
  217. .detail-s-1-content .bottom .right .row-2 .block-right .ul-2 li{
  218. /* 画板 80 */
  219. position: relative;
  220. width: 72px;
  221. height: 25px;
  222. line-height: 25px;
  223. text-align: center;
  224. border-radius: 5px;
  225. /* 小卡片 */
  226. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  227. background: rgba(3, 8, 82, 0.15);
  228. float: left;
  229. margin-right: 5px;
  230. color: rgba(3, 8, 82, 0.4);
  231. }
  232. .detail-s-1-content .bottom .right .row-2 .block-right .ul-2 .active{
  233. background: rgb(255, 137, 36);
  234. }
  235. .detail-s-1-content .bottom .right .row-2 .block-right .ul-2 .active a{
  236. /* 画板 80 */
  237. position: relative;
  238. width: auto !important;
  239. padding: 0 6px;
  240. height: 25px;
  241. line-height: 25px;
  242. text-align: center;
  243. border-radius: 5px;
  244. /* 小卡片 */
  245. box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
  246. float: left;
  247. color:#fff;
  248. }
  249. .detail-s-1-content .bottom .right .row-3{
  250. width: 100%;
  251. height: 105px;
  252. line-height: 105px;
  253. float: left;
  254. margin-top: 28px;
  255. }
  256. .detail-s-1-content .bottom .right .row-3 li{
  257. width: 90px;
  258. height: 105px;
  259. float: left;
  260. margin-right: 15px;
  261. background: #fff;
  262. }
  263. .detail-s-1-content .bottom .right .row-3 li .li-1{
  264. width: 100%;
  265. height: 75px;
  266. float: left;
  267. }
  268. .detail-s-1-content .bottom .right .row-3 li .li-1 img{
  269. vertical-align:top;
  270. }
  271. .detail-s-1-content .bottom .right .row-3 li .li-2{
  272. width: 100%;
  273. height: 30px;
  274. float: left;
  275. line-height: 30px;
  276. text-align: center;
  277. }
  278. .detail-s-1-content .bottom .right .row-3 li .li-2 a{
  279. color: rgb(3, 8, 82);
  280. font-family: "HarmonyOS Sans SC";
  281. font-size: 14px;
  282. font-weight: 400;
  283. line-height: 13px;
  284. letter-spacing: -1px;
  285. text-align: left;
  286. }
  287. /**
  288. ** 内容标签样式
  289. */
  290. .detail-s-1-content img{
  291. }
  292. .detail-s-1-content a,span{
  293. }