//pc端样式 .main { width: 100%; max-width: 1920px; margin: 0 auto; padding-top: 71px; &>.title{ font-size: 60px; text-align: center; padding-top: 110px; } } .list{ width: 100%; text-align: center; padding-top: 43px; max-width: 1300px; margin: 0 auto; .newsType{ width: 100%; padding-bottom: 83px; .newsLi{ width: 100%; display: flex; justify-content: space-between; padding-bottom: 37px; border-bottom: 1px dotted #acacac5e; padding-top: 37px; transition: all 0.3s ease-in-out; &:last-child{ border-bottom: 0px dotted #ACACAC; } .timer{ width: 65px; height: 66px; border-radius: 8px; border: 1px solid #A7A5A5; text-align: center; font-size: 12px; padding: 0px 12px 0; box-sizing: border-box; .timerData{ font-size: 26px; color: #b81c25; border-bottom: 1px solid #b81c25; padding-bottom: 3px; margin-bottom: 3px; line-height: 30px; padding-top: 4px; } } .newsLiCon{ width: calc(100% - 80px); font-size: 18px; text-align: left; &>div{ overflow: hidden; white-space: nowrap; width: 100%; height: 24px; text-overflow: ellipsis; } .liTitle{ color: #231F20; font-weight: 500; margin-bottom: 8px; padding-top: 6px; transition: all 0.3s ease-in-out; } .licon{ font-weight: 400; color: #999999; font-size: 16px; } } &:hover{ background: #EFEFEF; .newsLiCon{ .liTitle{ color: #B81C25; } } } } } } .pages { margin: 0px 0 120px; display: table; margin-left: auto; margin-right: auto; color: #fff; .item { width: 40px; height: 40px; line-height: 40px; float: left; text-align: center; box-sizing: border-box; color: #000; border: 1px solid #DDE2E6; border-radius: 2px; transition: all 0.3s ease-in-out; } .prev { margin-right: 15px; border: 1px solid #000000; border-radius: 4px; transform: rotate(-90deg); font-size: 20px; } .next { margin-left: 15px; border-radius: 4px; border: 1px solid #000000; transform: rotate(90deg); font-size: 20px; } .prev:hover, .next:hover { border-color: #B81C25; background-color: #B81C25; color: #fff; } .disableBtn { opacity: 0.5; cursor: default; } .disableBtn:hover { border-color: #000000; background-color: transparent; color: #000; } .first { float: left; } .space { color: #999999; float: left; letter-spacing: 1px; line-height: 30px; margin-left: 5px; margin-right: 5px; } .last{ margin-left: 5px; } .pageList { float: left; } .pageItem { float: left; margin-left: 5px; margin-right: 5px; } .curPageItem, .pageItem:hover, .first:hover, .last:hover { color: #fff; background-color: #B81C25; float: left; } .curPageItem { cursor: default; } } .partContent h2 { color: white; border-bottom: 1px solid #fff; font-size: 60px; } .news_paging{ width: 100%; display: flex; align-items: center; justify-content: center; padding: 0px 0 120px; box-sizing: border-box; .previousPage{ width: 40px; height: 40px; color: #041954; display: flex; align-items: center; justify-content: center; border: 1px solid #041954; margin-right: 20px; cursor: pointer; transition: all 0.2s; span{ font-size: 26px; transform: rotate(-90deg); } &:hover{ background: #B81C25; border: 1px solid #B81C25; color: #fff; } } .nextPage{ width: 40px; height: 40px; color: #041954; display: flex; align-items: center; justify-content: center; border: 1px solid #041954; margin-left: 20px; cursor: pointer; transition: all 0.2s; span{ font-size: 26px; transform: rotate(90deg); } &:hover{ background: #B81C25; border: 1px solid #B81C25; color: #fff; } } .pageNum{ min-width: 40px; height: 40px; line-height: 40px; font-size: 18px; color: #000; transition: all 0.2s; padding: 0 5px; box-sizing: border-box; cursor: pointer; text-align: center; border: 1px solid #DDE2E6; border-radius: 2px; &:hover{ background: #B81C25; border: 1px solid #B81C25; color: #fff; } } .pageNumActive{ color: #fff; background: #B81C25; } .pageNums{ pointer-events: none; } .pageNum+.pageNum{ margin-left: 10px; } .ellipsis{ font-weight: bold; font-size: 22px; padding: 10px 15px; color: #333333; // cursor: pointer; transition: all 0.2s; // &:hover{ // color:#48A038 // } } } @media screen and (min-width: 801px) and (max-width: 1400px) { } @media screen and (min-width:800px){ } .mTxt{ display: none; } //移动端样式 @media screen and (max-width:800px) { .pcTxt{ display: none; } .mTxt{ display: block; } .main{ padding-top: 61px; &>.title{ padding-top: 40px; box-sizing: border-box; font-size: 32px; line-height: normal; } .news_paging{ // padding-top: 16vw; padding-bottom: 60px; .previousPage{ width: 40px; height: 40px; margin-right: 20px; box-sizing: border-box; } .nextPage{ width: 40px; height: 40px; margin-left: 3.25vw; transition: all 0.2s; box-sizing: border-box; } .pageNum{ font-size: 3.5vw; } .ellipsis{ font-size: 3.5vw; padding: 1.875vw 2.5vw; // &:hover{ // color:#48A038 // } } } } .list { width: 100%; box-sizing: border-box; padding: 0px 15px; .newsType { padding-top: 20px; padding-bottom: 20px; .newsLi{ padding-bottom: 20px; padding-top: 20px; .newsLiCon{ font-size: 14px; .licon{ font-size: 12px; } } } } } .pages{ display: none; } .pageNext{ color: #B81C25; width: 120px; margin: 0px auto; text-align: center; font-size: 12px; margin-bottom: 60px; .iconfont{ transform: rotate(180deg); display: inline-block; font-size: 16px; position: relative; top: 2px; } } }