課程
/前端開發(fā)
/Bootstrap
/認(rèn)識響應(yīng)式布局
為什么我的沒有效果呢?不管是內(nèi)聯(lián)還是外聯(lián)
2016-05-26
源自:認(rèn)識響應(yīng)式布局 2-2
正在回答
我把only去掉之后神奇般的自愈了。。。一臉蒙
is小梅花
我的沒效果怎么搞
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
? ? <title></title>
? ? <link type="text/css" href="link.css" rel="stylesheet" media="only screen and (max-width:480px)" ?/>
? ? <style>
? ? ? ? @media screen and (min-width:480px) {
? ? ? ? ? ? body {
? ? ? ? ? ? background:blue;
? ? ? ? ? ? }
? ? ? ? } ??
? ? </style>
</head>
<body>
</body>
</html>
你代碼沒一點(diǎn)問題,謝謝,給分
我的也沒有效果,請問是哪里的問題?
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS3 Media Query</title>
<link rel="stylesheet" type="text/css" href="base.css" media="only screen and (max-width:480px)"/>
<style>
@media screen and (min-width: 480px){
body{background:blue; }
}
</style>
?
弄好了
舉報(bào)
使用Bootstrap前端框架,本教程讓網(wǎng)站兼容不同終端不再是夢
3 回答用chrome測試外聯(lián)樣式表沒效果
3 回答為什么沒有效果呢。。。
3 回答我加入的導(dǎo)航條效果怎么不可以點(diǎn)開隱藏的內(nèi)容???沒有效果??!
2 回答為神馬我的代碼運(yùn)行出來完全沒有效果?無論怎么拉伸,都是沒有變化,我的chrome瀏覽器版本是 45.0.2454.85 m
1 回答老師 響應(yīng)式和所說的前段框架有什么區(qū)別與聯(lián)系嗎 框架究竟是什么是干嘛的呀
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-10-31
我把only去掉之后神奇般的自愈了。。。一臉蒙
2016-07-19
我的沒效果怎么搞
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
? ? <title></title>
? ? <link type="text/css" href="link.css" rel="stylesheet" media="only screen and (max-width:480px)" ?/>
? ? <style>
? ? ? ? @media screen and (min-width:480px) {
? ? ? ? ? ? body {
? ? ? ? ? ? background:blue;
? ? ? ? ? ? }
? ? ? ? } ??
? ? </style>
</head>
<body>
</body>
</html>
2016-07-15
你代碼沒一點(diǎn)問題,謝謝,給分
2016-05-26
我的也沒有效果,請問是哪里的問題?
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS3 Media Query</title>
<link rel="stylesheet" type="text/css" href="base.css" media="only screen and (max-width:480px)"/>
<style>
@media screen and (min-width: 480px){
body{background:blue; }
}
</style>
</head>
<body>
?
</body>
</html>
2016-05-26
弄好了