V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
bt0
V2EX  ›  CSS

retina 屏幕的网页要怎么适配呢?

  •  
  •   bt0 · Mar 28, 2016 · 4575 views
    This topic created in 3684 days ago, the information mentioned may be changed or developed.

    自己的屏幕是 1080P 的,写好了网页,以为不错 但是在 Mac 上整个网页太小了 字也很小,几乎看不清了

    要加哪些条件呢?

    14 replies    2016-04-07 12:37:40 +08:00
    bt0
        1
    bt0  
    OP
       Mar 28, 2016
    不是很懂 @media 谁给个链接
    adspe
        2
    adspe  
       Mar 28, 2016   ❤️ 1
    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    }
    yangxiongguo
        3
    yangxiongguo  
       Mar 28, 2016 via iPad
    上 rem
    bt0
        4
    bt0  
    OP
       Mar 28, 2016
    @adspe 加这一条就好了吗
    s0f
        5
    s0f  
       Mar 28, 2016   ❤️ 1
    不是加上就好,在里面改字体大小
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    .****{
    font-size:16px;
    }
    }
    bt0
        6
    bt0  
    OP
       Mar 28, 2016
    @s0f 好的 我试试
    adspe
        7
    adspe  
       Mar 28, 2016
    那一条是针对 Retina 的 media query 记下来吧
    bt0
        8
    bt0  
    OP
       Mar 28, 2016
    @bt0 记下来了 谢谢 #_#
    hahasong
        9
    hahasong  
       Mar 28, 2016   ❤️ 1
    retina 的屏也是缩放显示的,在 1080p 上大小 ok ,在 Mac 上应该效果一致
    slixurd
        10
    slixurd  
       Mar 28, 2016   ❤️ 1
    Retina 加上缩放后是 900px 。所以 1080 没问题在 Mac 上也没问题
    qcloud
        11
    qcloud  
       Mar 28, 2016
    看着头像我就进来了
    bt0
        12
    bt0  
    OP
       Mar 28, 2016
    @qcloud 难道是青云?
    qcloud
        13
    qcloud  
       Mar 28, 2016
    @bt0 腾讯云?
    bt0
        14
    bt0  
    OP
       Apr 7, 2016
    @qcloud sorry #。#
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3095 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 142ms · UTC 14:19 · PVG 22:19 · LAX 07:19 · JFK 10:19
    ♥ Do have faith in what you're doing.