【问题标题】:Responsive Design - different font-size galaxy响应式设计 - 不同字体大小的星系
【发布时间】:2015-10-27 18:56:35
【问题描述】:

我有一个问题。我有一个 div,在这个 div 中还有一个带有文本“Benjamin”的 div。字体大小为 7vh。当我在 Galaxy s4 mini 上查看网站时,文本的位置和大小都正确。当我使用 Galaxy A5 检查网站时,文本位于错误的位置。我用 iPhone 4 和 5 检查网站。它总是正确的。只有galaxy a5 给我看错了。我们使用相同版本的 Chrome。

http://www.benwillgruber.com/stefanseite/test/index.php --> 网站 http://www.benwillgruber.com/stefanseite/test/wrong_galaxy_a5.jpg--> 位置错误 http://www.benwillgruber.com/stefanseite/test/google_nexus_10_emulator.png --> 对的 http://www.benwillgruber.com/stefanseite/test/galaxy_s4_mini.png --> 对的。

CSS:

 * { box-sizing: border-box;}

body {
    background-color: #3C3C3B; /* Dunkel Grau */
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    width: 100vw;

}

/* Willkommenseite */
#startseite {
    width: 100vm;
    height: 100vh;
    overflow: hidden;
}

#spalte1reihe1 {
    width: 25vw;
    height: 22vh;
    float: left;
    background-color: #ECECEC; /* Grau */
}

#spalte2reihe1 {
    width: 50vw;
    height: 22vh;   
    float: left;
    background-color: #ffffff;
}

#spalte3reihe1 {
    width: 25vw;
    float: left;
    height: 22vh;
    background-color: #ECECEC; /* Grau */
}

/* Willkommenseite Benjamin Willgruber */

#spalte1reihe2 {
    width: 25vw;
    height: 16vh;
    float: left;
    background-color: #2DAB66; /* Grün */
}

#spalte2reihe2 {
    width: 50vw;
    height: 16vh;   
    float: left;
    background-color: #3C3C3B;
}

#spalte3reihe2 {
    width: 25vw;
    float: left;
    height: 16vh;
    background-color: #2DAB66; /* Grün */
}

/* Willkommenseite kombiniert mit */

#spalte1reihe3 {
    width: 25vw;
    height: 17vh;
    float: left;
    background-color: #ECECEC; /* Grau */
}

#spalte2reihe3 {
    width: 50vw;
    height: 17vh;   
    float: left;
    background-color: #ffffff;
}

#spalte3reihe3 {
    width: 25vw;
    float: left;
    height: 17vh;
    background-color: #ECECEC; /* Grau */
}

/* Willkommenseite Gumhalter Stefan */

#spalte1reihe4 {
    width: 25vw;
    height: 16vh;
    float: left;
    background-color: #1E788B; /* Blau */
}

#spalte2reihe4 {
    width: 50vw;
    height: 16vh;   
    float: left;
    background-color: #3C3C3B;
}

#spalte3reihe4 {
    width: 25vw;
    float: left;
    height: 16vh;
    background-color: #1E788B; /* Blau */
}

#spalte1reihe5 {
    width: 25vw;
    height: 29vh;
    float: left;
    background-color: #ECECEC; /* Grau */
}

#spalte2reihe5 {
    width: 50vw;
    height: 29vh;   
    float: left;
    background-color: #ffffff;
}

#spalte3reihe5 {
    width: 25vw;
    float: left;
    height: 29vh;
    background-color: #ECECEC; /* Grau */
}

#benjaminwillgruber {
    float: left;
    width: 50%;
    height: 16vh;
    padding-left: 10px;
    overflow: hidden;
    border: 1px solid #ff0000;
}

#grafikmediendesign {
    float: left;
    width: 50%;
    height: 16vh;
    text-align: right;
    padding-right: 10px;
    overflow: hidden;
    border: 1px solid #ff0000;

}

#benjamin {
    font-size: 7vh;
    color: #ffffff;

}

#willgruber {
    font-size: 7vh;
    color: #ffffff;

}

#grafik {
    font-size: 7vh;
    color: #ffffff;
}

#mediendesign {
    font-size: 7vh;
    color: #ffffff;

}

/* Auflösung 300 bis 500 */
/* Seitliche Balken werden ausgeblendet */


@media only screen and (min-width: 0px) and (max-width: 1000px) 
{

    #spalte1reihe1 {
        display: none;
    }
    #spalte2reihe1 {
        width: 100vw;
    }
    #spalte3reihe1 {
        display: none;
    }
    #spalte1reihe2 {
        display: none;
    }
    #spalte2reihe2 {
        width: 100vw;
    }
    #spalte3reihe2 {
        display: none;
    }
    #spalte1reihe3 {
        display: none;
    }
    #spalte2reihe3 {
        width: 100vw;
    }
    #spalte3reihe3 {
        display: none;
    }
    #spalte1reihe4 {
        display: none;
    }
    #spalte2reihe4 {
        width: 100vw;
    }
    #spalte3reihe4 {
        display: none;
    }
    #spalte1reihe5 {
        display: none;
    }
    #spalte2reihe5 {
        width: 100vw;
    }
    #spalte3reihe5 {
        display: none;
    }
}

