服務(wù)熱線/微信:15002687135 QQ咨詢:767172404 歡迎光臨達州俊達網絡信息服務有限公司官網!

PC端、移動端、平闆的适應CSS寫法

發布時(shí)間(jiān):2023-11-24 15:00:18 人(rén)氣: 來(lái)源:迅豹

多套CSS

1. 1200px 或以上(shàng)被視(shì)為(wèi)筆記本電腦和台式機尺寸。

2. 768px 到 1024px 被認為(wèi)是平闆尺寸。

3. 767px 或以下(xià)被視(shì)為(wèi)移動設備尺寸。

/* 當頁面寬度大于767px小于1024px */

PC端

            body{

                background:yellow;

            }

 @media screen and (min-width:767px) and (max-width:1024px){

            body{

                background:yellow;

            }

   }//平闆

@media screen and (max-width:767px) {

            body{

                background:yellow;

            }

}//移動端

@media screen and (max-width:750px) {

            body{

                background:yellow;

            }

}//移動端

@media screen and (max-width:480px) {

            body{

                background:yellow;

            }

}//移動端

//移動端最後三個(gè)都是可以的,主要看你自己怎麽寫

css使用rem自适應

css設置html的fontsize 

html{

font-size:1/19.2vw//0.052083333333333336vw;;

}

在頁面的元素全都按照設計圖px寫rem 如(rú)下(xià)

.container {

    position: relative;

    display: flex;

    flex-wrap: nowrap;

    width: calc(100% - 32rem);

    height: calc(100% - 32rem);

    margin: auto;

    // padding: 0 16rem;

    .lefWrap {

      display: flex;

      flex-direction: column;

      justify-content: space-between;

      width: 410rem;

      height: 100%;

    }

    .centerWrap {

      display: flex;

      flex: 1;

      flex-direction: column;

      justify-content: space-between;

      // position: relative;

      // width: 54%;

      max-width: calc(100% - 820rem);

      height: 100%;

      // margin: auto;

      padding: 0 16rem;

      /*  .boerddd {

        width: 13rem;

        height: 13rem;

        background: radial-gradient(rgba(97, 142, 255, 0.3) 25%, rgba(97, 142, 255, 0.6) 75%);

        // background-color: rgba(97, 142, 255, 0.6);

        border: solid 1rem rgba(97, 142, 255, 1);

        transform: rotate(45deg);

      } */

    }

    .rightWrap {

      // padding-bottom: 14rem;

      display: flex;

      flex-direction: column;

      justify-content: space-between;

      width: 410rem;

      height: 100%;

    }

}


最新(xīn)網站(zhàn)案例
  • 蘭州網站(zhàn)建設
  • 蘭州網絡推廣
  • 蘭州網絡公司
  • 蘭州企業網站(zhàn)建設
在線客服
聯系方式

熱線電話(huà)

15002687135

上(shàng)班時(shí)間(jiān)

周一(yī)到周五

公司電話(huà)

17794277054

二維碼