Rolling_load.css 1.0 KB

1234567891011121314
  1. *{margin:0;padding:0;}
  2. ::-webkit-scrollbar{width: 0px; height:0px;}
  3. ::-webkit-scrollbar-track{background-color: transparent;}
  4. ::-webkit-scrollbar-thumb{background-color: #41474D;-webkit-border-radius: 0.4em;}
  5. ::-webkit-scrollbar-button{background-color: transparent;height: 0px;}
  6. ::-webkit-scrollbar-corner{background-color: transparent;height: 0px;}
  7. html{width:100%;height:100%}
  8. body{;width:100%;height:100%;margin:0;padding:0;font-size: 12px;font-family:΢ÈíÑźÚ;overflow:hidden;}
  9. .U_Rolling_over{;width:400px;height:400px;position: absolute;top:0px;z-index:9999;}
  10. .U_Rolling_testa{width: 100%;overflow-y: auto;overflow-x: hidden;display:block;height:100%;}
  11. .U_Rolling_wrap{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;}
  12. .U_Rolling_main{width:95%;margin:auto}
  13. .U_Rolling_test{width:100%;height:200px;background:lightblue;border-bottom:1px solid #e4e4e4;}
  14. .U_Rolling_testb{width: 100%;height: 54px;background-image: url(img/loading2.gif);background-repeat: no-repeat;background-position: 50%;background-size: 300px 215px;}