Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-customer-new-master
Commits
5f8ea70a
Commit
5f8ea70a
authored
Dec 31, 2024
by
Smile
Committed by
wux
Dec 31, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
app积分页面展示修改
parent
c05d22f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
3 deletions
+16
-3
integral.vue
src/pages/integral/integral.vue
+3
-1
integral.css
src/static/css/integral.css
+13
-2
backgroup.png
src/static/img/backgroup.png
+0
-0
glodg.png
src/static/img/glodg.png
+0
-0
goldBe.png
src/static/img/goldBe.png
+0
-0
No files found.
src/pages/integral/integral.vue
View file @
5f8ea70a
...
...
@@ -9,8 +9,9 @@
<view
class=
"content"
>
<view
class=
"content-title"
>
{{
$lang
.
lang
.
integral
.
headerTitle
}}{{
formattedLevelData
(
levelInfo
.
level
)
}}
</view
}}{{
formattedLevelData
(
levelInfo
.
level
)
}}
<
image
class=
"content-image"
src=
"../../static/img/glodg.png"
></image><
/view
>
<view
class=
"content-text"
>
<view
class=
"text"
>
{{
$lang
.
lang
.
integral
.
spend
}}
{{
levelInfo
.
usedScore
}}
</view
...
...
@@ -21,6 +22,7 @@
>
</view>
<view
class=
"divider"
>
<image
class=
"divider-image"
src=
"../../static/img/goldBe.png"
></image>
<view
class=
"divider-active"
:style=
"
{ width: `${score}%` }">
</view>
<view
class=
"divider-unm"
>
{{
levelInfo
.
totalScore
}}
</view>
<view
class=
"divider-level"
>
{{
formattedLevelData
(
levelInfo
.
level
)
}}
</view>
...
...
src/static/css/integral.css
View file @
5f8ea70a
...
...
@@ -54,7 +54,12 @@ page {
margin-bottom
:
16
upx
;
text-shadow
:
2
upx
4
upx
12
upx
rgba
(
0
,
0
,
0
,
0.5
);
}
.content-image
{
width
:
64
upx
;
height
:
48
upx
;
top
:
8
upx
;
left
:
8px
;
}
.content
.content-text
{
display
:
flex
;
}
...
...
@@ -74,7 +79,13 @@ page {
background-color
:
#fff
;
border-radius
:
4
upx
;
}
.divider-image
{
width
:
20%
;
height
:
50
upx
;
position
:
relative
;
left
:
-60
upx
;
top
:
-28
upx
;
}
.divider-active
{
position
:
absolute
;
top
:
0
;
...
...
src/static/img/backgroup.png
View replaced file @
c05d22f4
View file @
5f8ea70a
This diff is collapsed.
Click to expand it.
src/static/img/glodg.png
0 → 100644
View file @
5f8ea70a
12.5 KB
src/static/img/goldBe.png
0 → 100644
View file @
5f8ea70a
17.6 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment