index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. .main {
  2. float: left;
  3. width: 100%;
  4. position: relative;
  5. }
  6. .main swiper {
  7. height: 100vh;
  8. float: left;
  9. width: 100%;
  10. position: absolute;
  11. top: 126rpx;
  12. }
  13. .swiper-tab {
  14. width: 90%;
  15. text-align: center;
  16. height: 104rpx;
  17. line-height: 104rpx;
  18. font-weight: bold;
  19. display: flex;
  20. flex-flow: row;
  21. justify-content: space-between;
  22. float: left;
  23. padding: 0 20px;
  24. margin: 0 0 20rpx 0;
  25. position: absolute;
  26. z-index: 99999999;
  27. }
  28. .swiper-tab-item {
  29. float: left;
  30. height: 104rpx;
  31. width: 50%;
  32. color: #888888;
  33. }
  34. .active {
  35. color: #E9021D;
  36. border-bottom: 4rpx solid #E9021D;
  37. }
  38. .policyLeft {
  39. float: left;
  40. width: 92%;
  41. margin: 0 30rpx;
  42. }
  43. .policyLeft .list {
  44. float: left;
  45. width: 100%;
  46. /* height: 150rpx; */
  47. margin: 0 0 20rpx 0;
  48. }
  49. .policyLeft image {
  50. float: left;
  51. width: 150rpx;
  52. height: 150rpx;
  53. margin: 0 20rpx 0 0;
  54. }
  55. .policyLeft .info {
  56. float: left;
  57. width: 100%;
  58. border-bottom: 1px solid #e8e8e8;
  59. /* height: 150rpx; */
  60. }
  61. .policyLeft .info p:first-child {
  62. float: left;
  63. width: 100%;
  64. font-size: 30rpx;
  65. font-family: Source Han Sans SC;
  66. font-weight: 400;
  67. color: rgba(40, 40, 40, 1);
  68. /* overflow: hidden;
  69. text-overflow: ellipsis;
  70. -webkit-line-clamp: 1;
  71. word-break: break-all;
  72. display: -webkit-box;
  73. -webkit-box-orient: vertical; */
  74. }
  75. .policyLeft .info .infos {
  76. float: left;
  77. width: 100%;
  78. /* border: 1px solid red; */
  79. /* margin-top: 10px;
  80. padding-bottom: 10px;
  81. border-bottom: 1px solid #f3f3f3; */
  82. }
  83. .policyLeft .info .infos text:first-child {
  84. float: left;
  85. /* width: 100%; */
  86. font-size: 26rpx;
  87. font-family: Source Han Sans SC;
  88. font-weight: 400;
  89. color: #888888;
  90. /* overflow: hidden;
  91. text-overflow: ellipsis;
  92. -webkit-line-clamp: 2;
  93. word-break: break-all;
  94. display: -webkit-box;
  95. -webkit-box-orient: vertical; */
  96. /* height: 68rpx; */
  97. }
  98. .policyLeft .info .infos text:last-child {
  99. float: right;
  100. /* width: 100%; */
  101. text-align: right;
  102. font-size: 24rpx;
  103. font-family: Source Han Sans SC;
  104. font-weight: 400;
  105. /* color: #000; */
  106. /* padding-top: 30rpx; */
  107. color: #aaaeb1;
  108. padding-bottom: 10px;
  109. /* border: 1px solid red; */
  110. }
  111. /* .policyLeft .info p:last-child {
  112. float: left;
  113. width: 100%;
  114. margin: 20rpx 0 0 0;
  115. }
  116. .policyLeft .info p:last-child span {
  117. float: left;
  118. width: 228rpx;
  119. height: 40rpx;
  120. line-height: 40rpx;
  121. text-align: left;
  122. margin: 0 20rpx 0 0;
  123. background: rgba(242, 245, 250, 1);
  124. border-radius: 10px;
  125. font-size: 26rpx;
  126. font-family: Source Han Sans SC;
  127. font-weight: 400;
  128. color: rgba(136, 136, 136, 1);
  129. padding: 0 0 0 20rpx;
  130. }
  131. .policyLeft .info p:last-child span:last-child {
  132. margin: 0;
  133. } */
  134. .policyRight .info p:first-child {
  135. float: left;
  136. width: 100%;
  137. font-size: 30rpx;
  138. font-family: Source Han Sans SC;
  139. font-weight: 400;
  140. color: #000;
  141. /* overflow: hidden;
  142. text-overflow: ellipsis;
  143. -webkit-line-clamp: 2;
  144. word-break: break-all;
  145. display: -webkit-box;
  146. -webkit-box-orient: vertical;
  147. height: 80rpx; */
  148. }
  149. .policyRight .info p:last-child {
  150. float: left;
  151. width: 100%;
  152. margin: 20rpx 0 0 0;
  153. padding-bottom: 20rpx;
  154. }
  155. .policyRight .info p:last-child span {
  156. float: left;
  157. width: 270rpx;
  158. height: 40rpx;
  159. line-height: 40rpx;
  160. text-align: center;
  161. margin: 0 20rpx 0 0;
  162. background: rgba(242, 245, 250, 1);
  163. border-radius: 10px;
  164. font-size: 26rpx;
  165. font-family: Source Han Sans SC;
  166. font-weight: 400;
  167. color: rgba(136, 136, 136, 1);
  168. padding: 0 0 0 0rpx;
  169. }
  170. .policyRight .info p:last-child span:last-child {
  171. margin: 0;
  172. float: right;
  173. margin-right: -22rpx;
  174. }
  175. .loadmore {
  176. color: #888;
  177. font-size: 16px;
  178. line-height: 100rpx;
  179. text-align: center;
  180. }
  181. .loadmore.loading::before {
  182. content: '';
  183. width: 40rpx;
  184. height: 40rpx;
  185. margin-top: -10rpx;
  186. margin-right: 10rpx;
  187. display: inline-block;
  188. vertical-align: middle;
  189. animation: loading 1s steps(12) infinite;
  190. background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
  191. background-size: 100%;
  192. }
  193. @keyframes loading {
  194. 0% {
  195. transform: rotate(0deg);
  196. }
  197. 100% {
  198. transform: rotate(-360deg);
  199. }
  200. }
  201. .home .down {
  202. float: left;
  203. width: 100%;
  204. position: relative;
  205. z-index: 999;
  206. }
  207. .home .down .tabber {
  208. float: left;
  209. width: 100%;
  210. margin: 100rpx 0 0 0;
  211. }
  212. .policyRight .info {
  213. width: 100%;
  214. }