欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

語言翻譯的CSS媒體查詢在wordpress上沒有響應

阮建安1年前8瀏覽0評論

大家好,我有一個問題,我在用兩種不同的語言做網站。主要語言是阿拉伯語,次要語言是英語, 我已經準備好了一切,一切都很好,但是當我從阿拉伯語轉換到英語時,很多樣式都出現了錯誤,所以為了解決這個問題,我使用了針對語言的媒體查詢,我使用了這個代碼,它工作得很好,直到我按了一個錯誤的按鈕,將我引導到其他地方,而沒有保存它,這應該是一件大事,因為我首先在VScode editor firsit中編寫代碼,然后我再次粘貼它,當我這樣做時 我的代碼根本不工作,我試著換了瀏覽器,換了很多寫代碼的方法,但是還是沒有任何反應

首先,我的worpdress頁面得到了HTML屬性lang = & quoten-US & quot; 這些是我嘗試過的代碼,起初運行良好

@media screen and (max-width:1980px) {
  #header-resp-two h1:lang(en) {
    font-size: 55px !important;
    font-family: sans-serif !important;
  }

  #testomonial-main-image:lang(en) {
    text-align: right !important;
  }

  .testomonial:lang(en) {
    left: -7%;
  }

  .testomonial-size-two h1:lang(en) {
    font-size: 26px !important;
    font-family: sans-serif !important;
  }

  .testomonial-size-two p:lang(en) {
    text-align: left;
  }
}

我也試過這個

@media only screen and (max-width: 1650px) {
:lang(en) #header-resp-two h1 {
  font-size: 55px !important;
  font-family: sans-serif !important;
 }
}

我使用開發工具來找出錯誤,但是我找不到我的代碼 并嘗試了其他瀏覽器 我試著記下代碼,一遍又一遍地輸入,還是沒有結果 嘗試使用其他規格,但仍然找不到它

請嘗試使用

html[lang="en"] #header-resp-two h1{
  font-size: 55px !important;
  font-family: sans-serif !important;
}

我希望它有用!

大家好,謝謝你們的幫助,這個問題出現在wordpress插件上,有點奇怪,但是我已經試過其他插件了,而且很有效