Няма описание
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .list-s-1-content{
  2. width: 712px;
  3. height: auto;
  4. float: left;
  5. }
  6. .list-s-1-content .box{
  7. width: 100%;
  8. heigth: 100%;
  9. margin: 0px auto;
  10. background: rgba(255, 255, 255, 0.7);
  11. }
  12. .list-s-1-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. }
  40. /*
  41. * 内部布局样式
  42. */
  43. .list-s-1-content .top{
  44. width:100%;
  45. height: 50px;
  46. float: left;
  47. line-height: 56px;
  48. border-bottom: 1px solid rgb(168, 172, 217);
  49. position: relative;
  50. }
  51. .list-s-1-content .top a{
  52. color: rgb(40, 45, 108);
  53. font-family: "HarmonyOS Sans SC" !important;
  54. font-size: 18px;
  55. font-weight: bold;
  56. line-height: 100%;
  57. letter-spacing: 0px;
  58. text-align: left;
  59. }
  60. .list-s-1-content .top span{
  61. position: absolute;
  62. width: 3px;
  63. height: 20px;
  64. left: -1%;
  65. top: 44%;
  66. border-radius: 5px;
  67. background: rgb(38, 120, 255);
  68. }
  69. .list-s-1-content .center{
  70. width:691px;
  71. min-height: 160px;
  72. float: left;
  73. position: relative;
  74. margin-top:15px;
  75. overflow:hidden;
  76. }
  77. .list-s-1-content .center li{
  78. width: 160px;
  79. height: 174px;
  80. float: left;
  81. margin-right: 12px;
  82. border-radius: 8px;
  83. text-align: center;
  84. background: #fff;
  85. margin-bottom: 10px;
  86. }
  87. .list-s-1-content .center li img{
  88. display: block;
  89. width: 100%;
  90. height: 140px;
  91. /*
  92. 垂直居中
  93. */
  94. border-top-left-radius:5px;
  95. border-top-right-radius:5px;
  96. }
  97. .list-s-1-content .center li .aom{
  98. display: block;
  99. width: 100%;
  100. height: 34px;
  101. line-height: 34px;
  102. color: rgb(38, 120, 255);
  103. }
  104. .list-s-1-content .bottom{
  105. width:100%;
  106. height: 160px;
  107. float: left;
  108. position: relative;
  109. margin-top:15px;
  110. }
  111. .bottom-row{
  112. width:88%;
  113. margin:0 auto;
  114. /* margin-top: 37px !important;*/
  115. }
  116. /**
  117. 增加
  118. */
  119. .bottom-row li{
  120. float: left;
  121. width: auto;
  122. margin: 0 5px;
  123. text-align: center;
  124. cursor: pointer;
  125. }
  126. .list-s-1-content .bottom a{
  127. width:auto;
  128. padding: 3px 6px;
  129. text-align: center;
  130. /*padding: 3px 6px;*/
  131. color: rgb(61, 61, 61);
  132. border-radius: 3px;
  133. margin: 3px 5px;
  134. font-family: 微软雅黑;
  135. font-size: 14px;
  136. font-weight: 400;
  137. letter-spacing: 0px;
  138. text-align: center;
  139. }
  140. .list-s-1-content .bottom a img{
  141. margin-top:-4px;
  142. }
  143. .list-s-1-content .bottom .active-1 a{
  144. border-radius: 2px;
  145. background: rgb(11, 139, 247);
  146. color:#fff;
  147. }
  148. .list-s-1-content .bottom input{
  149. width: 48px;
  150. height: 32px;
  151. border-radius: 4px;
  152. background: rgb(250, 250, 250);
  153. border:none;
  154. margin: 0 8px;
  155. text-align: center;
  156. }
  157. /**
  158. ** 内容标签样式
  159. */
  160. .list-s-1-content img{
  161. }
  162. .list-s-1-content a,span{
  163. }