123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- .country-list {
- padding: 0.75rem 0 1.89rem;
- background: url("/mobileAssets/images/chengshi.png") no-repeat bottom center;
- background-size: 100% auto;
- }
- .country-list .img {
- width: 0.92rem;
- height: 0.92rem;
- background-color: transparent;
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
- margin: 0 auto;
- border-radius: 50%;
- }
- .country-list .img img {
- width: 100%;
- height: 100%;
- }
- .country-list .name {
- color: #666;
- margin-top: 0.05rem;
- line-height: 0.32rem;
- text-align: center;
- font-size: 0.24rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- word-wrap: normal;
- }
- .country-list li {
- width: 25%;
- flex-shrink: 0;
- margin-bottom: 0.36rem;
- }
- .country-list ul {
- display: -webkit-box;
- display: flex;
- flex-wrap: wrap;
- }
- .block-tit {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- }
- .view-more {
- border: none;
- padding-right: 0;
- line-height: 0.36rem;
- display: -webkit-box;
- display: flex;
- }
- .view-more .cus-icon {
- width: 0.36rem;
- height: 0.36rem;
- background-color: #F37020;
- vertical-align: middle;
- margin-left: 0.2rem;
- position: relative;
- }
- .view-more .cus-icon::after, .view-more .cus-icon::before {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 10;
- background-color: #fff;
- width: 50%;
- height: 0.03rem;
- }
- .view-more .cus-icon::before {
- -webkit-transform: translate(-50%, -50%) rotate(90deg);
- transform: translate(-50%, -50%) rotate(90deg);
- }
- .block-box {
- margin-top: 0.8rem;
- }
- .tax-banner {
- position: relative;
- min-height: 2rem;
- background-color: #eee;
- }
- .tax-banner .banner-text {
- position: absolute;
- max-width: 100%;
- max-height: 100%;
- top: 50%;
- left: 0.6rem;
- z-index: 10;
- color: #fff;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- }
- .tax-banner .des {
- margin-top: 0.24rem;
- }
- .service-list .head {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: start;
- align-items: flex-start;
- }
- .service-list .head .tit {
- font-weight: 500;
- line-height: 0.36rem;
- }
- .service-list .head .link {
- height: 0.36rem;
- width: 0.6rem;
- background-color: #063F88;
- border-left: 0.03rem solid #F37020;
- text-align: center;
- line-height: 0.36rem;
- cursor: pointer;
- }
- .service-list .des {
- margin-top: 0.3rem;
- color: #666;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .service-list li {
- margin-top: 0.5rem;
- padding-bottom: 0.4rem;
- border-bottom: 1px solid #E0E0E0;
- }
- .practising-list li {
- padding: 0.4rem 0;
- }
- .practising-list li ~ li {
- border-top: 1px solid #e8e8e8;
- }
- .practising-list a {
- display: block;
- background: #f2f2f2;
- }
- .practising-list .img {
- width: 100%;
- height: 3.5rem;
- }
- .practising-list .img img {
- -webkit-transition: all 0.8s ease;
- transition: all 0.8s ease;
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .practising-list .box {
- padding: 0.4rem 0.3rem;
- }
- .practising-list .tit {
- line-height: 1;
- }
- .practising-list .des {
- color: #999;
- margin-top: 0.25rem;
- line-height: 1.6;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .practising-list .time {
- margin-top: 0;
- margin-bottom: 0.2rem;
- }
- .journal-list li {
- margin-top: 0.25rem;
- }
- /*# sourceMappingURL=maps/tax-index.css.map */
|