tzgg.css 208 B

1234567891011121314
  1. body{
  2. height:300px;
  3. overflow:hidden
  4. }
  5. h4{
  6. background-color:#F0F9FE;
  7. text-align:center
  8. }
  9. .content{
  10. width:100%;
  11. float:left;
  12. overflow-y:auto
  13. }
  14. ::-webkit-scrollbar{width:0;height:0}