Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
baiguangyao
mr-julyedu
Commits
f78e99fe
Commit
f78e99fe
authored
Nov 13, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中奖页面样式以及功能修改
parent
3173a1d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
15 deletions
+24
-15
src/components/blessingGetPrize/index.js
+3
-2
src/components/blessingGetPrize/index.scss
+21
-13
No files found.
src/components/blessingGetPrize/index.js
View file @
f78e99fe
...
...
@@ -135,8 +135,9 @@ class BlessingGetPrize extends Component {
{
(
!
prize_data
||
prize_data
.
length
===
0
)
&&
(
<
div
className
=
"active_over_container"
>
<
img
src
=
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/acitve__over.png'
alt
=
''
/>
<
p
>
七月在线双十一抽奖活动已结束,
感谢你的参与!
<
/p
>
<
p
>
AI
充电节返场已开启
<
/p
>
<
p
>
狂欢不能停
~<
/p
>
<
a
href
=
'/blessingPreheat'
className
=
'to_active'
>
立即查看
<
/a
>
<
/div
>
)
}
...
...
src/components/blessingGetPrize/index.scss
View file @
f78e99fe
...
...
@@ -199,22 +199,30 @@
.active_over_container
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
7
0px
;
img
{
width
:
170px
;
height
:
134px
;
}
width
:
34
0px
;
height
:
156px
;
margin
:
4px
auto
;
background
:
url('https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/active_over.png')
center
center
no-repeat
;
background-size
:
100%
100%
;
p
{
width
:
238px
;
height
:
39px
;
font-size
:
16px
;
font-weight
:
400
;
font-size
:
18px
;
font-weight
:
500
;
color
:rgba
(
76
,
33
,
239
,
1
)
;
line-height
:
27px
;
}
.to_active
{
width
:
298px
;
height
:
44px
;
background
:linear-gradient
(
90deg
,
rgba
(
255
,
105
,
5
,
1
)
0
%
,
rgba
(
255
,
180
,
5
,
1
)
100
%
)
;
border-radius
:
5px
;
font-size
:
18px
;
font-weight
:
500
;
color
:rgba
(
255
,
255
,
255
,
1
)
;
line-height
:
24p
x
;
text-align
:
center
;
text-align-last
:
center
;
display
:
fle
x
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
20px
;
}
}
...
...
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