| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- :root {
- font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
- line-height: 1.5;
- font-weight: 400;
- font-synthesis: none;
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- @font-face {
- font-family: 'Alimama ShuHeiTi';
- src: url('@/assets/font/AlimamaShuHeiTi-Bold.woff2') format('woff2')
- }
- @font-face {
- font-family: 'AlibabaSans';
- src: url('@/assets/font/AlibabaSans-MediumItalic.woff2')
- }
- a {
- font-weight: 500;
- color: #646cff;
- text-decoration: inherit;
- }
- a:hover {
- color: #535bf2;
- }
- body {
- margin: 0;
- display: flex;
- place-items: center;
- min-height: 100%;
- }
- h1 {
- font-size: 3.2em;
- line-height: 1.1;
- }
- #app {
- width: 100%;
- padding: 0;
- margin: 0;
- }
|