tax-index.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @charset "UTF-8";
  2. /*单行省略号*/
  3. /*多行省略号*/
  4. /**清除浮动**/
  5. /**fit img**/
  6. /*主色调*/
  7. .country-list {
  8. padding: 0.75rem 0 1.89rem;
  9. background: url("/mobileAssets/images/chengshi.png") no-repeat bottom center;
  10. background-size: 100% auto;
  11. }
  12. .country-list .img {
  13. width: 0.92rem;
  14. height: 0.92rem;
  15. background-color: transparent;
  16. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  17. margin: 0 auto;
  18. border-radius: 50%;
  19. }
  20. .country-list .img img {
  21. width: 100%;
  22. height: 100%;
  23. }
  24. .country-list .name {
  25. color: #666;
  26. margin-top: 0.05rem;
  27. line-height: 0.32rem;
  28. text-align: center;
  29. font-size: 0.24rem;
  30. overflow: hidden;
  31. text-overflow: ellipsis;
  32. white-space: nowrap;
  33. word-wrap: normal;
  34. }
  35. .country-list li {
  36. width: 25%;
  37. flex-shrink: 0;
  38. margin-bottom: 0.36rem;
  39. }
  40. .country-list ul {
  41. display: -webkit-box;
  42. display: flex;
  43. flex-wrap: wrap;
  44. }
  45. .block-tit {
  46. display: -webkit-box;
  47. display: flex;
  48. -webkit-box-pack: justify;
  49. justify-content: space-between;
  50. -webkit-box-align: center;
  51. align-items: center;
  52. }
  53. .view-more {
  54. border: none;
  55. padding-right: 0;
  56. line-height: 0.36rem;
  57. display: -webkit-box;
  58. display: flex;
  59. }
  60. .view-more .cus-icon {
  61. width: 0.36rem;
  62. height: 0.36rem;
  63. background-color: #F37020;
  64. vertical-align: middle;
  65. margin-left: 0.2rem;
  66. position: relative;
  67. }
  68. .view-more .cus-icon::after, .view-more .cus-icon::before {
  69. content: "";
  70. position: absolute;
  71. top: 50%;
  72. left: 50%;
  73. -webkit-transform: translate(-50%, -50%);
  74. transform: translate(-50%, -50%);
  75. z-index: 10;
  76. background-color: #fff;
  77. width: 50%;
  78. height: 0.03rem;
  79. }
  80. .view-more .cus-icon::before {
  81. -webkit-transform: translate(-50%, -50%) rotate(90deg);
  82. transform: translate(-50%, -50%) rotate(90deg);
  83. }
  84. .block-box {
  85. margin-top: 0.8rem;
  86. }
  87. .tax-banner {
  88. position: relative;
  89. min-height: 2rem;
  90. background-color: #eee;
  91. }
  92. .tax-banner .banner-text {
  93. position: absolute;
  94. max-width: 100%;
  95. max-height: 100%;
  96. top: 50%;
  97. left: 0.6rem;
  98. z-index: 10;
  99. color: #fff;
  100. -webkit-transform: translate(0, -50%);
  101. transform: translate(0, -50%);
  102. }
  103. .tax-banner .des {
  104. margin-top: 0.24rem;
  105. }
  106. .service-list .head {
  107. display: -webkit-box;
  108. display: flex;
  109. -webkit-box-pack: justify;
  110. justify-content: space-between;
  111. -webkit-box-align: start;
  112. align-items: flex-start;
  113. }
  114. .service-list .head .tit {
  115. font-weight: 500;
  116. line-height: 0.36rem;
  117. }
  118. .service-list .head .link {
  119. height: 0.36rem;
  120. width: 0.6rem;
  121. background-color: #063F88;
  122. border-left: 0.03rem solid #F37020;
  123. text-align: center;
  124. line-height: 0.36rem;
  125. cursor: pointer;
  126. }
  127. .service-list .des {
  128. margin-top: 0.3rem;
  129. color: #666;
  130. overflow: hidden;
  131. text-overflow: ellipsis;
  132. display: -webkit-box;
  133. -webkit-box-orient: vertical;
  134. -webkit-line-clamp: 2;
  135. }
  136. .service-list li {
  137. margin-top: 0.5rem;
  138. padding-bottom: 0.4rem;
  139. border-bottom: 1px solid #E0E0E0;
  140. }
  141. .practising-list li {
  142. padding: 0.4rem 0;
  143. }
  144. .practising-list li ~ li {
  145. border-top: 1px solid #e8e8e8;
  146. }
  147. .practising-list a {
  148. display: block;
  149. background: #f2f2f2;
  150. }
  151. .practising-list .img {
  152. width: 100%;
  153. height: 3.5rem;
  154. }
  155. .practising-list .img img {
  156. -webkit-transition: all 0.8s ease;
  157. transition: all 0.8s ease;
  158. width: 100%;
  159. height: 100%;
  160. -o-object-fit: cover;
  161. object-fit: cover;
  162. }
  163. .practising-list .box {
  164. padding: 0.4rem 0.3rem;
  165. }
  166. .practising-list .tit {
  167. line-height: 1;
  168. }
  169. .practising-list .des {
  170. color: #999;
  171. margin-top: 0.25rem;
  172. line-height: 1.6;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. display: -webkit-box;
  176. -webkit-box-orient: vertical;
  177. -webkit-line-clamp: 2;
  178. }
  179. .practising-list .time {
  180. margin-top: 0;
  181. margin-bottom: 0.2rem;
  182. }
  183. .journal-list li {
  184. margin-top: 0.25rem;
  185. }
  186. /*# sourceMappingURL=maps/tax-index.css.map */