787223b9 by zhangmeng

饼图

1 parent 65d3b4bb
......@@ -105,7 +105,7 @@ h1 {
.text-top {
background: url('@/assets/image/top@2x.png') no-repeat top center;
background-size: 100%;
height: calc(50 * 100vw / 1920);
height: calc(63 * 100vw / 1920);
margin: 0;
font-size: calc(17 * 100vw / 1920);
font-weight: 400;
......
......@@ -22,6 +22,7 @@ import {AppMain, AppHeader, AppBottom} from './components'
.bg {
width: 100vw;
height: 100vh;
min-width: 1000px;
//overflow: hidden;
//background: rgba(0,0,0,0.75)
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!