* { margin: 0; padding: 0; } a { /* color: #fff; */ text-decoration: none; } a:hover { /* color: #fff; */ text-decoration: none; } ul, li { list-style: none; padding: 0; margin: 0; } .esc-container { /* background: #000; */ /* padding-bottom: 23px; */ box-sizing: border-box; } .layout { width: 57%; margin: 0 auto; } .textOver { word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* background: rgba(0, 0, 0, 0.15); */ } .zan-box { display: flex; justify-content: space-between; align-items: center; } .zan-box ul { display: flex; align-items: center; } .zan-box ul li { display: flex; justify-content: center; align-items: center; } .zan-box ul li:first-child { margin-right: 20px; } .zan-box ul li img { width: 18px; margin-right: 10px; height: 12px; } .zan-box ul li span { font-size: 10px; font-family: Source Han Sans CN; font-weight: 500; color: #999999; } .zan-box ul li:last-child img { width: 12px; height: 11px; /* height: auto; */ } .zan-box p { font-size: 12px; font-family: Source Han Sans CN; font-weight: 400; color: #666666; } .img-item .img-box img, .img-item .img-box .mask { transition: all 1s; } .img-item:hover .img-box img { transform: scale(1.1); } .img-item:hover .img-box .mask { transform: scale(1.1); } .img-box { height: 100%; overflow: hidden; } .saishi-box:nth-child(2) .img-item .img-box { height: 185px; width: 100%; overflow: hidden; } .pc-swiper { display: block; } .m-swiper { display: none; } #pc-footer { display: block; } #m-footer { display: none; } #pc-header { display: block; } #m-header { display: none; } .navigation { margin-bottom: 50px; } .motor-container main .saishi-box.remen .img-item:hover .right-box .p1 { text-decoration: none; } .motor-container main .saishi-box.remen .img-item:hover .right-box .p2 { text-decoration: none; } /* 鍒嗛〉 */ body { font-family: 'Segoe UI'; } li { list-style: none; } a { text-decoration: none; } .pagination { position: relative; width: 55%; margin: 0 auto; display: flex; align-items: center; justify-content: center; margin-bottom: 80px; } .pagination li { display: inline-block; margin: 0 5px; } .pagination li div { padding: 0.5rem 1rem; display: inline-block; /* border: 1px solid #ddd; */ background: #d6d6d6; color: #fff; } /* .pagination li div:hover { background: #393939; } */ .pagination li.active div { background: #393939; color: #fff; } .pagination li { /* width: 40px; */ cursor: pointer; } /* .pagination li:first-child, .pagination li:last-child { width: 83px; } */ .time-box { display: flex; margin-top: 10px; align-items: center; } .time-box .status { padding: 5px; box-sizing: border-box; display: block; color: 12px; font-size: 14px; margin-right: 10px; border-radius: 4px; color: #fff; } .time-box .status.begin { background: #333333; } .time-box .status.end { background: #aaaaaa; } .time-box .status.ing { background: #ef7c1c; } .time-box span { font-size: 13px; font-family: Source Han Sans CN; font-weight: 400; color: #666666; } #main { min-height: 500px; margin-top: 40px; } /* 鏃犳暟鎹拰loading鏍峰紡 */ .no-data { display: flex; align-items: center; justify-content: center; color: #999999; margin-top: 50px; } .loading-txt { font-size: 16px; font-weight: normal; line-height: 40px; color: #999999; } .loading-icon { margin: 0 10px; width: 40px; height: 40px; margin-top: 20px; display: inline-block; vertical-align: middle; -webkit-animation: a 1s steps(12) infinite; animation: a 1s steps(12) infinite; background: url('../images/loading.png') no-repeat; background-size: 100%; } @-webkit-keyframes a { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } @keyframes a { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(1turn); transform: rotate(1turn); } } .loading-wapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 50px; }