Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
787223b9
authored
2025-04-15 18:48:33 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
饼图
1 parent
65d3b4bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
src/layoutPc/components/AppHeader.vue
src/layoutPc/index.vue
src/viewsPc/vip/centerPage.vue
src/layoutPc/components/AppHeader.vue
View file @
787223b
...
...
@@ -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
;
...
...
src/layoutPc/index.vue
View file @
787223b
...
...
@@ -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
;
...
...
src/viewsPc/vip/centerPage.vue
View file @
787223b
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment