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
72550a03
authored
2024-11-01 10:32:00 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
581e2013
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/rotatePart.vue
vite.config.js
src/viewsPc/vip/centerPage.vue
View file @
72550a0
...
...
@@ -217,9 +217,9 @@ const setQ1 = (ref, data, dom) => {
}
.partB
{
display
:
flex
;}
.qqbox
{
width
:
25%
;
position
:
relative
;
.qqbox
{
width
:
25%
;
position
:
relative
;
top
:
-20px
;
background
:
url("@/assets/img/q1.png")
no-repeat
bottom
center
;
background-size
:
contain
;
background-size
:
70%
;
}
//
.q1box
,
.q5box
{
top
:
-60px
}
//
.q2box
,
.q4box
{
top
:
-30px
}
...
...
src/viewsPc/vip/rotatePart.vue
View file @
72550a0
...
...
@@ -3,12 +3,12 @@
<div
class=
"ellipse"
>
<div
:class=
"`circle circle$
{i+1}`" v-for="(n,i) in list">
<div
class=
"ma"
>
<img
v-if=
"i >= 0 && i
< 5
"
:class=
"`iconImg`"
:src=
"getBtnImagePath(i)"
>
<!--
<img
v-if=
"i==0"
class=
"iconImg"
src=
"@/assets/img/btn01.png"
>
--
>
<!--
<img
v-if=
"i==1"
class=
"iconImg"
src=
"@/assets/img/btn02.png"
>
--
>
<!--
<img
v-if=
"i==2"
class=
"iconImg"
src=
"@/assets/img/btn03.png"
>
--
>
<!--
<img
v-if=
"i==3"
class=
"iconImg"
src=
"@/assets/img/btn04.png"
>
--
>
<!--
<img
v-if=
"i==4"
class=
"iconImg"
src=
"@/assets/img/btn05.png"
>
--
>
<!--
<img
v-if=
"i >= 0 && i
< 5
"
:class=
"`iconImg`"
:src=
"getBtnImagePath(i)"
>
--
>
<img
v-if=
"i==0"
class=
"iconImg"
src=
"@/assets/img/btn01.png"
>
<img
v-if=
"i==1"
class=
"iconImg"
src=
"@/assets/img/btn02.png"
>
<img
v-if=
"i==2"
class=
"iconImg"
src=
"@/assets/img/btn03.png"
>
<img
v-if=
"i==3"
class=
"iconImg"
src=
"@/assets/img/btn04.png"
>
<img
v-if=
"i==4"
class=
"iconImg"
src=
"@/assets/img/btn05.png"
>
<el-statistic
class=
"statistic"
:title=
"n.name"
:value=
"n.num"
:value-style=
"statisticStyle"
/>
</div>
</div>
...
...
vite.config.js
View file @
72550a0
...
...
@@ -81,7 +81,7 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.9
6
:5511/'
,
target
:
'http://192.168.1.9
5
:5511/'
,
// target: 'https://jijin.wtwuxicenter.com/stage-api',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
...
...
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