123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
-
- //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;
- }
- }
-
-
- }
|