Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-lottery
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e5da5b7a
authored
Jul 01, 2025
by
陆志强
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/timingStyle'
parents
26bac4f9
6656aaa2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/components/Lottery/Instant/Introduction.vue
+2
-2
src/components/Lottery/Timing/Rewards.vue
+4
-4
src/components/Lottery/Timing/type/Treasure.vue
+1
-1
No files found.
src/components/Lottery/Instant/Introduction.vue
View file @
e5da5b7a
...
...
@@ -18,8 +18,8 @@
</li>
</ul>
</div>
<div
class=
"introduction__title"
>
下一场活动奖品:
</div>
<div
class=
"introduction__prize"
>
<div
v-if=
"lotteryInfo.nextPlayPrizeConfigs.length > 0"
class=
"introduction__title"
>
下一场活动奖品:
</div>
<div
v-if=
"lotteryInfo.nextPlayPrizeConfigs.length > 0"
class=
"introduction__prize"
>
<ul
class=
"introduction__list"
:class=
"
{ 'introduction__list--center': lotteryInfo.nextPlayPrizeConfigs.length
<
3
}"
...
...
src/components/Lottery/Timing/Rewards.vue
View file @
e5da5b7a
...
...
@@ -17,7 +17,7 @@
</div>
</div>
</div>
<div
class=
"rule"
>
<div
v-if=
"lotteryInfo.nextPlayPrizeConfigs.length > 0"
class=
"rule"
>
<div
class=
"rule__sub"
>
下一场活动奖品:
</div>
<div
class=
"intro__rewards"
>
<div
v-for=
"item in lotteryInfo.nextPlayPrizeConfigs"
:key=
"item.id"
class=
"intro__rewards-item"
>
...
...
@@ -57,9 +57,9 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
.main
{
width
:
100%
;
width
:
calc
(
100%
-
48px
)
;
height
:
100%
;
padding
:
0
13px
;
//
padding
:
0
13px
;
//
overflow-x
:
auto
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -141,7 +141,7 @@ export default {
}
}
.rule
{
height
:
44%
;
//
height
:
44%
;
display
:
flex
;
flex-direction
:
column
;
&__sub
{
...
...
src/components/Lottery/Timing/type/Treasure.vue
View file @
e5da5b7a
...
...
@@ -169,7 +169,7 @@ export default {
border-radius
:
22px
;
}
.reward-box
{
width
:
100%
;
width
:
calc
(
100%
-
48px
)
;
position
:
absolute
;
bottom
:
3%
;
}
...
...
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