1234567891011121314151617181920 |
- html {
- line-height: 1.15;
- -webkit-text-size-adjust: 100%;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- margin: 0;
- font-size: 14px;
- overflow: hidden;
- user-select: none;
- }
- #app {
- width: 100%;
- height: 100%;
- overflow: hidden;
- color: #fff;
- background-color: #232323;
- }
|