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_1.css 3.1KB

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