@media

@media only screen and (min-width: 1920px) {
        position: absolute;
        width: 48%;
        right: 0;
      }
 
 @media (min-width: 1921px) {
    .right_img_timeline {
      display: flex;
      justify-content: space-around;
    }
  }
posted @ 2021-12-23 19:57  Naijiaz  阅读(50)  评论(0)    收藏  举报