Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627
  1. body{
  2. width:100%;height:100%;
  3. background: rgb(0, 165, 120);
  4. }
  5. .tl{
  6. text-align: left;
  7. }
  8. .tc{
  9. text-align: center;
  10. }
  11. .tr{
  12. text-align: right;
  13. }
  14. .h100{
  15. height:100%;
  16. }
  17. .clear{
  18. clear: both;
  19. }
  20. .hide{
  21. display: none !important;
  22. }
  23. .overhide {
  24. overflow:hidden;
  25. text-overflow:ellipsis;
  26. }