123456789101112131415161718192021222324252627 |
- body{
- width:100%;height:100%;
- background: rgb(0, 165, 120);
- }
- .tl{
- text-align: left;
- }
- .tc{
- text-align: center;
- }
- .tr{
- text-align: right;
- }
- .h100{
- height:100%;
- }
- .clear{
- clear: both;
- }
- .hide{
- display: none !important;
- }
-
- .overhide {
- overflow:hidden;
- text-overflow:ellipsis;
- }
|