indexpad.css 564 B

123456789101112131415161718
  1. body, html {
  2. overflow: hidden;
  3. }
  4. .iframePart{position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  5. /*以下是于:20220222增加*/
  6. z-index:1; }
  7. .rightmMenu{position:fixed; right:0; bottom:100px; width:90px; height:40px; line-height:40px;
  8. background-color:rgba(0,89,204,0.9); color:#fff; text-align:center;
  9. border-bottom-left-radius:20px;border-top-left-radius:20px; font-size:15px;
  10. z-index:99;
  11. }
  12. .indexpad-page{float:left; width:100%; display:none;}
  13. .indexpad-current{display:block;}