暫無描述
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.

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