饼图
Showing
3 changed files
with
2 additions
and
1 deletions
| ... | @@ -105,7 +105,7 @@ h1 { | ... | @@ -105,7 +105,7 @@ h1 { |
| 105 | .text-top { | 105 | .text-top { |
| 106 | background: url('@/assets/image/top@2x.png') no-repeat top center; | 106 | background: url('@/assets/image/top@2x.png') no-repeat top center; |
| 107 | background-size: 100%; | 107 | background-size: 100%; |
| 108 | height: calc(50 * 100vw / 1920); | 108 | height: calc(63 * 100vw / 1920); |
| 109 | margin: 0; | 109 | margin: 0; |
| 110 | font-size: calc(17 * 100vw / 1920); | 110 | font-size: calc(17 * 100vw / 1920); |
| 111 | font-weight: 400; | 111 | font-weight: 400; | ... | ... |
| ... | @@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components' | ... | @@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components' |
| 22 | .bg { | 22 | .bg { |
| 23 | width: 100vw; | 23 | width: 100vw; |
| 24 | height: 100vh; | 24 | height: 100vh; |
| 25 | min-width: 1000px; | ||
| 25 | //overflow: hidden; | 26 | //overflow: hidden; |
| 26 | //background: rgba(0,0,0,0.75) | 27 | //background: rgba(0,0,0,0.75) |
| 27 | background: url("@/assets/image/bg@2x.png") no-repeat top center; | 28 | background: url("@/assets/image/bg@2x.png") no-repeat top center; | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment