index.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. @charset "UTF-8";
  2. /*单行省略号*/
  3. /*多行省略号*/
  4. /**清除浮动**/
  5. /**fit img**/
  6. /*主色调*/
  7. /*单行省略号*/
  8. /*多行省略号*/
  9. /**清除浮动**/
  10. /**fit img**/
  11. /*主色调*/
  12. .main-block {
  13. padding-top: 0.4rem;
  14. padding-bottom: 0.4rem;
  15. background-color: #F2F2F2;
  16. }
  17. .main-block li {
  18. display: -webkit-box;
  19. display: flex;
  20. -webkit-box-pack: justify;
  21. justify-content: space-between;
  22. -webkit-box-align: stretch;
  23. align-items: stretch;
  24. height: 2.75rem;
  25. background-color: #fff;
  26. }
  27. .main-block li ~ li {
  28. margin-top: 0.32rem;
  29. }
  30. .main-block li:nth-child(2n) {
  31. -webkit-box-orient: horizontal;
  32. -webkit-box-direction: reverse;
  33. flex-direction: row-reverse;
  34. }
  35. .main-block li:nth-child(2n) .img::after {
  36. left: 0;
  37. border-width: 0.14rem 0 0.14rem 0.14rem;
  38. border-color: transparent transparent transparent #fff;
  39. }
  40. .main-block li:nth-child(2n-1) .img::after {
  41. right: 0;
  42. border-width: 0.14rem 0.14rem 0.14rem 0;
  43. border-color: transparent #fff transparent transparent;
  44. }
  45. .main-block .img {
  46. height: 100%;
  47. width: 2.6rem;
  48. flex-shrink: 0;
  49. position: relative;
  50. }
  51. .main-block .img img {
  52. -webkit-transition: all 0.8s ease;
  53. transition: all 0.8s ease;
  54. width: 100%;
  55. height: 100%;
  56. -o-object-fit: cover;
  57. object-fit: cover;
  58. }
  59. .main-block .img::after {
  60. content: "";
  61. position: absolute;
  62. top: 50%;
  63. -webkit-transform: translate(0, -50%);
  64. transform: translate(0, -50%);
  65. z-index: 1;
  66. width: 0;
  67. height: 0;
  68. border-style: solid;
  69. }
  70. .main-block .info {
  71. width: 100%;
  72. height: 100%;
  73. padding: 0.3rem 0.25rem;
  74. }
  75. .main-block .info-text .other {
  76. padding-right: 2.35rem;
  77. }
  78. .main-block .tag {
  79. font-size: 0.26rem;
  80. }
  81. .main-block .tit {
  82. margin-top: 0.2rem;
  83. line-height: 0.48rem;
  84. height: 0.96rem;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. display: -webkit-box;
  88. -webkit-box-orient: vertical;
  89. -webkit-line-clamp: 2;
  90. }
  91. .main-block .other {
  92. display: -webkit-box;
  93. display: flex;
  94. -webkit-box-pack: justify;
  95. justify-content: space-between;
  96. -webkit-box-align: center;
  97. align-items: center;
  98. margin-top: 0.3rem;
  99. }
  100. .main-block .ov-hide {
  101. height: 100%;
  102. }
  103. .country-list {
  104. padding: 0.75rem 0 1.89rem;
  105. background: url("/mobileAssets/images/chengshi.png") no-repeat bottom center;
  106. background-size: 100% auto;
  107. }
  108. .country-list .img {
  109. width: 0.92rem;
  110. height: 0.92rem;
  111. background-color: transparent;
  112. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  113. margin: 0 auto;
  114. border-radius: 50%;
  115. }
  116. .country-list .img img {
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .country-list .name {
  121. color: #666;
  122. margin-top: 0.05rem;
  123. line-height: 0.32rem;
  124. text-align: center;
  125. font-size: 0.24rem;
  126. overflow: hidden;
  127. text-overflow: ellipsis;
  128. white-space: nowrap;
  129. word-wrap: normal;
  130. }
  131. .country-list li {
  132. width: 25%;
  133. flex-shrink: 0;
  134. margin-bottom: 0.36rem;
  135. }
  136. .country-list ul {
  137. display: -webkit-box;
  138. display: flex;
  139. flex-wrap: wrap;
  140. }
  141. .banner-swiper .swiper-pagination-bullet {
  142. background-color: #F37020;
  143. width: 0.16rem;
  144. height: 0.16rem;
  145. border-radius: 50%;
  146. }
  147. .banner-swiper .swiper-slide {
  148. position: relative;
  149. }
  150. .banner-swiper .info {
  151. color: #fff;
  152. position: absolute;
  153. left: 0.6rem;
  154. right: 0.6rem;
  155. bottom: 0.88rem;
  156. z-index: 10;
  157. }
  158. .banner-swiper .des {
  159. margin-top: 0.24rem;
  160. }
  161. .banner-swiper .text-img {
  162. max-width: 80%;
  163. }
  164. .banner-swiper .tit {
  165. height: 1.4rem;
  166. overflow: hidden;
  167. text-overflow: ellipsis;
  168. display: -webkit-box;
  169. -webkit-box-orient: vertical;
  170. -webkit-line-clamp: 3;
  171. }
  172. .field {
  173. background-color: #EBF2FF;
  174. display: -webkit-box;
  175. display: flex;
  176. flex-wrap: wrap;
  177. }
  178. .field li {
  179. width: 50%;
  180. }
  181. .field li:first-child {
  182. border-right: 1px solid #DAE4F5;
  183. border-bottom: 1px solid #DAE4F5;
  184. }
  185. .field li:last-child {
  186. border-left: 1px solid #DAE4F5;
  187. border-top: 1px solid #DAE4F5;
  188. }
  189. .field a {
  190. display: -webkit-box;
  191. display: flex;
  192. -webkit-box-pack: center;
  193. justify-content: center;
  194. -webkit-box-align: center;
  195. align-items: center;
  196. height: 1.05rem;
  197. }
  198. .field .name {
  199. font-size: 0.28rem;
  200. color: #063F88;
  201. width: 2rem;
  202. }
  203. .field .icon {
  204. width: 0.6rem;
  205. height: 0.6rem;
  206. margin-right: 0.2rem;
  207. }
  208. .news-block .block-tit {
  209. display: -webkit-box;
  210. display: flex;
  211. -webkit-box-pack: justify;
  212. justify-content: space-between;
  213. -webkit-box-align: center;
  214. align-items: center;
  215. margin-top: 0.5rem;
  216. }
  217. .news-block .news-list li {
  218. padding: 0.4rem 0;
  219. }
  220. .news-block .news-list li ~ li {
  221. border-top: 1px solid #e8e8e8;
  222. }
  223. .news-block .news-list a {
  224. display: block;
  225. }
  226. .news-block .news-list .img {
  227. width: 100%;
  228. height: 3.9rem;
  229. }
  230. .news-block .news-list .img img {
  231. -webkit-transition: all 0.8s ease;
  232. transition: all 0.8s ease;
  233. width: 100%;
  234. height: 100%;
  235. -o-object-fit: cover;
  236. object-fit: cover;
  237. }
  238. .news-block .news-list .tit {
  239. margin-top: 0.3rem;
  240. line-height: 1;
  241. }
  242. .news-block .news-list .des {
  243. color: #999;
  244. margin-top: 0.25rem;
  245. line-height: 1;
  246. }
  247. /*# sourceMappingURL=maps/index.css.map */