亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

媒體查詢不會更改字體大小

媒體查詢不會更改字體大小

富國滬深 2024-01-03 17:09:28
媒體查詢不會將字體從 20px 更改為 15px idk。到目前為止,代碼中沒有覆蓋,這是代碼中唯一的一個媒體查詢。article .quote{  font-size: 20px;  color: rgb(255, 255, 255);  font-family: 'Montserrat', sans-serif;  position: absolute;  top: 30%;  left: 7%;}@media all and (max-width:1000px){  .quote{    font-size: 15px;  }}
查看完整描述

1 回答

?
波斯汪

TA貢獻1811條經驗 獲得超4個贊

一些小問題,但現在應該可以了


article.quote{

  font-size: 80px;

  color: blue;

  font-family: 'Montserrat', sans-serif;

  position: absolute;

  top: 30%;

  left: 7%;

}

@media all and (max-width: 1000px) {

  article.quote{

    font-size: 15px;

  }

}

<article class='quote'>some text</article>

article .quote{

  font-size: 80px;

  color: blue;

  font-family: 'Montserrat', sans-serif;

  position: absolute;

  top: 30%;

  left: 7%;

}

@media all and (max-width: 1000px) {

  article .quote{

    font-size: 15px;

  }

}

<article >

   <section class='quote'>some text</section>

</article>


查看完整回答
反對 回復 2024-01-03
  • 1 回答
  • 0 關注
  • 163 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號