Ingen beskrivning
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.

style_8.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .list-s-8-content{
  2. width: 100%;
  3. height: auto;
  4. float: left;
  5. margin-top: 10px;
  6. }
  7. .list-s-8-content .box{
  8. width: 1050px;
  9. heigth: 100%;
  10. margin: 0px auto;
  11. background: rgba(255, 255, 255, 0.7);
  12. }
  13. .list-s-8-content .row{
  14. /**
  15. * 定义宽高
  16. */
  17. width: 95%;
  18. min-height: 244px;
  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. background: none;
  33. /**
  34. ** 定位属性
  35. */
  36. position: relative;
  37. border-radius: 5px;
  38. /* 面板阴影 */
  39. box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
  40. background: rgba(255, 255, 255, 0.7);
  41. }
  42. /*
  43. * 内部布局样式
  44. */
  45. .list-s-8-content .top{
  46. width:100%;
  47. height: 50px;
  48. float: left;
  49. line-height: 56px;
  50. border-bottom: 1px solid rgb(168, 172, 217);
  51. position: relative;
  52. }
  53. .list-s-8-content .top a{
  54. color: rgb(40, 45, 108);
  55. font-family: "HarmonyOS Sans SC" !important;
  56. font-size: 18px;
  57. font-weight: bold;
  58. line-height: 100%;
  59. letter-spacing: 0px;
  60. text-align: left;
  61. }
  62. .list-s-8-content .top span{
  63. position: absolute;
  64. width: 3px;
  65. height: 20px;
  66. left: -1%;
  67. top: 32%;
  68. border-radius: 5px;
  69. background: rgb(38, 120, 255);
  70. }
  71. .list-s-8-content .top .more{
  72. float: right;
  73. }
  74. .list-s-8-content .top .more a{
  75. color: rgb(111, 111, 112);
  76. font-family: "HarmonyOS Sans SC";
  77. font-size: 14px;
  78. font-weight: 400;
  79. line-height: 100%;
  80. letter-spacing: 0px;
  81. text-align: right;
  82. }
  83. .list-s-8-content .center{
  84. width:100%;
  85. min-height: 160px;
  86. float: left;
  87. position: relative;
  88. margin-top:15px;
  89. overflow:hidden;
  90. /* border-bottom: 1px solid rgb(168, 172, 217);*/
  91. }
  92. .list-s-8-content .center li{
  93. width: 100%;
  94. /* height: 80px;*/
  95. float: left;
  96. margin-right: 12px;
  97. border-radius: 5px;
  98. text-align: center;
  99. background: #fff;
  100. margin-bottom: 10px;
  101. position: relative;
  102. padding-left: 20px;
  103. margin-bottom: 10px;
  104. padding-top: 5px;
  105. }
  106. .list-s-8-content .center li img{
  107. display: block;
  108. width: 16px;
  109. height: 16px;
  110. /*
  111. 垂直居中
  112. */
  113. position: absolute;
  114. left: 0;
  115. top: 6px;
  116. }
  117. .list-s-8-content .center li a{
  118. display: block;
  119. width: 100%;
  120. height: 26px;
  121. /* line-height: 34px;*/
  122. color: rgb(38, 120, 255);
  123. color: rgb(54, 59, 120);
  124. font-family: "HarmonyOS Sans SC";
  125. font-size: 16px;
  126. font-weight: 500;
  127. line-height: 100%;
  128. letter-spacing: 0px;
  129. text-align: left;
  130. }
  131. .list-s-8-content .center li p{
  132. width: 96%;
  133. max-height: 40px;
  134. padding-bottom: 10px;
  135. border-bottom: 1px dashed rgb(168, 172, 217);
  136. text-align: left;
  137. }
  138. .list-s-8-content .bottom{
  139. width:100%;
  140. height: 160px;
  141. float: left;
  142. position: relative;
  143. margin-top:15px;
  144. }
  145. .bottom-row{
  146. width:58%;
  147. margin:0 auto;
  148. }
  149. .list-s-8-content .bottom a{
  150. /* display: block;
  151. float: left;
  152. width:32px;
  153. height:32px;
  154. line-height: 32px;*/
  155. padding: 4px 8px;
  156. text-align: center;
  157. /*padding: 3px 6px;*/
  158. color: rgb(61, 61, 61);
  159. border-radius: 3px;
  160. margin: 3px 5px;
  161. font-family: 微软雅黑;
  162. font-size: 14px;
  163. font-weight: 400;
  164. letter-spacing: 0px;
  165. text-align: center;
  166. }
  167. .list-s-8-content .bottom a img{
  168. margin-top:-4px;
  169. }
  170. .list-s-8-content .bottom .active-1{
  171. border-radius: 2px;
  172. background: rgb(11, 139, 247);
  173. color:#fff;
  174. }
  175. .list-s-8-content .bottom input{
  176. width: 48px;
  177. height: 32px;
  178. border-radius: 4px;
  179. background: rgb(250, 250, 250);
  180. border:none;
  181. margin: 0 8px;
  182. text-align: center;
  183. }
  184. /**
  185. ** 内容标签样式
  186. */
  187. .list-s-8-content img{
  188. }
  189. .list-s-8-content a,span{
  190. }