HTML:

<!DOCTYPE html>
<html lang = "de">
    <head>
        <title>Test</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta charset = "utf-8">
        <link rel = "stylesheet" href = "./css/style.css">

        <style type = "text/css">
            @font-face {
                font-family: 'avril';
                src: url('./font/arvil_sans-webfont.eot');
                src: url('./font/arvil_sans-webfont.eot?#iefix') format('embedded-opentype'),
                     url('./font/arvil_sans-webfont.woff2') format('woff2'),
                     url('./font/arvil_sans-webfont.woff') format('woff'),
                     url('./font/arvil_sans-webfont.ttf') format('truetype'),
                     url('./font/arvil_sans-webfont.svg#arvil_sans-webfont') format('svg');
                font-weight: normal;
                font-style: normal;

            }

            @font-face {
                font-family: 'sensation';
                src: url('./font/sansation_regular-webfont.eot');
                src: url('./font/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
                     url('./font/sansation_regular-webfont.woff2') format('woff2'),
                     url('./font/sansation_regular-webfont.woff') format('woff'),
                     url('./font/sansation_regular-webfont.ttf') format('truetype'),
                     url('./font/sansation_regular-webfont.svg#sansation_regular-webfont') format('svg');
                font-weight: normal;
                font-style: normal;

            }           
        </style>

    </head>
    <body>
        <div id = 'startseite'>
            <div id = "reihe1">
                <div id = "spalte1reihe1">
                </div>
                <div id = "spalte2reihe1">
                </div>
                <div id = "spalte3reihe1">
                </div>
            </div>
            <div id = "reihe2">
                <div id = "spalte1reihe2">
                </div>
                <div id = "spalte2reihe2">
                    <div id = 'benjaminwillgruber'>
                        <div id = 'benjamin'>
                            <font style = "font-family: 'avril'">Benjamin</font>
                        </div>
                        <div id = 'willgruber'>
                            <font style = "font-family: 'avril'">Willgruber</font>
                        </div>                  
                    </div>
                    <div id = 'grafikmediendesign'>
                        <div id = 'grafik'>
                            <font style = "font-family: 'avril'">Grafik</font>
                        </div>
                        <div id = 'mediendesign'>
                            <font style = "font-family: 'avril'">Mediendesign</font>
                        </div>  
                    </div>
                </div>
                <div id = "spalte3reihe2">
                </div>
        <div id = "reihe3">
            <div id = "spalte1reihe3">
            </div>
            <div id = "spalte2reihe3">
            </div>
            <div id = "spalte3reihe3">
            </div>
        </div>
        <div id = "reihe4">
            <div id = "spalte1reihe4">
            </div>
            <div id = "spalte2reihe4">
            </div>
            <div id = "spalte3reihe4">
            </div>
        </div>
        <div id = "reihe5">
            <div id = "spalte1reihe5">
            </div>
            <div id = "spalte2reihe5">
            </div>
            <div id = "spalte3reihe5">
            </div>
        </div>
             </div>
       </div>
    </body>
</html>

【问题讨论】:

  • A5 上的 Android 版本和浏览器是什么?
  • Android 5.02 和 Chrome 46.0.2490.76 --> Galaxy a5; Android 4.4.2 和 Chrome 46.0.2490.76 --> Galaxy s4 mini

标签: html css responsive-design


【解决方案1】:

因为我无法发表评论...文本在标准页面上没有正确对齐(我假设这仅适用于移动设备?)

我假设屏幕尺寸不同于 A5 和 s4。您可能必须使用媒体查询来确保文本根据可用的屏幕尺寸正确显示。您发布的 CSS 是您的整个 CSS 代码吗?

(再次...我想将此作为评论发布,但我没有代表。我愿意提供帮助,只是需要更多信息。

【讨论】:

  • 我想,我可以用 vh 或 vw 更改字体大小。所以我有哪个屏幕尺寸并不重要。该站点应为deskopt,笔记本电脑和手机。并且知道屏幕尺寸不同,但我认为 vh 或 vw 会更改为正确的尺寸。它适用于台式电脑,笔记本电脑,只有手机字体大小不起作用
  • 您知道更好的方法来测试网站的响应式设计吗?你知道网站吗?
【解决方案2】:

我的问题的解决方案是:我忘了设置行高。现在它适用于其他设备。

【讨论】:

    猜你喜欢
    • 2013-03-08
    • 2015-06-20
    • 2013-06-01
    • 2017-05-15
    • 1970-01-01
    • 2013-07-28
    • 2016-02-11
    • 2012-07-12
    • 2016-07-31
    相关资源
    最近更新 更多