用rpx做單位即可
swiper {
height: 300rpx;
}
swiper-item image {
width: 100%;
height: 100%;
}
- rpx(responsive pixel): 可以根據屏幕寬度進行自適應。規定屏幕寬為750rpx。如在 iPhone6 上,屏幕寬度為375px,共有750個物理像素,則750rpx = 375px = 750物理像素,1rpx = 0.5px = 1物理像素。
用rpx做單位即可
swiper {
height: 300rpx;
}
swiper-item image {
width: 100%;
height: 100%;
}
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。