*{ margin: 0; padding: 0; box-sizing: border-box; font-size: .16rem; } html{ font-size: 100px; overflow-x: hidden; } a{ text-decoration: none; color: #000; } ul{ list-style: none; } input{ outline: 0; background:#fff; } img{ object-fit: cover; cursor:pointer; display: block; } /*多行溢出*/ line{ display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; } /* 水波纹效果 */ .btn-ripple { vertical-align: bottom; } .btn-ripple:not(:disabled):hover { opacity: 1; position: relative; overflow: hidden; } .btn-ripple:not(:disabled):hover::before { animation: ani_ripple 0.75s; z-index: 1; content: ""; position: absolute; display: block; transition: all 0.6s; width: 100%; height: 0; border-radius: 50%; left: 50%; top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); } @keyframes ani_ripple { 0% { background: rgba(0, 0, 0, 0.25); transform: translateX(-50%) translateY(-50%) scale(0); } to { background: transparent; transform: translateX(-50%) translateY(-50%) scale(1); } } .pag_content{ width: 100%; display: flex; justify-content: flex-end; margin-top: 0.3rem; } .pag_content button{ border-radius: 0!important; padding: 0.1rem 0.14rem; cursor: pointer; border: 0.01rem solid #dbdbdb; color: #888; font-size: 0.12rem; display: none; } .pag_content button:hover{ color: #fff; background: #25436d; } .pag_content button:nth-child(3){ background: #25436d; color: #fff; } .pag_content a{ padding: 0.07rem 0.15rem; background: #fff; margin-left:0.1rem ; font-size: 0.14rem; color: #777; } .news_mess_txt{ display: flex; } .news_message { width: 14rem; margin: 0 auto; } .news_mess_tit { color: #25436D; font-size: 0.3rem; font-weight: 400; } .news_mess_content { width: 100%; display: flex; margin-top: 0.6rem; } .news_mess_left{ width: 0.85rem; } .news_mess_center{ flex: 1; background: #fff; margin: 0 0.15rem; padding: 0.25rem 0.2rem 1rem 0.25rem } .news_mess_data1 { color: #777; font-size: 0.14rem; margin-top: 0.15rem; margin-right: 0.12rem; } .left_imgs { width: 0.33rem; height: 0.25rem; display: block; } .left_imgs img{ width: 100%; } .left_num { color: #25436D; font-size: 0.13rem; } /*.left_items1 {*/ /* width: 100%;*/ /* height: 0.85rem;*/ /* display: flex;*/ /* flex-direction: column;*/ /* background: #25436d;*/ /* justify-content: center;*/ /* align-items: center;*/ /*}*/ /*.left_items2 {*/ /* width: 100%;*/ /* height: 0.85rem;*/ /* background: #fff;*/ /* display: flex;*/ /* justify-content: center;*/ /* align-items: center;*/ /* flex-direction: column;*/ /* margin-top: 0.08rem;*/ /*}*/ .mess_left_items{ width: 100%; display: flex; flex-direction: column; background: #fff; border-radius: 0.04rem; height: 0.85rem; justify-content: center; align-items: center; background: #25436d; } .left_items1{ font-weight: bold; color: #fff; font-size: 0.33rem; } .left_items2 { font-size: 0.13rem; color: #fff; } .news_mess_right{ width: 3rem; } .mess_right_items { width: 100%; padding: 0.6rem 0.4rem; background: #fff; margin-bottom: 0.15rem; } .mess_right_tit { color: #25436D; font-size: 0.2rem; margin-bottom: 0.35rem; font-weight: 400; } .mess_right_xbox { display: flex; flex-direction: column; } .right_xbox_items { color: #000000; font-size: 0.16rem; line-height: 2; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2; margin-bottom: 0.3rem; } .mess_left_items2 { width: 100%; height: 0.85rem; background: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: 0.08rem; } @media screen and (max-width:1024px){ body{ overflow-x: hidden; } .pag_content{ margin-bottom: 0.3rem; } .pag_content a{ font-size: 0.24rem; } .news_mess_content{ display: block !important; } .news_message{ width: 100% !important; margin-top: 0.6rem; } .news_mess_tit,.mess_right_tit{ font-size: 0.32rem; } .news_mess_tit{ font-size: 24px; font-weight: bold; } .news_mess_left{ width: 100%; display: flex; align-items: center; justify-content: center; } .left_imgs{ width: auto; height: auto; } .left_num{ font-size: 0.24rem; margin-top: 0.05rem; } .left_items2,.news_mess_data1,.right_xbox_items{ /*font-size: 0.24rem;*/ font-size: 12px; } .news_mess_data1:last-of-type{ display: none; } .mess_left_items,.mess_left_items2{ width: 50%; } .news_mess_center img{ width: 100% !important } .left_imgs img{ width: 0.4rem; } .news_mess_right{ width: 100% !important; display: none; } .news_mess_right{ margin-top: 0.3rem; padding: 0 0.15rem; } .news_mess_center{ margin: 0; margin-bottom: 0.5rem; } .news_mess_center p span,.news_mess_center p span strong,.news_mess_center p,.news_mess_center p strong{ font-size: .24rem !important; } }