Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

style_4.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. .detail-s-4-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. margin-top: 6px;
  6. }
  7. .detail-s-4-content .box{
  8. width: 1050px;
  9. heigth: 100%;
  10. margin: 0px auto;
  11. }
  12. .detail-s-4-content .row{
  13. /**
  14. * 定义宽高
  15. */
  16. width: 95%;
  17. height: 256px;
  18. float: left;
  19. /**
  20. * 边距
  21. */
  22. margin: 5px 0px;
  23. padding: 0% 2% 0% 3%;
  24. /**
  25. * 定义边框
  26. */
  27. border-radius: 5px;
  28. /*
  29. * 定义背景
  30. */
  31. background: rgba(255, 255, 255, 0.7);
  32. /**
  33. ** 定位属性
  34. */
  35. position: relative;
  36. }
  37. /*
  38. * 内部布局样式
  39. */
  40. .detail-s-4-content .top{
  41. width:100%;
  42. height: 65px;
  43. float: left;
  44. line-height: 79px;
  45. border-bottom: 1px solid rgb(168, 172, 217);
  46. position: relative;
  47. }
  48. .detail-s-4-content .top a{
  49. color: rgb(40, 45, 108);
  50. font-family: "HarmonyOS Sans SC" !important;
  51. font-size: 18px;
  52. font-weight: bold;
  53. line-height: 100%;
  54. letter-spacing: 0px;
  55. text-align: left;
  56. }
  57. .detail-s-4-content .top span{
  58. position: absolute;
  59. width: 3px;
  60. height: 20px;
  61. left: -1%;
  62. top: 44%;
  63. border-radius: 5px;
  64. background: rgb(38, 120, 255);
  65. }
  66. .detail-s-4-content .bottom{
  67. width:100%;
  68. height: 160px;
  69. float: left;
  70. position: relative;
  71. margin-top:15px;
  72. }
  73. .detail-s-4-content .bottom .left{
  74. width: 176px;
  75. height: 212px;
  76. float: left;
  77. margin-right: 30px;
  78. position: relative;
  79. border-radius: 5px;
  80. }
  81. .detail-s-4-content .bottom .left img{
  82. width: 100%;
  83. height: 100%;
  84. border-radius: 5px;
  85. }
  86. .detail-s-4-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-4-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-4-content .bottom .right {
  108. width: 790px;
  109. height: 212px;
  110. float: left;
  111. position: relative;
  112. }
  113. .detail-s-4-content .bottom .right .btn{
  114. position: absolute;
  115. bottom: 0;
  116. right: 20px;
  117. width: 96px;
  118. height: auto;
  119. text-align: center;
  120. }
  121. .detail-s-4-content .bottom .right .btn a{
  122. display: block;
  123. color: rgb(3, 8, 82);
  124. font-family: "HarmonyOS Sans SC";
  125. font-size: 14px;
  126. font-weight: 300;
  127. line-height: 13px;
  128. letter-spacing: 2px;
  129. text-align: left;
  130. margin-top: 20px;
  131. }
  132. .detail-s-4-content .bottom .right .row-1{
  133. width: 100%;
  134. height: 32px;
  135. line-height: 32px;
  136. float: left;
  137. margin-bottom: 15px;
  138. }
  139. .detail-s-4-content .bottom .right .row-1 a{
  140. display: block;
  141. width: 154px;
  142. height: auto;
  143. float: left;
  144. color: rgb(38, 43, 106);
  145. font-family: "HarmonyOS Sans SC";
  146. font-size: 14px;
  147. font-weight: 400;
  148. line-height: 100%;
  149. letter-spacing: 0px;
  150. text-align: left;
  151. margin-right: 30px;
  152. }
  153. .detail-s-4-content .bottom .right .row-1 span{
  154. display: block;
  155. float: left;
  156. width: 56px;
  157. color: rgba(38, 43, 106, 0.6);
  158. font-family: "HarmonyOS Sans SC";
  159. font-size: 14px;
  160. font-weight: 300;
  161. line-height: 100%;
  162. letter-spacing: 0px;
  163. text-align: left;
  164. }
  165. .detail-s-4-content .bottom .right .row-1 .tag{
  166. width: auto !important;
  167. margin-right: 5px !important;
  168. padding:3px 7px;
  169. border-radius: 3px;
  170. background: rgba(38, 43, 106, 0.16);
  171. color: rgb(38, 43, 106);
  172. font-family: "HarmonyOS Sans SC";
  173. font-size: 14px;
  174. font-weight: 400;
  175. line-height: 100%;
  176. letter-spacing: 0px;
  177. text-align: left;
  178. margin-top: -3px;
  179. }
  180. .zym{
  181. display: block;
  182. width: 154px;
  183. height: auto;
  184. float: left;
  185. color: rgb(38, 43, 106) !important;
  186. font-family: "HarmonyOS Sans SC";
  187. font-size: 14px;
  188. font-weight: 400;
  189. line-height: 20px !important;
  190. letter-spacing: 0px;
  191. text-align: left;
  192. margin-right: 30px;
  193. margin-top: -2px;
  194. }
  195. /**
  196. ** 内容标签样式
  197. */
  198. .detail-s-4-content img{
  199. }
  200. .detail-s-4-content a,span{
  201. }