加下面的code应该有背景显示

<div id="articleBody" style="font-size:16px">
<div id="msgbodyContent">&nbsp;</div>
</div>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&amp;display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&amp;display=swap" rel="stylesheet" />
<style type="text/css">:root{
    --fc1: #f20;
    --fc2: #ff0;
    --fc3: #04f;
    --fc4: #0f4;
    --fc5: #f0f;
    --fc: var(--fc1);
}

 

* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
table{ background-color:transparent; margin-left: 0px !important; } td { background-color:transparent; } 
body:before {
  z-index: -2;
  opacity: 1.0;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://cdn.wenxuecity.com/upload/album/03/95/35/ac62fa7f4019BpQDgTkf.jpg") center no-repeat;
  background-size: cover;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1.0);
          transform: scale(1.0);
}

.container {
  max-width: 42em;            
  margin: auto;
}
#postbody {width: 1024px !important; overflow: visible; padding: 0px; background: transparent !important; } .transp { filter:alpha(opacity=50); -moz-opacity:0.8; opacity:0.8; }
#page-wrap { font-family: 'Arial', sans-serif; color: #571A95; text-align: justify; border-radius: 20px; border: solid 0px white; padding-bottom: 50px; width: 720px; margin: 50px auto; padding: 40px; background-color: rgba(226,224,224,0.5); box-shadow: 0 0 10px 10px rgba(104,104,104, .6); }
</style>

所有跟帖: 

谢谢笑班,是少加了如下两项的Code,因为以前不须要~ -肯老的- 给 肯老的 发送悄悄话 肯老的 的博客首页 (171 bytes) () 10/20/2024 postreply 15:42:39

So, do you mean that the Java Script still works -Xiaokanshijie- 给 Xiaokanshijie 发送悄悄话 Xiaokanshijie 的博客首页 (305 bytes) () 10/21/2024 postreply 14:52:47

Yes, everything seems to work with JS & CSS codes ….. -肯老的- 给 肯老的 发送悄悄话 肯老的 的博客首页 (290 bytes) () 10/21/2024 postreply 15:57:40

请您先登陆,再发跟帖!