为了账号安全,请及时绑定邮箱和手机立即绑定

不显示效果

<style>
       .loading{ width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 100;
                background: #fff; }
       .loading. pic{
           width: 64px;height: 64px; border: 4px solid red;
          /* background: url(image/39.gif);
           position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;*/
       }
   </style>
   <!--引入jquery-->
   <script src="js/jquery.js"></script>
</head>
<body>
  <!--在图片之上用一个div来遮挡-->
  <div class="loading">
      <div class="pic"></div>
  </div>

显示的还是空白页  左上角不显示边框  咋回事呢?

正在回答

1 回答

亲,你的css类名写的有问题

.loading和.pic中间才有空格,你仔细看下你自己写的,空格位置不对

2 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

不显示效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信