123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- @charset "UTF-8";
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- /*单行省略号*/
- /*多行省略号*/
- /**清除浮动**/
- /**fit img**/
- /*主色调*/
- .main-block {
- padding-top: 0.4rem;
- padding-bottom: 0.4rem;
- background-color: #F2F2F2;
- }
- .main-block li {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: stretch;
- align-items: stretch;
- height: 2.75rem;
- background-color: #fff;
- }
- .main-block li ~ li {
- margin-top: 0.32rem;
- }
- .main-block li:nth-child(2n) {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: reverse;
- flex-direction: row-reverse;
- }
- .main-block li:nth-child(2n) .img::after {
- left: 0;
- border-width: 0.14rem 0 0.14rem 0.14rem;
- border-color: transparent transparent transparent #fff;
- }
- .main-block li:nth-child(2n-1) .img::after {
- right: 0;
- border-width: 0.14rem 0.14rem 0.14rem 0;
- border-color: transparent #fff transparent transparent;
- }
- .main-block .img {
- height: 100%;
- width: 2.6rem;
- flex-shrink: 0;
- position: relative;
- }
- .main-block .img img {
- -webkit-transition: all 0.8s ease;
- transition: all 0.8s ease;
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .main-block .img::after {
- content: "";
- position: absolute;
- top: 50%;
- -webkit-transform: translate(0, -50%);
- transform: translate(0, -50%);
- z-index: 1;
- width: 0;
- height: 0;
- border-style: solid;
- }
- .main-block .info {
- width: 100%;
- height: 100%;
- padding: 0.3rem 0.25rem;
- }
- .main-block .info-text .other {
- padding-right: 2.35rem;
- }
- .main-block .tag {
- font-size: 0.26rem;
- }
- .main-block .tit {
- margin-top: 0.2rem;
- line-height: 0.48rem;
- height: 0.96rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .main-block .other {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- margin-top: 0.3rem;
- }
- .main-block .ov-hide {
- height: 100%;
- }
- .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;
- }
- .banner-swiper .swiper-pagination-bullet {
- background-color: #F37020;
- width: 0.16rem;
- height: 0.16rem;
- border-radius: 50%;
- }
- .banner-swiper .swiper-slide {
- position: relative;
- }
- .banner-swiper .info {
- color: #fff;
- position: absolute;
- left: 0.6rem;
- right: 0.6rem;
- bottom: 0.88rem;
- z-index: 10;
- }
- .banner-swiper .des {
- margin-top: 0.24rem;
- }
- .banner-swiper .text-img {
- max-width: 80%;
- }
- .banner-swiper .tit {
- height: 1.4rem;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .field {
- background-color: #EBF2FF;
- display: -webkit-box;
- display: flex;
- flex-wrap: wrap;
- }
- .field li {
- width: 50%;
- }
- .field li:first-child {
- border-right: 1px solid #DAE4F5;
- border-bottom: 1px solid #DAE4F5;
- }
- .field li:last-child {
- border-left: 1px solid #DAE4F5;
- border-top: 1px solid #DAE4F5;
- }
- .field a {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- height: 1.05rem;
- }
- .field .name {
- font-size: 0.28rem;
- color: #063F88;
- width: 2rem;
- }
- .field .icon {
- width: 0.6rem;
- height: 0.6rem;
- margin-right: 0.2rem;
- }
- .news-block .block-tit {
- display: -webkit-box;
- display: flex;
- -webkit-box-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- align-items: center;
- margin-top: 0.5rem;
- }
- .news-block .news-list li {
- padding: 0.4rem 0;
- }
- .news-block .news-list li ~ li {
- border-top: 1px solid #e8e8e8;
- }
- .news-block .news-list a {
- display: block;
- }
- .news-block .news-list .img {
- width: 100%;
- height: 3.9rem;
- }
- .news-block .news-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;
- }
- .news-block .news-list .tit {
- margin-top: 0.3rem;
- line-height: 1;
- }
- .news-block .news-list .des {
- color: #999;
- margin-top: 0.25rem;
- line-height: 1;
- }
- /*# sourceMappingURL=maps/index.css.map */
|