.bidding-wrap { margin: 0 auto; margin-top: 1rem; } .bidding-list { margin-top: 0.6rem; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0.8rem; } .bidding-item { width: 7.8rem; padding: 0.32rem 0.4rem; display: flex; flex-direction: column; position: relative; } .bidding-item::after { content: ''; width: 100%; height: 0.01rem; background: #CBCBCB; position: absolute; bottom: 0; left: 0; transition: all .365s; } .bidding-item-p, .bidding-item-time { font-size: 0.2rem; font-family: Microsoft YaHei; font-weight: 400; color: #333333; } .bidding-item-time { margin-top: 0.2rem; } .bidding-item:hover { box-shadow: 0rem 0rem 0.11rem 0.05rem rgb(0 0 0 / 6%); } .bidding-item:hover::after { height: 0.04rem; background: #0171C3; } .bidding-process-wrap { margin-top: 1rem; } .bidding-process-box { margin: 0.8rem auto; } .bidding-process-title { font-size: 0.28rem; font-family: Microsoft YaHei; font-weight: bold; color: #333333; } .bidding-process-img { width: 100%; margin-top: 0.35rem; } .bidding-process-list { display: flex; flex-wrap: wrap; margin-top: 0.3rem; } .bidding-process-item { width: 2.42rem; height: 0.69rem; background: #014098; border-radius: 0.02rem; margin-right: 0.29rem; font-size: var(--font18); font-family: MicrosoftYaHei; color: #FFFFFF; line-height: 0.69rem; text-align: center; margin-top: 0.3rem; } .bidding-process-item:nth-child(6n) { margin-right: 0; } .bidding-process-p { font-size: .2rem; font-family: MicrosoftYaHei; color: #333333; line-height: 0.4rem; margin: 0.3rem 0; } @media only screen and (max-width: 1024px) { .bidding-list{ margin-bottom: 0; } .paging-wrap{ margin: 0.6rem; } .bidding-process-wrap{ margin-top: 0.6rem; } .bidding-wrap { padding: 0 0.25rem; margin-top: 0.6rem; } .bidding-item-p, .bidding-item-time { font-size: 0.24rem; } .bidding-process-p p{ font-size: 0.24rem; line-height: 0.38rem; } .paging-page { height: 0.35rem !important; line-height: 0.35rem !important; } .bidding-process-title { font-size: 0.3rem; font-family: MicrosoftYaHei-Bold, MicrosoftYaHei; font-weight: bold; color: #333333; } .bidding-item{ padding: 0.32rem 0.2rem; } }