Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
穆启卓
walk_daka_h5
Commits
c9c3d013
Commit
c9c3d013
authored
Apr 16, 2019
by
穆启卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复活卡 组件
parent
a7297aea
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
Reborn.vue
src/components/Reborn.vue
+1
-3
HaveJoinedGame.vue
src/views/HaveJoinedGame.vue
+9
-0
SignUp.vue
src/views/SignUp.vue
+6
-1
No files found.
src/components/Reborn.vue
View file @
c9c3d013
...
...
@@ -145,9 +145,7 @@ export default {
<
style
lang=
"less"
scoped
>
.revive-card-container
{
position
:
absolute
;
top
:
0.74rem
;
right
:
0.28rem
;
position
:
relative
;
.revive-card-btn
{
width
:
0.8rem
;
height
:
0.89rem
;
...
...
src/views/HaveJoinedGame.vue
View file @
c9c3d013
...
...
@@ -5,6 +5,8 @@
<img
src=
"../images/ChallengeDetail/ic_que.png"
>
活动规则
</div>
<!-- 右上角复活卡 -->
<Reborn
class=
"reborn-container"
></Reborn>
<div
class=
"game-bonus-container"
>
<div
class=
"bonus-title"
>
本期累计奖励金(元)
</div>
<div
class=
"bonus-amount"
>
{{
bet_bonus
|
moneyFormatter
}}
</div>
...
...
@@ -130,6 +132,7 @@ import {
import
ShareModal
from
"@/components/ShareModal.vue"
;
import
{
swiper
,
swiperSlide
}
from
"vue-awesome-swiper"
;
import
"swiper/dist/css/swiper.css"
;
import
Reborn
from
"@/components/Reborn.vue"
;
export
default
{
name
:
"HaveJoinedGame"
,
...
...
@@ -137,6 +140,7 @@ export default {
Title
,
swiper
,
swiperSlide
,
Reborn
,
ShareModal
},
data
()
{
...
...
@@ -446,6 +450,11 @@ export default {
margin-right
:
0.1rem
;
}
}
.reborn-container
{
position
:
absolute
;
top
:
1rem
;
right
:
.28rem
;
}
.game-bonus-container
{
width
:
6.4rem
;
padding
:
0.3rem
0
;
...
...
src/views/SignUp.vue
View file @
c9c3d013
...
...
@@ -3,7 +3,7 @@
<!-- 左上角查看步数按钮 -->
<!--
<img
class=
"view-steps-btn"
src=
"../images/SignUp/sy_bushu.png"
>
-->
<!-- 右上角复活卡 -->
<Reborn></Reborn>
<Reborn
class=
"reborn-container"
></Reborn>
<!-- 信息广播 -->
<NoticeBonus
class=
"notice-broadcast"
></NoticeBonus>
<!-- 挑战赛卡片 -->
...
...
@@ -293,6 +293,11 @@ export default {
left
:
0
;
top
:
1.22rem
;
}
.reborn-container
{
position
:
absolute
;
top
:
.78rem
;
right
:
.28rem
;
}
.notice-broadcast
{
flex-shrink
:
0
;
margin
:
4.3rem
0
0.18rem
;
...
...
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