base.css 369 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .fl {
  2. float: left
  3. }
  4. .fr {
  5. float: right
  6. }
  7. .tal {
  8. text-align: left;
  9. }
  10. .tar {
  11. text-align: right;
  12. }
  13. .tac {
  14. text-align: center
  15. }
  16. .clearfix:after {
  17. content: ".";
  18. display: block;
  19. height: 0;
  20. clear: both;
  21. visibility: hidden;
  22. }
  23. .clearfix {
  24. *zoom: 1;
  25. }
  26. .fwb {
  27. font-weight: bold !important;
  28. }
  29. .img-wrap img{
  30. width: 100%;
  31. }