787223b9 by zhangmeng

饼图

1 parent 65d3b4bb
...@@ -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;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!